2026-06-25 14:41.54: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/pull/89/head (994cfa73bc44a5ce576ebd62e48acb8337512c69) (linux-ppc64:debian-13-5.5_ppc64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.5@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" && cd "ocaml-version" && git fetch origin "refs/pull/89/head" && git reset --hard 994cfa73cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.5@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926# debian-13-5.5_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 cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 ocaml-version.opam ./RUN opam pin add -yn ocaml-version.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 fmt.0.11.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocaml-version.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-06-25 14:41.54: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-13-ocaml-5.5@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926-debian-13-5.5_ppc64_opam-2.5-d98d51c8de7bcf4d353de05aa170b981"2026-06-25 14:41.54: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.5@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926)(comment debian-13-5.5_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src ocaml-version.opam) (dst ./))(run (network host)(shell "opam pin add -yn ocaml-version.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 fmt.0.11.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 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 ocaml-version.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-06-25 14:41.54: Waiting for resource in pool OCluster2026-06-25 15:11.39: Waiting for worker…2026-06-25 15:20.29: Connecting to build cluster…2026-06-25 15:20.46: Waiting for worker…2026-06-25 15:20.59: Got resource from pool OClusterBuilding on orithia.caelum.ci.devAll commits already cachedHEAD is now at 994cfa7 tweak version now that opam-repository lower OCaml bound is 4.11(from ocaml/opam:debian-13-ocaml-5.5@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926)Unable to find image 'ocaml/opam:debian-13-ocaml-5.5@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926' locallydocker.io/ocaml/opam@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926: Pulling from ocaml/opamfc2380819f72: Already exists86f91c356aad: Already existsea9be4d96b3d: Already exists79ca6b7a5bfa: Already exists9373969bb8c6: Already existsd21d1b3dcdd7: Already exists4a2a352c6d2f: Already exists1b3bb000294a: Already existsae4f68c45f02: Already exists860addfa6cfa: Already existsd098ee55081e: Already existsb2640010d885: Already exists866bae08752a: Already exists99950e41d6b3: Already exists4b29e9834ea1: Already existsc908fab84bde: Already existsc908fab84bde: Already exists2abb7c33b135: Already exists56a2c7991c3f: Already exists2ae2c3613a3e: Already existsed12ba0c8e1e: Already exists4f4fb700ef54: Already exists6e5a03f224c4: Already exists85c9cf048f6b: Already existse023045e26fb: Already exists97849783471b: Already exists2322011b6f7a: Already exists73eca2ae29f7: Already exists20703fc28a04: Already existsadb5d41aa3c9: Already exists31fa533619cb: Already existse3e849d141f3: Already existsd2a530013e97: Already exists8da263d0428e: Already existse238491b0836: Already exists82dafa71e3f8: Already exists2cbaf33fd07b: Already existsec002ff86afb: Already exists547a8c3fa0cf: Already existsc414964220c4: Already exists8ad920b7f311: Already existscf1478f7f185: Already existse2fe40d22ad2: Already existscbc4d422e3c0: Pulling fs layer550db1feb07a: Pulling fs layera074d97326ea: Pulling fs layer91f414944004: Pulling fs layer91f414944004: Waiting550db1feb07a: Verifying Checksum550db1feb07a: Download complete91f414944004: Verifying Checksum91f414944004: Download completea074d97326ea: Download completecbc4d422e3c0: Verifying Checksumcbc4d422e3c0: Download completecbc4d422e3c0: Pull complete550db1feb07a: Pull completea074d97326ea: Pull complete91f414944004: Pull completeDigest: sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926Status: Downloaded newer image for ocaml/opam@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa9262026-06-25 15:20.59 ---> using "c6497539f718146c17a0f7e33699d24437b4b734c887dc6dc3c4c02d9e34c824" from cache/: (comment debian-13-5.5_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-06-25 15:20.59 ---> using "278257c20ef10999c93eb5f87622774492c6a24f713225c469af9a6263821768" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..ceed23f9d3 master -> origin/master2569983dbf Merge pull request #30085 from Octachron/OCaml_5.5.0_fix_relocatable_build2026-06-25 15:20.59 ---> using "9481b0006f2b98f12a3c0873ccd0ad9c712c7cbc5f84b83a94b9900d5df73b20" 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-25 15:20.59 ---> using "a3aaf855fb049e48d2226618fd53a78147a6da266faea7f711fa85bad3e8d27d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.5.02.5.12026-06-25 15:20.59 ---> using "7815240ecbd52bdd0fa9399aeaac004110bf6ffa838075fc4a88ddbf564514c9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-25 15:20.59 ---> using "9055d1bbf714291670daac73ccb2b620c14563fd35a7f58b4f4f600d86a34800" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryThe following actions will be performed:=== recompile 7 packages- recompile base-domains base [uses ocaml]- recompile base-effects base [uses ocaml]- recompile base-nnp base [uses base-domains]- recompile ocaml 5.5.0 [uses ocaml-base-compiler]- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]- recompile ocaml-compiler 5.5.0 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]=== install 1 package- install compiler-cloning enabled [required by ocaml-compiler]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml.5.5.0 (cached)-> removed base-effects.base-> removed base-nnp.base-> removed base-domains.base-> installed compiler-cloning.enabled-> retrieved ocaml-compiler.5.5.0 (cached)-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.5.5.0-> removed ocaml-base-compiler.5.5.0-> removed ocaml-compiler.5.5.0-> installed ocaml-compiler.5.5.0-> installed ocaml-base-compiler.5.5.0-> installed ocaml.5.5.0-> installed base-domains.base-> installed base-effects.base-> installed base-nnp.base-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>=> This switch had to be compiled from sources, but future switches with the 🐌same compiler version and configuration should assemble instantly.# To update the current shell environment, run: eval $(opam env)2026-06-25 15:20.59 ---> using "e911d3afb0a52933244002da3e46003f0503d521f0706d4a2599747a10d7b0e0" from cache/src: (copy (src ocaml-version.opam) (dst ./))2026-06-25 16:20.59: Cancelling: Timeout (60.0 minutes)2026-06-25 18:23.12: Cancel failed: Disconnected: Switch turned off2026-06-25 18:23.13: Timeout (60.0 minutes)