2025-10-15 10:19.41: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/implementations_gospel (c20125aeb2154b3853e0e5411c4548f568541096) (linux-x86_64:debian-13-5.3_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "implementations_gospel" && cd "gospel" && git reset --hard c20125ae cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 # debian-13-5.3_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 cppo.1.8.0 dune.3.20.2 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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 2025-10-15 10:19.41: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4-debian-13-5.3_opam-2.4-d6a3af4b67dd42d0eb604bec040b9434" 2025-10-15 10:19.41: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4) (comment debian-13-5.3_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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 (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 cppo.1.8.0 dune.3.20.2 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.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 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")) ) 2025-10-15 10:19.41: Waiting for resource in pool OCluster 2025-10-15 11:58.42: Waiting for worker… 2025-10-15 12:01.22: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at c20125a Experimenting with dinamically verified invariants (from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4' locally docker.io/ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4: Pulling from ocaml/opam cae3b572364a: Already exists 820d433882fc: Pulling fs layer 8f6112f72fa5: Pulling fs layer f06108004adb: Pulling fs layer f34ea90e6bf7: Pulling fs layer b44a65709156: Pulling fs layer 4c25908bbac9: Pulling fs layer f34ea90e6bf7: Waiting f76df728146d: Pulling fs layer b44a65709156: Waiting 1fee769dfcf3: Pulling fs layer 4c25908bbac9: Waiting 9089a7f69af3: Pulling fs layer 6f758b47b2a0: Pulling fs layer f76df728146d: Waiting 9089a7f69af3: Waiting 16b225bbb395: Pulling fs layer 6f758b47b2a0: Waiting abbf3ec39b68: Pulling fs layer 1a61521655a9: Pulling fs layer 16b225bbb395: Waiting 6a8565a9e443: Pulling fs layer abbf3ec39b68: Waiting 1a61521655a9: Waiting c059a4cbd7b9: Pulling fs layer 3a00fdc9e291: Pulling fs layer 6a8565a9e443: Waiting a0b62589bd38: Pulling fs layer c059a4cbd7b9: Waiting 6e8d713bf843: Pulling fs layer 3a00fdc9e291: Waiting bca1fd5341ba: Pulling fs layer a0b62589bd38: Waiting 6e8d713bf843: Waiting 34b9849c2772: Pulling fs layer bca1fd5341ba: Waiting 4f4fb700ef54: Pulling fs layer 34b9849c2772: Waiting d8d3d0744e38: Pulling fs layer 4f4fb700ef54: Waiting 788c7ce0e0e5: Pulling fs layer a297eab0ca3b: Pulling fs layer d8d3d0744e38: Waiting 2e79af39acdb: Pulling fs layer 788c7ce0e0e5: Waiting a297eab0ca3b: Waiting 8858e600236c: Pulling fs layer 2e79af39acdb: Waiting 9efe23d1fe7d: Pulling fs layer 47d185934312: Pulling fs layer 8858e600236c: Waiting 9efe23d1fe7d: Waiting 64a949a6caff: Pulling fs layer c9d6a7c18bb1: Pulling fs layer 47d185934312: Waiting e4fde4815f0c: Pulling fs layer c9d6a7c18bb1: Waiting d1f759c16950: Pulling fs layer 64a949a6caff: Waiting e4fde4815f0c: Waiting f3dd45bf195f: Pulling fs layer d1f759c16950: Waiting 3985a6049101: Pulling fs layer aae849592418: Pulling fs layer f3dd45bf195f: Waiting 3985a6049101: Waiting 6173459dc6b2: Pulling fs layer aae849592418: Waiting 7f16ef63bee0: Pulling fs layer 6173459dc6b2: Waiting fe355de6a899: Pulling fs layer 7f16ef63bee0: Waiting b0bc5a15bc9d: Pulling fs layer 5ef8881599f6: Pulling fs layer b0bc5a15bc9d: Waiting 43070a8c11bb: Pulling fs layer 5ef8881599f6: Waiting 50f4a5d16176: Pulling fs layer caf5c7cd45dc: Pulling fs layer 43070a8c11bb: Waiting 50f4a5d16176: Waiting cc4f1ac4e98a: Pulling fs layer caf5c7cd45dc: Waiting 005888d39869: Pulling fs layer cc4f1ac4e98a: Waiting 97352f987d81: Pulling fs layer 005888d39869: Waiting 97352f987d81: Waiting 820d433882fc: Download complete 820d433882fc: Pull complete f06108004adb: Verifying Checksum f06108004adb: Download complete f34ea90e6bf7: Verifying Checksum f34ea90e6bf7: Download complete 8f6112f72fa5: Download complete 8f6112f72fa5: Pull complete 4c25908bbac9: Verifying Checksum 4c25908bbac9: Download complete f06108004adb: Pull complete f76df728146d: Verifying Checksum f76df728146d: Download complete f34ea90e6bf7: Pull complete 1fee769dfcf3: Verifying Checksum 1fee769dfcf3: Download complete 9089a7f69af3: Verifying Checksum 9089a7f69af3: Download complete 6f758b47b2a0: Verifying Checksum 6f758b47b2a0: Download complete 16b225bbb395: Verifying Checksum 16b225bbb395: Download complete 1a61521655a9: Verifying Checksum 1a61521655a9: Download complete abbf3ec39b68: Download complete 6a8565a9e443: Verifying Checksum 3a00fdc9e291: Download complete a0b62589bd38: Verifying Checksum a0b62589bd38: Download complete c059a4cbd7b9: Download complete 6e8d713bf843: Download complete bca1fd5341ba: Verifying Checksum bca1fd5341ba: Download complete 34b9849c2772: Verifying Checksum 34b9849c2772: Download complete 4f4fb700ef54: Download complete d8d3d0744e38: Download complete a297eab0ca3b: Verifying Checksum a297eab0ca3b: Download complete 788c7ce0e0e5: Download complete 2e79af39acdb: Download complete 8858e600236c: Verifying Checksum 8858e600236c: Download complete 9efe23d1fe7d: Download complete 47d185934312: Download complete c9d6a7c18bb1: Verifying Checksum c9d6a7c18bb1: Download complete 64a949a6caff: Verifying Checksum 64a949a6caff: Download complete e4fde4815f0c: Download complete f3dd45bf195f: Download complete d1f759c16950: Verifying Checksum d1f759c16950: Download complete aae849592418: Verifying Checksum aae849592418: Download complete b44a65709156: Verifying Checksum b44a65709156: Download complete 7f16ef63bee0: Download complete fe355de6a899: Verifying Checksum fe355de6a899: Download complete b0bc5a15bc9d: Download complete 5ef8881599f6: Verifying Checksum 5ef8881599f6: Download complete 43070a8c11bb: Download complete 50f4a5d16176: Verifying Checksum 50f4a5d16176: Download complete 3985a6049101: Verifying Checksum 3985a6049101: Download complete cc4f1ac4e98a: Verifying Checksum cc4f1ac4e98a: Download complete 005888d39869: Verifying Checksum 005888d39869: Download complete 97352f987d81: Verifying Checksum 97352f987d81: Download complete b44a65709156: Pull complete 4c25908bbac9: Pull complete f76df728146d: Pull complete 1fee769dfcf3: Pull complete 9089a7f69af3: Pull complete 6f758b47b2a0: Pull complete 16b225bbb395: Pull complete abbf3ec39b68: Pull complete 1a61521655a9: Pull complete 6a8565a9e443: Pull complete c059a4cbd7b9: Pull complete 3a00fdc9e291: Pull complete a0b62589bd38: Pull complete 6e8d713bf843: Pull complete bca1fd5341ba: Pull complete 34b9849c2772: Pull complete 4f4fb700ef54: Pull complete d8d3d0744e38: Pull complete 788c7ce0e0e5: Pull complete a297eab0ca3b: Pull complete 2e79af39acdb: Pull complete 8858e600236c: Pull complete 9efe23d1fe7d: Pull complete 47d185934312: Pull complete 64a949a6caff: Pull complete c9d6a7c18bb1: Pull complete e4fde4815f0c: Pull complete d1f759c16950: Pull complete f3dd45bf195f: Pull complete 3985a6049101: Pull complete aae849592418: Pull complete caf5c7cd45dc: Verifying Checksum caf5c7cd45dc: Download complete 6173459dc6b2: Download complete 6173459dc6b2: Pull complete 7f16ef63bee0: Pull complete fe355de6a899: Pull complete b0bc5a15bc9d: Pull complete 5ef8881599f6: Pull complete 43070a8c11bb: Pull complete 50f4a5d16176: Pull complete caf5c7cd45dc: Pull complete cc4f1ac4e98a: Pull complete 005888d39869: Pull complete 97352f987d81: Pull complete Digest: sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 Status: Downloaded newer image for ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 2025-10-15 12:01.22 ---> using "77049904df58751db5fcb353ed61a57fdb0b9630ae2ead1464d594fce0fbfad2" from cache /: (comment debian-13-5.3_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-10-15 12:01.22 ---> using "cf43e47227f5a0b7d7455a5cdc71b4852fc5a20e0dbc45da7f1e848e5a4a1782" 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 2025-10-15 12:01.22 ---> using "24aa2bbd8c0dade82563ed15067d299431d528565700a0d557f897902624a14f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-10-15 12:01.22 ---> using "b3ddb47dba6c20cebab94d5a04ad748ec33cd6bde37f6d0960bd261d310ff086" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-15 12:01.22 ---> using "4ad3d9c94a8e3eecdf261740e7a950a91cc1b237e1f69002a3013e03add4caed" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 1abfcdbf14..12d0447fd1 master -> origin/master deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0 <><> 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-base-compiler.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-10-15 12:01.22 ---> using "21ff1d9e2106380a3f4088131d4eb1e0dde5f2e146fab4ce48c34d375958b73c" from cache /src: (copy (src gospel.opam) (dst ./)) 2025-10-15 12:01.22 ---> saved as "87417b6081cc91b56ea9dd23fcc8ed7098a1b3d820b13e49638342a9c75d901d" /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) 2025-10-15 12:01.24 ---> saved as "6c7ebc6b88c63df6b23e1d608fd201ae13d52abf2ec66fc27fb270376f9403c0" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-15 12:01.24 ---> saved as "efb5456727cb7ff2b2627f79822b8251ecb217f2cb33360d05b97fbc88c7a984" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 cppo.1.8.0 dune.3.20.2 fmt.0.11.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.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 gospel.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 [53.8 kB] - Fetched 145 kB in 0s (1082 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-10-15 12:01.45 ---> saved as "bbfa25d940e2c84e2110f90aa949f73bd9d1c61d9c9626907580c41387abdd23" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 17 packages - install cmdliner 2.0.0 - install cppo 1.8.0 - install dune 3.20.2 - install fmt 0.11.0 - install menhir 20250912 - install menhirCST 20250912 - install menhirLib 20250912 - install menhirSdk 20250912 - install ocaml-compiler-libs v0.17.0 - 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.37.0 - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.2.0.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> retrieved dune.3.20.2 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (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.0 (cached) -> retrieved ppxlib.0.37.0 (cached) -> installed cmdliner.2.0.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed fmt.0.11.0 -> installed dune.3.20.2 -> installed menhirCST.20250912 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed menhirSdk.20250912 -> installed sexplib0.v0.17.0 -> installed menhirLib.20250912 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed menhir.20250912 -> installed ppxlib.0.37.0 -> installed ppx_deriving.6.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-15 12:03.37 ---> saved as "007f9e5f36eb4602a0121d3b9e756fe78384bb15f2c835c8ade937c2d810fc19" /src: (copy (src .) (dst /src)) 2025-10-15 12:03.37 ---> saved as "ef79c5fc0babd7c8a5d1853cd6994d49e19de0b23b38b92dcef5489dd4f78ca5" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3/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 -bin-annot-occurrences -I src/.gospel.objs/byte -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3/lib/ppx_derivers -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/ppxlib -I /home/opam/.opam/5.3/lib/ppxlib/ast -I /home/opam/.opam/5.3/lib/ppxlib/astlib -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/ppxlib/stdppx -I /home/opam/.opam/5.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/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: The value string has type string loc but an expression was expected of type string (cd _build/default && /home/opam/.opam/5.3/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 -bin-annot-occurrences -I src/.gospel.objs/byte -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3/lib/ppx_derivers -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/ppxlib -I /home/opam/.opam/5.3/lib/ppxlib/ast -I /home/opam/.opam/5.3/lib/ppxlib/astlib -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/ppxlib/stdppx -I /home/opam/.opam/5.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/lib/stdlib-shims -cmi-file src/.gospel.objs/byte/gospel__Uattr2spec.cmi -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 339, characters 6-29: 339 | | 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/5.3/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/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3/lib/ppx_derivers -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/ppxlib -I /home/opam/.opam/5.3/lib/ppxlib/ast -I /home/opam/.opam/5.3/lib/ppxlib/astlib -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/ppxlib/stdppx -I /home/opam/.opam/5.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/lib/stdlib-shims -cmi-file src/.gospel.objs/byte/gospel__Uattr2spec.cmi -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 339, characters 6-29: 339 | | 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 2025-10-15 12:03.48: Job failed: Failed: Build failed