2026-04-22 14:13.16: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (32e05f4cedca60e27067f5bf9c7aa104f123278b) (linux-ppc64:debian-13-4.14_ppc64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 32e05f4ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89# debian-13-4.14_ppc64_opam-2.5USER 1000:1000ENV 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="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 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 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4"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.16: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89-debian-13-4.14_ppc64_opam-2.5-e2fbd25f24c5ced81fb75f323bb4b556"2026-04-22 14:13.16: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89)(comment debian-13-4.14_ppc64_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 "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 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 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4")(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.16: Waiting for resource in pool OCluster2026-04-22 14:24.07: Waiting for worker…2026-04-22 14:34.54: Got resource from pool OClusterBuilding on orithia.caelum.ci.devAll commits already cachedHEAD is now at 32e05f4 Merge pull request #476 from mrjazzybread/set(from ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89' locallydocker.io/ocaml/opam@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89: Pulling from ocaml/opam616ed6c40b4f: Already exists2ec7d7c99f98: Already exists0b0e470d4fef: Already existsd37ae9de90f3: Already existsda6d25de675c: Already exists63f7aec3dd39: Already existsc7ab87f61435: Already exists500de763971e: Already exists25f7fef4cb0d: Already existsff3241a04fa5: Already exists40b5b650536d: Already exists780bfea359f2: Already existsa7d03fce3fe8: Already exists3a369758c543: Already existsbab755c03dbc: Already exists26c7e99120d4: Already exists31cc847856df: Already exists31cc847856df: Already existsf9da47981524: Already exists943c12e15830: Already exists0cb6a893523a: Already exists68f935342a93: Already exists4f4fb700ef54: Already exists98472d811423: Already exists3548974e63cd: Already exists7ec9feb33d9b: Already existsb0e7417fb312: Already existse0c44abf2692: Already exists4d8e84f7d374: Already existsea535e061645: Already exists712215bdf359: Already exists8102e223f900: Already existsf65d0be9db18: Already existseee0fa8620ba: Already exists0fadb63b407b: Already existsabd561962f6e: Already exists708b4b128caa: Already existsf0c97cb24e61: Already existsb086b8ed0615: Already existsef33be3d1a16: Already exists2602a67902d6: Already existsd4c74884d56d: Pulling fs layer58d1f2eb5372: Pulling fs layer530545b24e65: Pulling fs layerd4c74884d56d: Waiting1e18ffb1defb: Pulling fs layer58d1f2eb5372: Waiting530545b24e65: Waiting1e18ffb1defb: Waiting58d1f2eb5372: Verifying Checksum58d1f2eb5372: Download complete530545b24e65: Download complete1e18ffb1defb: Verifying Checksum1e18ffb1defb: Download completed4c74884d56d: Verifying Checksumd4c74884d56d: Download completed4c74884d56d: Pull complete58d1f2eb5372: Pull complete530545b24e65: Pull complete1e18ffb1defb: Pull completeDigest: sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d89Status: Downloaded newer image for ocaml/opam@sha256:d34d801213196b83e627755a2b9631e02407a03e0023d47bb978c059a84b0d892026-04-22 14:34.55 ---> using "2739699fdeacfb5c3485406b875ef8af180ff5a2f807bcbb493aad5d7485d204" from cache/: (comment debian-13-4.14_ppc64_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-22 14:34.55 ---> using "dcfba1ac3e62dab08b8991e5d05cbb43ec9da79de78df6bfad1b40747862acaa" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-22 14:34.55 ---> using "b341b0bdfc0ef20a187869a153e38bf1e9c50408c83ed76221b6afaea2f0114d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-22 14:34.55 ---> using "caa782525fa8444246fc4dc0f815d40f7ef06eb92ff9f5caeb0978582189242f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 14:34.55 ---> using "e625f00aa51bdc52ff4e04987508f49edc81394335a802a057b92aac3c183dec" 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_HEAD95972b8834..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 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-22 14:34.55 ---> using "4bb1bdb38ccfaba5552ce9a8734201e4779f1c2dc15ef3348b246e7245a1bbb1" from cache/src: (copy (src gospel.opam) (dst ./))2026-04-22 14:34.55 ---> saved as "ba981ce8b33c1c8f1d93de2e44a8f543c4db669ece2d4f5b8ccbd245141819a6"/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 14:34.57 ---> saved as "0934d99249ddc899a12b9f0fc24da8317a420b3ebb23f3bc1b85949bfc159318"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 14:34.57 ---> saved as "609fd4c5770d03b92b5b5aebac66133dfd1f3c4dd2c94c114f1444a956e7f2c8"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 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 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20220122 uutf.1.0.4")/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 ppc64el Packages [121 kB]- Fetched 212 kB in 0s (1201 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-22 14:35.15 ---> saved as "6073db3d7267bc24d1b17ed1bc4e6a1236f23f9383bf9bd6b9f6f2dd65db8a1b"/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 35 packages- install astring 0.8.5- install camlp-streams 5.0.1- install cmdliner 2.1.1- install cppo 1.8.0- install crunch 4.0.0- install dune 3.22.2- install dune-build-info 3.22.2- install fmt 0.11.0- install fpath 0.7.3- install inferno 20220603- 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 odoc 3.1.0- install odoc-parser 3.1.0- install pp_loc 2.1.0- install pprint 20230830- install ppx_blob 0.9.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppxlib 0.38.0- install ptime 1.2.0- install re 1.14.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install tyxml 4.6.0- install unionFind 20220122- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.22.2, dune-build-info.3.22.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved inferno.20220603 (https://opam.ocaml.org/cache)-> retrieved ocamlfind.1.9.8 (cached)-> installed cmdliner.2.1.1-> retrieved pp_loc.2.1.0 (cached)-> retrieved pprint.20230830 (cached)-> retrieved ppx_blob.0.9.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved unionFind.20220122 (https://opam.ocaml.org/cache)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.22.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed dune-build-info.3.22.2-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed pp_loc.2.1.0-> installed pprint.20230830-> installed ocaml-compiler-libs.v0.12.4-> installed ppx_derivers.1.2.1-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed unionFind.20220122-> installed odoc-parser.3.1.0-> installed inferno.20220603-> installed tyxml.4.6.0-> installed menhir.20260209-> installed odoc.3.1.0-> installed ppxlib.0.38.0-> installed ppx_blob.0.9.0-> installed ppx_deriving.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-22 14:37.15 ---> saved as "1b2be2d0756e5e11f47e85ac03bea6506051564fa2d3773a950b0dc01010964e"/src: (copy (src .) (dst /src))2026-04-22 14:37.16 ---> saved as "0393a6f205eab43d15cfdf31eef2cf5e5928dd207be1deee1359d74f3756feb8"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-04-22 14:37.26 ---> saved as "20c62fcd6d4294f06d8cf70a428d108237f4063846bf4e17983d2b2a122ab40a"Job succeeded2026-04-22 14:37.26: Job succeeded