Build:
  1. 3
  2. 2
  3. 1
  4. 0
2026-07-08 11:11.51: New job: test local/bruit 7948d888622ff448b134cd342acc82687a4eb6f1 ((lint-fmt))
Base: ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
ocamlformat version: version 0.28.1 (from opam)

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "/var/lib/git/repos/bruit" -b "main" && cd "bruit" && git reset --hard 7948d888
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
USER 1000:1000
RUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline && opam update -u
RUN opam depext -i dune
WORKDIR /src
RUN opam depext -i ocamlformat=0.28.1
COPY --chown=1000:1000 . /src/
RUN opam exec -- dune build @fmt --ignore-promoted-rules || (echo "dune build @fmt failed"; exit 2)
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-07-08 11:11.51: Waiting for resource in pool docker
2026-07-08 11:18.13: Got resource from pool docker
2026-07-08 11:18.13: Checking out commit 7948d888. To reproduce:
                       git clone --recursive "/var/lib/git/repos/bruit" -b "main" && cd "bruit" && git reset --hard 7948d888
2026-07-08 11:18.13: Exec: "cp" "-a" "--" "/var/lib/git/repos/bruit/.git" 
                           "/tmp/git-checkout3d4486d1"
2026-07-08 11:18.13: Exec: "git" "-C" "/tmp/git-checkout3d4486d1" "submodule" 
                           "deinit" "--force" "--all"
2026-07-08 11:18.13: Exec: "git" "-C" "/tmp/git-checkout3d4486d1" "reset" 
                           "--hard" "-q" "7948d888622ff448b134cd342acc82687a4eb6f1"
2026-07-08 11:18.14: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout3d4486d1" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
Writing BuildKit Dockerfile:
# syntax = docker/dockerfile:experimental@sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664
FROM ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
USER 1000:1000
RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline && opam update -u
RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam depext -i dune
WORKDIR /src
RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam depext -i ocamlformat=0.28.1
COPY --chown=1000:1000 . /src/
RUN opam exec -- dune build @fmt --ignore-promoted-rules || (echo "dune build @fmt failed"; exit 2)

2026-07-08 11:18.14: Exec: "docker" "build" "--" "/tmp/git-checkout3d4486d1"
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 950B done
#1 DONE 0.0s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:experimental@sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664
#2 DONE 0.0s

#3 docker-image://docker.io/docker/dockerfile:experimental@sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664
#3 CACHED

#4 [internal] load build definition from Dockerfile
#4 transferring dockerfile: 950B done
#4 DONE 0.0s

#5 [internal] load .dockerignore
#5 transferring context: 44B done
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
#6 DONE 0.0s

#7 [internal] settings cache mount permissions
#7 CACHED

#8 [stage-0 1/7] FROM docker.io/ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
#8 CACHED

#9 [internal] load build context
#9 transferring context: 26.54kB done
#9 DONE 0.0s

#10 [stage-0 2/7] RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline && opam update -u
#10 3.734 From https://github.com/ocaml/opam-repository
#10 3.734  * branch                  master     -> FETCH_HEAD
#10 3.784    fc08333d1b..bc64c70f83  master     -> origin/master
#10 45.57 8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0
#10 45.90 
#10 45.90 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#10 52.04 [default] synchronised from git+file:///home/opam/opam-repository
#10 62.51 
#10 66.70 The following actions will be performed:
#10 66.70   - recompile ocaml-compiler      5.3.0  [upstream or system changes]
#10 66.70   - recompile ocaml-base-compiler 5.3.0* [uses ocaml-compiler]
#10 66.70   - recompile ocaml-config        3      [uses ocaml-base-compiler]
#10 66.70   - recompile ocaml               5.3.0  [upstream or system changes]
#10 66.70   - recompile opam-depext         1.2.3  [uses ocaml]
#10 66.70   - recompile base-effects        base   [uses ocaml]
#10 66.70   - recompile base-domains        base   [uses ocaml]
#10 66.70   - recompile base-nnp            base   [uses base-domains]
#10 66.70 ===== 8 to recompile =====
#10 66.78 
#10 66.78 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 67.08 -> retrieved ocaml-config.3  (2 extra sources)
#10 67.17 -> retrieved opam-depext.1.2.3  (https://opam.ocaml.org/cache)
#10 69.12 -> retrieved ocaml-compiler.5.3.0  (https://opam.ocaml.org/cache)
#10 215.9 -> removed   base-effects.base
#10 215.9 -> removed   base-nnp.base
#10 215.9 -> removed   base-domains.base
#10 215.9 -> removed   opam-depext.1.2.3
#10 216.0 -> removed   ocaml.5.3.0
#10 216.0 -> removed   ocaml-config.3
#10 216.0 -> removed   ocaml-base-compiler.5.3.0
#10 218.1 -> removed   ocaml-compiler.5.3.0
#10 220.4 -> installed ocaml-compiler.5.3.0
#10 220.4 -> installed ocaml-base-compiler.5.3.0
#10 220.4 -> installed ocaml-config.3
#10 220.5 -> installed ocaml.5.3.0
#10 220.5 -> installed base-domains.base
#10 220.5 -> installed base-effects.base
#10 220.6 -> installed base-nnp.base
#10 221.1 -> installed opam-depext.1.2.3
#10 221.7 Done.
#10 221.7 
#10 221.7 <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
#10 221.7 => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
#10 221.7 # Run eval $(opam env) to update the current shell environment
#10 DONE 224.0s

