2026-05-26 09:37.09: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/fix-lexer-error-message (0b8ec2039cc1b26d95e6b7c23b88d9a8b509d0e7) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "fix-lexer-error-message" && cd "ocamlformat" && git reset --hard 0b8ec203 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c # ubuntu-22.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-26 09:37.09: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c-ubuntu-22.04-5.4_opam-2.5-adfa76469f547127c8459d13b111da37" 2026-05-26 09:37.09: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c) (comment ubuntu-22.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-26 09:37.09: Waiting for resource in pool OCluster 2026-05-26 09:37.09: Waiting for worker… 2026-05-26 09:37.10: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 0b8ec2039 Print readable error messages in doc code blocks (from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c' locally docker.io/ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c: Pulling from ocaml/opam f63eb04151bc: Pulling fs layer c3a7cf967865: Pulling fs layer 6994ddface72: Pulling fs layer 1efd9d9872cf: Pulling fs layer f2072edad4b7: Pulling fs layer 1efd9d9872cf: Waiting 847f5455a303: Pulling fs layer f2072edad4b7: Waiting b5fef2855228: Pulling fs layer 164714ea8001: Pulling fs layer b5fef2855228: Waiting fb9c1ff34694: Pulling fs layer 847f5455a303: Waiting 164714ea8001: Waiting 3a0954af5984: Pulling fs layer fb9c1ff34694: Waiting 6027285b7abe: Pulling fs layer 194499324179: Pulling fs layer 436538616540: Pulling fs layer eba6c657b0d1: Pulling fs layer 3a0954af5984: Waiting 436538616540: Waiting 194499324179: Waiting 6027285b7abe: Waiting 75a1d643791d: Pulling fs layer eba6c657b0d1: Waiting 75a1d643791d: Waiting 8d32fd95c2a9: Pulling fs layer 4f4fb700ef54: Pulling fs layer 8d32fd95c2a9: Waiting f4a6bdf1a5d4: Pulling fs layer 527ab22e258c: Pulling fs layer 4f4fb700ef54: Waiting f4a6bdf1a5d4: Waiting c925ee5da3a2: Pulling fs layer 527ab22e258c: Waiting c925ee5da3a2: Waiting fca24bca417a: Pulling fs layer 624114cf75d2: Pulling fs layer 8f4ddc383044: Pulling fs layer 624114cf75d2: Waiting 6ff4e2f13c3d: Pulling fs layer 8f4ddc383044: Waiting 76c94a7a334c: Pulling fs layer eb822e1c8d96: Pulling fs layer 6ff4e2f13c3d: Waiting fe76e26a4bbd: Pulling fs layer eb822e1c8d96: Waiting e37ac0b59238: Pulling fs layer fe76e26a4bbd: Waiting 940dcac173f6: Pulling fs layer 76c94a7a334c: Waiting 51785f87a6f8: Pulling fs layer e37ac0b59238: Waiting 940dcac173f6: Waiting ce421a1a7271: Pulling fs layer 7424e1639045: Pulling fs layer 51785f87a6f8: Waiting ce421a1a7271: Waiting 5345c659eb86: Pulling fs layer c5289b3e923d: Pulling fs layer 7424e1639045: Waiting 5345c659eb86: Waiting d4828cefae96: Pulling fs layer e51a7246d012: Pulling fs layer d4828cefae96: Waiting c5289b3e923d: Waiting e51a7246d012: Waiting 0f37644adc12: Pulling fs layer 0464926e312d: Pulling fs layer 0f37644adc12: Waiting 003f09510c48: Pulling fs layer f52861b1f919: Pulling fs layer 0464926e312d: Waiting a063ef7174a6: Pulling fs layer cd1bf4a97a64: Pulling fs layer 003f09510c48: Waiting 32cdd371bb67: Pulling fs layer a063ef7174a6: Waiting cd1bf4a97a64: Waiting 02966ee4db72: Pulling fs layer 32cdd371bb67: Waiting 02966ee4db72: Waiting c3a7cf967865: Download complete 6994ddface72: Verifying Checksum 6994ddface72: Download complete f2072edad4b7: Verifying Checksum f2072edad4b7: Download complete f63eb04151bc: Verifying Checksum f63eb04151bc: Download complete b5fef2855228: Verifying Checksum b5fef2855228: Download complete 164714ea8001: Verifying Checksum 164714ea8001: Download complete 1efd9d9872cf: Verifying Checksum 1efd9d9872cf: Download complete fb9c1ff34694: Verifying Checksum fb9c1ff34694: Download complete 3a0954af5984: Verifying Checksum 3a0954af5984: Download complete f63eb04151bc: Pull complete c3a7cf967865: Pull complete 6994ddface72: Pull complete 6027285b7abe: Verifying Checksum 6027285b7abe: Download complete 436538616540: Verifying Checksum 436538616540: Download complete eba6c657b0d1: Verifying Checksum eba6c657b0d1: Download complete 75a1d643791d: Download complete 847f5455a303: Verifying Checksum 847f5455a303: Download complete 8d32fd95c2a9: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete f4a6bdf1a5d4: Verifying Checksum f4a6bdf1a5d4: Download complete 527ab22e258c: Verifying Checksum 527ab22e258c: Download complete fca24bca417a: Verifying Checksum fca24bca417a: Download complete 624114cf75d2: Verifying Checksum 624114cf75d2: Download complete c925ee5da3a2: Verifying Checksum c925ee5da3a2: Download complete 8f4ddc383044: Download complete 6ff4e2f13c3d: Download complete 76c94a7a334c: Verifying Checksum 76c94a7a334c: Download complete eb822e1c8d96: Verifying Checksum eb822e1c8d96: Download complete fe76e26a4bbd: Verifying Checksum fe76e26a4bbd: Download complete e37ac0b59238: Verifying Checksum e37ac0b59238: Download complete 940dcac173f6: Verifying Checksum 940dcac173f6: Download complete 51785f87a6f8: Verifying Checksum 51785f87a6f8: Download complete 1efd9d9872cf: Pull complete f2072edad4b7: Pull complete ce421a1a7271: Verifying Checksum ce421a1a7271: Download complete 7424e1639045: Verifying Checksum 7424e1639045: Download complete c5289b3e923d: Download complete e51a7246d012: Verifying Checksum e51a7246d012: Download complete 0f37644adc12: Verifying Checksum 0f37644adc12: Download complete 0464926e312d: Verifying Checksum 0464926e312d: Download complete 003f09510c48: Verifying Checksum 003f09510c48: Download complete f52861b1f919: Verifying Checksum f52861b1f919: Download complete 5345c659eb86: Verifying Checksum 5345c659eb86: Download complete cd1bf4a97a64: Verifying Checksum cd1bf4a97a64: Download complete 32cdd371bb67: Verifying Checksum 32cdd371bb67: Download complete 02966ee4db72: Verifying Checksum 02966ee4db72: Download complete 847f5455a303: Pull complete b5fef2855228: Pull complete 164714ea8001: Pull complete a063ef7174a6: Verifying Checksum a063ef7174a6: Download complete fb9c1ff34694: Pull complete 3a0954af5984: Pull complete d4828cefae96: Verifying Checksum d4828cefae96: Download complete 6027285b7abe: Pull complete 194499324179: Pull complete 436538616540: Pull complete eba6c657b0d1: Pull complete 75a1d643791d: Pull complete 8d32fd95c2a9: Pull complete 4f4fb700ef54: Pull complete f4a6bdf1a5d4: Pull complete 527ab22e258c: Pull complete c925ee5da3a2: Pull complete fca24bca417a: Pull complete 624114cf75d2: Pull complete 8f4ddc383044: Pull complete 6ff4e2f13c3d: Pull complete 76c94a7a334c: Pull complete eb822e1c8d96: Pull complete fe76e26a4bbd: Pull complete e37ac0b59238: Pull complete 940dcac173f6: Pull complete 51785f87a6f8: Pull complete ce421a1a7271: Pull complete 7424e1639045: Pull complete 5345c659eb86: Pull complete c5289b3e923d: Pull complete d4828cefae96: Pull complete e51a7246d012: Pull complete 0f37644adc12: Pull complete 0464926e312d: Pull complete 003f09510c48: Pull complete f52861b1f919: Pull complete a063ef7174a6: Pull complete cd1bf4a97a64: Pull complete 32cdd371bb67: Pull complete 02966ee4db72: Pull complete Digest: sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c Status: Downloaded newer image for ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c 2026-05-26 09:37.14 ---> using "980dedcb58daec2579b2bfe2d08099f60a9194a1a9d5882ba85b86f57d31ff27" from cache /: (comment ubuntu-22.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-26 09:37.14 ---> saved as "c7fd9f20983583e3422457f4ee71b7c4308fa80c820baac143a3ed8ce5ae4d5a" /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..9d78ee2aea master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-26 09:37.22 ---> saved as "b1cbac0c48f89b2fdfc17875751b80baba85756e2810315d98dfd1ee5c6bc3c3" /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. [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 Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-05-26 09:37.33 ---> saved as "805bcc2b1b216e615b16511980c3ce2f85d5b9e8ad3e018e67ac884ad5ea430f" /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-26 09:37.33 ---> saved as "1c7234de3eb496fde4439a390c3ca70e3206cd5bc7ed70f7ecc9d32f6bd340d6" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-26 09:37.34 ---> saved as "d5574cb0c61069d70f890f96abec559fc0c17f25e035d95ec6b07e6fd0614ee9" /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-26 09:37.42 ---> saved as "49dd6ec0e313bc9f41e1c358a04cf5b722830687de8bdc13e49d17c61b2e6ce9" /src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam) (dst ./)) 2026-05-26 09:37.42 ---> saved as "6c52a25989cd307157ef19e01c037104930a40ae3bd289a6fe0bd3030b7aa70f" /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-26 09:37.50 ---> saved as "44593c301b40865ecc6463fc0697521a2069977e9992f060f4262513f2ed1ce4" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-26 09:37.50 ---> saved as "da1f9856ff9135b4f425f80c47650a6fecaef8e6133af29f92c2ad441482e571" /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 jammy InRelease - Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7084 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4296 kB] - Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1295 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.4 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1602 kB] - Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [77.8 kB] - Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3955 kB] - Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7361 kB] - Fetched 26.1 MB in 2s (16.4 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-26 09:38.02 ---> saved as "d60800504a7618a61f82456cbf3e6237091faf3421a907e0f5f15d89cba93464" /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 ocamlbuild.0.16.1 (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 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 topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved uucp.17.0.0 (cached) -> installed cmdliner.2.1.1 -> 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 menhir.20260209 -> installed base.v0.17.3 -> installed stdio.v0.17.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-05-26 09:38.50 ---> saved as "2bc7ab079e4f03badbd71b5146526ba74f4c916730b49def9f27836f8b6af123" /src: (copy (src .) (dst /src)) 2026-05-26 09:38.52 ---> saved as "edfd5290129c83bcabe09ea6f5f7dd692dd3c0ea35a88f273f285e3242071ce3" /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 `2WVW9B75'. ................................................................................ ................................................................................ ............................................ 2026-05-26 09:39.02 ---> saved as "4bd16fa5bf8a7a683adab63ceef033cc218487fb7510c1e65fe1e171ef29e551" Job succeeded 2026-05-26 09:39.03: Job succeeded