2026-04-25 17:24.15: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/mll-support (c7659bfa4e5d900da058214f61964df7f946443f) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5bOpam 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:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b# ubuntu-24.04-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./RUN opam pin add -yn ocamlformat.dev './' && \opam pin add -yn ocamlformat-rpc-lib.dev './' && \opam pin add -yn ocamlformat-lib.dev './' && \opam pin add -yn ocamlformat-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-configurator.3.22.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-25 17:24.15: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b-ubuntu-24.04-5.4_opam-2.5-78404fa703a3eac68e8c8d450a8718a2"2026-04-25 17:24.15: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b)(comment ubuntu-24.04-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))(run (network host)(shell "opam pin add -yn ocamlformat.dev './' && \\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \\nopam pin add -yn ocamlformat-lib.dev './' && \\nopam pin add -yn ocamlformat-bench.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-configurator.3.22.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-04-25 17:24.15: Waiting for resource in pool OCluster2026-04-25 18:18.37: Waiting for worker…2026-04-25 18:22.18: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at c7659bfa4 FMT(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b)2026-04-25 18:22.18 ---> using "a06438aa566b1a049d3c7f3592a97d1d542968d81a3b125c496e6979e82c3753" from cache/: (comment ubuntu-24.04-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-25 18:22.18 ---> using "c2b2360ef99f72899407b49dd086bb8647a07219c731395851adaf9da76ebc22" 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-25 18:22.18 ---> using "b5f92c54ac9e0bb36cf513f47b75a50818a7b9cd0b304784316918bc86e321e8" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.12.5.02026-04-25 18:22.18 ---> using "6dcd95a2cd00bae4736d988819170a2206558fe7fede2c0ce0afe161d3bc3ff5" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-25 18:22.18 ---> using "622547fce7a62120860246a1c49c10aaf61fb8918ad64525eab71906d89383a5" 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..f83868273d 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-25 18:22.18 ---> using "f9ef65207d0b0fcb51df87f09982ffcf11713444ce26007abe6db5ca9873b0c9" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-04-25 18:22.19 ---> saved as "8abef96a4e1dce5bc097e5ca6127d7a2522430845a9fa1d62fc5c8c978e53dc3"/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-25 18:22.34 ---> saved as "1b312ba39603ee526bcdf9d716a8a116a64f168703a73f872cd95e5815ccb630"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-25 18:22.35 ---> saved as "2cf01f7cbf2d013d8df4c923deb2b528f9415f223a1894230c31ea16166c9241"/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"- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:2 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1981 kB]- Hit:3 http://archive.ubuntu.com/ubuntu noble InRelease- Get:4 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3479 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.2 kB]- Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1498 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2141 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [38.0 kB]- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3658 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2354 kB]- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.6 kB]- Get:14 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [671 B]- Get:15 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.0 kB]- Fetched 15.6 MB in 8s (1892 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-25 18:23.10 ---> saved as "b3cb62323f412078e4bb571fa2ef032847b1189f05eef51751ff20c11ef153b8"/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 ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved ocp-indent.1.9.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uucp.17.0.0 (cached)-> retrieved uuseg.17.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.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 dune.3.22.2-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed dune-build-info.3.22.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.1.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocp-indent.1.9.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed dune-configurator.3.22.2-> installed uucp.17.0.0-> installed alcotest.1.9.1-> installed uuseg.17.0.0-> installed base.v0.17.3-> installed menhir.20260209-> 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-25 18:27.42 ---> saved as "c6ecf02ad8ed4d14ed9fd06dd045a3728f521c8621049ab235b20a49626b3265"/src: (copy (src .) (dst /src))2026-04-25 18:27.46 ---> saved as "7b7e1933195a8cfafdef2c4b1b11c6400da9faa65b83d2e283b6315681190176"/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.(cd _build/.sandbox/68961e999375e230d45ea1c4705e41ef/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.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/default/test/unit && ./test_unit.exe)Testing `ocamlformat'.This run has ID `JSGIO808'.............................................................................................................................................................................................................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..c98dea4 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_6b804b_dune/need_formatc6e8c2.prev.ml" "/tmp/build_6b804b_dune/need_formatb5ec68.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..992f98b 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_6b804b_dune/need_format88417d.prev.ml" "/tmp/build_6b804b_dune/need_format4e36f6.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..0e01788 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_6b804b_dune/need_formata09d7e.prev.ml" "/tmp/build_6b804b_dune/need_format91bc13.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..dd2566f 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_6b804b_dune/need_format4a1f03.prev.ml" "/tmp/build_6b804b_dune/need_format2723c9.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..f82feb1 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_6b804b_dune/a063ba4.prev.ml" "/tmp/build_6b804b_dune/a1c575d.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-25 18:29.05: Job failed: Failed: Build failed