2026-04-20 20:30.01: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (2d326ebe1f18aa0010d4662bf80c7abe1ced41d6) (linux-x86_64:fedora-43-4.14_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 2d326ebecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935# fedora-43-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && 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.0 dune.3.22.2 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-04-20 20:30.01: Using cache hint "ocurrent/ocaml-version-ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935-fedora-43-4.14_opam-2.5-5141ad589a28469554668b92ba63a27e"2026-04-20 20:30.01: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)(comment fedora-43-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && 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.0 dune.3.22.2 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-04-20 20:30.01: Waiting for resource in pool OCluster2026-04-20 20:30.01: Waiting for worker…2026-04-20 20:30.01: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 2d326eb Merge pull request #88 from kit-ty-kate/ocaml-5.5(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935' locallydocker.io/ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935: Pulling from ocaml/opam5bc90b3315da: Already exists80d71788ea9e: Already existsad80df798a1c: Already existscd85517f6ae1: Already existsa927948f92fa: Already exists4433c52b5ab1: Already exists8aa93bc8ca93: Already exists7d31cd7e9a9b: Already exists959a5be6bfab: Already exists6569047248d7: Already existsa01a3ff02f3d: Already exists8b1106fd8e03: Pulling fs layer61c97bcc90cd: Pulling fs layerb9124a8b6c28: Pulling fs layerd2c94cd49c4c: Pulling fs layer0e63679d7dbc: Pulling fs layer8b1106fd8e03: Waitingb9124a8b6c28: Waiting61c97bcc90cd: Waiting6819a31cdb14: Pulling fs layerd2c94cd49c4c: Waiting1d67c4c09922: Pulling fs layer0e63679d7dbc: Waiting6819a31cdb14: Waiting3f456f1cc39a: Pulling fs layer6afff2ae07da: Pulling fs layer3f456f1cc39a: Waiting4f4fb700ef54: Pulling fs layer6afff2ae07da: Waiting90c294795090: Pulling fs layerd7c6287626d1: Pulling fs layer90c294795090: Waiting0e6719fd9f6d: Pulling fs layer53830a3a67c9: Pulling fs layerb407be133f08: Pulling fs layerd7c6287626d1: Waiting951a5932e150: Pulling fs layerdcc0f382cd80: Pulling fs layer0e6719fd9f6d: Waitingd3cdec43bf88: Pulling fs layer53830a3a67c9: Waitingd69ff9f37121: Pulling fs layer951a5932e150: Waitingcfcfca2848c7: Pulling fs layerdcc0f382cd80: Waitingd69ff9f37121: Waiting08269f8e9f88: Pulling fs layerd3cdec43bf88: Waitingb407be133f08: Waiting3e59769da2fa: Pulling fs layer08269f8e9f88: Waitinga1004eb1842a: Pulling fs layer3e59769da2fa: Waiting3a6ed7e0720e: Pulling fs layera1004eb1842a: Waiting5503bfbdb082: Pulling fs layer4685c134845d: Pulling fs layer5503bfbdb082: Waiting67f122543075: Pulling fs layer3a6ed7e0720e: Waitingd60a75d560f5: Pulling fs layer67f122543075: Waitingd18a54147636: Pulling fs layer933e64a11ba6: Pulling fs layerd60a75d560f5: Waitingf36483d78a79: Pulling fs layerd18a54147636: Waiting933e64a11ba6: Waiting35267044a36f: Pulling fs layer75b654a3d9d2: Pulling fs layerf36483d78a79: Waiting75b654a3d9d2: Waiting35267044a36f: Waiting2026-04-20 20:30.15: Cancelling: Auto-cancelling job because it is no longer needed8b1106fd8e03: Verifying Checksum8b1106fd8e03: Download complete61c97bcc90cd: Verifying Checksum61c97bcc90cd: Download completeb9124a8b6c28: Verifying Checksumb9124a8b6c28: Download complete8b1106fd8e03: Pull completed2c94cd49c4c: Verifying Checksumd2c94cd49c4c: Download complete0e63679d7dbc: Verifying Checksum0e63679d7dbc: Download complete6819a31cdb14: Verifying Checksum6819a31cdb14: Download complete1d67c4c09922: Download complete61c97bcc90cd: Pull completeb9124a8b6c28: Pull completed2c94cd49c4c: Pull complete0e63679d7dbc: Pull complete3f456f1cc39a: Verifying Checksum3f456f1cc39a: Download complete6819a31cdb14: Pull complete1d67c4c09922: Pull complete3f456f1cc39a: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete90c294795090: Download complete6afff2ae07da: Download complete6afff2ae07da: Pull complete4f4fb700ef54: Pull complete90c294795090: Pull completed7c6287626d1: Download completed7c6287626d1: Pull complete0e6719fd9f6d: Download complete0e6719fd9f6d: Pull complete53830a3a67c9: Verifying Checksum53830a3a67c9: Download complete53830a3a67c9: Pull completeb407be133f08: Verifying Checksumb407be133f08: Download completeb407be133f08: Pull completedcc0f382cd80: Verifying Checksumdcc0f382cd80: Download completed3cdec43bf88: Verifying Checksumd3cdec43bf88: Download complete951a5932e150: Download complete951a5932e150: Pull completedcc0f382cd80: Pull completed3cdec43bf88: Pull completed69ff9f37121: Download completed69ff9f37121: Pull completecfcfca2848c7: Verifying Checksumcfcfca2848c7: Pull complete08269f8e9f88: Verifying Checksum08269f8e9f88: Download complete08269f8e9f88: Pull complete3e59769da2fa: Verifying Checksum3e59769da2fa: Download complete3e59769da2fa: Pull complete3a6ed7e0720e: Verifying Checksum3a6ed7e0720e: Download complete4685c134845d: Download complete67f122543075: Download completed60a75d560f5: Download complete5503bfbdb082: Verifying Checksum5503bfbdb082: Download complete933e64a11ba6: Verifying Checksum933e64a11ba6: Download completef36483d78a79: Download complete35267044a36f: Download complete75b654a3d9d2: Download completed18a54147636: Verifying Checksumd18a54147636: Download completea1004eb1842a: Verifying Checksuma1004eb1842a: Download completea1004eb1842a: Pull complete3a6ed7e0720e: Pull complete5503bfbdb082: Pull complete4685c134845d: Pull complete67f122543075: Pull completed60a75d560f5: Pull completed18a54147636: Pull complete933e64a11ba6: Pull completef36483d78a79: Pull complete35267044a36f: Pull complete75b654a3d9d2: Pull completeDigest: sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935Status: Downloaded newer image for ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a49352026-04-20 20:33.08 ---> saved as "427db3f6677dae2b06058d8dcb2f7770b96873f6845d54b43f9e27571c659618"/: (comment fedora-43-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Job cancelled