2026-02-12 10:17.15: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2754/head (43300d3dd0f3b50a7e575175156bfcb34af5f9fe) (linux-x86_64:debian-13-5.0_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2754/head" && git reset --hard 43300d3d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 # debian-13-5.0_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 opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && 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.4 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-build-info.3.21.0 dune-configurator.3.21.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.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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-02-12 10:17.15: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1-debian-13-5.0_opam-2.5-f7b2ffef6a28f824a0f5f9f1a1650344" 2026-02-12 10:17.15: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1) (comment debian-13-5.0_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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && 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 (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-build-info.3.21.0 dune-configurator.3.21.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.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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-02-12 10:17.15: Waiting for resource in pool OCluster 2026-02-12 11:33.05: Waiting for worker… 2026-02-12 11:36.56: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 43300d3d avoid command line parsing in a the middle of a library (from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1) Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1' locally docker.io/ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1: Pulling from ocaml/opam ef235bf1a09a: Already exists 58b06b604a42: Already exists b55f23c32d5a: Already exists aa415425edb7: Already exists c4f39ed7469c: Already exists ca248a2fdd5e: Already exists 74109c509b2f: Already exists 18c2fa2271cb: Already exists 37d4d41661a2: Already exists 0b2f35f78814: Already exists e65f29522a9a: Already exists 603a51b67573: Already exists 89b2faa02f16: Already exists e5f11471afd4: Already exists d7b0e5daa224: Already exists 7bec4d50f3b2: Already exists d3a70ed71f1c: Already exists 90de03d9b27a: Already exists a28f685cf2db: Already exists 5bb5e02041c7: Already exists 74f9af816199: Already exists 74c2f6cb4138: Already exists 4f4fb700ef54: Already exists 5ce9bdcb2952: Already exists bf18c14e9b34: Already exists bb4b67501479: Already exists 89e7ed0468f5: Already exists 640077527026: Already exists 363b481ff012: Already exists 437bd8bc3ce9: Already exists 2bcf3429833a: Already exists 3e5fe21454e9: Already exists f3afb11ae499: Already exists c3a5b88f5e5f: Already exists 124a1dc355b1: Already exists 0a9982d37abd: Already exists 9b8b724665ed: Already exists f81507befe71: Already exists 7984e4546bf9: Already exists 3579b890ab6e: Already exists e83772930ba8: Already exists 8079a9747078: Already exists cdb14bd437d1: Already exists b8579311cce4: Already exists bfe5af98ce87: Already exists Digest: sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 Status: Downloaded newer image for ocaml/opam@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 2026-02-12 11:36.57 ---> using "1068c3ccbe52c746e0e2e979650a1a1c45261e5cd6ee1c447b634d8591d592e3" from cache /: (comment debian-13-5.0_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-02-12 11:36.57 ---> using "36c772b15d9673b29673c6bf3dd3c052b7a737a156d9d20cf7182e966c8f2590" 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.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-12 11:36.57 ---> using "d8041bfaa6bef7d222c42088e430346013ab2abeaa41a4272a2808e80e685063" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 5.0.0 2.5.0 2026-02-12 11:36.57 ---> using "013e07124f329ae55767ed4a5e07a907a46a38c4dfb34f48dada2da8fe1cb012" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-12 11:36.57 ---> using "e9d3f9e0e28cc7ca1677fdc0102be92197ea63f421e29dcd2827cb2d2ab02b9b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 340ee6fd1f..8f8aafa908 master -> origin/master 98d5860f2a Merge pull request #29364 from fpottier/opam-publish-menhir.20260209 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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-02-12 11:36.57 ---> using "631a7c66cdd454411e5c62bb9486ad2e298d694ec14928dc053d128f51d495cc" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2026-02-12 11:36.57 ---> using "4d9f4ca3e93b4806282366bc9edc9f616f892d5062c14cc967e507d06d854dc5" from cache /src: (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 './'")) [ocamlformat.dev] synchronised (file:///src) ocamlformat is now pinned to file:///src (version dev) [ocamlformat-rpc-lib.dev] synchronised (file:///src) ocamlformat-rpc-lib is now pinned to file:///src (version dev) [ocamlformat-lib.dev] synchronised (file:///src) ocamlformat-lib is now pinned to file:///src (version dev) [NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch. [WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src: warning 68: Missing field 'license' [ocamlformat-bench.dev] synchronised (file:///src) ocamlformat-bench is now pinned to file:///src (version dev) 2026-02-12 11:36.57 ---> using "bae5a1422759907c8a9a63dbfd36ffad166901e16c92900c8b590ea2f80ae4d2" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-12 11:36.57 ---> using "e0f8ffa37f4951fcf22096ce2a309dbbd73a22a7df77042dcae4fb50e5872a9e" from cache /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-build-info.3.21.0 dune-configurator.3.21.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.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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") /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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - 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-security trixie-security/main amd64 Packages [104 kB] - Fetched 195 kB in 0s (916 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlformat.dev] synchronised (file:///src) [ocamlformat-bench.dev] synchronised (file:///src) [ocamlformat-lib.dev] synchronised (file:///src) [ocamlformat-rpc-lib.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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.0). [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-nnp is already installed (current version is base). [NOTE] Package base-domains 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-02-12 11:37.15 ---> saved as "659af1c1e3fcb94e5870956143e8f4291007dd799a4bb5fc20550f40af45bf75" /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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.0). [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-nnp is already installed (current version is base). [NOTE] Package base-domains 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 33 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base v0.16.4 - install bechamel 0.5.0 - install camlp-streams 5.0.1 - install cmdliner 2.1.0 - install csexp 1.5.2 - install dune 3.21.0 - install dune-build-info 3.21.0 - install dune-configurator 3.21.0 - install either 1.0.0 - install fix 20250919 - install fmt 0.11.0 - install fpath 0.7.3 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.0.3 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocp-indent 1.9.0 - install re 1.14.0 - install sexplib0 v0.16.0 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install uucp 17.0.0 - install uuseg 17.0.0 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved bechamel.0.5.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fix.20250919 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.3 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocp-indent.1.9.0 (cached) -> retrieved dune.3.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uuseg.17.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved yojson.3.0.0 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> retrieved uucp.17.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed uutf.1.0.4 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.21.0 -> installed bechamel.0.5.0 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed fix.20250919 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-version.4.0.3 -> installed re.1.14.0 -> installed ocp-indent.1.9.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed dune-build-info.3.21.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.21.0 -> installed menhir.20260209 -> installed base.v0.16.4 -> installed uucp.17.0.0 -> installed stdio.v0.16.0 -> installed uuseg.17.0.0 Done. <><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><> => This package requires additional configuration for use in editors. Install package 'user-setup', or manually: * for Emacs, add these lines to ~/.emacs: (add-to-list 'load-path "/home/opam/.opam/5.0/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/5.0/share/ocp-indent/vim" # To update the current shell environment, run: eval $(opam env) 2026-02-12 11:38.45 ---> saved as "9a8588d4c937b4fb095c9d6e36311566299a8f177ef27990971ed608e60d461b" /src: (copy (src .) (dst /src)) 2026-02-12 11:38.48 ---> saved as "456d71125a35e8675d38c69c00b80faa80a798c5b124ce5c62d425896fbfb37e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/unit && ./test_unit.exe) Testing `ocamlformat'. This run has ID `6IVBMHAB'. ................................................................................ ................................................................................ ............................................ 2026-02-12 11:39.26 ---> saved as "638534f15882b564aee7e0305e20b5176d6e0b3bcce8556ba2aed1a57f5acba3" Job succeeded 2026-02-12 11:39.27: Job succeeded