2025-12-01 11:03.04: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (cb0191818f31cc80ee5d9070f706e321c7a42bd8) (linux-x86_64:opensuse-15.6-4.14_opam-2.4) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard cb019181 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc # opensuse-15.6-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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.1.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.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $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-12-01 11:03.04: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc-opensuse-15.6-4.14_opam-2.4-e79202321c58e675f319638e648809fa" 2025-12-01 11:03.04: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc) (comment opensuse-15.6-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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.1.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.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-12-01 11:03.04: Waiting for resource in pool OCluster 2025-12-01 11:03.04: Waiting for worker… 2025-12-01 11:03.04: Got resource from pool OCluster Building on asteria.caelum.ci.dev HEAD is now at db4f63f3 Make sure sub expressions don't have par HEAD is now at cb019181 Update the vendored odoc-parser (#2757) (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc' locally docker.io/ocaml/opam@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc: Pulling from ocaml/opam 41348d64daa4: Pulling fs layer 64661efb0d2f: Pulling fs layer d5472d93cd27: Pulling fs layer ee9dc38d7a60: Pulling fs layer 457f35ef673f: Pulling fs layer 37002dc20bd1: Pulling fs layer 03a3ed56e064: Pulling fs layer b61d027f1fee: Pulling fs layer c6323340ccd6: Pulling fs layer 0141070a0732: Pulling fs layer 3176ffb636d0: Pulling fs layer 077f3a16ad46: Pulling fs layer a7f6b4dea228: Pulling fs layer 457f35ef673f: Waiting b24cadcea446: Pulling fs layer 64661efb0d2f: Waiting a809790f2c64: Pulling fs layer 41348d64daa4: Waiting d5472d93cd27: Waiting d43153681741: Pulling fs layer 0141070a0732: Waiting ee9dc38d7a60: Waiting 077f3a16ad46: Waiting 3176ffb636d0: Waiting 9729d8ea735f: Pulling fs layer 03a3ed56e064: Waiting b24cadcea446: Waiting a7f6b4dea228: Waiting 37002dc20bd1: Waiting 54af747f7bf7: Pulling fs layer b61d027f1fee: Waiting c6323340ccd6: Waiting 4f4fb700ef54: Pulling fs layer 9729d8ea735f: Waiting d43153681741: Waiting a809790f2c64: Waiting 54af747f7bf7: Waiting 525ff07765c5: Pulling fs layer 4f4fb700ef54: Waiting d15d81c76d19: Pulling fs layer c4e753c2d889: Pulling fs layer 525ff07765c5: Waiting 59863673ef2c: Pulling fs layer d15d81c76d19: Waiting 9e794ed1c381: Pulling fs layer c4e753c2d889: Waiting 5bdf33744570: Pulling fs layer 59863673ef2c: Waiting 4d6e78239808: Pulling fs layer 9e794ed1c381: Waiting d3a07b6108bd: Pulling fs layer 5bdf33744570: Waiting 4d6e78239808: Waiting 7fd4441f7605: Pulling fs layer d3a07b6108bd: Waiting bb011cca9eba: Pulling fs layer 343e57bd8795: Pulling fs layer 7fd4441f7605: Waiting 33455530d135: Pulling fs layer bb011cca9eba: Waiting 06df7b304426: Pulling fs layer 343e57bd8795: Waiting 6d54a31065cd: Pulling fs layer 33455530d135: Waiting 9d3c0d303dda: Pulling fs layer 06df7b304426: Waiting 57532b4e9949: Pulling fs layer 6d54a31065cd: Waiting 992a1dbfaa71: Pulling fs layer 9d3c0d303dda: Waiting cb5ceed94c0d: Pulling fs layer 57532b4e9949: Waiting 7cee46cbb10f: Pulling fs layer 992a1dbfaa71: Waiting cb5ceed94c0d: Waiting 5b67ef3fb671: Pulling fs layer d2c885bc0638: Pulling fs layer e33a37000200: Pulling fs layer 7cee46cbb10f: Waiting 5b67ef3fb671: Waiting e33a37000200: Waiting d2c885bc0638: Waiting 41348d64daa4: Verifying Checksum 41348d64daa4: Download complete 64661efb0d2f: Verifying Checksum 64661efb0d2f: Download complete 41348d64daa4: Pull complete 64661efb0d2f: Pull complete d5472d93cd27: Verifying Checksum d5472d93cd27: Download complete ee9dc38d7a60: Verifying Checksum ee9dc38d7a60: Download complete d5472d93cd27: Pull complete 457f35ef673f: Verifying Checksum 457f35ef673f: Download complete 37002dc20bd1: Verifying Checksum 37002dc20bd1: Download complete 03a3ed56e064: Verifying Checksum 03a3ed56e064: Download complete b61d027f1fee: Verifying Checksum b61d027f1fee: Download complete c6323340ccd6: Download complete 0141070a0732: Download complete 3176ffb636d0: Verifying Checksum 3176ffb636d0: Download complete 077f3a16ad46: Verifying Checksum 077f3a16ad46: Download complete a7f6b4dea228: Verifying Checksum a7f6b4dea228: Download complete b24cadcea446: Verifying Checksum b24cadcea446: Download complete a809790f2c64: Verifying Checksum a809790f2c64: Download complete d43153681741: Download complete 9729d8ea735f: Download complete 54af747f7bf7: Download complete 4f4fb700ef54: Download complete 525ff07765c5: Download complete d15d81c76d19: Download complete ee9dc38d7a60: Pull complete 457f35ef673f: Pull complete 37002dc20bd1: Pull complete c4e753c2d889: Verifying Checksum c4e753c2d889: Download complete 59863673ef2c: Verifying Checksum 59863673ef2c: Download complete 9e794ed1c381: Verifying Checksum 9e794ed1c381: Download complete 5bdf33744570: Download complete 4d6e78239808: Download complete 03a3ed56e064: Pull complete d3a07b6108bd: Download complete b61d027f1fee: Pull complete 7fd4441f7605: Verifying Checksum 7fd4441f7605: Download complete c6323340ccd6: Pull complete bb011cca9eba: Verifying Checksum bb011cca9eba: Download complete 0141070a0732: Pull complete 343e57bd8795: Download complete 3176ffb636d0: Pull complete 077f3a16ad46: Pull complete 33455530d135: Verifying Checksum 33455530d135: Download complete a7f6b4dea228: Pull complete 6d54a31065cd: Verifying Checksum 6d54a31065cd: Download complete b24cadcea446: Pull complete a809790f2c64: Pull complete d43153681741: Pull complete 9729d8ea735f: Pull complete 54af747f7bf7: Pull complete 4f4fb700ef54: Pull complete 525ff07765c5: Pull complete d15d81c76d19: Pull complete c4e753c2d889: Pull complete 59863673ef2c: Pull complete 9e794ed1c381: Pull complete 5bdf33744570: Pull complete 4d6e78239808: Pull complete d3a07b6108bd: Pull complete 7fd4441f7605: Pull complete bb011cca9eba: Pull complete 343e57bd8795: Pull complete 33455530d135: Pull complete 06df7b304426: Verifying Checksum 06df7b304426: Download complete 57532b4e9949: Download complete 992a1dbfaa71: Verifying Checksum 992a1dbfaa71: Download complete cb5ceed94c0d: Verifying Checksum cb5ceed94c0d: Download complete 9d3c0d303dda: Verifying Checksum 9d3c0d303dda: Download complete 7cee46cbb10f: Verifying Checksum 7cee46cbb10f: Download complete 5b67ef3fb671: Download complete d2c885bc0638: Verifying Checksum d2c885bc0638: Download complete e33a37000200: Verifying Checksum e33a37000200: Download complete 06df7b304426: Pull complete 6d54a31065cd: Pull complete 9d3c0d303dda: Pull complete 57532b4e9949: Pull complete 992a1dbfaa71: Pull complete cb5ceed94c0d: Pull complete 7cee46cbb10f: Pull complete 5b67ef3fb671: Pull complete d2c885bc0638: Pull complete e33a37000200: Pull complete Digest: sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc Status: Downloaded newer image for ocaml/opam@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc 2025-12-01 11:03.05 ---> using "1ed727fb4720e9227d4a2d9ffd31de95472026133f61c47fad7232f79b4bcbf3" from cache /: (comment opensuse-15.6-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-12-01 11:03.05 ---> using "1b5a742d46646c730452516f9e49ff68daecac01105b4ec1457af17a3029ca87" 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 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-12-01 11:03.05 ---> using "64be90fb9860095de6d379869a6dffc2a3a2a4722ee54978f48e62afc681600b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-12-01 11:03.05 ---> using "0a87e94424160b0814c032a29d20f9e8df86cd57ccd21f249aa1d315480158bb" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-01 11:03.05 ---> using "dac30a9dd133a362e4705f7808077d600afb7cce254e195a07d20fec7ec8b50f" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 2ec6d6cc92..1808b67a60 master -> origin/master 8a324a5b99 Add: cmdliner.2.1.0 (#28962) <><> 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.4.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-12-01 11:03.05 ---> using "8ff5d39731c74ff1d4841213104447051eecc0c145371ff0f1024e50d6df1d49" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2025-12-01 11:03.06 ---> saved as "c756241171213d0eafaf03463c9de425f410c889267b055d9834733b40d66a20" /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-12-01 11:03.08 ---> saved as "2eeb534ef4c3c0b1a0fe7d9fcae02aafb1dd359079dff147feeb37463bf17c3b" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-01 11:03.08 ---> saved as "a479a450af0e93981ebfbd85448e2676fa27fb0383e639989a77fcaa3856301b" /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.1.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.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.. - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - . - ...... - .... - .... - .... - .... - ...... - ......... - ........ - ...........done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - .. - ..... - .... - .... - .... - .... - .... - ............. - .......... - ......... - .......... - ...... - ..... - ... - .......... - ......... - .......... - .......... - .......... - ......... - ......... - ...... - ...... - ...... - ..... - ...... - ............. - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Repository 'Main Update Repository' is up to date. - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - 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 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-12-01 11:04.07 ---> saved as "f20b44c1af5abbb2b681b1c13f389a2744a629492ec012f7ea31c4f38fda257c" /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.1.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.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.16.4 (cached) -> retrieved bechamel.0.5.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.1.0 (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 topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> installed cmdliner.2.1.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.1 -> 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 ocp-indent.1.9.0 -> installed re.1.14.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-12-01 11:04.55 ---> saved as "06f431d3a43d24c5bbb57b7b67caa7e446d6014961193e4d2117a441239fa651" /src: (copy (src .) (dst /src)) 2025-12-01 11:04.56 ---> saved as "e86a5e06ebcca0a609af3895a79cbc7ed555b6489143df265f677cd72f5ce841" /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 `7RMS19WA'. ................................................................................ ................................................................................ ............................................ 2025-12-01 11:05.04 ---> saved as "82fcea2b4ec234ca6cdb01c8d452293bfd77e79e69e8743e9f8e8b56c744b3e0" Job succeeded 2025-12-01 11:05.05: Job succeeded