2026-06-19 15:57.03: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (de164f480705dd214cd406bbd762d3da2d3612b5) (linux-ppc64:debian-13-4.14_ppc64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard de164f48cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05# 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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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-19 15:57.03: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05-debian-13-4.14_ppc64_opam-2.5-81e8370595e995469779e431aa822828"2026-06-19 15:57.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05)(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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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-19 15:57.03: Waiting for resource in pool OCluster2026-06-19 15:57.03: Waiting for worker…2026-06-19 15:57.03: Got resource from pool OClusterBuilding on orithia.caelum.ci.devAll commits already cachedHEAD is now at de164f4 Merge pull request #92 from Octachron/OCaml_5.5.0(from ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05' locallydocker.io/ocaml/opam@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05: Pulling from ocaml/opam95ea8643a631: Already existsd6e56837b293: Already existsb2ece8a1dadc: Already exists1d24e961f710: Already exists1fd9b2bfc5cc: Already exists6da649ddb8a1: Pulling fs layerc31cd3a1e74c: Pulling fs layerdf8227e18289: Pulling fs layer189fbdd10198: Pulling fs layerd5b2ee71d033: Pulling fs layer03eb14673d59: Pulling fs layera9a3e089e8c7: Pulling fs layerc31cd3a1e74c: Download complete1412f48dd3f3: Pulling fs layer36d753f5cbbe: Pulling fs layer5a09da0346c0: Pulling fs layer91b65fbd25b2: Pulling fs layer03eb14673d59: Download complete189fbdd10198: Download complete465749eebdf9: Pulling fs layerdf8227e18289: Download completef891131a55ad: Pulling fs layerd5b2ee71d033: Download complete3a1067fa2fc1: Pulling fs layercec1fb886c4e: Pulling fs layer5a09da0346c0: Download completea9a3e089e8c7: Download completee5e72c83820e: Pulling fs layer465749eebdf9: Download complete1412f48dd3f3: Download complete4f4fb700ef54: Pulling fs layer36d753f5cbbe: Download completef891131a55ad: Waiting80d472bc7c2a: Pulling fs layer3a1067fa2fc1: Waiting91b65fbd25b2: Download completeaeb22498d5c5: Pulling fs layere5e72c83820e: Waitingcec1fb886c4e: Waitingd3ca0b628ca0: Pulling fs layer4f4fb700ef54: Waitingf47dec8026b3: Pulling fs layer80d472bc7c2a: Waitingaeb22498d5c5: Waiting3db4259d1d47: Pulling fs layer397eed093924: Pulling fs layer972e3efd3adc: Pulling fs layer3db4259d1d47: Waiting6194bd1d4ddc: Pulling fs layerf47dec8026b3: Waiting8e61fc6a0aef: Pulling fs layerd3ca0b628ca0: Waiting5f7d4a87c72d: Pulling fs layer6fdb01f41b7b: Pulling fs layer972e3efd3adc: Waiting397eed093924: Waiting4c1f69f597b8: Pulling fs layer8e61fc6a0aef: Waiting6194bd1d4ddc: Waiting5f7d4a87c72d: Waiting6fdb01f41b7b: Waiting8ff7fb30e2ac: Pulling fs layera4f47006f3ff: Pulling fs layer8fb6165fdb97: Pulling fs layer4c1f69f597b8: Waiting6f10258d0cfd: Pulling fs layer22ff701d5d6e: Pulling fs layera4f47006f3ff: Waiting8ff7fb30e2ac: Waitingbcafa7af053c: Pulling fs layer8fb6165fdb97: Waiting6f10258d0cfd: Waiting22ff701d5d6e: Waiting0444a10152a8: Pulling fs layerbcafa7af053c: Waitinga0e71aee8c3e: Pulling fs layercaccc00d6962: Pulling fs layer0444a10152a8: Waiting7e8608cb2a28: Pulling fs layera0e71aee8c3e: Waitingcaccc00d6962: Waiting7e8608cb2a28: Waitingf891131a55ad: Download complete3a1067fa2fc1: Download completecec1fb886c4e: Download complete4f4fb700ef54: Download completee5e72c83820e: Download completeaeb22498d5c5: Download complete80d472bc7c2a: Download completed3ca0b628ca0: Verifying Checksumd3ca0b628ca0: Download completef47dec8026b3: Verifying Checksum3db4259d1d47: Download complete397eed093924: Verifying Checksum397eed093924: Download complete972e3efd3adc: Verifying Checksum972e3efd3adc: Download complete6194bd1d4ddc: Download complete8e61fc6a0aef: Download complete5f7d4a87c72d: Verifying Checksum5f7d4a87c72d: Download complete6fdb01f41b7b: Download complete4c1f69f597b8: Download completea4f47006f3ff: Verifying Checksuma4f47006f3ff: Download complete6da649ddb8a1: Verifying Checksum6da649ddb8a1: Download complete6f10258d0cfd: Verifying Checksum6f10258d0cfd: Download complete22ff701d5d6e: Download completebcafa7af053c: Download complete6da649ddb8a1: Pull completec31cd3a1e74c: Pull completedf8227e18289: Pull complete189fbdd10198: Pull completed5b2ee71d033: Pull complete03eb14673d59: Pull completea9a3e089e8c7: Pull complete1412f48dd3f3: Pull complete36d753f5cbbe: Pull complete5a09da0346c0: Pull complete91b65fbd25b2: Pull complete465749eebdf9: Pull completef891131a55ad: Pull complete3a1067fa2fc1: Pull completecec1fb886c4e: Pull completee5e72c83820e: Pull complete4f4fb700ef54: Pull complete80d472bc7c2a: Pull completeaeb22498d5c5: Pull completed3ca0b628ca0: Pull completef47dec8026b3: Pull complete3db4259d1d47: Pull complete397eed093924: Pull complete972e3efd3adc: Pull complete6194bd1d4ddc: Pull complete8e61fc6a0aef: Pull complete5f7d4a87c72d: Pull complete6fdb01f41b7b: Pull complete4c1f69f597b8: Pull complete8fb6165fdb97: Verifying Checksum8fb6165fdb97: Download complete8ff7fb30e2ac: Verifying Checksum8ff7fb30e2ac: Download completea0e71aee8c3e: Download completecaccc00d6962: Verifying Checksumcaccc00d6962: Download complete7e8608cb2a28: Verifying Checksum7e8608cb2a28: Download complete0444a10152a8: Verifying Checksum0444a10152a8: Download complete8ff7fb30e2ac: Pull completea4f47006f3ff: Pull complete8fb6165fdb97: Pull complete6f10258d0cfd: Pull complete22ff701d5d6e: Pull completebcafa7af053c: Pull complete0444a10152a8: Pull completea0e71aee8c3e: Pull completecaccc00d6962: Pull complete7e8608cb2a28: Pull completeDigest: sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05Status: Downloaded newer image for ocaml/opam@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d052026-06-19 15:57.04 ---> using "d25ed41c84b2c456b86dd82a5af2d19eff84e5d6bd6590fa9ec2b49ff776fa7e" 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-06-19 15:57.04 ---> using "47ce79c626b2731d3438270276ae0b39a86b94e468536e0b7323ce13d38d607c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..30f0bd7cdd master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-06-19 15:57.04 ---> using "0b001919bcaead096f5e6ce11a055c0caf21c972dded5ecb69d6c04b78a21ce6" 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-19 15:57.04 ---> using "c179109f9cfa07d1b899f6e94a10d59c529de04ef7f66368a5f2b1408a598e04" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 4.14.32.5.12026-06-19 15:57.04 ---> using "ffe4f99d5d5ff9e437750e420f5d7f17eed061254738ef41188c0b13de505f88" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-19 15:57.04 ---> using "41ec8d7a0b28f626781a68f8a8f41a1e60abd57e93bd0809b52594fc4dcf0f86" 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-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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-06-19 15:57.04 ---> using "ffd24937614fd37afdb2a2f22037230a2af5e14f528a843a23d6c90bd6021653" from cache/src: (copy (src ocaml-version.opam) (dst ./))2026-06-19 15:57.04 ---> using "c6095ac9958812c94f0254950c1bb3a11214cc360cacc14828205f630517f35b" from cache/src: (run (network host)(shell "opam pin add -yn ocaml-version.dev './'"))[ocaml-version.dev] synchronised (file:///src)ocaml-version is now pinned to file:///src (version dev)2026-06-19 15:57.04 ---> using "16d86218e96dc27134b35b89d574a8bf3b2878bff5e30d83c804abe0d6799de9" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-19 15:57.04 ---> using "4404bd54687ce2e3913d523bb1a9aadd0f77f3504f393f9907ee39964be72f83" from cache/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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")/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 ocaml-version.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main ppc64el Packages [9509 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [211 kB]- Fetched 9950 kB in 8s (1195 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-version.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-06-19 15:57.04 ---> using "312017b985f6f2b28a5b2c96fbdeaa7ca10d5f029ceeae2dd50707f3b36c21a6" from cache/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 12 packages- install alcotest 1.9.1- install astring 0.8.5- install cmdliner 2.1.1- install dune 3.23.1- install fmt 0.11.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.14.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.23.1 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.23.1-> installed stdlib-shims.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed alcotest.1.9.1Done.# To update the current shell environment, run: eval $(opam env)2026-06-19 15:57.04 ---> using "558750ab7913a23b71951a8bebff91b1afd06f1f48b580e8da7cfae4ef0429b2" from cache/src: (copy (src .) (dst /src))2026-06-19 15:57.04 ---> using "de93191744a1d462f43ecdcb536c92cc9c06feed2a10a507dfb8febf95fe4631" from cache/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_unit.exe)Testing `ocaml-version'.This run has ID `3R9XJU28'.[OK] Compiler_variants 0 Multicore not on 4.12 x86-64.[OK] Compiler_variants 1 Multicore not on 4.10 i386.[OK] Compiler_variants 2 Multicore not on 4.12 xi386.[OK] Configure_options 0 FP on last 4.07.[OK] Configure_options 1 FP on first 4.08.[OK] Configure_options 2 FP on 3.12.Full test results in `/src/_build/default/test/_build/_tests/ocaml-version'.Test Successful in 0.001s. 6 tests run.2026-06-19 15:57.04 ---> using "f7a51186239c96acbceb99120f9c3e6dd98f20345d09d5e04f612c7e94858c9a" from cacheJob succeeded2026-06-19 15:57.04: Job succeeded