Organisationsocaml-ppxocamlformat35e1b7 ()debian-13-4.08_opam-2.4

debian-13-4.08_opam-2.4

Link Copied
Code Copied

Logs

2025-10-29 16:12.33: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2745/head (35e1b7660102cb7edf67ef57ad5a1875752306cb) (linux-x86_64:debian-13-4.08_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2745/head" && git reset --hard 35e1b766
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
# debian-13-4.08_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 991c7a1514e7da747afe448ae9a046af3bc2497e || git fetch origin master) && git reset -q --hard 991c7a1514e7da747afe448ae9a046af3bc2497e && 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.14.3 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.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.08.1 ocaml-base-compiler.4.08.1 ocaml-config.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.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.15.0.0 uuseg.15.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-10-29 16:12.33: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f-debian-13-4.08_opam-2.4-4ad90e896ae8d8596fa9083c6e5404fe"
2025-10-29 16:12.33: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)
(comment debian-13-4.08_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 991c7a1514e7da747afe448ae9a046af3bc2497e || git fetch origin master) && git reset -q --hard 991c7a1514e7da747afe448ae9a046af3bc2497e && 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.14.3 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.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.08.1 ocaml-base-compiler.4.08.1 ocaml-config.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.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.15.0.0 uuseg.15.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-10-29 16:12.33: Waiting for resource in pool OCluster
2025-10-29 16:12.33: Waiting for worker…
2025-10-29 16:12.33: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 35e1b766 fmt


