Organisationsocaml-ppxocamlformatbe77c0 ()debian-13-5.5_riscv64_opam-2.5

debian-13-5.5_riscv64_opam-2.5

Link Copied
Code Copied

Logs

2026-06-25 19:04.11: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2810/head (be77c0151198ac56a6bc7efbfe17b995d58832a7) (linux-riscv64:debian-13-5.5_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2810/head" && git reset --hard be77c015
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
# debian-13-5.5_riscv64_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 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && 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 compiler-cloning.enabled 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.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 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-06-25 19:04.11: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111-debian-13-5.5_riscv64_opam-2.5-2cda27467d0431760fdd68a03b4380d2"
2026-06-25 19:04.11: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)
(comment debian-13-5.5_riscv64_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 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && 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 compiler-cloning.enabled 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.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 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-06-25 19:04.11: Waiting for resource in pool OCluster
2026-06-26 03:26.18: Waiting for worker…
2026-06-26 18:14.48: Got resource from pool OCluster
Building on riscv-qemu-navajo-16
All commits already cached
Updating files:   6% (222/3471)
Updating files:   7% (243/3471)
Updating files:   8% (278/3471)
Updating files:   9% (313/3471)
Updating files:  10% (348/3471)
Updating files:  11% (382/3471)
Updating files:  12% (417/3471)
Updating files:  13% (452/3471)
Updating files:  14% (486/3471)
Updating files:  14% (509/3471)
Updating files:  15% (521/3471)
Updating files:  16% (556/3471)
Updating files:  17% (591/3471)
Updating files:  18% (625/3471)
Updating files:  19% (660/3471)
Updating files:  20% (695/3471)
Updating files:  21% (729/3471)
Updating files:  21% (741/3471)
Updating files:  22% (764/3471)
Updating files:  23% (799/3471)
Updating files:  24% (834/3471)
Updating files:  25% (868/3471)
Updating files:  26% (903/3471)
Updating files:  27% (938/3471)
Updating files:  28% (972/3471)
Updating files:  29% (1007/3471)
Updating files:  30% (1042/3471)
Updating files:  31% (1077/3471)
Updating files:  32% (1111/3471)
Updating files:  32% (1134/3471)
Updating files:  33% (1146/3471)
Updating files:  34% (1181/3471)
Updating files:  35% (1215/3471)
Updating files:  36% (1250/3471)
Updating files:  37% (1285/3471)
Updating files:  38% (1319/3471)
Updating files:  39% (1354/3471)
Updating files:  40% (1389/3471)
Updating files:  41% (1424/3471)
Updating files:  42% (1458/3471)
Updating files:  42% (1478/3471)
Updating files:  43% (1493/3471)
Updating files:  44% (1528/3471)
Updating files:  45% (1562/3471)
Updating files:  46% (1597/3471)
Updating files:  47% (1632/3471)
Updating files:  48% (1667/3471)
Updating files:  49% (1701/3471)
Updating files:  50% (1736/3471)
Updating files:  51% (1771/3471)
Updating files:  52% (1805/3471)
Updating files:  52% (1821/3471)
Updating files:  53% (1840/3471)
Updating files:  54% (1875/3471)
Updating files:  55% (1910/3471)
Updating files:  56% (1944/3471)
Updating files:  57% (1979/3471)
Updating files:  58% (2014/3471)
Updating files:  59% (2048/3471)
Updating files:  60% (2083/3471)
Updating files:  61% (2118/3471)
Updating files:  62% (2153/3471)
Updating files:  63% (2187/3471)
Updating files:  64% (2222/3471)
Updating files:  64% (2244/3471)
Updating files:  65% (2257/3471)
Updating files:  66% (2291/3471)
Updating files:  67% (2326/3471)
Updating files:  68% (2361/3471)
Updating files:  69% (2395/3471)
Updating files:  70% (2430/3471)
Updating files:  71% (2465/3471)
Updating files:  72% (2500/3471)
Updating files:  73% (2534/3471)
Updating files:  74% (2569/3471)
Updating files:  75% (2604/3471)
Updating files:  76% (2638/3471)
Updating files:  76% (2663/3471)
Updating files:  77% (2673/3471)
Updating files:  78% (2708/3471)
Updating files:  79% (2743/3471)
Updating files:  80% (2777/3471)
Updating files:  81% (2812/3471)
Updating files:  82% (2847/3471)
Updating files:  83% (2881/3471)
Updating files:  84% (2916/3471)
Updating files:  85% (2951/3471)
Updating files:  86% (2986/3471)
Updating files:  87% (3020/3471)
Updating files:  87% (3033/3471)
Updating files:  88% (3055/3471)
Updating files:  89% (3090/3471)
Updating files:  90% (3124/3471)
Updating files:  91% (3159/3471)
Updating files:  92% (3194/3471)
Updating files:  93% (3229/3471)
Updating files:  94% (3263/3471)
Updating files:  95% (3298/3471)
Updating files:  96% (3333/3471)
Updating files:  96% (3350/3471)
Updating files:  97% (3367/3471)
Updating files:  98% (3402/3471)
Updating files:  99% (3437/3471)
Updating files: 100% (3471/3471)
Updating files: 100% (3471/3471), done.
HEAD is now at be77c0151 Rework begin match/if branch layout (review follow-up)


(from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)
2026-06-26 18:15.11 ---> using "abda6c898290fbf724a812b8e5adcee51509e8308c979cd32fba27ae644f7181" from cache


/: (comment debian-13-5.5_riscv64_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-06-26 18:15.11 ---> using "fb2c59f120512fa46b0b05174d5bb9341050635536b109d154f0ef5c50e26dd3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
b85f65c75d..ceed23f9d3  master     -> origin/master
2569983dbf Merge pull request #30085 from Octachron/OCaml_5.5.0_fix_relocatable_build
2026-06-26 18:15.11 ---> using "d7f97ac2fdd54fefb4d218a503628b4d32513d62947ddf896775009f8598eebc" 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-06-26 18:15.11 ---> using "0d660153908bd1e62dc9dd61a8af7e1aeb9235baad8d31afefa54b9273dad6d4" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-14-generic
The OCaml toplevel, version 5.5.0
2.5.1
2026-06-26 18:15.11 ---> using "6ba7d339ce41ad9500238230c5bc2503c8988bcc1ec3272963c223d035a88cd2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-06-26 18:15.11 ---> using "f735eb60dfef2a946877d0dbff86dc327d7e57df45bcc37e524c27642119c96b" 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


The following actions will be performed:
=== recompile 7 packages
- recompile base-domains        base           [uses ocaml]
- recompile base-effects        base           [uses ocaml]
- recompile base-nnp            base           [uses base-domains]
- recompile ocaml               5.5.0          [uses ocaml-base-compiler]
- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]
- recompile ocaml-compiler      5.5.0          [upstream or system changes]
- recompile opam-depext         1.2.3          [uses ocaml]
=== install 1 package
- install   compiler-cloning    enabled        [required by ocaml-compiler]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> installed compiler-cloning.enabled
-> retrieved ocaml.5.5.0  (https://opam.ocaml.org/cache)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.5.0
-> removed   ocaml-base-compiler.5.5.0
-> retrieved ocaml-compiler.5.5.0  (https://opam.ocaml.org/cache)
-> removed   ocaml-compiler.5.5.0
-> installed ocaml-compiler.5.5.0
-> installed ocaml-base-compiler.5.5.0
-> installed ocaml.5.5.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.


<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead


<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>
=> This switch had to be compiled from sources, but future switches with the 🐌
same compiler version and configuration should assemble instantly.
# To update the current shell environment, run: eval $(opam env)
2026-06-26 18:15.11 ---> using "9e76f990441662fea21acfd6f6441faaae550cf05a5d14581e23cc1fdf1d4e2b" from cache


/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
2026-06-26 18:15.11 ---> using "e189f40adf4d2af6320d0024a234835306a29a3dca065073831761071b35fca0" from cache


/src: (run (network host)
(shell  "opam pin add -yn ocamlformat.dev './' && \
\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
\nopam pin add -yn ocamlformat-lib.dev './' && \
\nopam pin add -yn ocamlformat-bench.dev './'"))
[ocamlformat.dev] synchronised (file:///src)
ocamlformat is now pinned to file:///src (version dev)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)
ocamlformat-rpc-lib is now pinned to file:///src (version dev)
[ocamlformat-lib.dev] synchronised (file:///src)
ocamlformat-lib is now pinned to file:///src (version dev)
[NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch.
[ocamlformat-bench.dev] synchronised (file:///src)
[WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src:
warning 68: Missing field 'license'
ocamlformat-bench is now pinned to file:///src (version dev)
2026-06-26 18:15.11 ---> using "a9490f3854cc8cfa976f9659bba340e7a3737317493410f6de9cd70ae365f91b" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-26 18:15.11 ---> using "6b0da2abebcb6efe084657b98f420ed6c9bbc70c8431ab0ff13bcd482bba6a07" from cache


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 compiler-cloning.enabled 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.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 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://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 riscv64 Packages [214 kB]
- Fetched 304 kB in 5s (65.5 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-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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-06-26 18:15.11 ---> using "415370098cf98b9788d114f8e21f00ec941b399d299dd8af09dc4cbd967b66d9" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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.3
- 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.3  (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 re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved ocp-indent.1.9.0  (https://opam.ocaml.org/cache)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.1
-> retrieved uutf.1.0.4  (cached)
-> retrieved uuseg.17.0.0  (https://opam.ocaml.org/cache)
-> retrieved yojson.3.0.0  (cached)
-> retrieved uucp.17.0.0  (https://opam.ocaml.org/cache)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> installed fpath.0.7.3
-> installed uucp.17.0.0
-> installed uuseg.17.0.0
-> installed dune.3.23.1
-> installed csexp.1.5.2
-> installed bechamel.0.5.0
-> installed camlp-streams.5.0.1
-> installed dune-build-info.3.23.1
-> installed either.1.0.0
-> installed menhirCST.20260209
-> installed fix.20250919
-> installed dune-configurator.3.23.1
-> installed menhirGLR.20260209
-> installed menhirSdk.20260209
-> installed menhirLib.20260209
-> installed ocaml-version.4.1.3
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ocp-indent.1.9.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed yojson.3.0.0
-> installed alcotest.1.9.1
-> 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.5/share/emacs/site-lisp")
(require 'ocp-indent)


* for Vim, add this line to ~/.vimrc:
set rtp^="/home/opam/.opam/5.5/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2026-06-26 18:15.11 ---> using "f2b32dc1c27dbc28a3de05d6d03b857579bc6e77bdc784e4602ab6dadb8fe798" from cache


/src: (copy (src .) (dst /src))
2026-06-26 18:16.09 ---> saved as "39514a4b212dc5db0cf12b75f1df67d969cc2971e7f5590e099e9c16e5e5514e"


/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 `1CV5CBW7'.


................................................................................
................................................................................
............................................


2026-06-26 18:36.55 ---> saved as "a6398d4f7e503e417c714e0b98724ddcfde2bef5553777bf5839020b8026dcd5"
Job succeeded
2026-06-26 18:37.16: Job succeeded