2026-05-19 08:57.46: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/simplify-extended-std-ast (2026f277b0d9c3eb2d0a0e9f40feaa3dac1bcb77) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "simplify-extended-std-ast" && cd "ocamlformat" && git reset --hard 2026f277cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208# ubuntu-25.10-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 cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 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.1 ocaml_intrinsics_kernel.v0.17.2 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-05-19 08:57.46: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208-ubuntu-25.10-5.4_opam-2.5-504712e748fa287e6f266ac0067f966c"2026-05-19 08:57.46: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208)(comment ubuntu-25.10-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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --oneline"))(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 "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.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 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.1 ocaml_intrinsics_kernel.v0.17.2 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-05-19 08:57.46: Waiting for resource in pool OCluster2026-05-19 08:57.46: Waiting for worker…2026-05-19 08:57.46: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at 2d5d8c1b4 chore: update to actions/checkout@v6 (#2801)HEAD is now at 2026f277b Expose Extended_ast.Kind, make parse take a Kind.t(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208' locallydocker.io/ocaml/opam@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208: Pulling from ocaml/opam16c195d4c5e9: Pulling fs layer5d5ae59f12bf: Pulling fs layer2a1bdaff57b1: Pulling fs layer4f0da68efc03: Pulling fs layerddae77db6783: Pulling fs layerfdb5e27abf0f: Pulling fs layer93a3171e4fee: Pulling fs layerdbf7af4bbc5e: Pulling fs layer5f7df1a633be: Pulling fs layer91c5054ad467: Pulling fs layerf85e33539fc1: Pulling fs layer60715424f1f3: Pulling fs layer3d928beeeddb: Pulling fs layerad721eb63d8e: Pulling fs layer6423a1c6a219: Pulling fs layer5b5461462268: Pulling fs layerd0115271718d: Pulling fs layer9fd788776761: Pulling fs layer5f7df1a633be: Waitingee0541408fb9: Pulling fs layer91c5054ad467: Waitingf85e33539fc1: Waiting60715424f1f3: Waiting3d928beeeddb: Waiting5b5461462268: Waiting3710803c65d7: Pulling fs layer6423a1c6a219: Waitingad721eb63d8e: Waitingce2c52193d43: Pulling fs layeree0541408fb9: Waiting4f0da68efc03: Waiting9fd788776761: Waitingd0115271718d: Waiting3710803c65d7: Waiting4f4fb700ef54: Pulling fs layerddae77db6783: Waitinga2f980d0b98b: Pulling fs layerdbf7af4bbc5e: Waiting93a3171e4fee: Waiting4f4fb700ef54: Waitingfdb5e27abf0f: Waiting410070a2f222: Pulling fs layerce2c52193d43: Waitingd3816a848673: Pulling fs layer410070a2f222: Waitinga2f980d0b98b: Waiting7c855ca71d74: Pulling fs layerd3816a848673: Waiting1528501eaf16: Pulling fs layer7c855ca71d74: Waiting23228c2200ea: Pulling fs layer54f128346b20: Pulling fs layer1528501eaf16: Waiting23228c2200ea: Waiting76cf7939a21f: Pulling fs layerebfcf91f683f: Pulling fs layer54f128346b20: Waiting76cf7939a21f: Waitingaba3e293a4a1: Pulling fs layerebfcf91f683f: Waiting5f6c0c42c902: Pulling fs layeraba3e293a4a1: Waiting266bc6609d9e: Pulling fs layer9ba70185e826: Pulling fs layer5f6c0c42c902: Waiting266bc6609d9e: Waiting892f7eadbfc9: Pulling fs layer81c302137335: Pulling fs layer9ba70185e826: Waiting892f7eadbfc9: Waitinga255dc714083: Pulling fs layer81c302137335: Waitinga255dc714083: Waitingda091890895b: Pulling fs layer4c6a2849596a: Pulling fs layerda091890895b: Waiting0343135a3782: Pulling fs layer4c6a2849596a: Waiting0343135a3782: Waitingc21a0230fcf8: Pulling fs layere48cf951d0ab: Pulling fs layerc21a0230fcf8: Waitingdc26cc1f446d: Pulling fs layere48cf951d0ab: Waiting42d8b162a3a3: Pulling fs layerdc26cc1f446d: Waiting3341088c39b8: Pulling fs layer42d8b162a3a3: Waiting3341088c39b8: Waiting2a1bdaff57b1: Verifying Checksum5d5ae59f12bf: Download complete4f0da68efc03: Verifying Checksum4f0da68efc03: Download completeddae77db6783: Verifying Checksumddae77db6783: Download complete93a3171e4fee: Verifying Checksum93a3171e4fee: Download completedbf7af4bbc5e: Verifying Checksumdbf7af4bbc5e: Download completefdb5e27abf0f: Verifying Checksumfdb5e27abf0f: Download complete91c5054ad467: Verifying Checksum91c5054ad467: Download complete16c195d4c5e9: Verifying Checksum16c195d4c5e9: Download completef85e33539fc1: Verifying Checksumf85e33539fc1: Download complete60715424f1f3: Verifying Checksum60715424f1f3: Download complete3d928beeeddb: Verifying Checksum3d928beeeddb: Download complete6423a1c6a219: Download completead721eb63d8e: Verifying Checksumad721eb63d8e: Download complete5b5461462268: Verifying Checksum5b5461462268: Download completed0115271718d: Verifying Checksumd0115271718d: Download complete9fd788776761: Verifying Checksum9fd788776761: Download complete3710803c65d7: Verifying Checksum3710803c65d7: Download complete16c195d4c5e9: Pull complete5d5ae59f12bf: Pull complete2a1bdaff57b1: Pull completece2c52193d43: Verifying Checksumce2c52193d43: Download completeee0541408fb9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea2f980d0b98b: Verifying Checksuma2f980d0b98b: Download complete410070a2f222: Verifying Checksum410070a2f222: Download completed3816a848673: Download complete4f0da68efc03: Pull complete7c855ca71d74: Verifying Checksum7c855ca71d74: Download complete1528501eaf16: Download complete23228c2200ea: Download complete54f128346b20: Verifying Checksum54f128346b20: Download complete76cf7939a21f: Download completeebfcf91f683f: Verifying Checksumebfcf91f683f: Download completeaba3e293a4a1: Verifying Checksumaba3e293a4a1: Download completeddae77db6783: Pull complete5f6c0c42c902: Download complete266bc6609d9e: Verifying Checksum266bc6609d9e: Download complete5f7df1a633be: Verifying Checksum5f7df1a633be: Download complete892f7eadbfc9: Download completea255dc714083: Verifying Checksuma255dc714083: Download completeda091890895b: Download complete4c6a2849596a: Verifying Checksum4c6a2849596a: Download complete9ba70185e826: Verifying Checksum9ba70185e826: Download completec21a0230fcf8: Download complete0343135a3782: Verifying Checksum0343135a3782: Download completefdb5e27abf0f: Pull completedc26cc1f446d: Download complete93a3171e4fee: Pull completedbf7af4bbc5e: Pull complete42d8b162a3a3: Download complete5f7df1a633be: Pull complete91c5054ad467: Pull completef85e33539fc1: Pull complete3341088c39b8: Download complete60715424f1f3: Pull complete3d928beeeddb: Pull completead721eb63d8e: Pull complete6423a1c6a219: Pull complete5b5461462268: Pull completed0115271718d: Pull complete9fd788776761: Pull completeee0541408fb9: Pull complete3710803c65d7: Pull completece2c52193d43: Pull complete4f4fb700ef54: Pull completea2f980d0b98b: Pull complete410070a2f222: Pull completed3816a848673: Pull complete7c855ca71d74: Pull complete1528501eaf16: Pull complete23228c2200ea: Pull complete54f128346b20: Pull complete76cf7939a21f: Pull completeebfcf91f683f: Pull completeaba3e293a4a1: Pull complete5f6c0c42c902: Pull complete266bc6609d9e: Pull completee48cf951d0ab: Verifying Checksume48cf951d0ab: Download complete81c302137335: Verifying Checksum81c302137335: Download complete9ba70185e826: Pull complete892f7eadbfc9: Pull complete81c302137335: Pull completea255dc714083: Pull completeda091890895b: Pull complete4c6a2849596a: Pull complete0343135a3782: Pull completec21a0230fcf8: Pull completee48cf951d0ab: Pull completedc26cc1f446d: Pull complete42d8b162a3a3: Pull complete3341088c39b8: Pull completeDigest: sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208Status: Downloaded newer image for ocaml/opam@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff9212082026-05-19 09:00.17 ---> saved as "41357343971ec1c22ef6479527364d324d243404a2d3270e2fa1349cad1362d4"/: (comment ubuntu-25.10-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-05-19 09:00.18 ---> saved as "33897007071c39bf8214faf03709f590c1697c2127ea0e49eef7a4a0cbd4f1aa"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a4f153d7481c469b20f3b1064338d6a21abcb832 || git fetch origin master) && git reset -q --hard a4f153d7481c469b20f3b1064338d6a21abcb832 && git log --no-decorate -n1 --oneline"))a4f153d748 Merge pull request #29889 from mtelvers/opam-publish-ocaml-version.4.1.12026-05-19 09:00.21 ---> saved as "8276f9a8206c3294c045ca50688c7431cb561b770ad8cc6cabf5046f6e711522"/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.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-19 09:00.31 ---> saved as "3cadc4079182e389bbe3949eb0949c869b842a2eff5f9c16aaf2480364ce5d05"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-05-19 09:00.32 ---> saved as "2de658569b4a10843bca24683860aee94b4420a1693d00b96de9774779ab05b6"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-19 09:00.32 ---> saved as "41831aba01a98ceb45da3348d20be81e465e8753a91ecc0f180efe2b28d423db"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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-05-19 09:00.39 ---> saved as "dcf252de65adefdb62258e4afb6fd8f1afd9af054ef9d6443d644594f8d411fb"/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-05-19 09:00.40 ---> saved as "e4678dbcb7c66d4685054bc2c34ebb8322b3edca620af357fb8a7f1c846e2340"/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-05-19 09:00.45 ---> saved as "4c5d04121b3564848258a829280b7b74d984e5b989bd5f5ec56ec583a8755c07"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-19 09:00.46 ---> saved as "3537a6f3890206d65c588640d05496f2c2f94ef5ca1eff9b28c628eebc635a81"/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.23.0 dune-build-info.3.23.0 dune-configurator.3.23.0 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.1 ocaml_intrinsics_kernel.v0.17.2 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 questing-security InRelease [136 kB]- Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Fetched 404 kB in 0s (995 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-05-19 09:00.54 ---> saved as "862df6247e015019fa79281dad0bdd91694775378092c02950375c7c223a0241"/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.23.0- install dune-build-info 3.23.0- install dune-configurator 3.23.0- 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.1- install ocaml_intrinsics_kernel v0.17.2- 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 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.1.1 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.23.0, dune-build-info.3.23.0, dune-configurator.3.23.0 (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)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.2.1.1-> retrieved uucp.17.0.0 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.23.0-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed dune-build-info.3.23.0-> 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.1-> installed ocaml_intrinsics_kernel.v0.17.2-> 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.23.0-> installed alcotest.1.9.1-> installed uucp.17.0.0-> installed menhir.20260209-> installed base.v0.17.3-> installed stdio.v0.17.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/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-05-19 09:01.42 ---> saved as "4639caa1a7335dfa98a8296ab5479074fb2429d2bdae210491ba6def9ebac679"/src: (copy (src .) (dst /src))2026-05-19 09:01.44 ---> saved as "f1cf5cd4e51055c1f9e23525964af91cd56154fb005025600facc209ad8f073a"/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 `V03P98E3'.............................................................................................................................................................................................................2026-05-19 09:01.53 ---> saved as "8c1b4b3ca0f8cd03e4154fd632ea350099c48484f6a5ef23bf0caefa37dbbd93"Job succeeded2026-05-19 09:01.54: Job succeeded