2026-05-22 09:47.03: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (2d5d8c1b44309ac7012516f5403cb31e13b88dee) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 2d5d8c1b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3 # ubuntu-24.04-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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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.1 csexp.1.5.2 dune.3.23.1 dune-build-info.3.23.1 dune-configurator.3.23.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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 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-05-22 09:47.03: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3-ubuntu-24.04-5.4_opam-2.5-adfa76469f547127c8459d13b111da37" 2026-05-22 09:47.03: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3) (comment ubuntu-24.04-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 (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) (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 "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.1 csexp.1.5.2 dune.3.23.1 dune-build-info.3.23.1 dune-configurator.3.23.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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 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-05-22 09:47.03: Waiting for resource in pool OCluster 2026-05-22 10:30.09: Waiting for worker… 2026-05-22 10:30.40: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 2d5d8c1b4 chore: update to actions/checkout@v6 (#2801) (from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3' locally docker.io/ocaml/opam@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3: Pulling from ocaml/opam b40150c1c271: Pulling fs layer 5635dddaaf61: Pulling fs layer 0a6d5f853ae3: Pulling fs layer 799f202be4df: Pulling fs layer 799f202be4df: Waiting b903f564077a: Pulling fs layer 6c1d10b3d08f: Pulling fs layer b903f564077a: Waiting 8fd224b6ae45: Pulling fs layer 5e37c7ad2993: Pulling fs layer 8fd224b6ae45: Waiting 32255c35d5b3: Pulling fs layer c3cffeaeb4b8: Pulling fs layer 32255c35d5b3: Waiting a9de87727b20: Pulling fs layer c3cffeaeb4b8: Waiting cd92154d260a: Pulling fs layer a9de87727b20: Waiting cd92154d260a: Waiting 5534cf6e4151: Pulling fs layer 92d42dfe1d12: Pulling fs layer 4974f6184649: Pulling fs layer 5534cf6e4151: Waiting 92d42dfe1d12: Waiting ddbbf37b07ba: Pulling fs layer 4974f6184649: Waiting ddbbf37b07ba: Waiting 6c31853c12bf: Pulling fs layer ed68394a86c7: Pulling fs layer 6c31853c12bf: Waiting 3cc6b078d5fc: Pulling fs layer 257a2bdf9f61: Pulling fs layer ed68394a86c7: Waiting 3cc6b078d5fc: Waiting 4f4fb700ef54: Pulling fs layer 61b8d2ddf2f3: Pulling fs layer 257a2bdf9f61: Waiting 4f4fb700ef54: Waiting dbb18f475127: Pulling fs layer 802447bfad8e: Pulling fs layer dbb18f475127: Waiting e86ad76f9c74: Pulling fs layer 9e967f128a0d: Pulling fs layer e86ad76f9c74: Waiting 5d5cafdc9e88: Pulling fs layer c81e5f5c4bfc: Pulling fs layer 9e967f128a0d: Waiting 5d5cafdc9e88: Waiting 0a0005210533: Pulling fs layer 8549d7b2ccb2: Pulling fs layer c81e5f5c4bfc: Waiting 0a0005210533: Waiting 57ea4f2cdcb7: Pulling fs layer eea0ea6a7403: Pulling fs layer 57ea4f2cdcb7: Waiting 3d2e57752a6c: Pulling fs layer eea0ea6a7403: Waiting 128f8b8d9b04: Pulling fs layer 3d2e57752a6c: Waiting a594488fbf65: Pulling fs layer 128f8b8d9b04: Waiting fbe102fc5248: Pulling fs layer a594488fbf65: Waiting 4d204629c375: Pulling fs layer fbe102fc5248: Waiting 4d204629c375: Waiting 504e6256aaf7: Pulling fs layer e553f7e7d2a2: Pulling fs layer 504e6256aaf7: Waiting cea2efc9b4f4: Pulling fs layer 1cf176ec0ca1: Pulling fs layer e553f7e7d2a2: Waiting cea2efc9b4f4: Waiting 42d435880d33: Pulling fs layer 2bd2b7deb664: Pulling fs layer b63ece2686d2: Pulling fs layer 42d435880d33: Waiting 11efbb46aef7: Pulling fs layer 2bd2b7deb664: Waiting b63ece2686d2: Waiting 11efbb46aef7: Waiting 5635dddaaf61: Download complete 0a6d5f853ae3: Download complete b40150c1c271: Verifying Checksum b40150c1c271: Download complete b903f564077a: Verifying Checksum b903f564077a: Download complete 8fd224b6ae45: Verifying Checksum 8fd224b6ae45: Download complete 5e37c7ad2993: Verifying Checksum 5e37c7ad2993: Download complete 799f202be4df: Verifying Checksum 799f202be4df: Download complete b40150c1c271: Pull complete 5635dddaaf61: Pull complete 0a6d5f853ae3: Pull complete 6c1d10b3d08f: Verifying Checksum 6c1d10b3d08f: Download complete 32255c35d5b3: Verifying Checksum 32255c35d5b3: Download complete c3cffeaeb4b8: Verifying Checksum c3cffeaeb4b8: Download complete a9de87727b20: Verifying Checksum a9de87727b20: Download complete cd92154d260a: Verifying Checksum cd92154d260a: Download complete 5534cf6e4151: Verifying Checksum 5534cf6e4151: Download complete 92d42dfe1d12: Verifying Checksum 92d42dfe1d12: Download complete 4974f6184649: Verifying Checksum 4974f6184649: Download complete ddbbf37b07ba: Verifying Checksum ddbbf37b07ba: Download complete 6c31853c12bf: Verifying Checksum 6c31853c12bf: Download complete ed68394a86c7: Download complete 3cc6b078d5fc: Download complete 257a2bdf9f61: Verifying Checksum 257a2bdf9f61: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 61b8d2ddf2f3: Verifying Checksum 61b8d2ddf2f3: Download complete 799f202be4df: Pull complete dbb18f475127: Verifying Checksum dbb18f475127: Download complete b903f564077a: Pull complete 802447bfad8e: Verifying Checksum e86ad76f9c74: Verifying Checksum e86ad76f9c74: Download complete 9e967f128a0d: Verifying Checksum 9e967f128a0d: Download complete 5d5cafdc9e88: Download complete c81e5f5c4bfc: Verifying Checksum 0a0005210533: Download complete 8549d7b2ccb2: Verifying Checksum 8549d7b2ccb2: Download complete 57ea4f2cdcb7: Download complete eea0ea6a7403: Verifying Checksum eea0ea6a7403: Download complete 3d2e57752a6c: Verifying Checksum 3d2e57752a6c: Download complete a594488fbf65: Verifying Checksum a594488fbf65: Download complete 4d204629c375: Verifying Checksum 4d204629c375: Download complete 504e6256aaf7: Verifying Checksum 504e6256aaf7: Download complete e553f7e7d2a2: Verifying Checksum e553f7e7d2a2: Download complete cea2efc9b4f4: Verifying Checksum cea2efc9b4f4: Download complete 1cf176ec0ca1: Verifying Checksum 1cf176ec0ca1: Download complete fbe102fc5248: Verifying Checksum fbe102fc5248: Download complete 2bd2b7deb664: Verifying Checksum 2bd2b7deb664: Download complete b63ece2686d2: Verifying Checksum b63ece2686d2: Download complete 11efbb46aef7: Verifying Checksum 11efbb46aef7: Download complete 42d435880d33: Verifying Checksum 42d435880d33: Download complete 6c1d10b3d08f: Pull complete 8fd224b6ae45: Pull complete 5e37c7ad2993: Pull complete 32255c35d5b3: Pull complete c3cffeaeb4b8: Pull complete a9de87727b20: Pull complete cd92154d260a: Pull complete 5534cf6e4151: Pull complete 92d42dfe1d12: Pull complete 4974f6184649: Pull complete ddbbf37b07ba: Pull complete 128f8b8d9b04: Verifying Checksum 128f8b8d9b04: Download complete 6c31853c12bf: Pull complete ed68394a86c7: Pull complete 3cc6b078d5fc: Pull complete 257a2bdf9f61: Pull complete 4f4fb700ef54: Pull complete 61b8d2ddf2f3: Pull complete dbb18f475127: Pull complete 802447bfad8e: Pull complete e86ad76f9c74: Pull complete 9e967f128a0d: Pull complete 5d5cafdc9e88: Pull complete c81e5f5c4bfc: Pull complete 0a0005210533: Pull complete 8549d7b2ccb2: Pull complete 57ea4f2cdcb7: Pull complete eea0ea6a7403: Pull complete 3d2e57752a6c: Pull complete 128f8b8d9b04: Pull complete a594488fbf65: Pull complete fbe102fc5248: Pull complete 4d204629c375: Pull complete 504e6256aaf7: Pull complete e553f7e7d2a2: Pull complete cea2efc9b4f4: Pull complete 1cf176ec0ca1: Pull complete 42d435880d33: Pull complete 2bd2b7deb664: Pull complete b63ece2686d2: Pull complete 11efbb46aef7: Pull complete Digest: sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3 Status: Downloaded newer image for ocaml/opam@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3 2026-05-22 10:30.53 ---> using "09f7a341034f2591024efaf9dd77d7de263102b0a73433761a5c6fa3e65c805a" from cache /: (comment ubuntu-24.04-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-05-22 10:30.54 ---> using "996805b7c90d5b9a01bf7bf13b904d8703f18fb6f8a65970765afaec2dee9098" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..3e30e43808 master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-22 10:30.55 ---> using "fd1971247f11739807a95480d65e68574aa40b4ec971acfc9a17e787ffb230f8" 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.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-05-22 10:30.56 ---> using "655f67f49906bde43f633517558cbfff6fe8b129bcafe0bebcf71a2b65eaac7c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-05-22 10:30.57 ---> using "73a03a932ff0d8893c37210ae53c2b7de2f1acac27c1198aca9d27ec9dbbe945" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-22 10:30.58 ---> using "8a9cba3bfe88ee96472783f115e55a389f2d06cd3aa056268eed29399873bfd9" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 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-05-22 10:30.59 ---> using "92e6c37131ed9b613671f22366196147fec816e15d66094bd14c074ff405da6e" from cache /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2026-05-22 10:31.10 ---> saved as "cfe4ca73b5701eabc6b124f32868cef911bb5fd7a0386882bb70eddce7a4aa2f" /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-05-22 10:31.27 ---> saved as "f5610c37c19e12f2d459a0441826f0d2203ac5275b56d6788b7bac3320180516" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-22 10:31.35 ---> saved as "30b246cb055589e59b33916f906dce37be0288b3477e4e8bfc29e2bee390378f" /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.1 csexp.1.5.2 dune.3.23.1 dune-build-info.3.23.1 dune-configurator.3.23.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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 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 "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease - Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2457 kB] - Get:6 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [48.4 kB] - Get:7 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.6 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3920 kB] - Get:9 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2148 kB] - Get:10 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB] - Get:11 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2072 kB] - Get:12 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1505 kB] - Get:13 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3671 kB] - Fetched 16.3 MB in 1s (12.2 MB/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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-05-22 10:31.57 ---> saved as "e9c6bd079f66a89a98f2d4b0d26a12821d4bdd0184b8bdcff5a21e6e1f10c5f7" /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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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.1 - install csexp 1.5.2 - install dune 3.23.1 - install dune-build-info 3.23.1 - install dune-configurator 3.23.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.1.1 - install ocaml_intrinsics_kernel v0.17.2 - 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.1 (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.1.1 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.23.1, dune-build-info.3.23.1, dune-configurator.3.23.1 (cached) -> retrieved ocamlbuild.0.16.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) -> installed cmdliner.2.1.1 -> retrieved topkg.1.1.1 (cached) -> retrieved uucp.17.0.0 (cached) -> retrieved uuseg.17.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.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.23.1 -> installed bechamel.0.5.0 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed dune-build-info.3.23.1 -> 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.1.1 -> installed ocaml_intrinsics_kernel.v0.17.2 -> 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-configurator.3.23.1 -> installed alcotest.1.9.1 -> installed uucp.17.0.0 -> installed uuseg.17.0.0 -> installed menhir.20260209 -> installed base.v0.17.3 -> installed stdio.v0.17.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-05-22 10:33.06 ---> saved as "64206c1e841fd2f03c96798d0f8d7c86afb55a0860ea06852e40584da9c85404" /src: (copy (src .) (dst /src)) 2026-05-22 10:33.16 ---> saved as "3657ecd5618a923a42f6c0111082f11be008c95d4fe52a6c1b399599dc2e87c4" /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 `6IA8PR3H'. ................................................................................ ................................................................................ ............................................ 2026-05-22 10:33.30 ---> saved as "48ef4336978edb645db19917ae4f082862bd201c5c6a4a7ee056557c6a2120dc" Job succeeded 2026-05-22 10:33.32: Job succeeded