2025-10-23 15:04.40: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (5efba0c5db78fa00e11924829ae4ad38ad555176) (linux-x86_64:ubuntu-25.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 5efba0c5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f# ubuntu-25.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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && 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.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.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.0 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-10-23 15:04.40: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f-ubuntu-25.04-4.14_opam-2.4-e4ad48126f308f5bfbbf384f7bd45eb3"2025-10-23 15:04.40: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f)(comment ubuntu-25.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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && 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.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.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.0 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-10-23 15:04.40: Waiting for resource in pool OCluster2025-10-23 15:04.41: Waiting for worker…2025-10-23 15:04.41: Got resource from pool OClusterBuilding on phoebeHEAD is now at 68ac8622 Update CHANGESHEAD is now at 5efba0c5 Fix dropped comment in 'if then begin .. end' (#2734)(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f' locallydocker.io/ocaml/opam@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f: Pulling from ocaml/opamdf3646a507d2: Pulling fs layer624cfd6ad286: Pulling fs layer8cede422ab61: Pulling fs layer8ac4a9b1d7a6: Pulling fs layer11bb3632fce8: Pulling fs layer50b16f5af26c: Pulling fs layer702a1ab78f2b: Pulling fs layere1e4e317140b: Pulling fs layer37f2442b710f: Pulling fs layer11bb3632fce8: Waiting75add4371d07: Pulling fs layer50b16f5af26c: Waiting8ac4a9b1d7a6: Waiting702a1ab78f2b: Waitingd36d2d05f9be: Pulling fs layer636660e49f9c: Pulling fs layer75add4371d07: Waitingcc3c31a872c9: Pulling fs layer37f2442b710f: Waitingd36d2d05f9be: Waiting34578033a7f9: Pulling fs layere1e4e317140b: Waiting636660e49f9c: Waitingcc3c31a872c9: Waiting42877c927642: Pulling fs layerba49f2a9cdef: Pulling fs layer42877c927642: Waiting9aab1a73d219: Pulling fs layerba49f2a9cdef: Waiting2cc22ab98ddd: Pulling fs layer34578033a7f9: Waiting9aab1a73d219: Waitingbdf183afca69: Pulling fs layer2cc22ab98ddd: Waiting22fa00b490dc: Pulling fs layer4f4fb700ef54: Pulling fs layer22fa00b490dc: Waiting4ce5cd84174b: Pulling fs layer4f4fb700ef54: Waiting2e7f423934aa: Pulling fs layer4ce5cd84174b: Waitingc3ad5039ed42: Pulling fs layere123da3a8096: Pulling fs layer2fc97694ef6e: Pulling fs layerac9510594285: Pulling fs layer2e7f423934aa: Waitinge123da3a8096: Waitingc3ad5039ed42: Waiting2fc97694ef6e: Waitinga2032d6ea73c: Pulling fs layerd726ad821b2e: Pulling fs layerbc8731d4782e: Pulling fs layerac9510594285: Waitingd726ad821b2e: Waitinga2032d6ea73c: Waitingffa16580e18a: Pulling fs layerd5a62f89b345: Pulling fs layerffa16580e18a: Waiting76973a4e2025: Pulling fs layer941b098ce1a2: Pulling fs layerd5a62f89b345: Waiting05891dde6573: Pulling fs layer941b098ce1a2: Waiting76973a4e2025: Waiting92cb594ff276: Pulling fs layer05891dde6573: Waiting5647c1624527: Pulling fs layere7da51280bc3: Pulling fs layera0059e01a025: Pulling fs layer92cb594ff276: Waiting745e9f950793: Pulling fs layera0059e01a025: Waitingf4351a73a92b: Pulling fs layer9b6d3ef8fc7c: Pulling fs layer5647c1624527: Waitinge7da51280bc3: Waitingf4351a73a92b: Waitingc3c7faf3d7b5: Pulling fs layer745e9f950793: Waitingc3c7faf3d7b5: Waiting8cede422ab61: Download complete624cfd6ad286: Download complete11bb3632fce8: Download completedf3646a507d2: Download complete8ac4a9b1d7a6: Verifying Checksum8ac4a9b1d7a6: Download completee1e4e317140b: Verifying Checksume1e4e317140b: Download complete37f2442b710f: Verifying Checksum37f2442b710f: Download complete702a1ab78f2b: Verifying Checksum702a1ab78f2b: Download completed36d2d05f9be: Verifying Checksumd36d2d05f9be: Download complete75add4371d07: Verifying Checksum75add4371d07: Download complete636660e49f9c: Verifying Checksum636660e49f9c: Download completedf3646a507d2: Pull complete624cfd6ad286: Pull complete8cede422ab61: Pull completecc3c31a872c9: Verifying Checksumcc3c31a872c9: Download complete34578033a7f9: Verifying Checksum34578033a7f9: Download completeba49f2a9cdef: Download complete42877c927642: Download complete9aab1a73d219: Download completebdf183afca69: Download complete2cc22ab98ddd: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8ac4a9b1d7a6: Pull complete11bb3632fce8: Pull complete22fa00b490dc: Verifying Checksum22fa00b490dc: Download complete2e7f423934aa: Download complete4ce5cd84174b: Verifying Checksum50b16f5af26c: Verifying Checksum50b16f5af26c: Download completec3ad5039ed42: Verifying Checksumc3ad5039ed42: Download complete2fc97694ef6e: Verifying Checksum2fc97694ef6e: Download completeac9510594285: Verifying Checksumac9510594285: Download completee123da3a8096: Download completebc8731d4782e: Verifying Checksumbc8731d4782e: Download completeffa16580e18a: Verifying Checksumffa16580e18a: Download completea2032d6ea73c: Download completed5a62f89b345: Verifying Checksumd5a62f89b345: Download complete76973a4e2025: Download completed726ad821b2e: Verifying Checksumd726ad821b2e: Download complete05891dde6573: Verifying Checksum05891dde6573: Download complete5647c1624527: Verifying Checksum5647c1624527: Download completee7da51280bc3: Download completea0059e01a025: Verifying Checksuma0059e01a025: Download complete92cb594ff276: Verifying Checksum92cb594ff276: Download completef4351a73a92b: Verifying Checksumf4351a73a92b: Download complete9b6d3ef8fc7c: Download completec3c7faf3d7b5: Verifying Checksumc3c7faf3d7b5: Download complete745e9f950793: Verifying Checksum745e9f950793: Download complete50b16f5af26c: Pull complete702a1ab78f2b: Pull completee1e4e317140b: Pull complete37f2442b710f: Pull complete75add4371d07: Pull completed36d2d05f9be: Pull complete941b098ce1a2: Verifying Checksum941b098ce1a2: Download complete636660e49f9c: Pull completecc3c31a872c9: Pull complete34578033a7f9: Pull complete42877c927642: Pull completeba49f2a9cdef: Pull complete9aab1a73d219: Pull complete2cc22ab98ddd: Pull completebdf183afca69: Pull complete22fa00b490dc: Pull complete4f4fb700ef54: Pull complete4ce5cd84174b: Pull complete2e7f423934aa: Pull completec3ad5039ed42: Pull completee123da3a8096: Pull complete2fc97694ef6e: Pull completeac9510594285: Pull completea2032d6ea73c: Pull completed726ad821b2e: Pull completebc8731d4782e: Pull completeffa16580e18a: Pull completed5a62f89b345: Pull complete76973a4e2025: Pull complete941b098ce1a2: Pull complete05891dde6573: Pull complete92cb594ff276: Pull complete5647c1624527: Pull completee7da51280bc3: Pull completea0059e01a025: Pull complete745e9f950793: Pull completef4351a73a92b: Pull complete9b6d3ef8fc7c: Pull completec3c7faf3d7b5: Pull completeDigest: sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43fStatus: Downloaded newer image for ocaml/opam@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f2025-10-23 15:04.42 ---> using "c8bb35c126db03b74f524d6f17521ac960bd85f27ca8a18249af22d5a23eb980" from cache/: (comment ubuntu-25.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-10-23 15:04.42 ---> using "fa0ad8f25f9d06d586e2dc0b4e10f0dd3cff13c264ed255a6c06eec92b7dfbb9" 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] y[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-23 15:04.42 ---> using "aab57315a0b1eaf371826015a62e9e65932f61fac8c14e40ee625bc625f688e3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.14.22.4.12025-10-23 15:04.42 ---> using "ac21f04fb89a2d3e4a982afff89fe66e0d4dcd8f92c3b29da0a2326a73540655" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-23 15:04.42 ---> using "a6c7ba1b7bd2e17d412eb967c8f0ec4a4452699283da65e5ddcaefef0740ed9d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..537e2afc5b master -> origin/master6fab318652 Merge pull request #28690 from mtelvers/opam-publish-ocaml-version.4.0.3<><> 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.3.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-10-23 15:04.42 ---> using "46ca78ef3e140aa2afa91321432e7741f8b812b9b3a3df450906bca3ae5a8dff" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2025-10-23 15:04.42 ---> using "0fd86e5f8773093e2996af9e53d7454ff0b7dee6ba8e5fbb193dee31dbdf0adf" 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-10-23 15:04.42 ---> using "8b7170fdc679ae2c00b00641c4a144f018b7baebdc1c068e2d88e4083d8a46a2" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-23 15:04.42 ---> using "2751574c25bab128afc83e86fe4b1ad98fd164604cd96948fb11066f720a296b" 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.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.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.0 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"- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [221 kB]- Get:5 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:6 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [333 kB]- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [480 kB]- Get:8 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [344 kB]- Get:9 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [31.5 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [31.6 kB]- Get:11 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [295 kB]- Get:12 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [364 kB]- Get:13 http://archive.ubuntu.com/ubuntu plucky-backports/universe amd64 Packages [3672 B]- Fetched 2482 kB in 1s (2433 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 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-10-23 15:04.42 ---> using "6188adfbc741424d899d00c942bec09c79f0247a82a1165042884843a3af9d2e" 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.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 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.0- 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.0.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 uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> installed cmdliner.2.0.0-> 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.0-> 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 re.1.14.0-> installed ocp-indent.1.9.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-10-23 15:04.42 ---> using "4ccd3f6e737b071281adb374762bdd1e018803f77569ee14e052d3cd6e2a1f42" from cache/src: (copy (src .) (dst /src))2025-10-23 15:04.42 ---> using "27f750645a67e02512c3a6f46e87b541aae1c9d8fa670e5a4f1840124ce0dd00" from cache/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 `FEBJ8L6D'.............................................................................................................................................................................................................2025-10-23 15:04.42 ---> using "a383b7c8a780553ba1bdc12d949724c596618e6cf718ed1b30e123dfa2d1636f" from cacheJob succeeded2025-10-23 15:04.43: Job succeeded