2025-12-02 17:55.10: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2745/head (36ac4c71d057ea8b203f5103e517d7bee7561e92) (linux-x86_64:ubuntu-22.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2745/head" && git reset --hard 36ac4c71cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723# ubuntu-22.04-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.16.4 base-bigarray.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.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.4 --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-BLOCK2025-12-02 17:55.10: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723-ubuntu-22.04-4.14_opam-2.4-e79202321c58e675f319638e648809fa"2025-12-02 17:55.10: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723)(comment ubuntu-22.04-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.4 --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")))2025-12-02 17:55.10: Waiting for resource in pool OCluster2025-12-02 17:55.10: Waiting for worker…2025-12-02 17:55.10: Got resource from pool OClusterBuilding on toxis.caelum.ci.devHEAD is now at afca6b74 fmtHEAD is now at 36ac4c71 promote test(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723' locallydocker.io/ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723: Pulling from ocaml/opam7e49dc6156b0: Pulling fs layer5b9b1a0eb9f0: Pulling fs layer39de8fe3fa1a: Pulling fs layer6d9e9792a3e4: Pulling fs layer9982f8f74828: Pulling fs layercb53ddb9c7ff: Pulling fs layer6ca4a944ed5d: Pulling fs layerdc1e39449744: Pulling fs layer28e5525f5e3e: Pulling fs layer190837da2626: Pulling fs layer0dda72a640a0: Pulling fs layer68597843ffd8: Pulling fs layer59d78f277710: Pulling fs layera3bd35546b90: Pulling fs layer6d9e9792a3e4: Waiting9982f8f74828: Waiting6c011c78d239: Pulling fs layerdc1e39449744: Waitingcb53ddb9c7ff: Waiting190837da2626: Waiting28e5525f5e3e: Waiting0dda72a640a0: Waiting26c7c4223e1f: Pulling fs layer6ca4a944ed5d: Waiting6c011c78d239: Waiting68597843ffd8: Waiting4f4fb700ef54: Pulling fs layera3bd35546b90: Waiting26c7c4223e1f: Waiting0ede47092c2f: Pulling fs layer968332282b04: Pulling fs layer4f4fb700ef54: Waiting8d75d29da602: Pulling fs layer97fa719c3e94: Pulling fs layer37ba2a552cc4: Pulling fs layer8d75d29da602: Waiting97fa719c3e94: Waitingd68fd23eb213: Pulling fs layer270136b3ddde: Pulling fs layer6aaf02491cf6: Pulling fs layer9f82d52cf09b: Pulling fs layer37ba2a552cc4: Waiting270136b3ddde: Waitingd68fd23eb213: Waiting6aaf02491cf6: Waiting01a6be59f79c: Pulling fs layer9f82d52cf09b: Waitingf41be054474a: Pulling fs layer69c362cbbb1a: Pulling fs layer01a6be59f79c: Waiting9283ce2cc594: Pulling fs layerf41be054474a: Waiting69c362cbbb1a: Waiting4d64f5be11ad: Pulling fs layer9283ce2cc594: Waitingcba509fe7f1e: Pulling fs layer9e8b588e1294: Pulling fs layer4d64f5be11ad: Waitinga463c5aa27d9: Pulling fs layer9e8b588e1294: Waiting9de8f96c8d93: Pulling fs layer6064abc3f4c1: Pulling fs layer10eae62fe436: Pulling fs layera463c5aa27d9: Waiting6064abc3f4c1: Waitingbf967208a3c8: Pulling fs layer9de8f96c8d93: Waiting10eae62fe436: Waiting8314d80bf40a: Pulling fs layer0e359094c96e: Pulling fs layer9eec512ab335: Pulling fs layer636310f9a939: Pulling fs layer8314d80bf40a: Waiting9eec512ab335: Waiting0e359094c96e: Waiting5b9b1a0eb9f0: Download complete39de8fe3fa1a: Verifying Checksum39de8fe3fa1a: Download complete9982f8f74828: Verifying Checksum9982f8f74828: Download complete7e49dc6156b0: Verifying Checksum7e49dc6156b0: Download complete7e49dc6156b0: Pull complete5b9b1a0eb9f0: Pull complete39de8fe3fa1a: Pull complete6d9e9792a3e4: Verifying Checksum6d9e9792a3e4: Download completedc1e39449744: Verifying Checksumdc1e39449744: Download completecb53ddb9c7ff: Verifying Checksumcb53ddb9c7ff: Download complete28e5525f5e3e: Verifying Checksum28e5525f5e3e: Download complete6ca4a944ed5d: Verifying Checksum6ca4a944ed5d: Download complete190837da2626: Verifying Checksum190837da2626: Download complete0dda72a640a0: Verifying Checksum0dda72a640a0: Download complete6d9e9792a3e4: Pull complete9982f8f74828: Pull complete68597843ffd8: Verifying Checksum68597843ffd8: Download completea3bd35546b90: Download complete26c7c4223e1f: Download complete59d78f277710: Verifying Checksum59d78f277710: Download complete6c011c78d239: Verifying Checksum6c011c78d239: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete0ede47092c2f: Verifying Checksum0ede47092c2f: Download complete8d75d29da602: Verifying Checksum8d75d29da602: Download complete968332282b04: Verifying Checksum968332282b04: Download complete97fa719c3e94: Download complete37ba2a552cc4: Verifying Checksum37ba2a552cc4: Download complete270136b3ddde: Verifying Checksum270136b3ddde: Download complete6aaf02491cf6: Verifying Checksum6aaf02491cf6: Download complete01a6be59f79c: Download completed68fd23eb213: Download completef41be054474a: Verifying Checksumf41be054474a: Download complete69c362cbbb1a: Verifying Checksum69c362cbbb1a: Download complete9f82d52cf09b: Verifying Checksum9f82d52cf09b: Download complete4d64f5be11ad: Verifying Checksum4d64f5be11ad: Download completecba509fe7f1e: Verifying Checksumcba509fe7f1e: Download complete9283ce2cc594: Verifying Checksum9283ce2cc594: Download completea463c5aa27d9: Verifying Checksuma463c5aa27d9: Download complete6064abc3f4c1: Verifying Checksum6064abc3f4c1: Download complete10eae62fe436: Verifying Checksum10eae62fe436: Download completebf967208a3c8: Download complete9e8b588e1294: Verifying Checksum9e8b588e1294: Download complete0e359094c96e: Verifying Checksum0e359094c96e: Download complete9eec512ab335: Verifying Checksum9eec512ab335: Download complete636310f9a939: Verifying Checksum636310f9a939: Download completecb53ddb9c7ff: Pull complete6ca4a944ed5d: Pull completedc1e39449744: Pull complete28e5525f5e3e: Pull complete190837da2626: Pull complete0dda72a640a0: Pull complete9de8f96c8d93: Download complete68597843ffd8: Pull complete59d78f277710: Pull completea3bd35546b90: Pull complete6c011c78d239: Pull complete26c7c4223e1f: Pull complete4f4fb700ef54: Pull complete0ede47092c2f: Pull complete968332282b04: Pull complete8d75d29da602: Pull complete97fa719c3e94: Pull complete37ba2a552cc4: Pull completed68fd23eb213: Pull complete270136b3ddde: Pull complete6aaf02491cf6: Pull complete9f82d52cf09b: Pull complete01a6be59f79c: Pull completef41be054474a: Pull complete69c362cbbb1a: Pull complete9283ce2cc594: Pull complete4d64f5be11ad: Pull completecba509fe7f1e: Pull complete8314d80bf40a: Verifying Checksum8314d80bf40a: Download complete9e8b588e1294: Pull completea463c5aa27d9: Pull complete9de8f96c8d93: Pull complete6064abc3f4c1: Pull complete10eae62fe436: Pull completebf967208a3c8: Pull complete8314d80bf40a: Pull complete0e359094c96e: Pull complete9eec512ab335: Pull complete636310f9a939: Pull completeDigest: sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe55723Status: Downloaded newer image for ocaml/opam@sha256:b3b71c61254cb49599db5af743cc91ca8a6ed2839fa3800e9d205829afe557232025-12-02 17:55.12 ---> using "f95cadcefb5e76597def8103e41424f6cfa5e7a6b6fbe8791fb2ec4d52cc7f31" from cache/: (comment ubuntu-22.04-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-02 17:55.12 ---> using "ecaf949f7f0c49479f68dcf7a0a93af6b081cf5e43ab8924da88ee2c326b8000" 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] Initialised2025-12-02 17:55.12 ---> using "3e463ffa8d2750faae2bd1466ef2e647ef1ce14012a29a17f940b7fdd1ed7887" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-12-02 17:55.12 ---> using "86edd9fdfe9ac6b29d2e8a9e922daaa2f3fa65895a6ec19a54578d744ec47597" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-02 17:55.12 ---> using "05115033ccbb7ac23081a7824108c5f0060c49fd7c1355f6c7b022f39090ffea" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee3428377a..2fd4164ca1 master -> origin/master8a324a5b99 Add: cmdliner.2.1.0 (#28962)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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)2025-12-02 17:55.12 ---> using "3f3885b0abe218a0969bc65bd27a9d379fc259640e57b14fcfec4894dfb62564" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2025-12-02 17:55.12 ---> using "588681d57669b6cc0235f11c438e17ef175c07b51d83614677a20828d9e2c57f" 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.[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)2025-12-02 17:55.12 ---> using "6e406809c618ccffe3b5962141f11745aa3538996a3f11aa945b7399a568c688" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-02 17:55.12 ---> using "4b3ea8e24d2a960a21de1e84285d10bcbbeb60de7e7f65fc83b04de435c822b8" from cache/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.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.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.4 --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://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1597 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3870 kB]- Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6008 kB]- Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1286 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3535 kB]- Fetched 16.7 MB in 2s (10.2 MB/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).2025-12-02 17:55.12 ---> using "3f9f1b231261a968b351485c1b078ffe7def325711ff1bae1f38a5946db008f1" from cache/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 32 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.20.2- install dune-build-info 3.20.2- install dune-configurator 3.20.2- install either 1.0.0- install fix 20250919- install fmt 0.11.0- install fpath 0.7.3- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- 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.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocp-indent.1.9.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 topkg.1.1.1 (cached)-> installed cmdliner.2.1.0-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved uucp.17.0.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.2-> 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.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed ocp-indent.1.9.0-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed dune-build-info.3.20.2-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed base.v0.16.4-> installed stdio.v0.16.0-> installed menhir.20250912-> installed uucp.17.0.0-> installed uuseg.17.0.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/4.14/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"# To update the current shell environment, run: eval $(opam env)2025-12-02 17:55.12 ---> using "02eec9a73bd821134fde974bd58d2a75ab83e7be79275f8335b26c1423b7dd22" from cache/src: (copy (src .) (dst /src))2025-12-02 17:55.13 ---> saved as "67fd144111a8fa3b548d99f9ade6b586d81ab9d2dd167ab83732c7f60841d1c1"/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 `3RXMB2I1'.............................................................................................................................................................................................................File "test/passing/refs.ahrefs/source.ml.err", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/passing/refs.ahrefs/source.ml.err _build/default/test/passing/refs.ahrefs/source.ml.stderrdiff --git a/_build/default/test/passing/refs.ahrefs/source.ml.err b/_build/default/test/passing/refs.ahrefs/source.ml.stderrindex 1269cc4..da3c737 100644--- a/_build/default/test/passing/refs.ahrefs/source.ml.err+++ b/_build/default/test/passing/refs.ahrefs/source.ml.stderr@@ -1,4 +1,4 @@-Warning: source.ml:3417 exceeds the margin-Warning: source.ml:6551 exceeds the margin-Warning: source.ml:6985 exceeds the margin-Warning: source.ml:7817 exceeds the margin+Warning: source.ml:3415 exceeds the margin+Warning: source.ml:6549 exceeds the margin+Warning: source.ml:6983 exceeds the margin+Warning: source.ml:7815 exceeds the marginFile "test/passing/refs.default/source.ml.err", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/passing/refs.default/source.ml.err _build/default/test/passing/refs.default/source.ml.stderrdiff --git a/_build/default/test/passing/refs.default/source.ml.err b/_build/default/test/passing/refs.default/source.ml.stderrindex 6e01715..1c673e9 100644--- a/_build/default/test/passing/refs.default/source.ml.err+++ b/_build/default/test/passing/refs.default/source.ml.stderr@@ -1,4 +1,4 @@-Warning: source.ml:917 exceeds the margin-Warning: source.ml:992 exceeds the margin-Warning: source.ml:6638 exceeds the margin-Warning: source.ml:7097 exceeds the margin+Warning: source.ml:915 exceeds the margin+Warning: source.ml:990 exceeds the margin+Warning: source.ml:6636 exceeds the margin+Warning: source.ml:7095 exceeds the marginFile "test/passing/refs.ocamlformat/source.ml.err", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/passing/refs.ocamlformat/source.ml.err _build/default/test/passing/refs.ocamlformat/source.ml.stderrdiff --git a/_build/default/test/passing/refs.ocamlformat/source.ml.err b/_build/default/test/passing/refs.ocamlformat/source.ml.stderrindex 37900d4..c0c2125 100644--- a/_build/default/test/passing/refs.ocamlformat/source.ml.err+++ b/_build/default/test/passing/refs.ocamlformat/source.ml.stderr@@ -1,3 +1,3 @@-Warning: source.ml:6495 exceeds the margin-Warning: source.ml:7369 exceeds the margin-Warning: source.ml:7887 exceeds the margin+Warning: source.ml:6493 exceeds the margin+Warning: source.ml:7367 exceeds the margin+Warning: source.ml:7885 exceeds the margin"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-12-02 17:55.24: Job failed: Failed: Build failed