2025-12-15 14:45.02: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (86f8112ded10d23b731e629ef306ff4d0d9b80e3) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 86f8112d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1 # debian-13-4.14_x86_32_opam-2.4 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-15 14:45.02: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1-debian-13-4.14_x86_32_opam-2.4-e79202321c58e675f319638e648809fa" 2025-12-15 14:45.02: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1) (comment debian-13-4.14_x86_32_opam-2.4) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-15 14:45.02: Waiting for resource in pool OCluster 2025-12-16 00:10.11: Waiting for worker… 2025-12-16 00:11.49: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 86f8112d ocaml version is set to 5.4.0 by default to allow effects (#2750) (from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1' locally docker.io/ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1: Pulling from ocaml/opam a63ab7a4f8b1: Pulling fs layer 90eaeaa9281a: Pulling fs layer 3ef4a47fff3b: Pulling fs layer a035e4a8df7a: Pulling fs layer a63ab7a4f8b1: Waiting 27c7c2db42fd: Pulling fs layer df73634c59ee: Pulling fs layer 90eaeaa9281a: Waiting 3ef4a47fff3b: Waiting 740506b396c1: Pulling fs layer a035e4a8df7a: Waiting 21424a44369a: Pulling fs layer 27c7c2db42fd: Waiting df73634c59ee: Waiting 2cc41c1574c5: Pulling fs layer 740506b396c1: Waiting 21424a44369a: Waiting 1259261716c5: Pulling fs layer 2cc41c1574c5: Waiting f33cacc11b9e: Pulling fs layer 10429a67c15b: Pulling fs layer 7696c6935c09: Pulling fs layer 55dba079700a: Pulling fs layer f33cacc11b9e: Waiting 8b601b003fab: Pulling fs layer 279f815ce75c: Pulling fs layer 10429a67c15b: Waiting 7696c6935c09: Waiting 55dba079700a: Waiting a367a43e37d0: Pulling fs layer 279f815ce75c: Waiting ddcb4c69ef3f: Pulling fs layer b6cb025b8b92: Pulling fs layer a53cdec2dcd7: Pulling fs layer b6cb025b8b92: Waiting 3ee1edbf87cf: Pulling fs layer 4f4fb700ef54: Pulling fs layer 3ee1edbf87cf: Waiting 0f06230845cd: Pulling fs layer 8f076ab94419: Pulling fs layer 4f4fb700ef54: Waiting 4e40a6b18339: Pulling fs layer c2b833f8d8d5: Pulling fs layer 8f076ab94419: Waiting 8d153135a1b5: Pulling fs layer 4e40a6b18339: Waiting c2b833f8d8d5: Waiting f292058db001: Pulling fs layer ae41249ac056: Pulling fs layer 8d153135a1b5: Waiting 623c1c0c658a: Pulling fs layer 2fa49245472a: Pulling fs layer ae41249ac056: Waiting 3c1e1a89d6c4: Pulling fs layer 623c1c0c658a: Waiting d90aa851c073: Pulling fs layer 0d271491b1d0: Pulling fs layer 3c1e1a89d6c4: Waiting 6a54adf70616: Pulling fs layer d90aa851c073: Waiting 0d271491b1d0: Waiting d86adbce7636: Pulling fs layer 5d4020b34d71: Pulling fs layer d86adbce7636: Waiting ff38dc168d37: Pulling fs layer 5ce90e152ba9: Pulling fs layer c6d794b5689c: Pulling fs layer 430a19a7a5b3: Pulling fs layer 73dc5c0381a7: Pulling fs layer 430a19a7a5b3: Waiting fc906c842913: Pulling fs layer a82583718310: Pulling fs layer fc906c842913: Waiting a82583718310: Waiting 90eaeaa9281a: Download complete 3ef4a47fff3b: Verifying Checksum 3ef4a47fff3b: Download complete a63ab7a4f8b1: Verifying Checksum a63ab7a4f8b1: Download complete 27c7c2db42fd: Download complete a035e4a8df7a: Verifying Checksum a035e4a8df7a: Download complete 740506b396c1: Verifying Checksum 740506b396c1: Download complete 21424a44369a: Verifying Checksum 21424a44369a: Download complete 2cc41c1574c5: Download complete 1259261716c5: Download complete f33cacc11b9e: Verifying Checksum f33cacc11b9e: Download complete 10429a67c15b: Verifying Checksum 10429a67c15b: Download complete 7696c6935c09: Verifying Checksum 7696c6935c09: Download complete 55dba079700a: Verifying Checksum 55dba079700a: Download complete 8b601b003fab: Verifying Checksum 8b601b003fab: Download complete 279f815ce75c: Verifying Checksum 279f815ce75c: Download complete a367a43e37d0: Verifying Checksum a367a43e37d0: Download complete ddcb4c69ef3f: Verifying Checksum ddcb4c69ef3f: Download complete b6cb025b8b92: Verifying Checksum b6cb025b8b92: Download complete a53cdec2dcd7: Download complete 3ee1edbf87cf: Verifying Checksum 3ee1edbf87cf: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 0f06230845cd: Download complete 8f076ab94419: Verifying Checksum 8f076ab94419: Download complete 4e40a6b18339: Download complete c2b833f8d8d5: Verifying Checksum c2b833f8d8d5: Download complete 8d153135a1b5: Verifying Checksum 8d153135a1b5: Download complete f292058db001: Verifying Checksum f292058db001: Download complete ae41249ac056: Verifying Checksum ae41249ac056: Download complete 623c1c0c658a: Verifying Checksum 623c1c0c658a: Download complete 2fa49245472a: Verifying Checksum 2fa49245472a: Download complete 3c1e1a89d6c4: Download complete d90aa851c073: Verifying Checksum d90aa851c073: Download complete df73634c59ee: Verifying Checksum df73634c59ee: Download complete 0d271491b1d0: Verifying Checksum 0d271491b1d0: Download complete d86adbce7636: Verifying Checksum d86adbce7636: Download complete ff38dc168d37: Verifying Checksum ff38dc168d37: Download complete 5ce90e152ba9: Download complete c6d794b5689c: Verifying Checksum c6d794b5689c: Download complete a63ab7a4f8b1: Pull complete 90eaeaa9281a: Pull complete 3ef4a47fff3b: Pull complete 5d4020b34d71: Verifying Checksum 5d4020b34d71: Download complete 73dc5c0381a7: Verifying Checksum 73dc5c0381a7: Download complete fc906c842913: Verifying Checksum fc906c842913: Download complete 6a54adf70616: Verifying Checksum 6a54adf70616: Download complete a82583718310: Verifying Checksum a82583718310: Download complete a035e4a8df7a: Pull complete 27c7c2db42fd: Pull complete 430a19a7a5b3: Verifying Checksum 430a19a7a5b3: Download complete df73634c59ee: Pull complete 740506b396c1: Pull complete 21424a44369a: Pull complete 2cc41c1574c5: Pull complete 1259261716c5: Pull complete f33cacc11b9e: Pull complete 10429a67c15b: Pull complete 7696c6935c09: Pull complete 55dba079700a: Pull complete 8b601b003fab: Pull complete 279f815ce75c: Pull complete a367a43e37d0: Pull complete ddcb4c69ef3f: Pull complete b6cb025b8b92: Pull complete a53cdec2dcd7: Pull complete 3ee1edbf87cf: Pull complete 4f4fb700ef54: Pull complete 0f06230845cd: Pull complete 8f076ab94419: Pull complete 4e40a6b18339: Pull complete c2b833f8d8d5: Pull complete 8d153135a1b5: Pull complete f292058db001: Pull complete ae41249ac056: Pull complete 623c1c0c658a: Pull complete 2fa49245472a: Pull complete 3c1e1a89d6c4: Pull complete d90aa851c073: Pull complete 0d271491b1d0: Pull complete 6a54adf70616: Pull complete d86adbce7636: Pull complete 5d4020b34d71: Pull complete ff38dc168d37: Pull complete 5ce90e152ba9: Pull complete c6d794b5689c: Pull complete 430a19a7a5b3: Pull complete 73dc5c0381a7: Pull complete fc906c842913: Pull complete a82583718310: Pull complete Digest: sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1 Status: Downloaded newer image for ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1 WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested 2025-12-16 00:11.50 ---> using "1d65b0bad6020b93b3bfb32f730a433f434369390940a005095573c4def7fa4e" from cache /: (comment debian-13-4.14_x86_32_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (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-16 00:11.50 ---> using "6775cad8612664835742e792781f343f0e64078bd976698496d1f1898147008e" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-12-16 00:11.50 ---> using "2644dadf83db737495e1dd8ed9b3ceae068da85bc3a75294d6d1a20d1bb36578" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-12-16 00:11.50 ---> using "04f9088217ac88c2f12f3cdff9e807f7441ad90b1a6d1930f9b1b42b85e3292f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-12-16 00:11.50 ---> using "6f5c3bd52ef3e7feb5fc1d553e344a070b026be7be6a6cf8177b4a2983d05e27" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee48e882f0..c65fcb1165 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> 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-16 00:11.50 ---> using "0be5f43d9f984561275cc574396509ccb65b6adb2b85f9ad79420aa06c021ed1" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2025-12-16 00:11.50 ---> saved as "ede3410022de5cf0bf02859058e3ca0d1c67e7780dd78014e7fe4c9adab06e06" /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-16 00:12.02 ---> saved as "0fa0079536181d3814221408a4f800c17df532a29fd964fa68e12ff899276402" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-12-16 00:12.02 ---> saved as "e0080f175eeed9d35c479164153948237ff3193b5475dce4ebbf0dc83588b75d" /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 "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [76.5 kB] - Fetched 167 kB in 0s (1171 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-12-16 00:12.18 ---> saved as "0a85b150fcf62e9c27d9b7223c076a5d974ba3d7c20b797a99162bddbcf9a4db" /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 cmdliner.2.1.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) -> installed cmdliner.2.1.0 -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (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.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 alcotest.1.9.1 -> installed dune-build-info.3.20.2 -> installed dune-configurator.3.20.2 -> installed uucp.17.0.0 -> installed base.v0.16.4 -> installed stdio.v0.16.0 -> installed uuseg.17.0.0 -> installed menhir.20250912 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-16 00:14.42 ---> saved as "b44420d6c1db124fa45d661572c0572b5968bf8e8fb7914b89d684812a97fa88" /src: (copy (src .) (dst /src)) 2025-12-16 00:14.46 ---> saved as "b7554ca9a61a6cb4c32d636be0e8f1e3b78f84db6078305abd83d9da5c322f79" /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 `K9LS0PDA'. ................................................................................ ................................................................................ ............................................ 2025-12-16 00:15.19 ---> saved as "5ce10aff177fc2152996cd45ce0b6ceab53b26de81fa1c47a29dd710fddf37f0" Job succeeded 2025-12-16 00:15.21: Job succeeded