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:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/why3gospel.git" -b "main" && cd "why3gospel" && git reset --hard aa4513e8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.09@sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a# debian-13-4.09_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-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 OCluster2025-12-15 22:59.09: Waiting for worker…2025-12-15 23:00.24: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD 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' locallydocker.io/ocaml/opam@sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a: Pulling from ocaml/opam2981f7e8980b: Already exists9c63e1c4ba84: Already exists02578b9c9f1b: Already exists3801cb7ba5e6: Already exists1c4cdedd39f1: Already exists40f6006c5f5a: Already existsc451a17216ec: Already existse4104b8f72ee: Already exists7c7dbc5e7919: Already existsaa82be714e7c: Already exists922520f12384: Already exists9bfea042cef8: Already exists1244979f7c21: Already exists7583a0e34f94: Already exists14bef3f2665a: Already exists3a4b42ce6cb5: Already existsb0a08a900877: Already existsb0a08a900877: Already exists16ac87e68d60: Already exists74ac6e8c9b82: Already existsb41290a57dc5: Already exists592e5bcb7159: Already exists4f4fb700ef54: Already exists1db0705661a3: Already exists76bb8e35b9cc: Already exists3bc9d98c3b49: Already exists7096ef42e6c0: Already existscd0e70de8125: Already exists23ffab57f98e: Already existsb974353d8023: Already existsc74fba566723: Already exists5ad399846f45: Already exists3e7203fa3980: Already exists0b8915d2a92b: Already existse68c7a56c438: Already exists9024d680a167: Already exists3c7c73421b6e: Already exists7134fa9b4278: Already exists9d94fb523099: Already exists20d06dbdae7e: Already existsb9a45e537661: Already exists17148ef2e446: Pulling fs layer8494c163d34a: Pulling fs layer17148ef2e446: Waitinga528dd0cee61: Pulling fs layerab01cd77b939: Pulling fs layera528dd0cee61: Waitingab01cd77b939: Waiting8494c163d34a: Waiting8494c163d34a: Download completea528dd0cee61: Verifying Checksuma528dd0cee61: Download completeab01cd77b939: Download complete17148ef2e446: Verifying Checksum17148ef2e446: Download complete17148ef2e446: Pull complete8494c163d34a: Pull completea528dd0cee61: Pull completeab01cd77b939: Pull completeDigest: sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5aStatus: Downloaded newer image for ocaml/opam@sha256:54856f4ffc350e5b739c36017d2bb2ff77920fe0032472da7841743bd873dd5a2025-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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-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-genericThe OCaml toplevel, version 4.09.12.4.12025-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_HEADee48e882f0..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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#65587404d2167840bd5f09bbb9da29c49ee3fb83Pin 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 mode2025-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 312025-12-15 23:28.22: Job failed: Failed: Build failed