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-s390x:debian-13-5.4_s390x_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:861c06f54720da3b18d2bf59d8bf9344a8ed199bb58da47182f5d7998ae05400Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "mll-support" && cd "ocamlformat" && git reset --hard c7659bfacat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:861c06f54720da3b18d2bf59d8bf9344a8ed199bb58da47182f5d7998ae05400# debian-13-5.4_s390x_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-25 17:24.23: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-5.4@sha256:861c06f54720da3b18d2bf59d8bf9344a8ed199bb58da47182f5d7998ae05400-debian-13-5.4_s390x_opam-2.5-78404fa703a3eac68e8c8d450a8718a2"2026-04-25 17:24.23: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:861c06f54720da3b18d2bf59d8bf9344a8ed199bb58da47182f5d7998ae05400)(comment debian-13-5.4_s390x_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 OCluster2026-04-25 17:24.23: Waiting for worker…2026-04-26 00:14.29: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedUpdating files: 4% (141/3470) Updating files: 5% (174/3470) Updating files: 6% (209/3470) Updating files: 7% (243/3470) Updating files: 8% (278/3470) Updating files: 9% (313/3470) Updating files: 10% (347/3470) Updating files: 11% (382/3470) Updating files: 12% (417/3470) Updating files: 13% (452/3470) Updating files: 14% (486/3470) Updating files: 15% (521/3470) Updating files: 16% (556/3470) Updating files: 17% (590/3470) Updating files: 18% (625/3470) Updating files: 19% (660/3470) Updating files: 20% (694/3470) Updating files: 21% (729/3470) Updating files: 22% (764/3470) Updating files: 23% (799/3470) Updating files: 24% (833/3470) Updating files: 25% (868/3470) Updating files: 26% (903/3470) Updating files: 27% (937/3470) Updating files: 28% (972/3470) Updating files: 29% (1007/3470) Updating files: 30% (1041/3470) Updating files: 31% (1076/3470) Updating files: 32% (1111/3470) Updating files: 33% (1146/3470) Updating files: 34% (1180/3470) Updating files: 35% (1215/3470) Updating files: 36% (1250/3470) Updating files: 37% (1284/3470) Updating files: 38% (1319/3470) Updating files: 39% (1354/3470) Updating files: 40% (1388/3470) Updating files: 41% (1423/3470) Updating files: 42% (1458/3470) Updating files: 43% (1493/3470) Updating files: 44% (1527/3470) Updating files: 45% (1562/3470) Updating files: 46% (1597/3470) Updating files: 47% (1631/3470) Updating files: 48% (1666/3470) Updating files: 49% (1701/3470) Updating files: 50% (1735/3470) Updating files: 51% (1770/3470) Updating files: 52% (1805/3470) Updating files: 53% (1840/3470) Updating files: 54% (1874/3470) Updating files: 55% (1909/3470) Updating files: 56% (1944/3470) Updating files: 57% (1978/3470) Updating files: 58% (2013/3470) Updating files: 59% (2048/3470) Updating files: 60% (2082/3470) Updating files: 61% (2117/3470) Updating files: 62% (2152/3470) Updating files: 63% (2187/3470) Updating files: 64% (2221/3470) Updating files: 65% (2256/3470) Updating files: 66% (2291/3470) Updating files: 67% (2325/3470) Updating files: 68% (2360/3470) Updating files: 69% (2395/3470) Updating files: 70% (2429/3470) Updating files: 71% (2464/3470) Updating files: 72% (2499/3470) Updating files: 73% (2534/3470) Updating files: 74% (2568/3470) Updating files: 75% (2603/3470) Updating files: 76% (2638/3470) Updating files: 77% (2672/3470) Updating files: 78% (2707/3470) Updating files: 79% (2742/3470) Updating files: 80% (2776/3470) Updating files: 81% (2811/3470) Updating files: 82% (2846/3470) Updating files: 83% (2881/3470) Updating files: 84% (2915/3470) Updating files: 85% (2950/3470) Updating files: 86% (2985/3470) Updating files: 87% (3019/3470) Updating files: 88% (3054/3470) Updating files: 89% (3089/3470) Updating files: 90% (3123/3470) Updating files: 91% (3158/3470) Updating files: 92% (3193/3470) Updating files: 93% (3228/3470) Updating files: 94% (3262/3470) Updating files: 95% (3297/3470) Updating files: 96% (3332/3470) Updating files: 97% (3366/3470) Updating files: 98% (3401/3470) Updating files: 99% (3436/3470) Updating files: 100% (3470/3470) Updating files: 100% (3470/3470), done.HEAD is now at c7659bfa4 FMT(from ocaml/opam:debian-13-ocaml-5.4@sha256:861c06f54720da3b18d2bf59d8bf9344a8ed199bb58da47182f5d7998ae05400)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:861c06f54720da3b18d2bf59d8bf9344a8ed199bb58da47182f5d7998ae05400' locallydocker.io/ocaml/opam@sha256:861c06f54720da3b18d2bf59d8bf9344a8ed199bb58da47182f5d7998ae05400: Pulling from ocaml/opamDigest: sha256:861c06f54720da3b18d2bf59d8bf9344a8ed199bb58da47182f5d7998ae05400Status: Downloaded newer image for ocaml/opam@sha256:861c06f54720da3b18d2bf59d8bf9344a8ed199bb58da47182f5d7998ae054002026-04-26 00:14.32 ---> using "1409726e79dc9be9e4654217e55476173a1c5e4979c5ce8b4590b4f02c5bba90" from cache/: (comment debian-13-5.4_s390x_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 00:14.32 ---> using "5984c7db0c3205eebbe2b0f9dffc8a14fce2938cbfb2bd7f84def5e90e28ede8" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-26 00:14.32 ---> using "c352ee630ca44c2cbb5a2306c53342d63d89bb3eace87beefde3a620dbe8617a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-26 00:14.32 ---> using "631a37c5bd52ff501299e11acc882062011c2c834e90ee4b8e0b8314ff72feef" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-26 00:14.32 ---> using "4cf8a4ec6775313ba00e7945991404b95d24be54cf13198975e09a30f94a5632" 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_HEAD42844088d7..80ba534fc6 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (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 possibleHowever, 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 00:14.32 ---> using "4be6a5f0b7decc166259a6ebf6bf335bf9bc277ebb95c516308335b3d521d675" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-04-26 00:14.43 ---> saved as "05c92d73d79d3c132ddd08ca0e8f997e3798e2cb83789ed522e57afe2e1f50c9"/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-04-26 00:15.06 ---> saved as "e92e79861a6825bc7f28416535cd50ec9d3a92999e5215deaf1944fc2e6d86b5"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-26 00:15.11 ---> saved as "1ddb783ec0dd14c746d0e797153dc971adeee39945f69fc1a7e159b96a12e2d6"/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 s390x Packages [119 kB]- Fetched 210 kB in 3s (72.5 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 00:15.54 ---> saved as "279b4f75d38e1be6113622300b1fe76939ca9033a9d7054c1a5cbdf50c7d5906"/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 fpath.0.7.3 (cached)-> retrieved fmt.0.11.0 (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 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 ocamlbuild.0.16.1 (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)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uuseg.17.0.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved uucp.17.0.0 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> 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 dune-configurator.3.22.2-> installed fix.20250919-> installed menhirGLR.20260209-> installed menhirSdk.20260209-> installed menhirLib.20260209-> installed ocaml-version.4.1.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocp-indent.1.9.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed yojson.3.0.0-> installed alcotest.1.9.1-> installed menhir.20260209-> installed base.v0.17.3-> installed stdio.v0.17.0Done.<><> 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 00:20.57 ---> saved as "4d8782eae9ecc8f54ffc714ea418ee94d9115492c989c5ddc13004b44f1c122d"/src: (copy (src .) (dst /src))2026-04-26 00:21.04 ---> saved as "9c5d8e2eb038ae21302869e45d20e32959b6d0f117708cc3759f22b121ebaf18"/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 option16 | ;..........................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 option8 | ;................................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 option16 | ;..........................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 option8 | ;................................Error (warning 69 [unused-field]): mutable record field base_file is never mutated.Error: The package ocamlformat-bench does not have any user defined stanzasattached to it. If this is intentional, add (allow_empty) to the packagedefinition in the dune-project file-> required by _build/default/ocamlformat-bench.install-> required by alias install(cd _build/.sandbox/bd11746c682b6fff573a4fe3d071409e/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.(cd _build/default/test/unit && ./test_unit.exe)Testing `ocamlformat'.This run has ID `R5BHHNU6'.............................................................................................................................................................................................................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.stderrdiff --git a/_build/default/test/passing/refs.ahrefs/need_format.ml.err b/_build/default/test/passing/refs.ahrefs/need_format.ml.stderrindex 5f78142..7bfbc8e 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_a6f652_dune/need_formatff3ec2.prev.ml" "/tmp/build_a6f652_dune/need_format1a6c18.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.stderrdiff --git a/_build/default/test/passing/refs.default/need_format.ml.err b/_build/default/test/passing/refs.default/need_format.ml.stderrindex 5f78142..3a01174 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_a6f652_dune/need_format710231.prev.ml" "/tmp/build_a6f652_dune/need_format0c5095.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.stderrdiff --git a/_build/default/test/passing/refs.janestreet/need_format.ml.err b/_build/default/test/passing/refs.janestreet/need_format.ml.stderrindex 5f78142..00f5649 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_a6f652_dune/need_formatcc961d.prev.ml" "/tmp/build_a6f652_dune/need_format9fbf66.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.stderrdiff --git a/_build/default/test/passing/refs.ocamlformat/need_format.ml.err b/_build/default/test/passing/refs.ocamlformat/need_format.ml.stderrindex 5f78142..a87166b 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_a6f652_dune/need_format130a77.prev.ml" "/tmp/build_a6f652_dune/need_format95b504.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.correcteddiff --git a/_build/default/test/cli/max_iters.t b/_build/default/test/cli/max_iters.t.correctedindex aab5670..58e5e88 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_a6f652_dune/abc47d8.prev.ml" "/tmp/build_a6f652_dune/a44367b.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.correcteddiff --git a/_build/default/test/cli/mll.t b/_build/default/test/cli/mll.t.correctedindex 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 { () }"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-04-26 00:23.04: Job failed: Failed: Build failed