2026-04-27 07:29.46: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/implementations_gospel (cd13727dc0ed4d595f6f1504e53a0d5d64a38ac9) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "implementations_gospel" && cd "gospel" && git reset --hard cd13727d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4 # ubuntu-24.04-4.14_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 gospel.opam ./ RUN opam pin add -yn gospel.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 dune.3.22.2 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y gospel.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-04-27 07:29.46: Using cache hint "ocaml-gospel/gospel-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4-ubuntu-24.04-4.14_opam-2.5-479a9b85e20ea48a4e80afd551e2f8ba" 2026-04-27 07:29.46: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4) (comment ubuntu-24.04-4.14_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src gospel.opam) (dst ./)) (run (network host) (shell "opam pin add -yn gospel.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 dune.3.22.2 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y gospel.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-04-27 07:29.46: Waiting for resource in pool OCluster 2026-04-27 08:15.01: Waiting for worker… 2026-04-27 08:17.47: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at cd13727 Added !! entry in terms (from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4' locally docker.io/ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4: Pulling from ocaml/opam b40150c1c271: Pulling fs layer 5635dddaaf61: Pulling fs layer 0a6d5f853ae3: Pulling fs layer 799f202be4df: Pulling fs layer b903f564077a: Pulling fs layer 6c1d10b3d08f: Pulling fs layer 5f5807185d05: Pulling fs layer 070c54c49939: Pulling fs layer c74f78aa4319: Pulling fs layer 08f490e2d1d6: Pulling fs layer 90f22d77deb3: Pulling fs layer 7934f3d64cde: Pulling fs layer c9675ca4ea04: Pulling fs layer 2d56e81bc648: Pulling fs layer b40150c1c271: Waiting 747607799543: Pulling fs layer 620bc2c277c5: Pulling fs layer 5635dddaaf61: Waiting bd268c40989e: Pulling fs layer 0a6d5f853ae3: Waiting 52dd6f008393: Pulling fs layer 1ac04842be81: Pulling fs layer 799f202be4df: Waiting e50d59eb16a8: Pulling fs layer b903f564077a: Waiting 5dcb466db21c: Pulling fs layer 4f4fb700ef54: Pulling fs layer 155ed5167872: Pulling fs layer 6c1d10b3d08f: Waiting 0d0ddeec4e9f: Pulling fs layer 5f5807185d05: Waiting 11a59e72671d: Pulling fs layer 070c54c49939: Waiting f5e116e6aaf6: Pulling fs layer c74f78aa4319: Waiting 95c72a92d56a: Pulling fs layer 08f490e2d1d6: Waiting 711d037d18c7: Pulling fs layer 1ac04842be81: Waiting 100470c8287d: Pulling fs layer 90f22d77deb3: Waiting e50d59eb16a8: Waiting 76c9f10ccc79: Pulling fs layer 7934f3d64cde: Waiting 5dcb466db21c: Waiting 18a3f6bf5510: Pulling fs layer 4f4fb700ef54: Waiting 964c51b347ff: Pulling fs layer c9675ca4ea04: Waiting bd268c40989e: Waiting 4020793ba1b6: Pulling fs layer 52dd6f008393: Waiting ff88a2087566: Pulling fs layer 1599e1710bd3: Pulling fs layer 155ed5167872: Waiting 0d0ddeec4e9f: Waiting 11a59e72671d: Waiting e9e27cfec680: Pulling fs layer f5e116e6aaf6: Waiting ed5bd70fe984: Pulling fs layer 95c72a92d56a: Waiting ff9f18578fd4: Pulling fs layer 290bf7c7792f: Pulling fs layer 1be1bd893fc7: Pulling fs layer 7482771bd187: Pulling fs layer 901ff5f800f2: Pulling fs layer 42231f02769a: Pulling fs layer 450229835c85: Pulling fs layer 711d037d18c7: Waiting 100470c8287d: Waiting 76c9f10ccc79: Waiting 18a3f6bf5510: Waiting 964c51b347ff: Waiting 4020793ba1b6: Waiting 2d56e81bc648: Waiting 747607799543: Waiting ff88a2087566: Waiting 1be1bd893fc7: Waiting 620bc2c277c5: Waiting 901ff5f800f2: Waiting 450229835c85: Waiting 1599e1710bd3: Waiting 42231f02769a: Waiting 290bf7c7792f: Waiting ed5bd70fe984: Waiting ff9f18578fd4: Waiting 5635dddaaf61: Verifying Checksum 5635dddaaf61: Download complete 0a6d5f853ae3: Verifying Checksum 0a6d5f853ae3: Download complete 799f202be4df: Verifying Checksum 799f202be4df: Download complete b903f564077a: Verifying Checksum b903f564077a: Download complete 6c1d10b3d08f: Verifying Checksum 6c1d10b3d08f: Download complete 5f5807185d05: Verifying Checksum 5f5807185d05: Download complete 070c54c49939: Verifying Checksum 070c54c49939: Download complete c74f78aa4319: Verifying Checksum c74f78aa4319: Download complete 08f490e2d1d6: Verifying Checksum 08f490e2d1d6: Download complete 90f22d77deb3: Verifying Checksum 90f22d77deb3: Download complete 7934f3d64cde: Verifying Checksum 7934f3d64cde: Download complete c9675ca4ea04: Verifying Checksum c9675ca4ea04: Download complete 2d56e81bc648: Verifying Checksum 2d56e81bc648: Download complete 747607799543: Verifying Checksum 747607799543: Download complete 620bc2c277c5: Verifying Checksum 620bc2c277c5: Download complete bd268c40989e: Verifying Checksum bd268c40989e: Download complete 52dd6f008393: Download complete 1ac04842be81: Download complete e50d59eb16a8: Verifying Checksum e50d59eb16a8: Download complete 5dcb466db21c: Verifying Checksum 5dcb466db21c: Download complete 4f4fb700ef54: Download complete 155ed5167872: Download complete 0d0ddeec4e9f: Download complete 11a59e72671d: Verifying Checksum 11a59e72671d: Download complete f5e116e6aaf6: Verifying Checksum f5e116e6aaf6: Download complete 95c72a92d56a: Verifying Checksum 95c72a92d56a: Download complete b40150c1c271: Verifying Checksum b40150c1c271: Download complete 711d037d18c7: Download complete 100470c8287d: Verifying Checksum 100470c8287d: Download complete 76c9f10ccc79: Verifying Checksum 76c9f10ccc79: Download complete 18a3f6bf5510: Verifying Checksum 18a3f6bf5510: Download complete 964c51b347ff: Verifying Checksum 964c51b347ff: Download complete ff88a2087566: Download complete 4020793ba1b6: Verifying Checksum 4020793ba1b6: Download complete e9e27cfec680: Verifying Checksum e9e27cfec680: Download complete b40150c1c271: Pull complete 5635dddaaf61: Pull complete 0a6d5f853ae3: Pull complete 799f202be4df: Pull complete b903f564077a: Pull complete ed5bd70fe984: Verifying Checksum ed5bd70fe984: Download complete ff9f18578fd4: Download complete 290bf7c7792f: Download complete 1be1bd893fc7: Verifying Checksum 1be1bd893fc7: Download complete 901ff5f800f2: Verifying Checksum 901ff5f800f2: Download complete 42231f02769a: Verifying Checksum 42231f02769a: Download complete 450229835c85: Download complete 6c1d10b3d08f: Pull complete 5f5807185d05: Pull complete 070c54c49939: Pull complete c74f78aa4319: Pull complete 08f490e2d1d6: Pull complete 90f22d77deb3: Pull complete 7934f3d64cde: Pull complete c9675ca4ea04: Pull complete 2d56e81bc648: Pull complete 747607799543: Pull complete 620bc2c277c5: Pull complete bd268c40989e: Pull complete 52dd6f008393: Pull complete 1ac04842be81: Pull complete e50d59eb16a8: Pull complete 5dcb466db21c: Pull complete 4f4fb700ef54: Pull complete 155ed5167872: Pull complete 0d0ddeec4e9f: Pull complete 11a59e72671d: Pull complete f5e116e6aaf6: Pull complete 95c72a92d56a: Pull complete 711d037d18c7: Pull complete 100470c8287d: Pull complete 76c9f10ccc79: Pull complete 18a3f6bf5510: Pull complete 964c51b347ff: Pull complete 4020793ba1b6: Pull complete ff88a2087566: Pull complete 1599e1710bd3: Verifying Checksum 1599e1710bd3: Download complete 7482771bd187: Verifying Checksum 7482771bd187: Download complete 1599e1710bd3: Pull complete e9e27cfec680: Pull complete ed5bd70fe984: Pull complete ff9f18578fd4: Pull complete 290bf7c7792f: Pull complete 1be1bd893fc7: Pull complete 7482771bd187: Pull complete 901ff5f800f2: Pull complete 42231f02769a: Pull complete 450229835c85: Pull complete Digest: sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4 Status: Downloaded newer image for ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4 2026-04-27 08:17.48 ---> using "f6983aa83ec90cbaf3229e60f783e3846dbf203b22126e1fa9deb5af4a02fea2" from cache /: (comment ubuntu-24.04-4.14_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-04-27 08:17.48 ---> using "cf6b682db0eb0265b50e065ef8ebeee7f5670b75b54916f04daec292c2291574" 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-04-27 08:17.48 ---> using "e0d727a931986edce47e349acfbdfc661d9f8a156856352a318ba20ddbcc86dd" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-04-27 08:17.48 ---> using "037700d65640b0cfa60eeade36e08c506355b33572f0baf2665b2b6f264049ce" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-27 08:17.48 ---> using "bd73055a33517574c09d1990315d9406b1b85284b6886c918f256834d1b2fdd9" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u")) 036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1 <><> 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-04-27 08:17.48 ---> using "bf344ed48ad0a3e0bc8ef33a58f8bc1d6065a4973c8c2647d9404fe7b07f572b" from cache /src: (copy (src gospel.opam) (dst ./)) 2026-04-27 08:17.48 ---> saved as "6de1eb6d7573b4d6838733427fa4341f060b3abc118d5dc6d5648bee1ccc6363" /src: (run (network host) (shell "opam pin add -yn gospel.dev './'")) [gospel.dev] synchronised (file:///src) gospel is now pinned to file:///src (version dev) 2026-04-27 08:17.53 ---> saved as "a283f17292ad929274b556827eeb465a900ba0d28e09a8743ba639439aade9f5" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-27 08:17.53 ---> saved as "958fd55fea91014e3e2144991092f7c0215cb5f558e91d800518aa871ce527f2" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 dune.3.22.2 fmt.0.11.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y gospel.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease - Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2354 kB] - Fetched 4874 kB in 1s (5209 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [gospel.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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). # To update the current shell environment, run: eval $(opam env) 2026-04-27 08:18.29 ---> saved as "52c49c388f1612e50475780c842f028a0c95ee8e3108adfa8d304f5c5ab94a97" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 18 packages - install cmdliner 2.1.1 - install cppo 1.8.0 - install dune 3.22.2 - install fmt 0.11.0 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install ocaml-compiler-libs v0.12.4 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppxlib 0.38.0 - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.2.1.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.22.2 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved ppxlib.0.38.0 (cached) -> installed cmdliner.2.1.1 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed dune.3.22.2 -> installed menhirCST.20260209 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed cppo.1.8.0 -> installed sexplib0.v0.17.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed menhir.20260209 -> installed ppxlib.0.38.0 -> installed ppx_deriving.6.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-27 08:20.24 ---> saved as "149fd37d95e872f4e0af9134cd14031a9085a673a30d12521b818a454f8640b1" /src: (copy (src .) (dst /src)) 2026-04-27 08:20.25 ---> saved as "b16726c9f09754edce9d26badff5f46bdd38ae081851ec97196da1a7389a2365" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -no-alias-deps -opaque -open Gospel -o src/.gospel.objs/byte/gospel__Opprintast.cmo -c -impl src/Opprintast.pp.ml) File "src/Opprintast.ml", line 59, characters 46-52: 59 | check_variable var_names t.ptyp_loc string; ^^^^^^ Error: This expression has type string loc but an expression was expected of type string (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocaml_shadow -w -9 -g -bin-annot -I src/.gospel.objs/byte -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Gospel -o src/.gospel.objs/byte/gospel__Uattr2spec.cmo -c -impl src/uattr2spec.pp.ml) File "src/uattr2spec.ml", line 347, characters 6-29: 347 | | Pexp_function case_list -> Sexp_function (List.map case case_list) ^^^^^^^^^^^^^^^^^^^^^^^ Error: The constructor Pexp_function expects 3 argument(s), but is applied here to 1 argument(s) (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocaml_shadow -w -9 -g -I src/.gospel.objs/byte -I src/.gospel.objs/native -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/common -I /home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/ppx_derivers -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppxlib -I /home/opam/.opam/4.14/lib/ppxlib/ast -I /home/opam/.opam/4.14/lib/ppxlib/astlib -I /home/opam/.opam/4.14/lib/ppxlib/print_diff -I /home/opam/.opam/4.14/lib/ppxlib/stdppx -I /home/opam/.opam/4.14/lib/ppxlib/traverse_builtins -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Gospel -o src/.gospel.objs/native/gospel__Uattr2spec.cmx -c -impl src/uattr2spec.pp.ml) File "src/uattr2spec.ml", line 347, characters 6-29: 347 | | Pexp_function case_list -> Sexp_function (List.map case case_list) ^^^^^^^^^^^^^^^^^^^^^^^ Error: The constructor Pexp_function expects 3 argument(s), but is applied here to 1 argument(s) "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-04-27 08:20.40: Job failed: Failed: Build failed