Organisationsocaml-ppxocamlformat159d51 ()debian-12-5.4~alpha1_opam-2.4

debian-12-5.4~alpha1_opam-2.4

Link Copied
Code Copied

Logs

2025-07-31 07:30.52: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2714/head (159d5182219d337956ad3eaeac1b3dfa9934bddb) (linux-x86_64:debian-12-5.4~alpha1_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2714/head" && git reset --hard 159d5182
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f
# debian-12-5.4~alpha1_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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.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.1.3.0 csexp.1.5.2 dune.3.19.1 dune-build-info.3.19.1 dune-configurator.3.19.1 either.1.0.0 fix.20250428 fmt.0.11.0 fpath.0.7.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.8.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.16.0.0 uuseg.16.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-07-31 07:30.52: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f-debian-12-5.4~alpha1_opam-2.4-808a5f72ee219d912f2302433a0f999e"
2025-07-31 07:30.52: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f)
(comment debian-12-5.4~alpha1_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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.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.1.3.0 csexp.1.5.2 dune.3.19.1 dune-build-info.3.19.1 dune-configurator.3.19.1 either.1.0.0 fix.20250428 fmt.0.11.0 fpath.0.7.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.8.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.16.0.0 uuseg.16.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-07-31 07:30.52: Waiting for resource in pool OCluster
2025-07-31 10:05.56: Waiting for worker…
2025-07-31 10:06.54: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 159d5182 effects keyword can be an attribute id


(from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f' locally
docker.io/ocaml/opam@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f: Pulling from ocaml/opam
2b437dab448b: Already exists
73f5023d201e: Pulling fs layer
c7e08a470be9: Pulling fs layer
17d892f8c50d: Pulling fs layer
beb2b0e77342: Pulling fs layer
2fc7df026315: Pulling fs layer
82e0876f284f: Pulling fs layer
8fc95318733e: Pulling fs layer
32329d06c123: Pulling fs layer
17d892f8c50d: Waiting
c7e08a470be9: Waiting
beb2b0e77342: Waiting
32329d06c123: Waiting
2fc7df026315: Waiting
8fc95318733e: Waiting
82e0876f284f: Waiting
73f5023d201e: Verifying Checksum
73f5023d201e: Download complete
73f5023d201e: Pull complete
c7e08a470be9: Download complete
c7e08a470be9: Pull complete
17d892f8c50d: Download complete
17d892f8c50d: Pull complete
beb2b0e77342: Verifying Checksum
beb2b0e77342: Download complete
beb2b0e77342: Pull complete
2fc7df026315: Verifying Checksum
2fc7df026315: Download complete
82e0876f284f: Verifying Checksum
82e0876f284f: Download complete
8fc95318733e: Download complete
32329d06c123: Verifying Checksum
32329d06c123: Download complete
2fc7df026315: Pull complete
82e0876f284f: Pull complete
8fc95318733e: Pull complete
32329d06c123: Pull complete
Digest: sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f
Status: Downloaded newer image for ocaml/opam@sha256:f782b5adcd57a881c4812f01911b82b6997568fca3d801ce1a05e6250f85951f
2025-07-31 10:06.54 ---> using "f9bf87bd7a786def931815571339489e7d274cd0199367b2207766d63f4b2e6c" from cache


/: (comment debian-12-5.4~alpha1_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-07-31 10:06.54 ---> using "17feeb5d96c1a4c0923d327d264d90339a711f0b6cc9cf6591f724a389cdd7fa" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com"
[default] Initialised
2025-07-31 10:06.54 ---> using "1be101c159320980a9ef25c41b355e005461ff6f7bdec024ba90bee83ede98eb" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.4.0~alpha1
2.4.1
2025-07-31 10:06.54 ---> using "fd3ef26a1cbaea74def7341648eb03a84483678b2b849c2b2973afc41339e098" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-31 10:06.54 ---> using "39e28896cb336a9d18b0bb76742105fb522a95cd213d88326fad3e03a7df2b50" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))
e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 10:06.54 ---> using "eedc8f6fa6cae9192976125bba8c877706864c61aa8b9a30380e97ffbbd63f84" from cache


/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
2025-07-31 10:06.54 ---> using "62d35b3f4f588ae90e94a6f5120fec6791faf3cf08fdbbe5df4529f8ef681944" 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-07-31 10:06.54 ---> using "8f3805ad7c3a78c65380afaa691dc8c8f512650614c760a209fa3083b4fb0f53" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 10:06.54 ---> using "82b14c1b22ced0d05653e4fc4e3bd26e1cee18bbfaaeb42a4b60854bcb3ba3ab" from cache


/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.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.1.3.0 csexp.1.5.2 dune.3.19.1 dune-build-info.3.19.1 dune-configurator.3.19.1 either.1.0.0 fix.20250428 fmt.0.11.0 fpath.0.7.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.8.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.16.0.0 uuseg.16.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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [19.6 kB]
- Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]
- Fetched 402 kB in 0s (1406 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlformat.dev] synchronised (file:///src)
[ocamlformat-bench.dev] synchronised (file:///src)
[ocamlformat-lib.dev] synchronised (file:///src)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0~alpha1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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).
2025-07-31 10:06.54 ---> using "e633d3bffc6d76e23023537a80dba878556ab1b35f5cefc0c43d953a94f6b298" 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-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0~alpha1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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 35 packages
- install alcotest                1.9.0
- install astring                 0.8.5
- install base                    v0.17.3
- install base-bytes              base
- install bechamel                0.5.0
- install camlp-streams           5.0.1
- install cmdliner                1.3.0
- install csexp                   1.5.2
- install dune                    3.19.1
- install dune-build-info         3.19.1
- install dune-configurator       3.19.1
- install either                  1.0.0
- install fix                     20250428
- install fmt                     0.11.0
- install fpath                   0.7.3
- install menhir                  20240715
- install menhirCST               20240715
- install menhirLib               20240715
- install menhirSdk               20240715
- install ocaml-syntax-shims      1.0.0
- install ocaml-version           4.0.1
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild              0.16.1
- install ocamlfind               1.9.8
- install ocp-indent              1.8.1
- install re                      1.13.2
- install seq                     base
- install sexplib0                v0.17.0
- install stdio                   v0.17.0
- install stdlib-shims            0.3.0
- install topkg                   1.1.0
- install uucp                    16.0.0
- install uuseg                   16.0.0
- install uutf                    1.0.4
- install yojson                  3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0  (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.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fix.20250428  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.1  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.19.1, dune-build-info.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved seq.base  (cached)
-> retrieved ocp-indent.1.8.1  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uuseg.16.0.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved uucp.16.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> 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.19.1
-> installed bechamel.0.5.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20250428
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.1
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocp-indent.1.8.1
-> installed re.1.13.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed dune-build-info.3.19.1
-> installed alcotest.1.9.0
-> installed dune-configurator.3.19.1
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed uucp.16.0.0
-> installed uuseg.16.0.0
-> installed menhir.20240715
Done.


<><> ocp-indent.1.8.1 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~alpha1/share/emacs/site-lisp")
(require 'ocp-indent)


* for Vim, add this line to ~/.vimrc:
set rtp^="/home/opam/.opam/5.4~alpha1/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2025-07-31 10:06.54 ---> using "8059a4c01c44f505caf4fdb56882a38c9f63554b3a81e0f24f57e8789e6a1055" from cache


/src: (copy (src .) (dst /src))
2025-07-31 10:06.56 ---> saved as "ea02edf4f65e4f7422b7bf3b110363d00cd15250ebe43c2ba848f2570edb9362"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocamlformat_ocaml_common -open Ocamlformat_stdlib -g -I lib/bin_conf/.bin_conf.objs/byte -I lib/bin_conf/.bin_conf.objs/native -I /home/opam/.opam/5.4~alpha1/lib/astring -I /home/opam/.opam/5.4~alpha1/lib/base -I /home/opam/.opam/5.4~alpha1/lib/base/base_internalhash_types -I /home/opam/.opam/5.4~alpha1/lib/base/shadow_stdlib -I /home/opam/.opam/5.4~alpha1/lib/bytes -I /home/opam/.opam/5.4~alpha1/lib/camlp-streams -I /home/opam/.opam/5.4~alpha1/lib/cmdliner -I /home/opam/.opam/5.4~alpha1/lib/dune-build-info -I /home/opam/.opam/5.4~alpha1/lib/either -I /home/opam/.opam/5.4~alpha1/lib/fpath -I /home/opam/.opam/5.4~alpha1/lib/menhirLib -I /home/opam/.opam/5.4~alpha1/lib/ocaml-version -I /home/opam/.opam/5.4~alpha1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4~alpha1/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.4~alpha1/lib/ocp-indent/lexer -I /home/opam/.opam/5.4~alpha1/lib/ocp-indent/lib -I /home/opam/.opam/5.4~alpha1/lib/ocp-indent/utils -I /home/opam/.opam/5.4~alpha1/lib/re -I /home/opam/.opam/5.4~alpha1/lib/seq -I /home/opam/.opam/5.4~alpha1/lib/sexplib0 -I /home/opam/.opam/5.4~alpha1/lib/stdio -I /home/opam/.opam/5.4~alpha1/lib/uucp -I /home/opam/.opam/5.4~alpha1/lib/uuseg -I lib/.ocamlformat_lib.objs/byte -I lib/.ocamlformat_lib.objs/native -I vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I vendor/ocaml-common/.ocamlformat_ocaml_common.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I vendor/ocamlformat_support/.ocamlformat_format.objs/native -I vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I vendor/odoc-parser/.ocamlformat_odoc_parser.objs/native -I vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I vendor/parser-extended/.ocamlformat_parser_extended.objs/native -I vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I vendor/parser-shims/.ocamlformat_parser_shims.objs/native -I vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/native -I vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -I vendor/parser-standard/.ocamlformat_parser_standard.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Bin_conf__ -o lib/bin_conf/.bin_conf.objs/native/bin_conf.cmx -c -impl lib/bin_conf/Bin_conf.ml)
File "lib/bin_conf/Bin_conf.ml", lines 526-530, characters 6-35:
526 | ......{ out_string= (fun _ _ _ -> ())
527 |       ; out_flush= (fun () -> ())
528 |       ; out_newline= (fun () -> ())
529 |       ; out_spaces= (fun _ -> ())
530 |       ; out_indent= (fun _ -> ()) }..
Error: Some record fields are undefined: out_width
(cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocamlformat_ocaml_common -open Ocamlformat_stdlib -g -bin-annot -bin-annot-occurrences -I lib/bin_conf/.bin_conf.objs/byte -I /home/opam/.opam/5.4~alpha1/lib/astring -I /home/opam/.opam/5.4~alpha1/lib/base -I /home/opam/.opam/5.4~alpha1/lib/base/base_internalhash_types -I /home/opam/.opam/5.4~alpha1/lib/base/shadow_stdlib -I /home/opam/.opam/5.4~alpha1/lib/bytes -I /home/opam/.opam/5.4~alpha1/lib/camlp-streams -I /home/opam/.opam/5.4~alpha1/lib/cmdliner -I /home/opam/.opam/5.4~alpha1/lib/dune-build-info -I /home/opam/.opam/5.4~alpha1/lib/either -I /home/opam/.opam/5.4~alpha1/lib/fpath -I /home/opam/.opam/5.4~alpha1/lib/menhirLib -I /home/opam/.opam/5.4~alpha1/lib/ocaml-version -I /home/opam/.opam/5.4~alpha1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4~alpha1/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.4~alpha1/lib/ocp-indent/lexer -I /home/opam/.opam/5.4~alpha1/lib/ocp-indent/lib -I /home/opam/.opam/5.4~alpha1/lib/ocp-indent/utils -I /home/opam/.opam/5.4~alpha1/lib/re -I /home/opam/.opam/5.4~alpha1/lib/seq -I /home/opam/.opam/5.4~alpha1/lib/sexplib0 -I /home/opam/.opam/5.4~alpha1/lib/stdio -I /home/opam/.opam/5.4~alpha1/lib/uucp -I /home/opam/.opam/5.4~alpha1/lib/uuseg -I lib/.ocamlformat_lib.objs/byte -I vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Bin_conf__ -o lib/bin_conf/.bin_conf.objs/byte/bin_conf.cmo -c -impl lib/bin_conf/Bin_conf.ml)
File "lib/bin_conf/Bin_conf.ml", lines 526-530, characters 6-35:
526 | ......{ out_string= (fun _ _ _ -> ())
527 |       ; out_flush= (fun () -> ())
528 |       ; out_newline= (fun () -> ())
529 |       ; out_spaces= (fun _ -> ())
530 |       ; out_indent= (fun _ -> ()) }..
Error: Some record fields are undefined: out_width
(cd _build/default/test/unit && ./test_unit.exe)
Testing `ocamlformat'.
This run has ID `K3CZFRM3'.


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


"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-07-31 10:07.02: Job failed: Failed: Build failed