2026-03-16 17:21.18: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (1f5bea5c76a4a4a894e940791fc06d13ce8098dd) (linux-x86_64:opensuse-16.0-5.4_opam-2.5) Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 1f5bea5c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69 # opensuse-16.0-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.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.0 csexp.1.5.2 dune.3.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 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.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.5 --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 2026-03-16 17:21.18: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69-opensuse-16.0-5.4_opam-2.5-84d5796460d445c6141173c84113767d" 2026-03-16 17:21.18: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69) (comment opensuse-16.0-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 (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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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 (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.0 csexp.1.5.2 dune.3.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 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.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.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-03-16 17:21.18: Waiting for resource in pool OCluster 2026-03-16 17:21.19: Waiting for worker… 2026-03-16 17:21.19: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 1f5bea5c7 5.5 support: Backport parser code changes (#2782) (from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69' locally docker.io/ocaml/opam@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69: Pulling from ocaml/opam 64cfa2a65095: Already exists 692f5537ba42: Pulling fs layer 43d4ccad78cf: Pulling fs layer 70070cd3c955: Pulling fs layer ec78a4ac80e5: Pulling fs layer eefb9793fafd: Pulling fs layer 4c43fcde2d96: Pulling fs layer f8ebe3d69c53: Pulling fs layer ec78a4ac80e5: Waiting eefb9793fafd: Waiting 5701de31e7b4: Pulling fs layer 6f0d4e876bbd: Pulling fs layer 4c43fcde2d96: Waiting f8ebe3d69c53: Waiting 514a778e56ac: Pulling fs layer 5701de31e7b4: Waiting 6f0d4e876bbd: Waiting 6f18741b08bc: Pulling fs layer b55a7ea2c456: Pulling fs layer 6f18741b08bc: Waiting 2feb3e941e06: Pulling fs layer 653f3a3f03c4: Pulling fs layer b55a7ea2c456: Waiting 2feb3e941e06: Waiting c33d44c2fe4b: Pulling fs layer 653f3a3f03c4: Waiting 4fea671b1885: Pulling fs layer c33d44c2fe4b: Waiting b9f264b7c21f: Pulling fs layer 4fea671b1885: Waiting 6d5265cd7803: Pulling fs layer b9f264b7c21f: Waiting 4f4fb700ef54: Pulling fs layer 7d8fef25b78c: Pulling fs layer 4f4fb700ef54: Waiting 6b0aa9646d3b: Pulling fs layer 10db3a3b9be6: Pulling fs layer 6b0aa9646d3b: Waiting 2d2da8b6b9b7: Pulling fs layer 1ec924573b5f: Pulling fs layer 2d2da8b6b9b7: Waiting 6073c773f2c4: Pulling fs layer bb3927dba7ec: Pulling fs layer 2fe1303967bb: Pulling fs layer bb3927dba7ec: Waiting 8f6ca5296dbb: Pulling fs layer 2fe1303967bb: Waiting a3cfb92e75bb: Pulling fs layer a8021b72a568: Pulling fs layer 1ec42febf652: Pulling fs layer a97cb0151adc: Pulling fs layer 49c1029be156: Pulling fs layer 89e146cf2a15: Pulling fs layer a8021b72a568: Waiting 1ec42febf652: Waiting a97cb0151adc: Waiting 49c1029be156: Waiting c205ee7826da: Pulling fs layer 89e146cf2a15: Waiting a1bc65435ed6: Pulling fs layer 42d855c8ca83: Pulling fs layer 3b96cdb92533: Pulling fs layer a1bc65435ed6: Waiting 37908c05cc2e: Pulling fs layer 873e394a55db: Pulling fs layer 37908c05cc2e: Waiting 8b0427d054f2: Pulling fs layer 873e394a55db: Waiting 72f823d6b15a: Pulling fs layer fb8fd7f6e601: Pulling fs layer 3b96cdb92533: Waiting 19a31680e4c0: Pulling fs layer 8b0427d054f2: Waiting 72f823d6b15a: Waiting 692f5537ba42: Download complete 692f5537ba42: Pull complete ec78a4ac80e5: Download complete eefb9793fafd: Verifying Checksum eefb9793fafd: Download complete 43d4ccad78cf: Verifying Checksum 43d4ccad78cf: Download complete 4c43fcde2d96: Verifying Checksum 4c43fcde2d96: Download complete 5701de31e7b4: Verifying Checksum 5701de31e7b4: Download complete f8ebe3d69c53: Verifying Checksum f8ebe3d69c53: Download complete 70070cd3c955: Verifying Checksum 70070cd3c955: Download complete 6f0d4e876bbd: Verifying Checksum 6f0d4e876bbd: Download complete 514a778e56ac: Verifying Checksum 514a778e56ac: Download complete b55a7ea2c456: Verifying Checksum b55a7ea2c456: Download complete 6f18741b08bc: Verifying Checksum 6f18741b08bc: Download complete c33d44c2fe4b: Verifying Checksum c33d44c2fe4b: Download complete 653f3a3f03c4: Verifying Checksum 653f3a3f03c4: Download complete 2feb3e941e06: Verifying Checksum 2feb3e941e06: Download complete 4fea671b1885: Download complete b9f264b7c21f: Verifying Checksum b9f264b7c21f: Download complete 6d5265cd7803: Verifying Checksum 6d5265cd7803: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 6b0aa9646d3b: Download complete 2d2da8b6b9b7: Verifying Checksum 2d2da8b6b9b7: Download complete 7d8fef25b78c: Download complete 10db3a3b9be6: Verifying Checksum 10db3a3b9be6: Download complete 6073c773f2c4: Verifying Checksum 6073c773f2c4: Download complete 43d4ccad78cf: Pull complete 1ec924573b5f: Download complete bb3927dba7ec: Download complete 2fe1303967bb: Download complete a3cfb92e75bb: Download complete 8f6ca5296dbb: Verifying Checksum 8f6ca5296dbb: Download complete a8021b72a568: Verifying Checksum a8021b72a568: Download complete 1ec42febf652: Download complete 49c1029be156: Download complete c205ee7826da: Verifying Checksum c205ee7826da: Download complete a1bc65435ed6: Download complete 42d855c8ca83: Verifying Checksum 42d855c8ca83: Download complete 3b96cdb92533: Download complete 37908c05cc2e: Verifying Checksum 37908c05cc2e: Download complete 70070cd3c955: Pull complete ec78a4ac80e5: Pull complete eefb9793fafd: Pull complete 4c43fcde2d96: Pull complete f8ebe3d69c53: Pull complete 5701de31e7b4: Pull complete 6f0d4e876bbd: Pull complete 514a778e56ac: Pull complete 6f18741b08bc: Pull complete 873e394a55db: Verifying Checksum 873e394a55db: Download complete b55a7ea2c456: Pull complete 2feb3e941e06: Pull complete 653f3a3f03c4: Pull complete c33d44c2fe4b: Pull complete 4fea671b1885: Pull complete b9f264b7c21f: Pull complete 6d5265cd7803: Pull complete 4f4fb700ef54: Pull complete 7d8fef25b78c: Pull complete 6b0aa9646d3b: Pull complete 10db3a3b9be6: Pull complete 2d2da8b6b9b7: Pull complete 1ec924573b5f: Pull complete 6073c773f2c4: Pull complete bb3927dba7ec: Pull complete 2fe1303967bb: Pull complete 8f6ca5296dbb: Pull complete a3cfb92e75bb: Pull complete a8021b72a568: Pull complete 1ec42febf652: Pull complete 8b0427d054f2: Verifying Checksum 8b0427d054f2: Download complete a97cb0151adc: Download complete 72f823d6b15a: Verifying Checksum 72f823d6b15a: Download complete 89e146cf2a15: Verifying Checksum 89e146cf2a15: Download complete 19a31680e4c0: Verifying Checksum 19a31680e4c0: Download complete fb8fd7f6e601: Verifying Checksum fb8fd7f6e601: Download complete a97cb0151adc: Pull complete 49c1029be156: Pull complete 89e146cf2a15: Pull complete c205ee7826da: Pull complete a1bc65435ed6: Pull complete 42d855c8ca83: Pull complete 3b96cdb92533: Pull complete 37908c05cc2e: Pull complete 873e394a55db: Pull complete 8b0427d054f2: Pull complete 72f823d6b15a: Pull complete fb8fd7f6e601: Pull complete 19a31680e4c0: Pull complete Digest: sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69 Status: Downloaded newer image for ocaml/opam@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69 2026-03-16 17:21.21 ---> using "419c12b0131530436bc1bd48eab089d969cd7499a1b30cd0ecb7539b421b3066" from cache /: (comment opensuse-16.0-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-03-16 17:21.21 ---> using "ef213f399cc4d5c706edb3a99f4e50fe95ee55fb51fad1a114f982145bd6536f" 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. [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 Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-16 17:21.21 ---> using "3df2a4a78106de8bcda7f77ce97c50d3c362968946e23a385ee92c4860e0712a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-03-16 17:21.21 ---> using "ef045a8760c3ad3282e100aa8a177fda66de0681d3d0e41b68ede5a302634434" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-16 17:21.21 ---> using "74cf57ef77fcc32f8ee9cbb81cc36465a75db8b329cf3f359312df60b986c7b0" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 3109384a92..4f056bfedf master -> origin/master 31462e7d24 Merge pull request #29451 from dra27/relocatable-package <><> 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.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-03-16 17:21.21 ---> using "cce27734f407ec13b49c4ab76e1513b56b9c8a82c6c1a78d3afc2831ac8f4ea8" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2026-03-16 17:21.21 ---> using "784c836fb2b6cc27184888b2842f781d3db1539a386aac54dc8ae872500e017d" 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) 2026-03-16 17:21.21 ---> using "a9b475be30fd65c6847104cf8fe1243ed873dffed75a287f53e0f7afc91bb7f3" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-16 17:21.21 ---> using "9d4940532132a24be262f800e1c68b65a40b541b8bdac52ddcc7e7081a05555e" from cache /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.0 csexp.1.5.2 dune.3.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 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.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.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Retrieving repository 'repo-oss (16.0)' metadata [.. - Looking for gpg keys in repository repo-oss (16.0). - gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key - ... - . - ...... - ........... - ...done] - Building repository 'repo-oss (16.0)' cache [.. - ..done] - All repositories have been refreshed. <><> 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). # To update the current shell environment, run: eval $(opam env) 2026-03-16 17:21.21 ---> using "8261051ed4054def32f0aebdc2501bb3cd979f942996670cf67268e4973bc6eb" 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 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 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.0 - install csexp 1.5.2 - install dune 3.21.1 - install dune-build-info 3.21.1 - install dune-configurator 3.21.1 - 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.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.1.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.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1 (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 uutf.1.0.4 (cached) -> installed cmdliner.2.1.0 -> retrieved topkg.1.1.1 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved uucp.17.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.21.1 -> 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.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-version.4.0.3 -> installed ocaml_intrinsics_kernel.v0.17.1 -> 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-build-info.3.21.1 -> installed alcotest.1.9.1 -> installed dune-configurator.3.21.1 -> installed menhir.20260209 -> installed base.v0.17.3 -> installed stdio.v0.17.0 -> 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/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-03-16 17:21.21 ---> using "f32b1071e3fcc2b4a59e7d532780d6924ff12cd1e590533eb942e37abe11f0d4" from cache /src: (copy (src .) (dst /src)) 2026-03-16 17:21.21 ---> using "dcf67203dbd073827ed1378a8903e2cbc9e844fbebbf53a8f0475e49b16e7da0" 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 `9X13DVWN'. ................................................................................ ................................................................................ ............................................ 2026-03-16 17:21.21 ---> using "f8b4aa2d00e0375ec7963dc293f13c0b5bebe7af40e7f8db355e00955e95faa2" from cache Job succeeded 2026-03-16 17:21.22: Job succeeded