(from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f' locally
docker.io/ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f: Pulling from ocaml/opam
cae3b572364a: Pulling fs layer
820d433882fc: Pulling fs layer
8f6112f72fa5: Pulling fs layer
f06108004adb: Pulling fs layer
f34ea90e6bf7: Pulling fs layer
b44a65709156: Pulling fs layer
f06108004adb: Waiting
4c25908bbac9: Pulling fs layer
f76df728146d: Pulling fs layer
1fee769dfcf3: Pulling fs layer
9089a7f69af3: Pulling fs layer
6f758b47b2a0: Pulling fs layer
4c25908bbac9: Waiting
16b225bbb395: Pulling fs layer
abbf3ec39b68: Pulling fs layer
1a61521655a9: Pulling fs layer
6f758b47b2a0: Waiting
6a8565a9e443: Pulling fs layer
abbf3ec39b68: Waiting
1fee769dfcf3: Waiting
16b225bbb395: Waiting
1a61521655a9: Waiting
c059a4cbd7b9: Pulling fs layer
3a00fdc9e291: Pulling fs layer
c059a4cbd7b9: Waiting
a0b62589bd38: Pulling fs layer
3a00fdc9e291: Waiting
9089a7f69af3: Waiting
6e8d713bf843: Pulling fs layer
a0b62589bd38: Waiting
bca1fd5341ba: Pulling fs layer
6e8d713bf843: Waiting
b44a65709156: Waiting
34b9849c2772: Pulling fs layer
bca1fd5341ba: Waiting
4f4fb700ef54: Pulling fs layer
d8d3d0744e38: Pulling fs layer
34b9849c2772: Waiting
4f4fb700ef54: Waiting
788c7ce0e0e5: Pulling fs layer
d8d3d0744e38: Waiting
a297eab0ca3b: Pulling fs layer
2e79af39acdb: Pulling fs layer
8858e600236c: Pulling fs layer
8858e600236c: Waiting
9efe23d1fe7d: Pulling fs layer
47d185934312: Pulling fs layer
64a949a6caff: Pulling fs layer
c9d6a7c18bb1: Pulling fs layer
47d185934312: Waiting
9efe23d1fe7d: Waiting
64a949a6caff: Waiting
e4fde4815f0c: Pulling fs layer
c9d6a7c18bb1: Waiting
d1f759c16950: Pulling fs layer
e4fde4815f0c: Waiting
f3dd45bf195f: Pulling fs layer
3985a6049101: Pulling fs layer
d1f759c16950: Waiting
aae849592418: Pulling fs layer
f3dd45bf195f: Waiting
6173459dc6b2: Pulling fs layer
7f16ef63bee0: Pulling fs layer
fe355de6a899: Pulling fs layer
aae849592418: Waiting
6173459dc6b2: Waiting
b0bc5a15bc9d: Pulling fs layer
fe355de6a899: Waiting
0ba06c753f01: Pulling fs layer
f7e4070f86bb: Pulling fs layer
0ba06c753f01: Waiting
a16d954bd2d3: Pulling fs layer
f7e4070f86bb: Waiting
6583f21da642: Pulling fs layer
a16d954bd2d3: Waiting
6583f21da642: Waiting
8f6112f72fa5: Verifying Checksum
8f6112f72fa5: Download complete
820d433882fc: Verifying Checksum
820d433882fc: Download complete
cae3b572364a: Download complete
f06108004adb: Verifying Checksum
f06108004adb: Download complete
f34ea90e6bf7: Download complete
4c25908bbac9: Verifying Checksum
4c25908bbac9: Download complete
f76df728146d: Verifying Checksum
f76df728146d: Download complete
1fee769dfcf3: Verifying Checksum
1fee769dfcf3: Download complete
9089a7f69af3: Verifying Checksum
9089a7f69af3: Download complete
cae3b572364a: Pull complete
820d433882fc: Pull complete
8f6112f72fa5: Pull complete
6f758b47b2a0: Verifying Checksum
6f758b47b2a0: Download complete
16b225bbb395: Verifying Checksum
16b225bbb395: Download complete
f06108004adb: Pull complete
1a61521655a9: Verifying Checksum
1a61521655a9: Download complete
f34ea90e6bf7: Pull complete
abbf3ec39b68: Verifying Checksum
abbf3ec39b68: Download complete
6a8565a9e443: Download complete
c059a4cbd7b9: Download complete
3a00fdc9e291: Verifying Checksum
3a00fdc9e291: Download complete
a0b62589bd38: Verifying Checksum
a0b62589bd38: Download complete
6e8d713bf843: Download complete
bca1fd5341ba: Verifying Checksum
bca1fd5341ba: Download complete
34b9849c2772: Download complete
b44a65709156: Verifying Checksum
b44a65709156: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
d8d3d0744e38: Download complete
788c7ce0e0e5: Download complete
a297eab0ca3b: Download complete
2e79af39acdb: Verifying Checksum
2e79af39acdb: Download complete
8858e600236c: Verifying Checksum
8858e600236c: Download complete
9efe23d1fe7d: Download complete
47d185934312: Download complete
64a949a6caff: Verifying Checksum
64a949a6caff: Download complete
c9d6a7c18bb1: Download complete
e4fde4815f0c: Verifying Checksum
e4fde4815f0c: Download complete
d1f759c16950: Verifying Checksum
d1f759c16950: Download complete
f3dd45bf195f: Verifying Checksum
f3dd45bf195f: Download complete
aae849592418: Verifying Checksum
aae849592418: Download complete
7f16ef63bee0: Verifying Checksum
7f16ef63bee0: Download complete
fe355de6a899: Verifying Checksum
fe355de6a899: Download complete
b0bc5a15bc9d: Verifying Checksum
b0bc5a15bc9d: Download complete
3985a6049101: Verifying Checksum
3985a6049101: Download complete
b44a65709156: Pull complete
4c25908bbac9: Pull complete
f76df728146d: Pull complete
1fee769dfcf3: Pull complete
f7e4070f86bb: Verifying Checksum
f7e4070f86bb: Download complete
0ba06c753f01: Verifying Checksum
0ba06c753f01: Download complete
9089a7f69af3: Pull complete
a16d954bd2d3: Verifying Checksum
a16d954bd2d3: Download complete
6583f21da642: Download complete
6f758b47b2a0: Pull complete
16b225bbb395: Pull complete
abbf3ec39b68: Pull complete
1a61521655a9: Pull complete
6a8565a9e443: Pull complete
c059a4cbd7b9: Pull complete
3a00fdc9e291: Pull complete
a0b62589bd38: Pull complete
6e8d713bf843: Pull complete
bca1fd5341ba: Pull complete
34b9849c2772: Pull complete
4f4fb700ef54: Pull complete
d8d3d0744e38: Pull complete
788c7ce0e0e5: Pull complete
a297eab0ca3b: Pull complete
2e79af39acdb: Pull complete
8858e600236c: Pull complete
9efe23d1fe7d: Pull complete
47d185934312: Pull complete
64a949a6caff: Pull complete
c9d6a7c18bb1: Pull complete
e4fde4815f0c: Pull complete
6173459dc6b2: Verifying Checksum
6173459dc6b2: Download complete
d1f759c16950: Pull complete
f3dd45bf195f: Pull complete
3985a6049101: Pull complete
aae849592418: Pull complete
6173459dc6b2: Pull complete
7f16ef63bee0: Pull complete
fe355de6a899: Pull complete
b0bc5a15bc9d: Pull complete
0ba06c753f01: Pull complete
f7e4070f86bb: Pull complete
a16d954bd2d3: Pull complete
6583f21da642: Pull complete
Digest: sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
Status: Downloaded newer image for ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
2025-10-29 16:12.35 ---> using "8a3fb29dc134ae8cb5011e033937cdf0919031452506a2a7eeab7ea43cc7fe2e" from cache


/: (comment debian-13-4.08_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-29 16:12.35 ---> using "7134e21d81f07b88d496fc7d9fd04fcb845e713e71c7127239ae60f709c1f819" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-29 16:12.35 ---> using "0de99fe1fc7db47f0d213e483cd4c74c50dc88c047d676e7b3e663d490603d03" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-157-generic
The OCaml toplevel, version 4.08.1
2.4.1
2025-10-29 16:12.35 ---> using "7f5b4185ab939079de06e4b6702889016fe9034c4b93a6a5f33c92159947d2e0" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-29 16:12.35 ---> using "644bc905a4b4c723467d7709d79c77aaef4ff740a5c0ccc468070bae516b8a06" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 991c7a1514e7da747afe448ae9a046af3bc2497e || git fetch origin master) && git reset -q --hard 991c7a1514e7da747afe448ae9a046af3bc2497e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
1abfcdbf14..0939e07036  master     -> origin/master
991c7a1514 Merge pull request #28718 from ocaml/mseri-patch-1


<><> 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.3.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-10-29 16:12.35 ---> using "c919c7b4dc52d0f889df4f1f587e30081f3644bb520abfcf5ead9babdb80e3d9" from cache


/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
2025-10-29 16:12.35 ---> using "09e24da086ac496083d7cf05fdf03ea61e5ffca8617bd0424d276667b88a98c1" 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)
2025-10-29 16:12.35 ---> using "31d3b7066a2f1b3739c430e5a19c05085ea9869e5a6c932ef920898be66daf79" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-29 16:12.35 ---> using "2842e244b379d735e47503b7b7d4fece5a416d3d8873bed83b00aa65aa3fec59" from cache


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.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.08.1 ocaml-base-compiler.4.08.1 ocaml-config.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.11.0 seq.base sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.15.0.0 uuseg.15.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 amd64 Packages [67.8 kB]
- Fetched 159 kB in 0s (865 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-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).
2025-10-29 16:12.35 ---> using "b0f1ab63ea47b01f0eb3d1ef641946e41e32a76937e332ce4bda2809567a6f56" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 33 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install base               v0.14.3
- install bechamel           0.5.0
- install camlp-streams      5.0.1
- install cmdliner           2.0.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.11.0
- install seq                base
- install sexplib0           v0.14.0
- install stdio              v0.14.0
- install stdlib-shims       0.3.0
- install topkg              1.1.0
- install uucp               15.0.0
- install uuseg              15.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.14.3  (cached)
-> retrieved bechamel.0.5.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.0.0  (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.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 seq.base  (cached)
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdio.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> installed cmdliner.2.0.0
-> installed seq.base
-> retrieved uuseg.15.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved uucp.15.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> 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.11.0
-> installed sexplib0.v0.14.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 base.v0.14.3
-> installed uucp.15.0.0
-> installed stdio.v0.14.0
-> installed uuseg.15.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.08/share/emacs/site-lisp")
(require 'ocp-indent)


* for Vim, add this line to ~/.vimrc:
set rtp^="/home/opam/.opam/4.08/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2025-10-29 16:12.35 ---> using "da4faaeac26b1cdb409a3178780e09b5b47eb2fb0cabedff79ddb0ac7b9257fc" from cache


/src: (copy (src .) (dst /src))
2025-10-29 16:12.37 ---> saved as "83872b578e9f6f29c587330c31f0d3967c16fe774a3a4ff6f59bb66d09dee084"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/unit/dune", line 2, characters 7-16:
2 |  (name test_unit)
^^^^^^^^^
(cd _build/default/test/unit && ./test_unit.exe)
Testing `ocamlformat'.
This run has ID `F5PQH9RO'.


................................................................................
................................................................................
.............................F..............


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        Fmt_ast                                0   updated AST.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT updated AST: x
ASSERT updated AST: 1_2
ASSERT updated AST: 12l
ASSERT updated AST: 'a'
ASSERT updated AST: '\n'
ASSERT updated AST: "a\013"
ASSERT updated AST: {|a|}
ASSERT updated AST: 12e1
ASSERT updated AST: let rec x = 1 and y = 2 in ()
ASSERT updated AST: let x = 1 and y = 2 in ()
ASSERT updated AST: fun x y : a -> function 1 -> 1
ASSERT updated AST: f a ~b ?c
ASSERT updated AST: match () with () -> () | () -> ()
ASSERT updated AST: try () with () -> () | () -> ()
ASSERT updated AST: ((), ())
ASSERT updated AST: Some (); None
ASSERT updated AST: `Some (); `None
ASSERT updated AST: { a = 1; b : float = 2 }, { r with a }
ASSERT updated AST: a.x
ASSERT updated AST: a.x <- 1
ASSERT updated AST: [| 1; 2 |]
ASSERT updated AST: [ 1; 2 ]
ASSERT updated AST: if a then b else if c then d else e
ASSERT updated AST: a; b
ASSERT updated AST: while a do b done
ASSERT updated AST: for a = b to c do d done
ASSERT updated AST: (a : b)
ASSERT updated AST: (a : b :> c)
ASSERT updated AST: a#b
ASSERT updated AST: x <- 2
ASSERT updated AST: {<x = 1>}
ASSERT updated AST: let module M = struct end in ()
ASSERT updated AST: let exception E in ()
ASSERT updated AST: assert ()
ASSERT updated AST: lazy 1
ASSERT updated AST: object val x = 1 end
ASSERT updated AST: (module M)
ASSERT updated AST: (module M : S)
ASSERT updated AST: let open M in 1
ASSERT updated AST: M.(1)
ASSERT updated AST: let+ x = 1 and+ y = 2 in ()
ASSERT updated AST: [%extension 1]
ASSERT updated AST: function _ -> .
ASSERT updated AST: _
ASSERT updated AST: begin () end
FAIL updated AST: begin () end


Expected: `"begin\n  ()\nend"'
Received: `"begin () end"'


Raised at file "src/alcotest-engine/test.ml", line 216, characters 4-261
Called from file "test/unit/test_fmt_ast.ml", line 117, characters 8-60
Called from file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `/src/_build/default/test/unit/_build/_tests/ocamlformat/Fmt_ast.000.output'.
──────────────────────────────────────────────────────────────────────────────


Full test results in `/src/_build/default/test/unit/_build/_tests/ocamlformat'.
1 failure! in 0.028s. 204 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-10-29 16:12.46: Job failed: Failed: Build failed