Organisationsocaml-gospelwhy3gospelaa4513 (main)(lower-bound)

(lower-bound)

Logs

Show full logs
2025-06-27 12:27.49: 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-12-ocaml-4.09@sha256:f2e27349e866f3801347be218cb27d52afbfcb265ee52c4f632e8df71f4ecbcc
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-12-ocaml-4.09@sha256:f2e27349e866f3801347be218cb27d52afbfcb265ee52c4f632e8df71f4ecbcc
# debian-12-4.09_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && 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.3 --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-06-27 12:27.49: Using cache hint "ocaml-gospel/why3gospel-ocaml/opam:debian-12-ocaml-4.09@sha256:f2e27349e866f3801347be218cb27d52afbfcb265ee52c4f632e8df71f4ecbcc-debian-12-4.09_opam-2.3-aa7245294cdb172f16c49fefd3a19f42"
2025-06-27 12:27.49: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.09@sha256:f2e27349e866f3801347be218cb27d52afbfcb265ee52c4f632e8df71f4ecbcc)
 (comment debian-12-4.09_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && 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.3 --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-06-27 12:27.49: Waiting for resource in pool OCluster
2025-06-27 12:48.10: Waiting for worker…
2025-06-27 12:51.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-12-ocaml-4.09@sha256:f2e27349e866f3801347be218cb27d52afbfcb265ee52c4f632e8df71f4ecbcc)
2025-06-27 12:51.24 ---> using "65bf5e5b63b45a457f09b3b71180edd9befa7731f8d134e69e4a7ee71fccb317" from cache

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

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-27 12:51.25 ---> using "81f789ef4e0414f085e874f7c7ed6bd44b645cdc53004a1ae37a0cb5c7549a30" 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 development 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-06-27 12:51.25 ---> using "579288dc2057653d1c2a6f94206a3778983098f43b3c86cbab5a278d7c92c1bb" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.09.1
2.3.0
2025-06-27 12:51.25 ---> using "1a2b6ac0c1ad553ab0b846bb0a8290d0599543af554a7624c51b1661475ed916" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-06-27 12:51.25 ---> using "34dff9d6655a1781fc3f2d0c2a6e9a1a43b562173ee2f243869b117042ab6652" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2ca36230be22748ea153057760524e23defe5fc7 || git fetch origin master) && git reset -q --hard 2ca36230be22748ea153057760524e23defe5fc7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c7269f729a..2ca36230be  master     -> origin/master
2ca36230be Merge pull request #28098 from smuenzel/num-not-5.4

<><> 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, 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-06-27 12:51.25 ---> using "ac354d3a5c620e021483e4855325381cb64f6dfb6ce18ba660d5ae1f8a8cc523" from cache

/src: (copy (src why3gospel.opam) (dst ./))
2025-06-27 12:51.25 ---> saved as "7f88234fb95eb3d316608b71535fd8f30ceed6f406df67db236313865169d716"

/src: (run (network host)
           (shell "opam pin add -yn why3gospel.dev './'"))
Package why3gospel does not exist, create as a NEW package? [y/n] y
[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-06-27 12:51.30 ---> saved as "d5d1c49d5b0fd5885e158d96a27d183829e66c3536247fcc4c2d792666bb53f1"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-27 12:51.32 ---> saved as "f1a5cd863bc74ebdd6b23d2ad78c4563ec90c87f3ecee2516caa93032b8d6f0e"

/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.3 --depext-only -y why3gospel.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [269 kB]
- Fetched 373 kB in 1s (662 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"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18747 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up autoconf (2.71-3) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
2025-06-27 12:51.53 ---> saved as "ef8eeef8a7d67351d0a048cdd11a3e2ac630745d66cef972f3897a975e285ad6"

/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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-which.1
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved fmt.0.8.0  (cached)
-> installed conf-m4.1
-> installed conf-autoconf.0.1
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved menhir.20170418  (cached)
-> retrieved dune.2.7.1  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved gospel.dev  (no changes)
-> 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)
-> 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.3.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 255
# exit-code   1
# env-file    ~/.opam/log/gospel-1-8647ff.env
# output-file ~/.opam/log/gospel-1-8647ff.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__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
#     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__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-20250627125154.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-06-27 12:53.34: Job failed: Failed: Build failed