2026-04-30 05:42.38: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2800/head (b134803db37bb9ddfbc40477a954b3057b9d74b7) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2800/head" && git reset --hard b134803dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691# ubuntu-25.04-5.4_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 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./RUN opam pin add -yn ocamlformat.dev './' && \opam pin add -yn ocamlformat-rpc-lib.dev './' && \opam pin add -yn ocamlformat-lib.dev './' && \opam pin add -yn ocamlformat-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-configurator.3.22.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-30 05:42.38: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691-ubuntu-25.04-5.4_opam-2.5-78404fa703a3eac68e8c8d450a8718a2"2026-04-30 05:42.38: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691)(comment ubuntu-25.04-5.4_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 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))(run (network host)(shell "opam pin add -yn ocamlformat.dev './' && \\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \\nopam pin add -yn ocamlformat-lib.dev './' && \\nopam pin add -yn ocamlformat-bench.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-configurator.3.22.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0")(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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-30 05:42.38: Waiting for resource in pool OCluster2026-04-30 05:42.38: Waiting for worker…2026-04-30 05:43.39: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at b134803db Apply review suggestions(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691' locallydocker.io/ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691: Pulling from ocaml/opamc62190a9ab61: Already existsf1b90cdcec88: Pulling fs layerf8127a040c1d: Pulling fs layer2447f562704f: Pulling fs layerf8127a040c1d: Waiting0d0f3574c57a: Pulling fs layer2447f562704f: Waitingaced54db9227: Pulling fs layer0d0f3574c57a: Waiting628811db6b3c: Pulling fs layeraced54db9227: Waitingd98318ee8cc2: Pulling fs layer628811db6b3c: Waitingb4056aeacb3c: Pulling fs layerd98318ee8cc2: Waiting318cc58f031e: Pulling fs layere3395b2326bd: Pulling fs layer318cc58f031e: Waiting506a26e021f3: Pulling fs layere3395b2326bd: Waiting9586cad45233: Pulling fs layer506a26e021f3: Waitingff737bcc8afd: Pulling fs layer9586cad45233: Waiting97c90c908f2c: Pulling fs layere3e492fc5cff: Pulling fs layer97c90c908f2c: Waiting6dc572fd729f: Pulling fs layere3e492fc5cff: Waiting6dc572fd729f: Waiting823b417e9c08: Pulling fs layerf96f3df0bcd1: Pulling fs layer823b417e9c08: Waitinge87ce6e2ce9c: Pulling fs layeraacf312e7271: Pulling fs layere87ce6e2ce9c: Waiting4f4fb700ef54: Pulling fs layeraacf312e7271: Waiting5890479a716c: Pulling fs layer4f4fb700ef54: Waitingb5227f4fe3ac: Pulling fs layer5890479a716c: Waiting68ef80443855: Pulling fs layerb5227f4fe3ac: Waiting552579538854: Pulling fs layere6ed7c3a752f: Pulling fs layer68ef80443855: Waiting552579538854: Waiting365e137a0aa5: Pulling fs layere6ed7c3a752f: Waitinge58e7ad04a6a: Pulling fs layer365e137a0aa5: Waiting3cc1cd29089f: Pulling fs layere58e7ad04a6a: Waitinga0521c40c1eb: Pulling fs layer3cc1cd29089f: Waitinga1dc524408e1: Pulling fs layera0521c40c1eb: Waiting1f1d80e028b5: Pulling fs layera1dc524408e1: Waiting9a99205de717: Pulling fs layer1f1d80e028b5: Waiting37e5ec0ffedd: Pulling fs layer9a99205de717: Waitingb570147adb8a: Pulling fs layer37e5ec0ffedd: Waiting620a0584243b: Pulling fs layerb570147adb8a: Waitingae1ae5589352: Pulling fs layera9b28e13afbf: Pulling fs layer82ac02c3438f: Pulling fs layerae1ae5589352: Waiting63de1911d408: Pulling fs layera9b28e13afbf: Waitingd068a121e87b: Pulling fs layer82ac02c3438f: Waiting63de1911d408: Waitingecc208f29136: Pulling fs layerd068a121e87b: Waiting226eb74151c6: Pulling fs layerecc208f29136: Waiting468808489549: Pulling fs layer226eb74151c6: Waiting6f5b63162ee4: Pulling fs layer468808489549: Waiting5fea2b7079e1: Pulling fs layer6f5b63162ee4: Waiting5fea2b7079e1: Waitingf1b90cdcec88: Verifying Checksumf1b90cdcec88: Download completef1b90cdcec88: Pull completef8127a040c1d: Download completef8127a040c1d: Pull complete2447f562704f: Verifying Checksum2447f562704f: Download complete0d0f3574c57a: Verifying Checksum0d0f3574c57a: Download complete2447f562704f: Pull complete0d0f3574c57a: Pull complete628811db6b3c: Verifying Checksum628811db6b3c: Download completed98318ee8cc2: Verifying Checksumd98318ee8cc2: Download completeb4056aeacb3c: Verifying Checksumb4056aeacb3c: Download completee3395b2326bd: Verifying Checksume3395b2326bd: Download completeaced54db9227: Verifying Checksumaced54db9227: Download complete506a26e021f3: Verifying Checksum506a26e021f3: Download complete9586cad45233: Verifying Checksum9586cad45233: Download complete97c90c908f2c: Verifying Checksum97c90c908f2c: Download completee3e492fc5cff: Verifying Checksume3e492fc5cff: Download completeff737bcc8afd: Verifying Checksumff737bcc8afd: Download complete318cc58f031e: Verifying Checksum318cc58f031e: Download complete823b417e9c08: Verifying Checksum823b417e9c08: Download complete6dc572fd729f: Verifying Checksum6dc572fd729f: Download completeaacf312e7271: Download completef96f3df0bcd1: Download complete5890479a716c: Verifying Checksum5890479a716c: Download completee87ce6e2ce9c: Verifying Checksume87ce6e2ce9c: Download complete4f4fb700ef54: Download completeb5227f4fe3ac: Verifying Checksumb5227f4fe3ac: Download complete68ef80443855: Verifying Checksum68ef80443855: Download complete552579538854: Verifying Checksum552579538854: Download completee58e7ad04a6a: Download completee6ed7c3a752f: Verifying Checksume6ed7c3a752f: Download completea0521c40c1eb: Verifying Checksuma0521c40c1eb: Download complete365e137a0aa5: Verifying Checksum365e137a0aa5: Download complete3cc1cd29089f: Download completea1dc524408e1: Verifying Checksuma1dc524408e1: Download complete1f1d80e028b5: Verifying Checksum1f1d80e028b5: Download complete9a99205de717: Download completeaced54db9227: Pull completeb570147adb8a: Verifying Checksum628811db6b3c: Pull completeae1ae5589352: Verifying Checksumae1ae5589352: Download completed98318ee8cc2: Pull completeb4056aeacb3c: Pull completea9b28e13afbf: Verifying Checksuma9b28e13afbf: Download complete318cc58f031e: Pull complete82ac02c3438f: Verifying Checksum82ac02c3438f: Download completee3395b2326bd: Pull complete37e5ec0ffedd: Verifying Checksum37e5ec0ffedd: Download complete506a26e021f3: Pull complete63de1911d408: Verifying Checksum63de1911d408: Download completed068a121e87b: Verifying Checksumd068a121e87b: Download complete9586cad45233: Pull completeecc208f29136: Verifying Checksumecc208f29136: Download completeff737bcc8afd: Pull complete468808489549: Download complete97c90c908f2c: Pull completee3e492fc5cff: Pull complete6dc572fd729f: Pull complete823b417e9c08: Pull completef96f3df0bcd1: Pull completee87ce6e2ce9c: Pull completeaacf312e7271: Pull complete4f4fb700ef54: Pull complete5890479a716c: Pull completeb5227f4fe3ac: Pull complete68ef80443855: Pull complete552579538854: Pull completee6ed7c3a752f: Pull complete365e137a0aa5: Pull completee58e7ad04a6a: Pull complete3cc1cd29089f: Pull completea0521c40c1eb: Pull completea1dc524408e1: Pull complete1f1d80e028b5: Pull complete9a99205de717: Pull complete6f5b63162ee4: Verifying Checksum6f5b63162ee4: Download complete5fea2b7079e1: Download complete37e5ec0ffedd: Pull completeb570147adb8a: Pull complete226eb74151c6: Verifying Checksum226eb74151c6: Download complete2026-04-30 05:47.31: Cancelling: Auto-cancelling job because it is no longer needed620a0584243b: Verifying Checksum620a0584243b: Download complete620a0584243b: Pull completeae1ae5589352: Pull completea9b28e13afbf: Pull complete82ac02c3438f: Pull complete63de1911d408: Pull completed068a121e87b: Pull completeecc208f29136: Pull complete226eb74151c6: Pull complete468808489549: Pull complete6f5b63162ee4: Pull complete5fea2b7079e1: Pull completeDigest: sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691Status: Downloaded newer image for ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b1296912026-04-30 05:52.24 ---> saved as "f5e318b4f7827354c80e01f5eb08623f14d26dfa9c8f46d7e4a7dc1dd9ab7d51"/: (comment ubuntu-25.04-5.4_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"))Job cancelled