2026-04-22 14:13.09: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/implementations_gospel (cd13727dc0ed4d595f6f1504e53a0d5d64a38ac9) (linux-arm64:debian-13-5.4_arm32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:693926cc9b8abbd309167dc982607708a09b21e08c25c3b4b369c3ed1013684cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "implementations_gospel" && cd "gospel" && git reset --hard cd13727dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:693926cc9b8abbd309167dc982607708a09b21e08c25c3b4b369c3ed1013684c# debian-13-5.4_arm32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-22 14:13.09: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-13-ocaml-5.4@sha256:693926cc9b8abbd309167dc982607708a09b21e08c25c3b4b369c3ed1013684c-debian-13-5.4_arm32_opam-2.5-9edd26dab9bdf61587a09e449ca0cdf5"2026-04-22 14:13.09: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:693926cc9b8abbd309167dc982607708a09b21e08c25c3b4b369c3ed1013684c)(comment debian-13-5.4_arm32_opam-2.5)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 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-22 14:13.09: Waiting for resource in pool OCluster2026-04-22 15:08.25: Waiting for worker…2026-04-22 15:24.31: Got resource from pool OClusterBuilding on kydoime.caelum.ci.devAll commits already cachedHEAD is now at cd13727 Added !! entry in terms(from ocaml/opam:debian-13-ocaml-5.4@sha256:693926cc9b8abbd309167dc982607708a09b21e08c25c3b4b369c3ed1013684c)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:693926cc9b8abbd309167dc982607708a09b21e08c25c3b4b369c3ed1013684c' locallydocker.io/ocaml/opam@sha256:693926cc9b8abbd309167dc982607708a09b21e08c25c3b4b369c3ed1013684c: Pulling from ocaml/opam5b74af671a0d: Already existsc0004a7d6c35: Pulling fs layerf7a319dbefcd: Pulling fs layer64580c57b212: Pulling fs layera7a74d567e7f: Pulling fs layerc580bc3191e6: Pulling fs layera24164330339: Pulling fs layer389635c05bd5: Pulling fs layer5358dac9a3d4: Pulling fs layer5b6e3ab6d3fc: Pulling fs layerffa573419cd0: Pulling fs layer956e8946fe76: Pulling fs layerc580bc3191e6: Waiting4cc19ec4e35b: Pulling fs layera24164330339: Waiting50d39f8a329f: Pulling fs layer389635c05bd5: Waitinga2fee4a744b8: Pulling fs layerffa573419cd0: Waitingf2566e25e026: Pulling fs layer5358dac9a3d4: Waitingde8e612ca6e2: Pulling fs layer5b6e3ab6d3fc: Waiting956e8946fe76: Waitinga7a74d567e7f: Waiting86d62552ecc4: Pulling fs layer4cc19ec4e35b: Waitinga2fee4a744b8: Waitingc34de772c91f: Pulling fs layer50d39f8a329f: Waitingf2566e25e026: Waiting4cf43450be7f: Pulling fs layerde8e612ca6e2: Waiting86d62552ecc4: Waiting90d76b52e78d: Pulling fs layerc34de772c91f: Waiting4f4fb700ef54: Pulling fs layer4cf43450be7f: Waitingf29faed7ad27: Pulling fs layer90d76b52e78d: Waiting4f4fb700ef54: Waitingacd40d5e4b35: Pulling fs layered1b58f60f89: Pulling fs layerf29faed7ad27: Waiting243a372e5aeb: Pulling fs layeracd40d5e4b35: Waiting47b3c15182a0: Pulling fs layered1b58f60f89: Waiting56be057a4eba: Pulling fs layer243a372e5aeb: Waiting47b3c15182a0: Waiting96072ffd6041: Pulling fs layer56be057a4eba: Waiting202b0835cdb0: Pulling fs layer950aa580dfc5: Pulling fs layer202b0835cdb0: Waitinga0f8a2ee86c0: Pulling fs layer950aa580dfc5: Waiting4b9f70c22356: Pulling fs layer851d89921c2a: Pulling fs layera0f8a2ee86c0: Waiting4b9f70c22356: Waitingcf65a1254a3f: Pulling fs layer851d89921c2a: Waiting231b5493b83c: Pulling fs layercf65a1254a3f: Waitingec961e9f48df: Pulling fs layer231b5493b83c: Waitingfd6dc10f6892: Pulling fs layerec961e9f48df: Waiting1d0f5bff4cde: Pulling fs layerfdcc560f846b: Pulling fs layerfd6dc10f6892: Waiting1d0f5bff4cde: Waiting7ec6fe196744: Pulling fs layerfdcc560f846b: Waiting83e6e7d763e1: Pulling fs layer9dbb6f743745: Pulling fs layer83e6e7d763e1: Waiting2b6a449fd2ed: Pulling fs layerde384661abfa: Pulling fs layer9dbb6f743745: Waiting2b6a449fd2ed: Waiting3c5235aed0c0: Pulling fs layerde384661abfa: Waitingbd13826022d3: Pulling fs layer3c5235aed0c0: Waitingbd13826022d3: Waitingc0004a7d6c35: Verifying Checksumc0004a7d6c35: Download completec0004a7d6c35: Pull completef7a319dbefcd: Download completef7a319dbefcd: Pull completea7a74d567e7f: Verifying Checksuma7a74d567e7f: Download complete64580c57b212: Verifying Checksum64580c57b212: Download completea24164330339: Verifying Checksuma24164330339: Download complete64580c57b212: Pull completea7a74d567e7f: Pull complete389635c05bd5: Verifying Checksum389635c05bd5: Download complete5358dac9a3d4: Verifying Checksum5358dac9a3d4: Download completec580bc3191e6: Verifying Checksumc580bc3191e6: Download complete5b6e3ab6d3fc: Download completeffa573419cd0: Verifying Checksumffa573419cd0: Download complete956e8946fe76: Verifying Checksum956e8946fe76: Download complete4cc19ec4e35b: Download completea2fee4a744b8: Download complete50d39f8a329f: Verifying Checksum50d39f8a329f: Download completef2566e25e026: Verifying Checksumf2566e25e026: Download complete86d62552ecc4: Download completec34de772c91f: Download complete4cf43450be7f: Download complete90d76b52e78d: Verifying Checksum90d76b52e78d: Download completede8e612ca6e2: Verifying Checksumde8e612ca6e2: Download complete4f4fb700ef54: Download completeacd40d5e4b35: Verifying Checksumacd40d5e4b35: Download completef29faed7ad27: Download completeed1b58f60f89: Verifying Checksumed1b58f60f89: Download complete47b3c15182a0: Verifying Checksum47b3c15182a0: Download complete243a372e5aeb: Download complete56be057a4eba: Verifying Checksum56be057a4eba: Download complete96072ffd6041: Verifying Checksum96072ffd6041: Download complete950aa580dfc5: Download complete202b0835cdb0: Verifying Checksum202b0835cdb0: Download completea0f8a2ee86c0: Verifying Checksuma0f8a2ee86c0: Download complete4b9f70c22356: Verifying Checksum4b9f70c22356: Download complete851d89921c2a: Verifying Checksum851d89921c2a: Download complete231b5493b83c: Download completefd6dc10f6892: Verifying Checksumfd6dc10f6892: Download complete1d0f5bff4cde: Verifying Checksum1d0f5bff4cde: Download completefdcc560f846b: Verifying Checksumfdcc560f846b: Download complete7ec6fe196744: Verifying Checksum7ec6fe196744: Download complete83e6e7d763e1: Verifying Checksum83e6e7d763e1: Download completec580bc3191e6: Pull completea24164330339: Pull complete389635c05bd5: Pull complete9dbb6f743745: Verifying Checksum9dbb6f743745: Download complete5358dac9a3d4: Pull completeec961e9f48df: Verifying Checksumec961e9f48df: Download complete5b6e3ab6d3fc: Pull completede384661abfa: Verifying Checksumde384661abfa: Download completeffa573419cd0: Pull complete3c5235aed0c0: Verifying Checksum956e8946fe76: Pull complete4cc19ec4e35b: Pull completebd13826022d3: Verifying Checksumbd13826022d3: Download complete50d39f8a329f: Pull completea2fee4a744b8: Pull completef2566e25e026: Pull completede8e612ca6e2: Pull complete86d62552ecc4: Pull completec34de772c91f: Pull complete4cf43450be7f: Pull complete90d76b52e78d: Pull complete4f4fb700ef54: Pull completef29faed7ad27: Pull completeacd40d5e4b35: Pull completeed1b58f60f89: Pull complete243a372e5aeb: Pull complete47b3c15182a0: Pull complete56be057a4eba: Pull complete96072ffd6041: Pull complete202b0835cdb0: Pull complete950aa580dfc5: Pull completea0f8a2ee86c0: Pull complete4b9f70c22356: Pull complete851d89921c2a: Pull complete2b6a449fd2ed: Verifying Checksum2b6a449fd2ed: Download completecf65a1254a3f: Verifying Checksumcf65a1254a3f: Download completecf65a1254a3f: Pull complete231b5493b83c: Pull completeec961e9f48df: Pull completefd6dc10f6892: Pull complete1d0f5bff4cde: Pull completefdcc560f846b: Pull complete7ec6fe196744: Pull complete83e6e7d763e1: Pull complete9dbb6f743745: Pull complete2b6a449fd2ed: Pull completede384661abfa: Pull complete3c5235aed0c0: Pull completebd13826022d3: Pull completeDigest: sha256:693926cc9b8abbd309167dc982607708a09b21e08c25c3b4b369c3ed1013684cStatus: Downloaded newer image for ocaml/opam@sha256:693926cc9b8abbd309167dc982607708a09b21e08c25c3b4b369c3ed1013684c2026-04-22 15:24.33 ---> using "e3a4dfe50414b30acc0acf4d7df7b8ace3a607b326f8443751115cd12bd5dffd" from cache/: (comment debian-13-5.4_arm32_opam-2.5)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (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-22 15:24.33 ---> using "11a5a065a36bf1fbcd6677db522011410f52b90c9f814f5df96c5002277e1782" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-22 15:24.33 ---> using "7d333fe8adc870fca57c5860b783adae397929ec23a45b43ae9049b9553dd467" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-22 15:24.33 ---> using "1f294dd375293a36e4c0adf6670b1f4a626e0fb6b414c615ce492896da843193" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 15:24.33 ---> using "8d083ae48f4cb8e63e34f8e15eb5e304e079a3d97140853fefff4a12d91dd436" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..80ba534fc6 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)Everything as up-to-date as possibleHowever, 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-22 15:24.33 ---> using "fc5058e3cc6be532ee96b66ff670d871d7b30c61fcc8460c34b5a7a971fa3e67" from cache/src: (copy (src gospel.opam) (dst ./))2026-04-22 15:24.33 ---> saved as "134286d8a3a45a1ca69d05edbf035560c922e2ecbc98dde43499fa87fe226e7d"/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-22 15:24.35 ---> saved as "2284801d6b8abd27ad2c05dad41c3f987a1e30ac565b1a90964d0b30f6b8158b"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 15:24.35 ---> saved as "3235c6df64cd0401a3e2159086a6221fc6b7bff6c6c18753ad374d14f07e41b0"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 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://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 armhf Packages [121 kB]- Fetched 212 kB in 0s (1290 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-option-bytecode-only 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.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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).# To update the current shell environment, run: eval $(opam env)2026-04-22 15:24.46 ---> saved as "b1d14144fc5ca1b31c12bb6014ed9b22b42cb476ee264da605b3a433a63b1fe2"/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-option-bytecode-only 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.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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 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.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.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 ocaml-compiler-libs.v0.17.0 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.22.2 (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)-> installed cmdliner.2.1.1-> retrieved ppxlib.0.38.0 (cached)-> 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 sexplib0.v0.17.0-> installed menhirSdk.20260209-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed menhir.20260209-> installed ppxlib.0.38.0-> installed ppx_deriving.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-22 15:26.49 ---> saved as "5d1f1917f4bd1d00e56cdc2af03aac4d81db4c657b625b1547b7adf46ccd9929"/src: (copy (src .) (dst /src))2026-04-22 15:26.52 ---> saved as "57434c5c60e4d9e7f83bd0bb4cc9691526b92afa47dbe300512d137523b22bee"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc -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.4/lib/fmt -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/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 locbut an expression was expected of type string(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc -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.4/lib/fmt -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/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 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/linux32" "/bin/sh" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-04-22 15:27.12: Job failed: Failed: Build failed