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:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 5efba0c5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f # ubuntu-25.04-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-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 OCluster 2025-10-23 15:04.41: Waiting for worker… 2025-10-23 15:04.41: Got resource from pool OCluster Building on phoebe HEAD is now at 68ac8622 Update CHANGES HEAD 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' locally docker.io/ocaml/opam@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f: Pulling from ocaml/opam df3646a507d2: Pulling fs layer 624cfd6ad286: Pulling fs layer 8cede422ab61: Pulling fs layer 8ac4a9b1d7a6: Pulling fs layer 11bb3632fce8: Pulling fs layer 50b16f5af26c: Pulling fs layer 702a1ab78f2b: Pulling fs layer e1e4e317140b: Pulling fs layer 37f2442b710f: Pulling fs layer 11bb3632fce8: Waiting 75add4371d07: Pulling fs layer 50b16f5af26c: Waiting 8ac4a9b1d7a6: Waiting 702a1ab78f2b: Waiting d36d2d05f9be: Pulling fs layer 636660e49f9c: Pulling fs layer 75add4371d07: Waiting cc3c31a872c9: Pulling fs layer 37f2442b710f: Waiting d36d2d05f9be: Waiting 34578033a7f9: Pulling fs layer e1e4e317140b: Waiting 636660e49f9c: Waiting cc3c31a872c9: Waiting 42877c927642: Pulling fs layer ba49f2a9cdef: Pulling fs layer 42877c927642: Waiting 9aab1a73d219: Pulling fs layer ba49f2a9cdef: Waiting 2cc22ab98ddd: Pulling fs layer 34578033a7f9: Waiting 9aab1a73d219: Waiting bdf183afca69: Pulling fs layer 2cc22ab98ddd: Waiting 22fa00b490dc: Pulling fs layer 4f4fb700ef54: Pulling fs layer 22fa00b490dc: Waiting 4ce5cd84174b: Pulling fs layer 4f4fb700ef54: Waiting 2e7f423934aa: Pulling fs layer 4ce5cd84174b: Waiting c3ad5039ed42: Pulling fs layer e123da3a8096: Pulling fs layer 2fc97694ef6e: Pulling fs layer ac9510594285: Pulling fs layer 2e7f423934aa: Waiting e123da3a8096: Waiting c3ad5039ed42: Waiting 2fc97694ef6e: Waiting a2032d6ea73c: Pulling fs layer d726ad821b2e: Pulling fs layer bc8731d4782e: Pulling fs layer ac9510594285: Waiting d726ad821b2e: Waiting a2032d6ea73c: Waiting ffa16580e18a: Pulling fs layer d5a62f89b345: Pulling fs layer ffa16580e18a: Waiting 76973a4e2025: Pulling fs layer 941b098ce1a2: Pulling fs layer d5a62f89b345: Waiting 05891dde6573: Pulling fs layer 941b098ce1a2: Waiting 76973a4e2025: Waiting 92cb594ff276: Pulling fs layer 05891dde6573: Waiting 5647c1624527: Pulling fs layer e7da51280bc3: Pulling fs layer a0059e01a025: Pulling fs layer 92cb594ff276: Waiting 745e9f950793: Pulling fs layer a0059e01a025: Waiting f4351a73a92b: Pulling fs layer 9b6d3ef8fc7c: Pulling fs layer 5647c1624527: Waiting e7da51280bc3: Waiting f4351a73a92b: Waiting c3c7faf3d7b5: Pulling fs layer 745e9f950793: Waiting c3c7faf3d7b5: Waiting 8cede422ab61: Download complete 624cfd6ad286: Download complete 11bb3632fce8: Download complete df3646a507d2: Download complete 8ac4a9b1d7a6: Verifying Checksum 8ac4a9b1d7a6: Download complete e1e4e317140b: Verifying Checksum e1e4e317140b: Download complete 37f2442b710f: Verifying Checksum 37f2442b710f: Download complete 702a1ab78f2b: Verifying Checksum 702a1ab78f2b: Download complete d36d2d05f9be: Verifying Checksum d36d2d05f9be: Download complete 75add4371d07: Verifying Checksum 75add4371d07: Download complete 636660e49f9c: Verifying Checksum 636660e49f9c: Download complete df3646a507d2: Pull complete 624cfd6ad286: Pull complete 8cede422ab61: Pull complete cc3c31a872c9: Verifying Checksum cc3c31a872c9: Download complete 34578033a7f9: Verifying Checksum 34578033a7f9: Download complete ba49f2a9cdef: Download complete 42877c927642: Download complete 9aab1a73d219: Download complete bdf183afca69: Download complete 2cc22ab98ddd: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 8ac4a9b1d7a6: Pull complete 11bb3632fce8: Pull complete 22fa00b490dc: Verifying Checksum 22fa00b490dc: Download complete 2e7f423934aa: Download complete 4ce5cd84174b: Verifying Checksum 50b16f5af26c: Verifying Checksum 50b16f5af26c: Download complete c3ad5039ed42: Verifying Checksum c3ad5039ed42: Download complete 2fc97694ef6e: Verifying Checksum 2fc97694ef6e: Download complete ac9510594285: Verifying Checksum ac9510594285: Download complete e123da3a8096: Download complete bc8731d4782e: Verifying Checksum bc8731d4782e: Download complete ffa16580e18a: Verifying Checksum ffa16580e18a: Download complete a2032d6ea73c: Download complete d5a62f89b345: Verifying Checksum d5a62f89b345: Download complete 76973a4e2025: Download complete d726ad821b2e: Verifying Checksum d726ad821b2e: Download complete 05891dde6573: Verifying Checksum 05891dde6573: Download complete 5647c1624527: Verifying Checksum 5647c1624527: Download complete e7da51280bc3: Download complete a0059e01a025: Verifying Checksum a0059e01a025: Download complete 92cb594ff276: Verifying Checksum 92cb594ff276: Download complete f4351a73a92b: Verifying Checksum f4351a73a92b: Download complete 9b6d3ef8fc7c: Download complete c3c7faf3d7b5: Verifying Checksum c3c7faf3d7b5: Download complete 745e9f950793: Verifying Checksum 745e9f950793: Download complete 50b16f5af26c: Pull complete 702a1ab78f2b: Pull complete e1e4e317140b: Pull complete 37f2442b710f: Pull complete 75add4371d07: Pull complete d36d2d05f9be: Pull complete 941b098ce1a2: Verifying Checksum 941b098ce1a2: Download complete 636660e49f9c: Pull complete cc3c31a872c9: Pull complete 34578033a7f9: Pull complete 42877c927642: Pull complete ba49f2a9cdef: Pull complete 9aab1a73d219: Pull complete 2cc22ab98ddd: Pull complete bdf183afca69: Pull complete 22fa00b490dc: Pull complete 4f4fb700ef54: Pull complete 4ce5cd84174b: Pull complete 2e7f423934aa: Pull complete c3ad5039ed42: Pull complete e123da3a8096: Pull complete 2fc97694ef6e: Pull complete ac9510594285: Pull complete a2032d6ea73c: Pull complete d726ad821b2e: Pull complete bc8731d4782e: Pull complete ffa16580e18a: Pull complete d5a62f89b345: Pull complete 76973a4e2025: Pull complete 941b098ce1a2: Pull complete 05891dde6573: Pull complete 92cb594ff276: Pull complete 5647c1624527: Pull complete e7da51280bc3: Pull complete a0059e01a025: Pull complete 745e9f950793: Pull complete f4351a73a92b: Pull complete 9b6d3ef8fc7c: Pull complete c3c7faf3d7b5: Pull complete Digest: sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f Status: Downloaded newer image for ocaml/opam@sha256:4f61b00bdde6d8277c8eaa9a4022cff46687cbdf89c28a9cb30d32e49bf0e43f 2025-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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-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-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-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_HEAD bcac5d1731..537e2afc5b master -> origin/master 6fab318652 Merge pull request #28690 from mtelvers/opam-publish-ocaml-version.4.0.3 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.0 Done. <><> 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 cache Job succeeded 2025-10-23 15:04.43: Job succeeded