2025-11-21 15:44.51: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2755/head (7926f66eefd9094cb6a0d29bfeacda77d33969d6) (linux-riscv64:debian-13-5.4_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2755/head" && git reset --hard 7926f66ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034# debian-13-5.4_riscv64_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.0.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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.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-11-21 15:44.51: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034-debian-13-5.4_riscv64_opam-2.4-28db3d25e70c4db7b27726a854229159"2025-11-21 15:44.51: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034)(comment debian-13-5.4_riscv64_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.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.0.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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.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-11-21 15:44.51: Waiting for resource in pool OCluster2025-11-22 16:56.42: Waiting for worker…2025-11-23 05:36.28: Got resource from pool OClusterBuilding on riscv-bm-01.sw.ci.devAll commits already cachedHEAD is now at 7926f66e Update CHANGES(from ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034' locallydocker.io/ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034: Pulling from ocaml/opamde6b66e2abcf: Pulling fs layerf35273bca222: Pulling fs layerf74d000b97f5: Pulling fs layer39ae9819878d: Pulling fs layerc240f0b435ad: Pulling fs layerf0019f84fb08: Pulling fs layerc2d05d84e811: Pulling fs layer4b649a717bf1: Pulling fs layer80eacd7178f8: Pulling fs layer05c50f7b70c0: Pulling fs layer6a3e93713da8: Pulling fs layer55b8b393ea09: Pulling fs layer61259c231a73: Pulling fs layer624e31741a12: Pulling fs layer6172723a5574: Pulling fs layerb908f9dcd393: Pulling fs layer1fb0936a68d1: Pulling fs layerc4ecdc2faab9: Pulling fs layer2834251ff466: Pulling fs layerf492155260b5: Pulling fs layer4f4fb700ef54: Pulling fs layer212695b63c86: Pulling fs layeraae1bcd99b15: Pulling fs layerfa54c2fcea16: Pulling fs layer683b619cdd5c: Pulling fs layerbe8fff5baf35: Pulling fs layer4396d8f5a53e: Pulling fs layer3d6a01641e6a: Pulling fs layer4ad47d794fea: Pulling fs layer93e8b9864e5a: Pulling fs layerae85395b96e2: Pulling fs layerf2738d9dcddd: Pulling fs layer79db15db5590: Pulling fs layer20c5cef68ce6: Pulling fs layer53419e81a99e: Pulling fs layer2388636e9f4e: Pulling fs layer6fd0d96ea4e3: Pulling fs layerd9e42c6d0769: Pulling fs layer98d2cff58fed: Pulling fs layeraf6013686118: Pulling fs layer1e34a91c5c6e: Pulling fs layera5aa14672648: Pulling fs layer898fba0b521b: Pulling fs layerf27da72027f4: Pulling fs layer96c37047d710: Pulling fs layer480bd1a11240: Pulling fs layer55b8b393ea09: Waiting61259c231a73: Waiting624e31741a12: Waiting6172723a5574: Waitingb908f9dcd393: Waiting1fb0936a68d1: Waitingc4ecdc2faab9: Waiting2834251ff466: Waitingf492155260b5: Waiting4f4fb700ef54: Waiting212695b63c86: Waitingaae1bcd99b15: Waitingfa54c2fcea16: Waiting683b619cdd5c: Waitingbe8fff5baf35: Waiting4396d8f5a53e: Waiting3d6a01641e6a: Waiting4ad47d794fea: Waiting93e8b9864e5a: Waitingae85395b96e2: Waitingf2738d9dcddd: Waiting79db15db5590: Waiting20c5cef68ce6: Waiting53419e81a99e: Waiting2388636e9f4e: Waiting6fd0d96ea4e3: Waitingd9e42c6d0769: Waiting98d2cff58fed: Waiting39ae9819878d: Waitingc2d05d84e811: Waitingc240f0b435ad: Waiting4b649a717bf1: Waiting80eacd7178f8: Waitingaf6013686118: Waiting1e34a91c5c6e: Waiting05c50f7b70c0: Waitinga5aa14672648: Waiting898fba0b521b: Waiting480bd1a11240: Waitingf27da72027f4: Waiting6a3e93713da8: Waiting96c37047d710: Waitingf0019f84fb08: Waitingf74d000b97f5: Download completef35273bca222: Download complete39ae9819878d: Verifying Checksum39ae9819878d: Download completec240f0b435ad: Verifying Checksumc240f0b435ad: Download completec2d05d84e811: Verifying Checksumc2d05d84e811: Download complete4b649a717bf1: Verifying Checksum4b649a717bf1: Download completede6b66e2abcf: Download complete05c50f7b70c0: Verifying Checksum05c50f7b70c0: Download complete6a3e93713da8: Verifying Checksum6a3e93713da8: Download complete80eacd7178f8: Verifying Checksum80eacd7178f8: Download complete55b8b393ea09: Verifying Checksum55b8b393ea09: Download complete61259c231a73: Verifying Checksum61259c231a73: Download complete624e31741a12: Verifying Checksum624e31741a12: Download complete6172723a5574: Verifying Checksum6172723a5574: Download completeb908f9dcd393: Verifying Checksumb908f9dcd393: Download complete1fb0936a68d1: Download complete2834251ff466: Verifying Checksum2834251ff466: Download completec4ecdc2faab9: Verifying Checksumc4ecdc2faab9: Download completef492155260b5: Verifying Checksumf492155260b5: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete212695b63c86: Verifying Checksum212695b63c86: Download completeaae1bcd99b15: Verifying Checksumaae1bcd99b15: Download completefa54c2fcea16: Verifying Checksumfa54c2fcea16: Download complete683b619cdd5c: Download complete4396d8f5a53e: Verifying Checksum4396d8f5a53e: Download completebe8fff5baf35: Download complete3d6a01641e6a: Verifying Checksum3d6a01641e6a: Download complete4ad47d794fea: Verifying Checksum4ad47d794fea: Download complete93e8b9864e5a: Verifying Checksum93e8b9864e5a: Download completeae85395b96e2: Verifying Checksumae85395b96e2: Download completef2738d9dcddd: Verifying Checksumf2738d9dcddd: Download complete79db15db5590: Verifying Checksum79db15db5590: Download completede6b66e2abcf: Pull completef35273bca222: Pull completef74d000b97f5: Pull complete53419e81a99e: Verifying Checksum53419e81a99e: Download completef0019f84fb08: Verifying Checksumf0019f84fb08: Download complete6fd0d96ea4e3: Verifying Checksum6fd0d96ea4e3: Download completed9e42c6d0769: Verifying Checksumd9e42c6d0769: Download complete39ae9819878d: Pull completec240f0b435ad: Pull complete98d2cff58fed: Verifying Checksum98d2cff58fed: Download completeaf6013686118: Verifying Checksumaf6013686118: Download complete1e34a91c5c6e: Verifying Checksum1e34a91c5c6e: Download completea5aa14672648: Verifying Checksuma5aa14672648: Download complete2388636e9f4e: Verifying Checksum2388636e9f4e: Download completef27da72027f4: Verifying Checksumf27da72027f4: Download complete96c37047d710: Verifying Checksum96c37047d710: Download complete480bd1a11240: Verifying Checksum480bd1a11240: Download complete898fba0b521b: Verifying Checksum898fba0b521b: Download complete20c5cef68ce6: Verifying Checksum20c5cef68ce6: Download completef0019f84fb08: Pull completec2d05d84e811: Pull complete4b649a717bf1: Pull complete80eacd7178f8: Pull complete05c50f7b70c0: Pull complete6a3e93713da8: Pull complete55b8b393ea09: Pull complete61259c231a73: Pull complete624e31741a12: Pull complete6172723a5574: Pull completeb908f9dcd393: Pull complete1fb0936a68d1: Pull completec4ecdc2faab9: Pull complete2834251ff466: Pull completef492155260b5: Pull complete4f4fb700ef54: Pull complete212695b63c86: Pull completeaae1bcd99b15: Pull completefa54c2fcea16: Pull complete683b619cdd5c: Pull completebe8fff5baf35: Pull complete4396d8f5a53e: Pull complete3d6a01641e6a: Pull complete4ad47d794fea: Pull complete93e8b9864e5a: Pull completeae85395b96e2: Pull completef2738d9dcddd: Pull complete79db15db5590: Pull complete20c5cef68ce6: Pull complete53419e81a99e: Pull complete2388636e9f4e: Pull complete6fd0d96ea4e3: Pull completed9e42c6d0769: Pull complete98d2cff58fed: Pull completeaf6013686118: Pull complete1e34a91c5c6e: Pull completea5aa14672648: Pull complete898fba0b521b: Pull completef27da72027f4: Pull complete96c37047d710: Pull complete480bd1a11240: Pull completeDigest: sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034Status: Downloaded newer image for ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b0342025-11-23 05:36.29 ---> using "b3c32880e9ace52a7f4c58eee61fac3a9ea28b412d48e692a82bf58097974dbe" from cache/: (comment debian-13-5.4_riscv64_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-11-23 05:36.29 ---> using "b479e469dc271ac606d983a11d18c71f6b4dd8abdd638124eec50fb33e361894" 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-11-23 05:36.29 ---> using "4e329e405b86c4ea5ab800bbb8aa0f489256f018a0d253e70ec77537a2b6c9ed" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.02.4.12025-11-23 05:36.29 ---> using "6481f117732503e6ed4a0b47c83e4afd65373aa7057383ea8a37455f568968e2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-23 05:36.29 ---> using "316cfce25934696500e7734e5969f380c14e08df7819f13d6c05dc1255d9ee4b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD2ec6d6cc92..ee3428377a master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-23 05:36.29 ---> using "11839782d887526028e73e760aa5bbc7d9ba544866dd8e86f565923c53757c47" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2025-11-23 05:36.30 ---> saved as "bd38152662f4cd00e29494fe5c5b081405b618e04e5f2e8185ac31227727b7cf"/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-11-23 05:36.56 ---> saved as "935103f38303db9a3c11b2e09b16c0a94fdc91053112bf748bd6af0a3e486c52"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-23 05:36.57 ---> saved as "53d601a27813b68c45527e92c2a9de4cdc02ca7536153e2f56efc182d35e31fd"/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.0.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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.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://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 [67.4 kB]- Fetched 158 kB in 0s (356 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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-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).2025-11-23 05:37.42 ---> saved as "1a75c09852cb2bd0bebda0813fe6b21e8dc2f7e3289dc69455693784f8aff37e"/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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-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 33 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.0.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 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.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fix.20250919 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (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.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uuseg.17.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> installed cmdliner.2.0.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 fmt.0.11.0-> installed astring.0.8.5-> installed uutf.1.0.4-> installed fpath.0.7.3-> installed dune.3.20.2-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed uucp.17.0.0-> installed bechamel.0.5.0-> installed either.1.0.0-> installed dune-build-info.3.20.2-> installed fix.20250919-> installed menhirCST.20250912-> installed dune-configurator.3.20.2-> installed menhirSdk.20250912-> installed menhirLib.20250912-> installed ocaml-version.4.0.3-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocaml-syntax-shims.1.0.0-> installed ocp-indent.1.9.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed uuseg.17.0.0-> installed alcotest.1.9.1-> installed yojson.3.0.0-> installed base.v0.17.3-> installed stdio.v0.17.0-> installed menhir.20250912Done.<><> 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)2025-11-23 05:46.43 ---> saved as "cfdc9ca4127fb59111bff572415f396006f0dccc682ca1879e898f67a4dafcf5"/src: (copy (src .) (dst /src))2025-11-23 05:46.46 ---> saved as "0329a9e422f59430fff20dde65b5e90cf3b2a0baaceed0d303db2d2ff627dad1"/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 `9F43YRMV'.............................................................................................................................................................................................................2025-11-23 05:50.18 ---> saved as "02191f8bd998eb8ddfe5070186830ea68e446adc90741b18c12d681d1d3f5501"Job succeeded2025-11-23 05:50.20: Job succeeded