2026-05-19 08:57.46: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/simplify-extended-std-ast (2026f277b0d9c3eb2d0a0e9f40feaa3dac1bcb77) (linux-x86_64:fedora-43-4.14_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "simplify-extended-std-ast" && cd "ocamlformat" && git reset --hard 2026f277 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523 # fedora-43-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && 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 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.16.5 base-bigarray.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.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.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 $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-05-19 08:57.46: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523-fedora-43-4.14_opam-2.5-e1758884020e4cbef33f1ab09b0bec93" 2026-05-19 08:57.46: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523) (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 (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && 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 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.16.5 base-bigarray.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.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.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-05-19 08:57.46: Waiting for resource in pool OCluster 2026-05-19 08:57.46: Waiting for worker… 2026-05-19 08:57.47: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 2026f277b Expose Extended_ast.Kind, make parse take a Kind.t (from ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523) Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523' locally docker.io/ocaml/opam@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523: Pulling from ocaml/opam 50ce27f2221c: Pulling fs layer 3ccb16ecd06a: Pulling fs layer 18a377ee2211: Pulling fs layer 24696ad16a7d: Pulling fs layer 8744e7b07a32: Pulling fs layer 7bb3c32a1cba: Pulling fs layer 407809b63881: Pulling fs layer 93e4376c7f0b: Pulling fs layer a9781f583df7: Pulling fs layer 6a612b43d6db: Pulling fs layer dc75ae048963: Pulling fs layer 24696ad16a7d: Waiting 35cbd27d0514: Pulling fs layer 50ce27f2221c: Waiting 3ccb16ecd06a: Waiting 18a377ee2211: Waiting 407809b63881: Waiting 8744e7b07a32: Waiting 7bb3c32a1cba: Waiting 22141018b4f2: Pulling fs layer a9781f583df7: Waiting b88d98f22507: Pulling fs layer 93e4376c7f0b: Waiting 1ccefcc2ece8: Pulling fs layer 4b4d0cfd5290: Pulling fs layer 6a612b43d6db: Waiting 35cbd27d0514: Waiting b88d98f22507: Waiting 22141018b4f2: Waiting dc75ae048963: Waiting 63fddb858358: Pulling fs layer 1ccefcc2ece8: Waiting 4b4d0cfd5290: Waiting 168eefde11ec: Pulling fs layer 63fddb858358: Waiting d43a1a2ad4c2: Pulling fs layer 0633fabe4ce0: Pulling fs layer 168eefde11ec: Waiting d43a1a2ad4c2: Waiting 4f4fb700ef54: Pulling fs layer d05a2a92d8f7: Pulling fs layer 0633fabe4ce0: Waiting 4f4fb700ef54: Waiting da5a1948f35d: Pulling fs layer 2403e2a2896b: Pulling fs layer f3a145d0fc03: Pulling fs layer f0937c333384: Pulling fs layer 5df5e3a70f0f: Pulling fs layer ee6c4434e3e1: Pulling fs layer 5fb00e330173: Pulling fs layer f3a145d0fc03: Waiting 5df5e3a70f0f: Waiting 20bbedf126b4: Pulling fs layer d05a2a92d8f7: Waiting f0937c333384: Waiting da5a1948f35d: Waiting ee6c4434e3e1: Waiting 2403e2a2896b: Waiting 90488d4c4d0f: Pulling fs layer 5fb00e330173: Waiting 73f23c0cf8dc: Pulling fs layer a0803eefe864: Pulling fs layer 7ddf6bdb86f4: Pulling fs layer c211357ca529: Pulling fs layer 754c7b41bb02: Pulling fs layer 3bf8fe8afe28: Pulling fs layer 73f23c0cf8dc: Waiting 20bbedf126b4: Waiting 7ddf6bdb86f4: Waiting c211357ca529: Waiting 924d806d8f3a: Pulling fs layer 90488d4c4d0f: Waiting 754c7b41bb02: Waiting a0803eefe864: Waiting 3bf8fe8afe28: Waiting 221cb26b7b33: Pulling fs layer 1385b63fd262: Pulling fs layer 98ab957ef285: Pulling fs layer 221cb26b7b33: Waiting 924d806d8f3a: Waiting 03f86ea406a6: Pulling fs layer 1385b63fd262: Waiting 98ab957ef285: Waiting 8b9b58f71646: Pulling fs layer 03f86ea406a6: Waiting 13b56a5f3d15: Pulling fs layer 8b9b58f71646: Waiting 13b56a5f3d15: Waiting 3ccb16ecd06a: Verifying Checksum 3ccb16ecd06a: Download complete 50ce27f2221c: Verifying Checksum 50ce27f2221c: Download complete 18a377ee2211: Verifying Checksum 18a377ee2211: Download complete 8744e7b07a32: Verifying Checksum 8744e7b07a32: Download complete 7bb3c32a1cba: Verifying Checksum 7bb3c32a1cba: Download complete 24696ad16a7d: Verifying Checksum 24696ad16a7d: Download complete 50ce27f2221c: Pull complete 3ccb16ecd06a: Pull complete 407809b63881: Verifying Checksum 407809b63881: Download complete 93e4376c7f0b: Verifying Checksum 93e4376c7f0b: Download complete a9781f583df7: Verifying Checksum a9781f583df7: Download complete 6a612b43d6db: Verifying Checksum 6a612b43d6db: Download complete dc75ae048963: Verifying Checksum dc75ae048963: Download complete 35cbd27d0514: Verifying Checksum 35cbd27d0514: Download complete 22141018b4f2: Download complete b88d98f22507: Verifying Checksum b88d98f22507: Download complete 1ccefcc2ece8: Verifying Checksum 1ccefcc2ece8: Download complete 4b4d0cfd5290: Verifying Checksum 4b4d0cfd5290: Download complete 63fddb858358: Verifying Checksum 63fddb858358: Download complete 168eefde11ec: Verifying Checksum 168eefde11ec: Download complete d43a1a2ad4c2: Verifying Checksum d43a1a2ad4c2: Download complete 0633fabe4ce0: Download complete 18a377ee2211: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete d05a2a92d8f7: Download complete da5a1948f35d: Download complete 2403e2a2896b: Verifying Checksum 2403e2a2896b: Download complete f3a145d0fc03: Verifying Checksum f3a145d0fc03: Download complete f0937c333384: Verifying Checksum f0937c333384: Download complete 5df5e3a70f0f: Verifying Checksum 5df5e3a70f0f: Download complete 5fb00e330173: Verifying Checksum 5fb00e330173: Download complete 20bbedf126b4: Download complete ee6c4434e3e1: Verifying Checksum ee6c4434e3e1: Download complete 90488d4c4d0f: Verifying Checksum 90488d4c4d0f: Download complete 73f23c0cf8dc: Verifying Checksum 73f23c0cf8dc: Download complete a0803eefe864: Download complete c211357ca529: Verifying Checksum c211357ca529: Download complete 3bf8fe8afe28: Verifying Checksum 3bf8fe8afe28: Download complete 924d806d8f3a: Verifying Checksum 924d806d8f3a: Download complete 221cb26b7b33: Download complete 7ddf6bdb86f4: Verifying Checksum 7ddf6bdb86f4: Download complete 754c7b41bb02: Verifying Checksum 754c7b41bb02: Download complete 24696ad16a7d: Pull complete 8744e7b07a32: Pull complete 7bb3c32a1cba: Pull complete 407809b63881: Pull complete 93e4376c7f0b: Pull complete a9781f583df7: Pull complete 6a612b43d6db: Pull complete dc75ae048963: Pull complete 35cbd27d0514: Pull complete 22141018b4f2: Pull complete b88d98f22507: Pull complete 1ccefcc2ece8: Pull complete 4b4d0cfd5290: Pull complete 63fddb858358: Pull complete 168eefde11ec: Pull complete d43a1a2ad4c2: Pull complete 0633fabe4ce0: Pull complete 4f4fb700ef54: Pull complete d05a2a92d8f7: Pull complete da5a1948f35d: Pull complete 2403e2a2896b: Pull complete f3a145d0fc03: Pull complete f0937c333384: Pull complete 5df5e3a70f0f: Pull complete ee6c4434e3e1: Pull complete 5fb00e330173: Pull complete 20bbedf126b4: Pull complete 90488d4c4d0f: Pull complete 73f23c0cf8dc: Pull complete a0803eefe864: Pull complete 03f86ea406a6: Download complete 8b9b58f71646: Verifying Checksum 8b9b58f71646: Download complete 13b56a5f3d15: Download complete 1385b63fd262: Verifying Checksum 1385b63fd262: Download complete 98ab957ef285: Verifying Checksum 98ab957ef285: Download complete 7ddf6bdb86f4: Pull complete c211357ca529: Pull complete 754c7b41bb02: Pull complete 3bf8fe8afe28: Pull complete 924d806d8f3a: Pull complete 221cb26b7b33: Pull complete 1385b63fd262: Pull complete 98ab957ef285: Pull complete 03f86ea406a6: Pull complete 8b9b58f71646: Pull complete 13b56a5f3d15: Pull complete Digest: sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523 Status: Downloaded newer image for ocaml/opam@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523 2026-05-19 09:01.21 ---> saved as "c353afb04d93da11e1fdd46abe077b386246663043527f72bb8d5408ae6da19a" /: (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")) Updating and loading repositories: Fedora 43 - x86_64 100% | 35.7 KiB/s | 18.8 KiB | 00m01s Fedora 43 openh264 (From Cisco) - x86_ 100% | 3.4 KiB/s | 986.0 B | 00m00s Fedora 43 - x86_64 - Updates 100% | 47.3 KiB/s | 7.7 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-05-19 09:01.26 ---> saved as "a5d23d84f0705ef83373ddd1e3f59b321bb87a99256ddb4b76a132ec7f41ab3d" /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-19 09:01.27 ---> saved as "01bdac67244fd9922f61e7a58a6f1eb24e58f2fe15907b2f862de1c79fcf295d" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..ca536ac026 master -> origin/master 2026-05-19 09:15.08: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled