Organisationsocaml-gospelwhy3gospelaa4513 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-12-15 14:44.22: 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:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a
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:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a
# debian-13-4.09_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.4 --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


2025-12-15 14:44.22: Using cache hint "ocaml-gospel/why3gospel-ocaml/opam:debian-13-ocaml-4.09@sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a-debian-13-4.09_opam-2.4-aa7245294cdb172f16c49fefd3a19f42"
2025-12-15 14:44.22: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.09@sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a)
(comment debian-13-4.09_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (network host)
(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.4 --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"))
)


2025-12-15 14:44.22: Waiting for resource in pool OCluster
2025-12-15 22:59.09: Waiting for worker…
2025-12-15 23:00.24: Got resource from pool OCluster
Building on asteria.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:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a' locally
docker.io/ocaml/opam@sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a: Pulling from ocaml/opam
2981f7e8980b: Already exists
9c63e1c4ba84: Already exists
02578b9c9f1b: Already exists
3801cb7ba5e6: Already exists
1c4cdedd39f1: Already exists
40f6006c5f5a: Already exists
c451a17216ec: Already exists
e4104b8f72ee: Already exists
7c7dbc5e7919: Already exists
aa82be714e7c: Already exists
922520f12384: Already exists
9bfea042cef8: Already exists
1244979f7c21: Already exists
7583a0e34f94: Already exists
14bef3f2665a: Already exists
3a4b42ce6cb5: Already exists
b0a08a900877: Already exists
b0a08a900877: Already exists
16ac87e68d60: Already exists
74ac6e8c9b82: Already exists
b41290a57dc5: Already exists
592e5bcb7159: Already exists
4f4fb700ef54: Already exists
1db0705661a3: Already exists
76bb8e35b9cc: Already exists
3bc9d98c3b49: Already exists
7096ef42e6c0: Already exists
cd0e70de8125: Already exists
23ffab57f98e: Already exists
b974353d8023: Already exists
c74fba566723: Already exists
5ad399846f45: Already exists
3e7203fa3980: Already exists
0b8915d2a92b: Already exists
e68c7a56c438: Already exists
9024d680a167: Already exists
3c7c73421b6e: Already exists
7134fa9b4278: Already exists
9d94fb523099: Already exists
20d06dbdae7e: Already exists
b9a45e537661: Already exists
17148ef2e446: Pulling fs layer
8494c163d34a: Pulling fs layer
17148ef2e446: Waiting
a528dd0cee61: Pulling fs layer
ab01cd77b939: Pulling fs layer
a528dd0cee61: Waiting
ab01cd77b939: Waiting
8494c163d34a: Waiting
8494c163d34a: Download complete
a528dd0cee61: Verifying Checksum
a528dd0cee61: Download complete
ab01cd77b939: Download complete
17148ef2e446: Verifying Checksum
17148ef2e446: Download complete
17148ef2e446: Pull complete
8494c163d34a: Pull complete
a528dd0cee61: Pull complete
ab01cd77b939: Pull complete
Digest: sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a
Status: Downloaded newer image for ocaml/opam@sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a
2025-12-15 23:27.18 ---> using "ec1ff9c354f8f5782f3395e2505df02a689a2f32d31192cd5201d8720ea18fed" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-15 23:27.18 ---> using "8708f3c253292e57002e1499d110d08be9f95546f2e3da49f23dd785e65e573c" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-15 23:27.18 ---> using "4bebf556510beeecefabff7abce340eb534bb6489d4145ac968bfcef9aabd3dc" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.09.1
2.4.1
2025-12-15 23:27.18 ---> using "2ae4d68e6ce874b7135f2917dec30511f9bc6e76e5fff08d4b4b1df4bc7325a3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-15 23:27.18 ---> using "c173b8ae8df2dcb4ab47acd53ca485ffaa26038a66bb42569757f14abcf9cc47" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..c65fcb1165  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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.4.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)
2025-12-15 23:27.18 ---> using "2b4d9b2670431d8396c0d91c11431448a9fc0a593364295ff02903eb9e227731" from cache


/src: (copy (src why3gospel.opam) (dst ./))
2025-12-15 23:27.18 ---> saved as "8305630b9ab9ef9c1c486d3d44766a1873fece41c13c174574abfe0dcb3d711b"


/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)
2025-12-15 23:27.21 ---> saved as "a13c71ac44531533635f3ae383e7539e90ca9a1308a4822c8d48cf58ea0d1c15"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-15 23:27.21 ---> saved as "67dcac2e02a6ec6b8b508ef00fae93ec4e367cb5cbacc32ddf11e038fc72fc99"


/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.4 --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 [84.8 kB]
- Fetched 176 kB in 0s (1450 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 ... 20622 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
2025-12-15 23:27.32 ---> saved as "08ad6e121f9ba3079adc41c7c8e2999c5cfb25596955c6eb4d213dcfb78b9604"


/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 ppxlib.0.24.0  (cached)
-> retrieved topkg.0.7.9  (cached)
-> retrieved why3.1.4.0  (cached)
-> retrieved gospel.dev  (no changes)
-> 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 255".
-> installed why3.1.4.0


#=== ERROR while compiling gospel.dev =========================================#
# context     2.4.1 | 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 255
# exit-code   1
# env-file    ~/.opam/log/gospel-1-5dfff9.env
# output-file ~/.opam/log/gospel-1-5dfff9.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?
#       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?
#     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__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-20251215232733.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-12-15 23:28.22: Job failed: Failed: Build failed