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:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926 Opam project build To 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 994cfa73 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.5@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926 # debian-13-5.5_ppc64_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 cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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 $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-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 OCluster 2026-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 OCluster Building on orithia.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926: Pulling from ocaml/opam fc2380819f72: Already exists 86f91c356aad: Already exists ea9be4d96b3d: Already exists 79ca6b7a5bfa: Already exists 9373969bb8c6: Already exists d21d1b3dcdd7: Already exists 4a2a352c6d2f: Already exists 1b3bb000294a: Already exists ae4f68c45f02: Already exists 860addfa6cfa: Already exists d098ee55081e: Already exists b2640010d885: Already exists 866bae08752a: Already exists 99950e41d6b3: Already exists 4b29e9834ea1: Already exists c908fab84bde: Already exists c908fab84bde: Already exists 2abb7c33b135: Already exists 56a2c7991c3f: Already exists 2ae2c3613a3e: Already exists ed12ba0c8e1e: Already exists 4f4fb700ef54: Already exists 6e5a03f224c4: Already exists 85c9cf048f6b: Already exists e023045e26fb: Already exists 97849783471b: Already exists 2322011b6f7a: Already exists 73eca2ae29f7: Already exists 20703fc28a04: Already exists adb5d41aa3c9: Already exists 31fa533619cb: Already exists e3e849d141f3: Already exists d2a530013e97: Already exists 8da263d0428e: Already exists e238491b0836: Already exists 82dafa71e3f8: Already exists 2cbaf33fd07b: Already exists ec002ff86afb: Already exists 547a8c3fa0cf: Already exists c414964220c4: Already exists 8ad920b7f311: Already exists cf1478f7f185: Already exists e2fe40d22ad2: Already exists cbc4d422e3c0: Pulling fs layer 550db1feb07a: Pulling fs layer a074d97326ea: Pulling fs layer 91f414944004: Pulling fs layer 91f414944004: Waiting 550db1feb07a: Verifying Checksum 550db1feb07a: Download complete 91f414944004: Verifying Checksum 91f414944004: Download complete a074d97326ea: Download complete cbc4d422e3c0: Verifying Checksum cbc4d422e3c0: Download complete cbc4d422e3c0: Pull complete 550db1feb07a: Pull complete a074d97326ea: Pull complete 91f414944004: Pull complete Digest: sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926 Status: Downloaded newer image for ocaml/opam@sha256:cb88ecce3e80ff67857dc08f63445983bd98a2cc5260087fa82df8f2e2aaa926 2026-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_HEAD b85f65c75d..ceed23f9d3 master -> origin/master 2569983dbf Merge pull request #30085 from Octachron/OCaml_5.5.0_fix_relocatable_build 2026-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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-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-generic The OCaml toplevel, version 5.5.0 2.5.1 2026-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-repository The 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.3 Done. <><> 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 off 2026-06-25 18:23.13: Timeout (60.0 minutes)