Organisationsocaml-gospelwhy3gospelaa4513 (main)(lower-bound)

(lower-bound)

Logs

Show full logs
2026-03-14 10:16.44: New job: test ocaml-gospel/why3gospel https://github.com/ocaml-gospel/why3gospel.git#refs/heads/main (aa4513e8a5c8a1ec8d2ecd747dcfa1517dac3bf4) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-gospel/why3gospel.git" -b "main" && cd "why3gospel" && git reset --hard aa4513e8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a
# debian-13-4.09_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 why3gospel.opam ./
RUN opam pin add -yn why3gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.4 conf-autoconf.0.1 conf-m4.1 conf-which.1 dune.2.7.1 fmt.0.8.0 gospel.dev jbuilder.1.0+beta20.1 menhir.20170418 num.1.5 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.24.0 result.1.5 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.7.9 why3.1.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y why3gospel.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

2026-03-14 10:16.44: Using cache hint "ocaml-gospel/why3gospel-ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a-debian-13-4.09_opam-2.5-aa7245294cdb172f16c49fefd3a19f42"
2026-03-14 10:16.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a)
 (comment debian-13-4.09_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src why3gospel.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn why3gospel.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.4 conf-autoconf.0.1 conf-m4.1 conf-which.1 dune.2.7.1 fmt.0.8.0 gospel.dev jbuilder.1.0+beta20.1 menhir.20170418 num.1.5 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.24.0 result.1.5 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.7.9 why3.1.4.0")
 (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.5 --depext-only -y why3gospel.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"))
)

2026-03-14 10:16.44: Waiting for resource in pool OCluster
2026-03-14 10:42.30: Waiting for worker…
2026-03-14 10:45.56: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at aa4513e update to current gospel (locations in patterns)

(from ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a' locally
docker.io/ocaml/opam@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a: Pulling from ocaml/opam
866771c43bf5: Already exists
1e49bea09367: Already exists
e793768537e6: Already exists
ed323d3d481a: Already exists
7df34a5cd5f1: Already exists
fd712d3eb935: Already exists
4b9fb8c99118: Already exists
9d9a01948b94: Already exists
0f1514f90b32: Already exists
e1ec5a753447: Already exists
03cc323e2f71: Already exists
c09c08ea9749: Already exists
b36b619f8e6b: Already exists
195344ca5274: Already exists
228ee78582a6: Already exists
504bde1c25b3: Already exists
9d8b1356c89f: Already exists
9d8b1356c89f: Already exists
568fb6dda155: Already exists
c499c9198aea: Already exists
048e5e358118: Already exists
871ca48eb45d: Already exists
4f4fb700ef54: Already exists
a5a2568b9df9: Already exists
068cf3106ac8: Already exists
559f54ec9b29: Already exists
798ffd96fde5: Already exists
e9a891bf80d7: Already exists
d720cfe12674: Already exists
c81c932f4a91: Already exists
79f24fa3bb11: Already exists
8c1debcd8c20: Already exists
1bb2cfea7250: Already exists
2b3d3ca75e4c: Already exists
557cacaf263c: Already exists
d10483022eef: Already exists
7b62a90d8223: Already exists
28ce8ea66e72: Already exists
d975909ea717: Already exists
5c215c69c247: Already exists
e7c082452a54: Already exists
831aa91e6d94: Pulling fs layer
a074f1c29577: Pulling fs layer
5c3929ea206e: Pulling fs layer
d6d23076d451: Pulling fs layer
d6d23076d451: Waiting
a074f1c29577: Verifying Checksum
a074f1c29577: Download complete
5c3929ea206e: Verifying Checksum
5c3929ea206e: Download complete
d6d23076d451: Verifying Checksum
d6d23076d451: Download complete
831aa91e6d94: Verifying Checksum
831aa91e6d94: Download complete
831aa91e6d94: Pull complete
a074f1c29577: Pull complete
5c3929ea206e: Pull complete
d6d23076d451: Pull complete
Digest: sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a
Status: Downloaded newer image for ocaml/opam@sha256:41e6dcf5676516f92abac434470e80894b320cb1a1eec6b73d3502806da6053a
2026-03-14 10:45.57 ---> using "28cee70f2eb4fa8fb33112744eaac147d7365d8f1114c87e4f5433c6be525f95" from cache

/: (comment debian-13-4.09_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-03-14 10:45.57 ---> using "d7cee649f336d71aa3726e62bdb6a364a02d146071185f01540869da6a982fd9" from cache

/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.2, 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] Initialised
2026-03-14 10:45.57 ---> using "68cdfb3c36ad9377e690d20a6d8149a4aea9e0d453e8185e4b85700889e99432" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.09.1
2.5.0
2026-03-14 10:45.57 ---> using "985d32b69c550867434ec7960bff23e0d2769e6b050fcc5c1283e230e25bf21f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-03-14 10:45.57 ---> using "70cf2f285c5eb2c41fecac9825d8db8fc82e3e303ed9d956e2f89343a8ebc805" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ffb54b9bdd..f2e7a221a1  master     -> origin/master
31462e7d24 Merge pull request #29451 from dra27/relocatable-package

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-03-14 10:45.57 ---> using "fbb0b74e312748472766372f8dc1b2560593cf0c401866779bbdbb0d966c8cdd" from cache

/src: (copy (src why3gospel.opam) (dst ./))
2026-03-14 10:45.57 ---> saved as "0aa2015be7beab256b89af7cffbe09cb483035887fe02d99430b8aa7a22931d2"

/src: (run (network host)
           (shell "opam pin add -yn why3gospel.dev './'"))
[NOTE] Package why3gospel does not exist in opam repositories registered in the current switch.
[why3gospel.dev] synchronised (file:///src)
The following additional pinnings are required by why3gospel.dev:
  - gospel.dev at git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83
Pin and install them? [Y/n] y
[gospel.dev] synchronised (no changes)
gospel is now pinned to git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83 (version dev)
why3gospel is now pinned to file:///src (version dev)
2026-03-14 10:46.04 ---> saved as "27f61428af4e2f1f909098064d7cbad9de0a74896c0d50bcad57e00a9a32eba2"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-14 10:46.04 ---> saved as "b4cd112a08b495c75e26cfc7b97e6396a51cfa497bf994322a092e7fb378f580"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.4 conf-autoconf.0.1 conf-m4.1 conf-which.1 dune.2.7.1 fmt.0.8.0 gospel.dev jbuilder.1.0+beta20.1 menhir.20170418 num.1.5 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.24.0 result.1.5 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.0.7.9 why3.1.4.0")

/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.5 --depext-only -y why3gospel.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]
- Fetched 202 kB in 0s (958 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[why3gospel.dev] synchronised (file:///src)
[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:
    autoconf m4

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "m4"
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../autoconf_2.72-3.1_all.deb ...
- Unpacking autoconf (2.72-3.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../autotools-dev_20240727.1_all.deb ...
- Unpacking autotools-dev (20240727.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../automake_1%3a1.17-4_all.deb ...
- Unpacking automake (1:1.17-4) ...
- Setting up m4 (1.4.19-8) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up automake (1:1.17-4) ...
- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
# To update the current shell environment, run: eval $(opam env)
2026-03-14 10:46.36 ---> saved as "c82aaa10930f1e3448e0095e71a3dcb8aae42f352cf33e2141ad82be06fe89e3"

/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 20 packages
  - install cmdliner            1.0.4
  - install conf-autoconf       0.1
  - install conf-m4             1
  - install conf-which          1
  - install dune                2.7.1
  - install fmt                 0.8.0
  - install gospel              dev (pinned)
  - install jbuilder            1.0+beta20.1 (deprecated)
  - install menhir              20170418
  - install num                 1.5
  - 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.24.0
  - install result              1.5
  - install sexplib0            v0.12.0
  - install stdlib-shims        0.1.0
  - install topkg               0.7.9
  - install why3                1.4.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved dune.2.7.1  (cached)
-> retrieved fmt.0.8.0  (cached)
-> installed conf-m4.1
-> installed conf-which.1
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved menhir.20170418  (cached)
-> installed conf-autoconf.0.1
-> retrieved num.1.5  (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.5  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.0.7.9  (cached)
-> retrieved gospel.dev  (no changes)
-> retrieved ppxlib.0.24.0  (cached)
-> retrieved why3.1.4.0  (cached)
-> installed cmdliner.1.0.4
-> installed num.1.5
-> 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 dune.2.7.1
-> installed stdlib-shims.0.1.0
-> installed result.1.5
-> installed sexplib0.v0.12.0
-> installed topkg.0.7.9
-> installed fmt.0.8.0
-> installed ppxlib.0.24.0
-> installed menhir.20170418
[ERROR] The compilation of gospel.dev failed at "dune build -p gospel -j 71".
-> installed why3.1.4.0

#=== ERROR while compiling gospel.dev =========================================#
# context     2.5.0 | linux/x86_64 | ocaml-base-compiler.4.09.1 | pinned(git+https://github.com/ocaml-gospel/gospel#65587404d2167840bd5f09bbb9da29c49ee3fb83#65587404d2167840bd5f09bbb9da29c49ee3fb83)
# path        ~/.opam/4.09/.opam-switch/build/gospel.dev
# command     ~/.opam/4.09/bin/dune build -p gospel -j 71
# exit-code   1
# env-file    ~/.opam/log/gospel-1-47d117.env
# output-file ~/.opam/log/gospel-1-47d117.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 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
#   --cmly                           Write a .cmly file
#   --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                           Write an .automaton file
#   --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 a dependency graph to a .dot file
#   --infer                          Invoke ocamlc to do type inference
#   --inspection                     Generate the inspection API
#   --interpret                      Interpret the sentences provided on stdin
#   --interpret-show-cst             Show a concrete syntax tree upon acceptance
#   --interpret-error                Interpret an error sentence
#   --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-for-ocamlyacc  Print grammar in ocamlyacc format and exit
#   --only-preprocess-u              Print grammar with unit actions and exit
#   --only-preprocess-uu             Print grammar with unit actions & tokens
#   --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 if Menhir was installed using ocamlfind
#   --table                          Use the table-based back-end
#   --timings                        Display internal timings
#   --trace                          Generate tracing instructions
#   --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
#       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?
#     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?
#     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 67, characters 8-16:
# 67 |         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 269, characters 34-39:
# 269 |       pp fmt "(%a) %a" (list ~sep:comma print_ty) tyl print_ts_name ts
#                                         ^^^^^
# Error: Unbound value comma
#       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 67, characters 8-16:
# 67 |         Fmt.kstr
#              ^^^^^^^^
# Error: Unbound value Fmt.kstr
# Hint: Did you mean kstrf?
#       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.4
| - install conf-autoconf       0.1
| - install conf-m4             1
| - install conf-which          1
| - install dune                2.7.1
| - install fmt                 0.8.0
| - install jbuilder            1.0+beta20.1
| - install menhir              20170418
| - install num                 1.5
| - 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.24.0
| - install result              1.5
| - install sexplib0            v0.12.0
| - install stdlib-shims        0.1.0
| - install topkg               0.7.9
| - install why3                1.4.0
+- 

<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.09/.opam-switch/backup/state-20260314104637.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2026-03-14 10:49.43: Job failed: Failed: Build failed