2026-04-25 17:24.23: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/mll-support (c7659bfa4e5d900da058214f61964df7f946443f) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "mll-support" && cd "ocamlformat" && git reset --hard c7659bfa cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2 # debian-13-5.4_riscv64_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.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 $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-04-25 17:24.23: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2-debian-13-5.4_riscv64_opam-2.5-78404fa703a3eac68e8c8d450a8718a2" 2026-04-25 17:24.23: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2) (comment debian-13-5.4_riscv64_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-25 17:24.23: Waiting for resource in pool OCluster 2026-04-25 17:24.23: Waiting for worker… 2026-04-26 04:25.22: Got resource from pool OCluster Building on riscv-bm-01.sw.ci.dev All commits already cached HEAD is now at c7659bfa4 FMT (from ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2' locally docker.io/ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2: Pulling from ocaml/opam 3e61abfb88ee: Pulling fs layer 76b1d07b1a3b: Pulling fs layer ed0a77094d87: Pulling fs layer dda49bd8ac08: Pulling fs layer 79841c38fc3d: Pulling fs layer e23fd9439732: Pulling fs layer 269e9966d790: Pulling fs layer 52cc4e5d6121: Pulling fs layer 805e105b52dc: Pulling fs layer ae53fa2b5435: Pulling fs layer ba1024a7802c: Pulling fs layer f9c71e0456b4: Pulling fs layer 49cdc11c577a: Pulling fs layer 2e917b473884: Pulling fs layer 4efed90b2a45: Pulling fs layer fc9321643256: Pulling fs layer 892336fe0a02: Pulling fs layer bea8863f3ee4: Pulling fs layer 4e9cefa5299b: Pulling fs layer e3cdf819ebd9: Pulling fs layer cc5f28ef7662: Pulling fs layer 4f4fb700ef54: Pulling fs layer d67f67cce0c9: Pulling fs layer 254dc46749bc: Pulling fs layer 98586e50ba59: Pulling fs layer 7ee86d26bde1: Pulling fs layer 9274f8a25124: Pulling fs layer 54277c64a2cf: Pulling fs layer b701c0327936: Pulling fs layer 5520cae2ba51: Pulling fs layer 86fe8720be3d: Pulling fs layer 1e9a6fbdb422: Pulling fs layer a3abdbab59cc: Pulling fs layer 1f1577d1ab69: Pulling fs layer 243e765f6bda: Pulling fs layer 414badea72c2: Pulling fs layer dca5542c6a6c: Pulling fs layer d11abfe346ed: Pulling fs layer 850f5f345d4f: Pulling fs layer 45a44aaebcc9: Pulling fs layer 1560e6818fb1: Pulling fs layer e1c0adedaeec: Pulling fs layer 716945da171a: Pulling fs layer dbaa1f0ec53c: Pulling fs layer b4a0ec97be31: Pulling fs layer ac156bfd6092: Pulling fs layer 0b5fd1110f83: Pulling fs layer 805e105b52dc: Waiting ae53fa2b5435: Waiting ba1024a7802c: Waiting f9c71e0456b4: Waiting 49cdc11c577a: Waiting 2e917b473884: Waiting 4efed90b2a45: Waiting fc9321643256: Waiting 892336fe0a02: Waiting bea8863f3ee4: Waiting 4e9cefa5299b: Waiting e3cdf819ebd9: Waiting cc5f28ef7662: Waiting 4f4fb700ef54: Waiting d67f67cce0c9: Waiting 254dc46749bc: Waiting 98586e50ba59: Waiting 7ee86d26bde1: Waiting 9274f8a25124: Waiting 54277c64a2cf: Waiting b701c0327936: Waiting 5520cae2ba51: Waiting 86fe8720be3d: Waiting 1e9a6fbdb422: Waiting a3abdbab59cc: Waiting 1f1577d1ab69: Waiting 243e765f6bda: Waiting 414badea72c2: Waiting dca5542c6a6c: Waiting d11abfe346ed: Waiting 850f5f345d4f: Waiting 45a44aaebcc9: Waiting 1560e6818fb1: Waiting e1c0adedaeec: Waiting 716945da171a: Waiting dbaa1f0ec53c: Waiting b4a0ec97be31: Waiting ac156bfd6092: Waiting 0b5fd1110f83: Waiting dda49bd8ac08: Waiting 79841c38fc3d: Waiting e23fd9439732: Waiting 269e9966d790: Waiting 52cc4e5d6121: Waiting ed0a77094d87: Verifying Checksum ed0a77094d87: Download complete 76b1d07b1a3b: Download complete dda49bd8ac08: Download complete 79841c38fc3d: Download complete 269e9966d790: Verifying Checksum 269e9966d790: Download complete 52cc4e5d6121: Verifying Checksum 52cc4e5d6121: Download complete 3e61abfb88ee: Verifying Checksum 3e61abfb88ee: Download complete 805e105b52dc: Verifying Checksum 805e105b52dc: Download complete ae53fa2b5435: Verifying Checksum ae53fa2b5435: Download complete ba1024a7802c: Verifying Checksum ba1024a7802c: Download complete f9c71e0456b4: Verifying Checksum f9c71e0456b4: Download complete 49cdc11c577a: Verifying Checksum 49cdc11c577a: Download complete 4efed90b2a45: Verifying Checksum 4efed90b2a45: Download complete fc9321643256: Verifying Checksum fc9321643256: Download complete 892336fe0a02: Verifying Checksum 892336fe0a02: Download complete bea8863f3ee4: Verifying Checksum bea8863f3ee4: Download complete 2e917b473884: Verifying Checksum 2e917b473884: Download complete 4e9cefa5299b: Verifying Checksum 4e9cefa5299b: Download complete e3cdf819ebd9: Verifying Checksum e3cdf819ebd9: Download complete cc5f28ef7662: Verifying Checksum cc5f28ef7662: Download complete d67f67cce0c9: Verifying Checksum d67f67cce0c9: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 254dc46749bc: Verifying Checksum 254dc46749bc: Download complete 98586e50ba59: Verifying Checksum 98586e50ba59: Download complete 7ee86d26bde1: Verifying Checksum 7ee86d26bde1: Download complete 9274f8a25124: Download complete 54277c64a2cf: Verifying Checksum 54277c64a2cf: Download complete b701c0327936: Verifying Checksum b701c0327936: Download complete 5520cae2ba51: Download complete 86fe8720be3d: Verifying Checksum 86fe8720be3d: Download complete 1e9a6fbdb422: Verifying Checksum 1e9a6fbdb422: Download complete a3abdbab59cc: Verifying Checksum a3abdbab59cc: Download complete 1f1577d1ab69: Verifying Checksum 1f1577d1ab69: Download complete 414badea72c2: Verifying Checksum 414badea72c2: Download complete 3e61abfb88ee: Pull complete 76b1d07b1a3b: Pull complete ed0a77094d87: Pull complete dda49bd8ac08: Pull complete 79841c38fc3d: Pull complete e23fd9439732: Verifying Checksum e23fd9439732: Download complete d11abfe346ed: Download complete 850f5f345d4f: Download complete 45a44aaebcc9: Download complete dca5542c6a6c: Verifying Checksum dca5542c6a6c: Download complete e1c0adedaeec: Verifying Checksum e1c0adedaeec: Download complete 1560e6818fb1: Verifying Checksum 1560e6818fb1: Download complete 716945da171a: Verifying Checksum 716945da171a: Download complete b4a0ec97be31: Verifying Checksum b4a0ec97be31: Download complete 243e765f6bda: Verifying Checksum 243e765f6bda: Download complete ac156bfd6092: Verifying Checksum ac156bfd6092: Download complete 0b5fd1110f83: Verifying Checksum 0b5fd1110f83: Download complete dbaa1f0ec53c: Verifying Checksum dbaa1f0ec53c: Download complete e23fd9439732: Pull complete 269e9966d790: Pull complete 52cc4e5d6121: Pull complete 805e105b52dc: Pull complete ae53fa2b5435: Pull complete ba1024a7802c: Pull complete f9c71e0456b4: Pull complete 49cdc11c577a: Pull complete 2e917b473884: Pull complete 4efed90b2a45: Pull complete fc9321643256: Pull complete 892336fe0a02: Pull complete bea8863f3ee4: Pull complete 4e9cefa5299b: Pull complete e3cdf819ebd9: Pull complete cc5f28ef7662: Pull complete 4f4fb700ef54: Pull complete d67f67cce0c9: Pull complete 254dc46749bc: Pull complete 98586e50ba59: Pull complete 7ee86d26bde1: Pull complete 9274f8a25124: Pull complete 54277c64a2cf: Pull complete b701c0327936: Pull complete 5520cae2ba51: Pull complete 86fe8720be3d: Pull complete 1e9a6fbdb422: Pull complete a3abdbab59cc: Pull complete 1f1577d1ab69: Pull complete 243e765f6bda: Pull complete 414badea72c2: Pull complete dca5542c6a6c: Pull complete d11abfe346ed: Pull complete 850f5f345d4f: Pull complete 45a44aaebcc9: Pull complete 1560e6818fb1: Pull complete e1c0adedaeec: Pull complete 716945da171a: Pull complete dbaa1f0ec53c: Pull complete b4a0ec97be31: Pull complete ac156bfd6092: Pull complete 0b5fd1110f83: Pull complete Digest: sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2 Status: Downloaded newer image for ocaml/opam@sha256:f4c82456e10adf78c4bf1849b05a8072cede5c2008b962470255ffcd8dbe88d2 2026-04-26 04:25.24 ---> using "484c9fa6139706b8afa9764d3652fd702882e8e5056f93677166c9b0844fd477" from cache /: (comment debian-13-5.4_riscv64_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-04-26 04:25.24 ---> using "e3fcd17677c90ac2badefc4393aa347c1e93834183d635a58d0a18813c0c1cf1" 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. Continue? [Y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-26 04:25.24 ---> using "42cf30aa206babc6ffd1b40cb1eabcdb67ddeeb803e5b9fba84bc3e9e8f2948d" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.10.113-scw1 The OCaml toplevel, version 5.4.1 2.5.0 2026-04-26 04:25.24 ---> using "204e85d4f615e24dd02cc13f1e4e8326d5e39b1662e210cce7aafc479b511e97" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-26 04:25.24 ---> using "c5b3cebc9752b51849933feed0e5e6313e53b598d28fd4f67c68d439427a305a" from cache /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")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..9e0a49a821 master -> origin/master 036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) Everything as up-to-date as possible However, 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-04-26 04:25.24 ---> using "56ab8d111f104614c1d1efc114ed7d9c6e8806eb435b627bb4be2155a0476b3d" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2026-04-26 04:25.25 ---> saved as "a5af803d010708d464fd48a05154e3926603948c56c76ea48f912ed4a1af4a58" /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. [ocamlformat-bench.dev] synchronised (file:///src) [WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src: warning 68: Missing field 'license' ocamlformat-bench is now pinned to file:///src (version dev) 2026-04-26 04:25.51 ---> saved as "a08855354bfff7a6a3a1925b44f0569ec8cd0b16510e8d4230f4b7c67d629b9e" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-26 04:25.52 ---> saved as "5e9f1b057e5886b28a1cba6cbcf4746648f39cc7c2fa1daff40cd84aefff32d6" /src: (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") /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 riscv64 Packages [121 kB] - Fetched 211 kB in 0s (453 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-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-effects 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-04-26 04:26.39 ---> saved as "06343c688762e98d615186c1f9222620eb6cbb9686defe246f545e4927e33625" /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-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-effects 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 34 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base v0.17.3 - install bechamel 0.5.0 - install camlp-streams 5.0.1 - install cmdliner 2.1.1 - install csexp 1.5.2 - install dune 3.22.2 - install dune-build-info 3.22.2 - install dune-configurator 3.22.2 - 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.1.0 - install ocaml_intrinsics_kernel v0.17.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocp-indent 1.9.0 - install re 1.14.0 - install sexplib0 v0.17.0 - install stdio v0.17.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.17.3 (cached) -> retrieved bechamel.0.5.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.2.1.1 (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.1.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocp-indent.1.9.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed cmdliner.2.1.1 -> retrieved topkg.1.1.1 (cached) -> retrieved uuseg.17.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uucp.17.0.0 (cached) -> retrieved yojson.3.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed uutf.1.0.4 -> installed fpath.0.7.3 -> installed uucp.17.0.0 -> installed uuseg.17.0.0 -> installed dune.3.22.2 -> installed csexp.1.5.2 -> installed bechamel.0.5.0 -> installed camlp-streams.5.0.1 -> installed dune-build-info.3.22.2 -> installed either.1.0.0 -> installed menhirCST.20260209 -> installed fix.20250919 -> installed dune-configurator.3.22.2 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-version.4.1.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ocaml-syntax-shims.1.0.0 -> installed ocp-indent.1.9.0 -> installed sexplib0.v0.17.0 -> installed re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed alcotest.1.9.1 -> installed menhir.20260209 -> installed base.v0.17.3 -> installed stdio.v0.17.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.4/share/emacs/site-lisp") (require 'ocp-indent) * for Vim, add this line to ~/.vimrc: set rtp^="/home/opam/.opam/5.4/share/ocp-indent/vim" # To update the current shell environment, run: eval $(opam env) 2026-04-26 04:36.11 ---> saved as "62dd0a39f4f2f1d749584d49ef1e4e7a189899da5974f5a42c8f6a26ab178fe2" /src: (copy (src .) (dst /src)) 2026-04-26 04:36.14 ---> saved as "22b6de298caffbd7eb9a4c5e42a6f2cfac3d3261bb104617211d8916a3943276" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/passing/gen/.gen.eobjs/byte -cmi-file test/passing/gen/.gen.eobjs/byte/dune__exe__Gen.cmi -no-alias-deps -opaque -o test/passing/gen/.gen.eobjs/byte/dune__exe__Gen.cmo -c -impl test/passing/gen/gen.ml) File "test/passing/gen/gen.ml", lines 15-16, characters 4-3: 15 | ....mutable base_file: string option 16 | ;.......................... Error (warning 69 [unused-field]): mutable record field base_file is never mutated. (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/passing/gen/.gen.eobjs/byte -I test/passing/gen/.gen.eobjs/native -cmi-file test/passing/gen/.gen.eobjs/byte/dune__exe__Gen.cmi -no-alias-deps -opaque -o test/passing/gen/.gen.eobjs/native/dune__exe__Gen.cmx -c -impl test/passing/gen/gen.ml) File "test/passing/gen/gen.ml", lines 15-16, characters 4-3: 15 | ....mutable base_file: string option 16 | ;.......................... Error (warning 69 [unused-field]): mutable record field base_file is never mutated. (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/failing/gen/.gen.eobjs/byte -I test/failing/gen/.gen.eobjs/native -cmi-file test/failing/gen/.gen.eobjs/byte/dune__exe__Gen.cmi -no-alias-deps -opaque -o test/failing/gen/.gen.eobjs/native/dune__exe__Gen.cmx -c -impl test/failing/gen/gen.ml) File "test/failing/gen/gen.ml", lines 7-8, characters 4-3: 7 | ....mutable base_file: string option 8 | ;................................ Error (warning 69 [unused-field]): mutable record field base_file is never mutated. (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/failing/gen/.gen.eobjs/byte -cmi-file test/failing/gen/.gen.eobjs/byte/dune__exe__Gen.cmi -no-alias-deps -opaque -o test/failing/gen/.gen.eobjs/byte/dune__exe__Gen.cmo -c -impl test/failing/gen/gen.ml) File "test/failing/gen/gen.ml", lines 7-8, characters 4-3: 7 | ....mutable base_file: string option 8 | ;................................ Error (warning 69 [unused-field]): mutable record field base_file is never mutated. Error: The package ocamlformat-bench does not have any user defined stanzas attached to it. If this is intentional, add (allow_empty) to the package definition in the dune-project file -> required by _build/default/ocamlformat-bench.install -> required by alias install (cd _build/.sandbox/6e688a50bbff5b425903b96aa0df7b91/default && /home/opam/.opam/5.4/bin/menhir --explain vendor/mll-parser/mll_grammar.mly --base vendor/mll-parser/mll_grammar --infer-read-reply vendor/mll-parser/mll_grammar__mock.mli.inferred) Warning: one state has shift/reduce conflicts. Warning: one shift/reduce conflict was arbitrarily resolved. File "test/passing/refs.ahrefs/need_format.ml.err", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/passing/refs.ahrefs/need_format.ml.err _build/default/test/passing/refs.ahrefs/need_format.ml.stderr diff --git a/_build/default/test/passing/refs.ahrefs/need_format.ml.err b/_build/default/test/passing/refs.ahrefs/need_format.ml.stderr index 5f78142..ed410d9 100644 --- a/_build/default/test/passing/refs.ahrefs/need_format.ml.err +++ b/_build/default/test/passing/refs.ahrefs/need_format.ml.stderr @@ -1 +1,2 @@ +git diff --no-index -u "/tmp/build_4e0746_dune/need_format17bd68.prev.ml" "/tmp/build_4e0746_dune/need_formata4d563.next.ml" ocamlformat: "need_format.ml" was not already formatted. ([max-iters = 1]) File "test/passing/refs.default/need_format.ml.err", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/passing/refs.default/need_format.ml.err _build/default/test/passing/refs.default/need_format.ml.stderr diff --git a/_build/default/test/passing/refs.default/need_format.ml.err b/_build/default/test/passing/refs.default/need_format.ml.stderr index 5f78142..e173f64 100644 --- a/_build/default/test/passing/refs.default/need_format.ml.err +++ b/_build/default/test/passing/refs.default/need_format.ml.stderr @@ -1 +1,2 @@ +git diff --no-index -u "/tmp/build_4e0746_dune/need_formatd2fd12.prev.ml" "/tmp/build_4e0746_dune/need_format3b66cd.next.ml" ocamlformat: "need_format.ml" was not already formatted. ([max-iters = 1]) File "test/passing/refs.janestreet/need_format.ml.err", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/passing/refs.janestreet/need_format.ml.err _build/default/test/passing/refs.janestreet/need_format.ml.stderr diff --git a/_build/default/test/passing/refs.janestreet/need_format.ml.err b/_build/default/test/passing/refs.janestreet/need_format.ml.stderr index 5f78142..4558322 100644 --- a/_build/default/test/passing/refs.janestreet/need_format.ml.err +++ b/_build/default/test/passing/refs.janestreet/need_format.ml.stderr @@ -1 +1,2 @@ +git diff --no-index -u "/tmp/build_4e0746_dune/need_format33c19e.prev.ml" "/tmp/build_4e0746_dune/need_formatd638ca.next.ml" ocamlformat: "need_format.ml" was not already formatted. ([max-iters = 1]) File "test/passing/refs.ocamlformat/need_format.ml.err", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/passing/refs.ocamlformat/need_format.ml.err _build/default/test/passing/refs.ocamlformat/need_format.ml.stderr diff --git a/_build/default/test/passing/refs.ocamlformat/need_format.ml.err b/_build/default/test/passing/refs.ocamlformat/need_format.ml.stderr index 5f78142..7d78fcf 100644 --- a/_build/default/test/passing/refs.ocamlformat/need_format.ml.err +++ b/_build/default/test/passing/refs.ocamlformat/need_format.ml.stderr @@ -1 +1,2 @@ +git diff --no-index -u "/tmp/build_4e0746_dune/need_formatfff2e0.prev.ml" "/tmp/build_4e0746_dune/need_format5208a2.next.ml" ocamlformat: "need_format.ml" was not already formatted. ([max-iters = 1]) File "test/cli/max_iters.t", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/cli/max_iters.t _build/default/test/cli/max_iters.t.corrected diff --git a/_build/default/test/cli/max_iters.t b/_build/default/test/cli/max_iters.t.corrected index aab5670..bb83db6 100644 --- a/_build/default/test/cli/max_iters.t +++ b/_build/default/test/cli/max_iters.t.corrected @@ -6,5 +6,6 @@ $ echo 'let x = 1' > a.ml $ ocamlformat --max-iters=1 a.ml + git diff --no-index -u "/tmp/build_4e0746_dune/aa6a06a.prev.ml" "/tmp/build_4e0746_dune/ad68363.next.ml" ocamlformat: "a.ml" was not already formatted. ([max-iters = 1]) [1] File "test/cli/mll.t", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/cli/mll.t _build/default/test/cli/mll.t.corrected diff --git a/_build/default/test/cli/mll.t b/_build/default/test/cli/mll.t.corrected index 855ff06..0cbb20b 100644 --- a/_build/default/test/cli/mll.t +++ b/_build/default/test/cli/mll.t.corrected @@ -128,8 +128,8 @@ Full reformat mode preserves comments: (* a definition comment *) let blank = [' ' '\t'] - (* a rule comment *) - rule main = parse + rule (* a rule comment *) + main = parse (* a case comment *) | blank+ { () } | eof { () } (cd _build/default/test/unit && ./test_unit.exe) Testing `ocamlformat'. This run has ID `T214BVYW'. ................................................................................ ................................................................................ ............................................ "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-04-26 04:39.56: Job failed: Failed: Build failed