#11 [stage-0 3/7] RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam depext -i dune
#11 0.450 Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
#11 0.450 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
#11 4.701 # No extra OS packages requirements found.
#11 18.13 The following actions will be performed:
#11 18.13   - install dune 3.24.0
#11 18.13 
#11 18.13 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 19.55 -> retrieved dune.3.24.0  (cached)
#11 57.54 -> installed dune.3.24.0
#11 57.98 Done.
#11 57.98 # Run eval $(opam env) to update the current shell environment
#11 DONE 59.7s

#12 [stage-0 4/7] WORKDIR /src
#12 DONE 0.0s

#13 [stage-0 5/7] RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam depext -i ocamlformat=0.28.1
#13 0.389 Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
#13 0.389 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
#13 4.805 # No extra OS packages requirements found.
#13 18.44 The following actions will be performed:
#13 18.44   - install ocaml_intrinsics_kernel v0.17.2  [required by base]
#13 18.44   - install ocamlbuild              0.16.1   [required by fpath, astring, uuseg]
#13 18.44   - install either                  1.0.0    [required by ocamlformat-lib]
#13 18.44   - install menhirLib               20260209 [required by ocamlformat-lib]
#13 18.44   - install ocaml-version           4.1.3    [required by ocamlformat-lib]
#13 18.44   - install csexp                   1.5.2    [required by ocamlformat]
#13 18.44   - install menhirSdk               20260209 [required by ocamlformat-lib]
#13 18.44   - install menhirGLR               20260209 [required by menhir]
#13 18.44   - install cmdliner                2.1.1    [required by ocamlformat]
#13 18.44   - install camlp-streams           5.0.1    [required by ocamlformat-lib]
#13 18.44   - install sexplib0                v0.17.0  [required by base]
#13 18.44   - install fix                     20250919 [required by ocamlformat-lib]
#13 18.44   - install ocamlfind               1.9.8    [required by ocp-indent, astring, fpath, uuseg]
#13 18.44   - install re                      1.14.0   [required by ocamlformat]
#13 18.44   - install dune-build-info         3.24.0   [required by ocamlformat-lib]
#13 18.44   - install menhirCST               20260209 [required by menhir]
#13 18.44   - install dune-configurator       3.24.0   [required by base]
#13 18.44   - install topkg                   1.1.1    [required by fpath, astring, uuseg]
#13 18.44   - install ocp-indent              1.9.0    [required by ocamlformat-lib]
#13 18.44   - install menhir                  20260209 [required by ocamlformat-lib]
#13 18.44   - install base                    v0.17.3  [required by ocamlformat-lib]
#13 18.44   - install uutf                    1.0.4    [required by ocamlformat-lib]
#13 18.44   - install uucp                    17.0.0   [required by uuseg]
#13 18.44   - install astring                 0.8.5    [required by ocamlformat-lib]
#13 18.44   - install stdio                   v0.17.0  [required by ocamlformat-lib]
#13 18.44   - install uuseg                   17.0.0   [required by ocamlformat-lib]
#13 18.44   - install fpath                   0.7.3    [required by ocamlformat-lib]
#13 18.44   - install ocamlformat-lib         0.28.1   [required by ocamlformat]
#13 18.44   - install ocamlformat             0.28.1
#13 18.44 ===== 29 to install =====
#13 18.44 
#13 18.44 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 18.50 -> retrieved astring.0.8.5  (cached)
#13 18.52 -> retrieved camlp-streams.5.0.1  (cached)
#13 21.26 -> retrieved base.v0.17.3  (cached)
#13 21.30 -> retrieved cmdliner.2.1.1  (cached)
#13 21.33 -> retrieved csexp.1.5.2  (cached)
#13 21.36 -> retrieved either.1.0.0  (cached)
#13 21.42 -> retrieved fix.20250919  (cached)
#13 21.46 -> retrieved fpath.0.7.3  (cached)
#13 21.71 -> retrieved menhir.20260209  (cached)
#13 21.82 -> installed camlp-streams.5.0.1
#13 21.85 -> installed csexp.1.5.2
#13 22.07 -> retrieved menhirCST.20260209  (cached)
#13 22.24 -> installed either.1.0.0
#13 22.52 -> retrieved menhirGLR.20260209  (cached)
#13 22.79 -> retrieved menhirLib.20260209  (cached)
#13 23.74 -> retrieved dune-build-info.3.24.0  (cached)
#13 24.56 -> retrieved dune-configurator.3.24.0  (cached)
#13 25.17 -> installed fix.20250919
#13 25.77 -> installed menhirCST.20260209
#13 26.75 -> retrieved menhirSdk.20260209  (cached)
#13 26.93 -> retrieved ocamlbuild.0.16.1  (cached)
#13 26.94 -> retrieved ocaml-version.4.1.3  (https://opam.ocaml.org/cache)
#13 26.97 -> retrieved ocaml_intrinsics_kernel.v0.17.2  (https://opam.ocaml.org/cache)
#13 27.02 -> installed cmdliner.2.1.1
#13 27.03 -> installed dune-build-info.3.24.0
#13 27.06 -> installed menhirGLR.20260209
#13 27.08 -> installed dune-configurator.3.24.0
#13 27.12 -> retrieved ocamlfind.1.9.8  (cached)
#13 27.22 -> retrieved ocp-indent.1.9.0  (cached)
#13 27.28 -> retrieved re.1.14.0  (cached)
#13 27.34 -> retrieved sexplib0.v0.17.0  (cached)
#13 27.37 -> retrieved stdio.v0.17.0  (cached)
#13 27.49 -> retrieved topkg.1.1.1  (cached)
#13 27.78 -> retrieved ocamlformat.0.28.1  (cached)
#13 27.80 -> installed menhirSdk.20260209
#13 27.99 -> retrieved ocamlformat-lib.0.28.1  (cached)
#13 28.04 -> installed menhirLib.20260209
#13 28.13 -> installed ocaml-version.4.1.3
#13 28.14 -> retrieved uucp.17.0.0  (cached)
#13 28.15 -> retrieved uuseg.17.0.0  (cached)
#13 28.21 -> installed ocaml_intrinsics_kernel.v0.17.2
#13 28.22 -> retrieved uutf.1.0.4  (cached)
#13 30.99 -> installed ocamlfind.1.9.8
#13 33.03 -> installed re.1.14.0
#13 34.33 -> installed ocamlbuild.0.16.1
#13 34.82 -> installed ocp-indent.1.9.0
#13 35.07 -> installed sexplib0.v0.17.0
#13 39.27 -> installed topkg.1.1.1
#13 39.89 -> installed menhir.20260209
#13 40.66 -> installed astring.0.8.5
#13 41.63 -> installed uutf.1.0.4
#13 42.34 -> installed fpath.0.7.3
#13 45.15 -> installed base.v0.17.3
#13 45.49 -> installed stdio.v0.17.0
#13 56.18 -> installed uucp.17.0.0
#13 58.32 -> installed uuseg.17.0.0
#13 68.40 -> installed ocamlformat-lib.0.28.1
#13 70.69 -> installed ocamlformat.0.28.1
#13 72.35 Done.
#13 72.35 
#13 72.35 <><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
#13 72.35 => This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
#13 72.35 
#13 72.35    * for Emacs, add these lines to ~/.emacs:
#13 72.35      (add-to-list 'load-path "/home/opam/.opam/5.3/share/emacs/site-lisp")
#13 72.35      (require 'ocp-indent)
#13 72.35 
#13 72.35    * for Vim, add this line to ~/.vimrc:
#13 72.35      set rtp^="/home/opam/.opam/5.3/share/ocp-indent/vim"
#13 72.35 # Run eval $(opam env) to update the current shell environment
#13 DONE 74.4s

#14 [stage-0 6/7] COPY --chown=1000:1000 . /src/
#14 DONE 0.0s

#15 [stage-0 7/7] RUN opam exec -- dune build @fmt --ignore-promoted-rules || (echo "dune build @fmt failed"; exit 2)
#15 DONE 0.3s

#16 exporting to image
#16 exporting layers
#16 exporting layers 13.5s done
#16 writing image sha256:c0327e628518ac510142b3f57ee6368a0a1a4383442e508746ffb3cf001abe92 done
#16 DONE 13.5s
2026-07-08 11:24.26: Job succeeded