Organisationsocaml-gospelvocal971e6d (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 16:00.01: New job: test ocaml-gospel/vocal https://github.com/ocaml-gospel/vocal.git#refs/heads/main (971e6d21982160399fc16dbff28ebc4178239c05) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/vocal.git" -b "main" && cd "vocal" && git reset --hard 971e6d21
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
# debian-12-4.09_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 vocal.opam ./
RUN opam pin add -yn vocal.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.0 conf-m4.1 dune.2.7.0 fmt.0.8.0 gospel.dev jbuilder.1.0+beta20.1 menhir.20160303 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ppx_derivers.1.0 ppxlib.0.23.0 result.1.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.8.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y vocal.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-10 16:00.01: Using cache hint "ocaml-gospel/vocal-ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9-debian-12-4.09_opam-2.1-c44a2f36aa4c40312c00583e70ce2557"
2024-05-10 16:00.01: Using OBuilder spec:
((from ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9)
 (comment debian-12-4.09_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src vocal.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn vocal.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.0 conf-m4.1 dune.2.7.0 fmt.0.8.0 gospel.dev jbuilder.1.0+beta20.1 menhir.20160303 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ppx_derivers.1.0 ppxlib.0.23.0 result.1.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.8.1")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y vocal.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 16:00.01: Waiting for resource in pool OCluster
2024-05-11 06:38.25: Waiting for worker…
2024-05-11 06:43.18: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
HEAD is now at 971e6d2 Merge pull request #5 from pascutto/gospel-update


(from ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9)
Unable to find image 'ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9' locally
docker.io/ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9: Pulling from ocaml/opam
284e39a0325f: Pulling fs layer
284e39a0325f: Verifying Checksum
284e39a0325f: Download complete
284e39a0325f: Pull complete
Digest: sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
Status: Downloaded newer image for ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
2024-05-11 06:43.36 ---> saved as "13498a0cf66b8f07d15362cfcccf5f8630769f57c0ea152dc1915464c5466db1"


/: (comment debian-12-4.09_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 06:43.36 ---> saved as "ad3cb7a105df5f83b203f3cd875033ed4c36e10136cafeca4739022cb584919b"


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 06:45.19 ---> saved as "cc1b286b446cf6ddc7224cde6eaa6e0d14016761338b95985b76ba8ee52d3ae7"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.09.1
2.1.5
2024-05-11 06:45.19 ---> saved as "2f473b59adeef12889dcfba398a10a129b9dfa986f1a8b2d350ca2742b15b2c6"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 06:45.19 ---> saved as "c6a526d3c1c09077cca52c921042793d62718851a4f73db78c08240404cba7a7"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 06:46.46 ---> saved as "f2de23b137c568d1f8a0aa24d88601e9282aa75c0f36eba25d8bcbd87dd54415"


/src: (copy (src vocal.opam) (dst ./))
2024-05-11 06:46.47 ---> saved as "a142c6bde83a00ba0df4eac456cf5d2b40c17fdf35e36f8ab904441acb011f2f"


/src: (run (network host)
           (shell "opam pin add -yn vocal.dev './'"))
[vocal.dev] synchronised (file:///src)
The following additional pinnings are required by vocal.dev:
  - gospel.dev at git+https://github.com/ocaml-gospel/gospel#5c9000d7de697d44e265ed816c41db9c42de9b14
Pin and install them? [Y/n] y
[gospel.dev] synchronised (no changes)
gospel is now pinned to git+https://github.com/ocaml-gospel/gospel#5c9000d7de697d44e265ed816c41db9c42de9b14 (version dev)
vocal is now pinned to file:///src (version dev)
2024-05-11 06:46.50 ---> saved as "666019da780751cf680abe9f829f7d6ce1bb32288510f3a13a36d66e2bf6d078"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.0 conf-m4.1 dune.2.7.0 fmt.0.8.0 gospel.dev jbuilder.1.0+beta20.1 menhir.20160303 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ppx_derivers.1.0 ppxlib.0.23.0 result.1.0 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.8.1")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y vocal.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (993 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[vocal.dev] synchronised (no changes)
[gospel.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 06:47.17 ---> saved as "25a4b17cea80f12ece6f54af1086ae0a65635e678747e0e22ec729c97c594242"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install dune                2.7.0
  - install result              1.0
  - install ocamlbuild          0.14.0
  - install conf-m4             1
  - install jbuilder            1.0+beta20.1
  - install stdlib-shims        0.1.0
  - install sexplib0            v0.12.0
  - install ocamlfind           1.8.1
  - install ppx_derivers        1.0
  - install ocaml-compiler-libs v0.11.0
  - install topkg               0.8.1
  - install menhir              20160303
  - install ppxlib              0.23.0
  - install cmdliner            1.0.0
  - install fmt                 0.8.0
  - install gospel              dev*
===== 16 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.0.0  (cached)
-> retrieved dune.2.7.0  (cached)
-> retrieved fmt.0.8.0  (cached)
-> installed conf-m4.1
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved menhir.20160303  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved ppxlib.0.23.0  (cached)
-> installed result.1.0
-> retrieved topkg.0.8.1  (http://erratique.ch/software/topkg/releases/topkg-0.8.1.tbz)
-> retrieved gospel.dev  (no changes)
-> installed ocamlfind.1.8.1
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed ocaml-compiler-libs.v0.11.0
-> installed topkg.0.8.1
-> installed dune.2.7.0
-> installed stdlib-shims.0.1.0
-> installed sexplib0.v0.12.0
-> installed cmdliner.1.0.0
-> installed fmt.0.8.0
-> installed ppxlib.0.23.0
-> installed menhir.20160303
[ERROR] The compilation of gospel.dev failed at "dune build -p gospel -j 31".


#=== ERROR while compiling gospel.dev =========================================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.4.09.1 | pinned(git+https://github.com/ocaml-gospel/gospel#5c9000d7de697d44e265ed816c41db9c42de9b14#5c9000d7de697d44e265ed816c41db9c42de9b14)
# path        ~/.opam/4.09/.opam-switch/build/gospel.dev
# command     ~/.opam/4.09/bin/dune build -p gospel -j 31
# exit-code   1
# env-file    ~/.opam/log/gospel-1-2191a8.env
# output-file ~/.opam/log/gospel-1-2191a8.out
### output ###
# File "/home/opam/.opam/4.09/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
# Warning: .dune files are ignored since 2.0. Reinstall the library with dune
# >= 2.0 to get rid of this warning and enable support for the subsystem this
# library provides.
# File "/home/opam/.opam/4.09/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
# Warning: .dune files are ignored since 2.0. Reinstall the library with dune
# >= 2.0 to get rid of this warning and enable support for the subsystem this
# library provides.
# File "/home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
# Warning: .dune files are ignored since 2.0. Reinstall the library with dune
# >= 2.0 to get rid of this warning and enable support for the subsystem this
# library provides.
# File "/home/opam/.opam/4.09/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
# Warning: .dune files are ignored since 2.0. Reinstall the library with dune
# >= 2.0 to get rid of this warning and enable support for the subsystem this
# library provides.
# File "/home/opam/.opam/4.09/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
# Warning: .dune files are ignored since 2.0. Reinstall the library with dune
# >= 2.0 to get rid of this warning and enable support for the subsystem this
# library provides.
#       menhir src/uparser__mock.ml.mock (exit 2)
# (cd _build/default && /home/opam/.opam/4.09/bin/menhir -v src/uparser.mly --base src/uparser --infer-write-query src/uparser__mock.ml.mock)
# /home/opam/.opam/4.09/bin/menhir: unknown option '--infer-write-query'.
# Usage: /home/opam/.opam/4.09/bin/menhir <options> <filenames>
#   --base <basename>           Specifies a base name for the output file(s)
#   --canonical                 Construct a canonical Knuth LR(1) automaton
#   --comment                   Include comments in the generated code
#   --compare-errors <filename> (used twice) Compare two .messages files.
#   --compile-errors <filename> Compile a .messages file to OCaml code.
#   --coq                       Generate a formally verified parser, in Coq
#   --coq-no-complete           Do not generate a proof of completeness
#   --coq-no-actions            Ignore semantic actions in the Coq output
#   --depend                    Invoke ocamldep and display dependencies
#   --dump                      Describe the automaton in <basename>.automaton
#   --echo-errors <filename>    Echo the sentences in a .messages file
#   --error-recovery            (no longer supported)
#   --explain                   Explain conflicts in <basename>.conflicts
#   --external-tokens <module>  Import token type definition from <module>
#   --fixed-exception           Declares Error = Parsing.Parse_error
#   --follow-construction       (undocumented)
#   --graph                     Write grammar's dependency graph to <basename>.dot
#   --infer                     Invoke ocamlc for ahead of time type inference
#   --inspection                Generate the inspection API (requires --table)
#   --interpret                 Interpret the sentences provided on stdin
#   --interpret-show-cst        Show a concrete syntax tree upon acceptance
#   --interpret-error           Interpret one sentence that should end in an error
#   --lalr                      Construct an LALR(1) automaton
#   --list-errors               Produce a list of erroneous inputs
#   --log-automaton <level>     Log information about the automaton
#   --log-code <level>          Log information about the generated code
#   --log-grammar <level>       Log information about the grammar
#   --no-code-inlining          (undocumented)
#   --no-inline                 Ignore the %inline keyword.
#   --no-pager                  (undocumented)
#   --no-prefix                 (undocumented)
#   --no-stdlib                 Do not load the standard library
#   --ocamlc <command>          Specifies how ocamlc should be invoked
#   --ocamldep <command>        Specifies how ocamldep should be invoked
#   --only-preprocess           Print grammar and exit
#   --only-preprocess-u         Print grammar with unit actions and exit
#   --only-preprocess-uu        Print grammar with unit actions & tokens and exit
#   --only-tokens               Generate token type definition only, no code
#   --raw-depend                Invoke ocamldep and echo its raw output
#   --stdlib <directory>        Specify where the standard library lies
#   --strict                    Warnings about the grammar are errors
#   --suggest-comp-flags        Suggest compilation flags for ocaml{c,opt}
#   --suggest-link-flags-byte   Suggest link flags for ocamlc
#   --suggest-link-flags-opt    Suggest link flags for ocamlopt
#   --suggest-menhirLib         Suggest where is MenhirLib
#   --suggest-ocamlfind         Show whether Menhir was installed using ocamlfind
#   --table                     Use the table-based back-end
#   --timings                   Display internal timings
#   --trace                     Include tracing instructions in the generated code
#   --unused-token <token>      Do not warn that <token> is unused
#   --unused-tokens             Do not warn about any unused token
#   --update-errors <filename>  Update auto-comments in a .messages file
#   --version                   Show version number and exit
#   -b <basename>               Synonymous with --base <basename>
#   -lg                         Synonymous with --log-grammar
#   -la                         Synonymous with --log-automaton
#   -lc                         Synonymous with --log-code
#   -t                          Synonymous with --table
#   -v                          Synonymous with --dump --explain
#   -help                       Display this list of options
#   --help                      Display this list of options
#     ocamlopt src/.gospel.objs/native/gospel__Pps.{cmx,o} (exit 2)
# (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -open Ocaml_shadow -w -9 -g -I src/.gospel.objs/byte -I src/.gospel.objs/native -I /home/opam/.opam/4.09/lib/fmt -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.09/lib/ocaml/compiler-libs -I /home/opam/.opam/4.09/lib/ppx_derivers -I /home/opam/.opam/4.09/lib/ppxlib -I /home/opam/.opam/4.09/lib/ppxlib/ast -I /home/opam/.opam/4.09/lib/ppxlib/astlib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/ppxlib/stdppx -I /home/opam/.opam/4.09/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Gospel -o src/.gospel.objs/native/gospel__Pps.cmx -c -impl src/pps.ml)
# File "src/pps.mll", line 16, characters 4-11:
# Error: Unbound value Fmt.str
# Hint: Did you mean strf?
#       ocamlc src/.gospel.objs/byte/gospel__Pps.{cmo,cmt} (exit 2)
# (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.09/lib/fmt -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.09/lib/ocaml/compiler-libs -I /home/opam/.opam/4.09/lib/ppx_derivers -I /home/opam/.opam/4.09/lib/ppxlib -I /home/opam/.opam/4.09/lib/ppxlib/ast -I /home/opam/.opam/4.09/lib/ppxlib/astlib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/ppxlib/stdppx -I /home/opam/.opam/4.09/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Gospel -o src/.gospel.objs/byte/gospel__Pps.cmo -c -impl src/pps.ml)
# File "src/pps.mll", line 16, characters 4-11:
# Error: Unbound value Fmt.str
# Hint: Did you mean strf?
#       ocamlc src/.gospel.objs/byte/gospel__Utils.{cmo,cmt} (exit 2)
# (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.09/lib/fmt -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.09/lib/ocaml/compiler-libs -I /home/opam/.opam/4.09/lib/ppx_derivers -I /home/opam/.opam/4.09/lib/ppxlib -I /home/opam/.opam/4.09/lib/ppxlib/ast -I /home/opam/.opam/4.09/lib/ppxlib/astlib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/ppxlib/stdppx -I /home/opam/.opam/4.09/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Gospel -o src/.gospel.objs/byte/gospel__Utils.cmo -c -impl src/utils.ml)
# File "src/utils.ml", line 65, characters 8-16:
# 65 |         Fmt.kstr
#              ^^^^^^^^
# Error: Unbound value Fmt.kstr
# Hint: Did you mean kstrf?
#     ocamlopt src/.gospel.objs/native/gospel__Utils.{cmx,o} (exit 2)
# (cd _build/default && /home/opam/.opam/4.09/bin/ocamlopt.opt -w -40 -open Ocaml_shadow -w -9 -g -I src/.gospel.objs/byte -I src/.gospel.objs/native -I /home/opam/.opam/4.09/lib/fmt -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.09/lib/ocaml/compiler-libs -I /home/opam/.opam/4.09/lib/ppx_derivers -I /home/opam/.opam/4.09/lib/ppxlib -I /home/opam/.opam/4.09/lib/ppxlib/ast -I /home/opam/.opam/4.09/lib/ppxlib/astlib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/ppxlib/stdppx -I /home/opam/.opam/4.09/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Gospel -o src/.gospel.objs/native/gospel__Utils.cmx -c -impl src/utils.ml)
# File "src/utils.ml", line 65, characters 8-16:
# 65 |         Fmt.kstr
#              ^^^^^^^^
# Error: Unbound value Fmt.kstr
# Hint: Did you mean kstrf?
#       ocamlc src/.gospel.objs/byte/gospel__Ttypes.{cmi,cmo,cmt} (exit 2)
# (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.09/lib/fmt -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.09/lib/ocaml/compiler-libs -I /home/opam/.opam/4.09/lib/ppx_derivers -I /home/opam/.opam/4.09/lib/ppxlib -I /home/opam/.opam/4.09/lib/ppxlib/ast -I /home/opam/.opam/4.09/lib/ppxlib/astlib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/ppxlib/stdppx -I /home/opam/.opam/4.09/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdlib-shims -no-alias-deps -open Gospel -o src/.gospel.objs/byte/gospel__Ttypes.cmo -c -impl src/ttypes.ml)
# File "src/ttypes.ml", line 290, characters 34-39:
# 290 |       pp fmt "(%a) %a" (list ~sep:comma print_ty) tyl print_ts_name ts
#                                         ^^^^^
# Error: Unbound value comma
#       ocamlc src/.gospel.objs/byte/gospel__Upretty_printer.{cmi,cmo,cmt} (exit 2)
# (cd _build/default && /home/opam/.opam/4.09/bin/ocamlc.opt -w -40 -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.09/lib/fmt -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.09/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.09/lib/ocaml/compiler-libs -I /home/opam/.opam/4.09/lib/ppx_derivers -I /home/opam/.opam/4.09/lib/ppxlib -I /home/opam/.opam/4.09/lib/ppxlib/ast -I /home/opam/.opam/4.09/lib/ppxlib/astlib -I /home/opam/.opam/4.09/lib/ppxlib/print_diff -I /home/opam/.opam/4.09/lib/ppxlib/stdppx -I /home/opam/.opam/4.09/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.09/lib/sexplib0 -I /home/opam/.opam/4.09/lib/stdlib-shims -no-alias-deps -open Gospel -o src/.gospel.objs/byte/gospel__Upretty_printer.cmo -c -impl src/upretty_printer.ml)
# File "src/upretty_printer.ml", line 55, characters 15-20:
# 55 |     (list ~sep:comma labelled_arg)
#                     ^^^^^
# Error: Unbound value comma


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build gospel dev
+- 
+- The following changes have been performed
| - install cmdliner            1.0.0
| - install conf-m4             1
| - install dune                2.7.0
| - install fmt                 0.8.0
| - install jbuilder            1.0+beta20.1
| - install menhir              20160303
| - install ocaml-compiler-libs v0.11.0
| - install ocamlbuild          0.14.0
| - install ocamlfind           1.8.1
| - install ppx_derivers        1.0
| - install ppxlib              0.23.0
| - install result              1.0
| - install sexplib0            v0.12.0
| - install stdlib-shims        0.1.0
| - install topkg               0.8.1
+- 
# Run eval $(opam env) to update the current shell environment


The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.09/.opam-switch/backup/state-20240511064718.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-11 06:48.38: Job failed: Failed: Build failed