2026-05-16 14:01.49: 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 9268f646a38498632a770efccdc826768b06c031 || git fetch origin master) && git reset -q --hard 9268f646a38498632a770efccdc826768b06c031 && 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-05-16 14:01.49: Waiting for resource in pool docker
2026-05-16 14:18.10: Got resource from pool docker
2026-05-16 14:18.10: Checking out commit 7948d888. To reproduce:
git clone --recursive "/var/lib/git/repos/bruit" -b "main" && cd "bruit" && git reset --hard 7948d888
2026-05-16 14:18.10: Exec: "cp" "-a" "--" "/var/lib/git/repos/bruit/.git"
"/tmp/git-checkout2b9edb33"
2026-05-16 14:18.10: Exec: "git" "-C" "/tmp/git-checkout2b9edb33" "submodule"
"deinit" "--force" "--all"
2026-05-16 14:18.10: Exec: "git" "-C" "/tmp/git-checkout2b9edb33" "reset"
"--hard" "-q" "7948d888622ff448b134cd342acc82687a4eb6f1"
2026-05-16 14:18.10: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout2b9edb33" "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 9268f646a38498632a770efccdc826768b06c031 || git fetch origin master) && git reset -q --hard 9268f646a38498632a770efccdc826768b06c031 && 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-05-16 14:18.10: Exec: "docker" "build" "--" "/tmp/git-checkout2b9edb33"
#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 .dockerignore
#4 transferring context: 44B done
#4 DONE 0.0s
#5 [internal] load build definition from Dockerfile
#5 transferring dockerfile: 950B 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 9268f646a38498632a770efccdc826768b06c031 || git fetch origin master) && git reset -q --hard 9268f646a38498632a770efccdc826768b06c031 && git log --no-decorate -n1 --oneline && opam update -u
#10 31.46 9268f646a3 Add: cmdliner.2.1.1
#10 31.76
#10 31.76 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#10 36.56 [default] synchronised from git+file:///home/opam/opam-repository
#10 47.18
#10 51.92 Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
#10 51.92
#10 51.92 The following packages are not being upgraded because the new versions conflict with other installed packages:
#10 51.92 - ocaml.5.6.0
#10 51.92 - ocaml-compiler.5.6
#10 51.92 -- ocaml-base-compiler.5.5.0~beta1 is installed and requires ocaml-compiler = 5.5.0~beta1
#10 51.92 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
#10 51.92 Nothing to do.
#10 51.92 # Run eval $(opam env) to update the current shell environment
#10 DONE 53.9s
#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.362 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.362 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
#11 5.208 # No extra OS packages requirements found.
#11 19.61 The following actions will be performed:
#11 19.61 - install dune 3.22.2
#11 19.61
#11 19.61 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 21.05 -> retrieved dune.3.22.2 (cached)
#11 56.31 -> installed dune.3.22.2
#11 56.80 Done.
#11 56.80 # Run eval $(opam env) to update the current shell environment
#11 DONE 62.2s
#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.407 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.407 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
#13 5.386 # No extra OS packages requirements found.
#13 19.56 The following actions will be performed:
#13 19.56 - install dune-build-info 3.22.2 [required by ocamlformat-lib]
#13 19.56 - install ocamlbuild 0.16.1 [required by fpath, astring, uuseg]
#13 19.56 - install ocaml_intrinsics_kernel v0.17.1 [required by base]
#13 19.56 - install either 1.0.0 [required by ocamlformat-lib]
#13 19.56 - install menhirLib 20260209 [required by ocamlformat-lib]
#13 19.56 - install ocaml-version 4.1.0 [required by ocamlformat-lib]
#13 19.56 - install csexp 1.5.2 [required by ocamlformat]
#13 19.56 - install menhirSdk 20260209 [required by ocamlformat-lib]
#13 19.56 - install menhirGLR 20260209 [required by menhir]
#13 19.56 - install cmdliner 2.1.1 [required by ocamlformat]
#13 19.56 - install camlp-streams 5.0.1 [required by ocamlformat-lib]
#13 19.56 - install sexplib0 v0.17.0 [required by base]
#13 19.56 - install fix 20250919 [required by ocamlformat-lib]
#13 19.56 - install ocamlfind 1.9.8 [required by ocp-indent, astring, fpath, uuseg]
#13 19.56 - install re 1.14.0 [required by ocamlformat]
#13 19.56 - install menhirCST 20260209 [required by menhir]
#13 19.56 - install dune-configurator 3.22.2 [required by base]
#13 19.56 - install topkg 1.1.1 [required by fpath, astring, uuseg]
#13 19.56 - install ocp-indent 1.9.0 [required by ocamlformat-lib]
#13 19.56 - install menhir 20260209 [required by ocamlformat-lib]
#13 19.56 - install base v0.17.3 [required by ocamlformat-lib]
#13 19.56 - install uutf 1.0.4 [required by ocamlformat-lib]
#13 19.56 - install uucp 17.0.0 [required by uuseg]
#13 19.56 - install astring 0.8.5 [required by ocamlformat-lib]
#13 19.56 - install stdio v0.17.0 [required by ocamlformat-lib]
#13 19.56 - install uuseg 17.0.0 [required by ocamlformat-lib]
#13 19.56 - install fpath 0.7.3 [required by ocamlformat-lib]
#13 19.56 - install ocamlformat-lib 0.28.1 [required by ocamlformat]
#13 19.56 - install ocamlformat 0.28.1
#13 19.56 ===== 29 to install =====
#13 19.56
#13 19.56 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 19.61 -> retrieved astring.0.8.5 (cached)
#13 19.63 -> retrieved camlp-streams.5.0.1 (cached)
#13 22.51 -> retrieved base.v0.17.3 (cached)
#13 22.55 -> retrieved cmdliner.2.1.1 (cached)
#13 22.60 -> retrieved csexp.1.5.2 (cached)
#13 22.64 -> retrieved either.1.0.0 (cached)
#13 22.75 -> retrieved fix.20250919 (cached)
#13 22.78 -> retrieved fpath.0.7.3 (cached)
#13 22.97 -> retrieved menhir.20260209 (cached)
#13 23.02 -> installed camlp-streams.5.0.1
#13 23.06 -> installed csexp.1.5.2
#13 23.31 -> retrieved menhirCST.20260209 (cached)
#13 23.67 -> installed either.1.0.0
#13 23.83 -> retrieved menhirGLR.20260209 (cached)
#13 24.79 -> retrieved dune-configurator.3.22.2 (cached)
#13 25.69 -> retrieved dune-build-info.3.22.2 (cached)
#13 26.35 -> installed fix.20250919
#13 26.92 -> installed menhirCST.20260209
#13 28.98 -> retrieved menhirLib.20260209 (cached)
#13 29.10 -> retrieved menhirSdk.20260209 (cached)
#13 29.12 -> retrieved ocaml-version.4.1.0 (cached)
#13 29.30 -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
#13 29.38 -> retrieved ocamlbuild.0.16.1 (cached)
#13 29.48 -> retrieved ocamlfind.1.9.8 (cached)
#13 29.66 -> installed cmdliner.2.1.1
#13 29.71 -> installed dune-build-info.3.22.2
#13 29.74 -> installed dune-configurator.3.22.2
#13 29.84 -> installed menhirGLR.20260209
#13 29.88 -> installed ocaml-version.4.1.0
#13 29.93 -> retrieved ocp-indent.1.9.0 (cached)
#13 30.19 -> retrieved ocamlformat-lib.0.28.1 (cached)
#13 30.23 -> installed menhirSdk.20260209
#13 30.27 -> installed menhirLib.20260209
#13 30.58 -> retrieved ocamlformat.0.28.1 (cached)
#13 30.75 -> installed ocaml_intrinsics_kernel.v0.17.1
#13 30.76 -> retrieved re.1.14.0 (cached)
#13 30.77 -> retrieved sexplib0.v0.17.0 (cached)
#13 30.79 -> retrieved stdio.v0.17.0 (cached)
#13 30.83 -> retrieved topkg.1.1.1 (cached)
#13 30.86 -> retrieved uuseg.17.0.0 (cached)
#13 30.86 -> retrieved uutf.1.0.4 (cached)
#13 30.93 -> retrieved uucp.17.0.0 (cached)
#13 33.04 -> installed ocamlfind.1.9.8
#13 34.97 -> installed re.1.14.0
#13 36.21 -> installed ocamlbuild.0.16.1
#13 36.61 -> installed ocp-indent.1.9.0
#13 36.87 -> installed sexplib0.v0.17.0
#13 40.63 -> installed topkg.1.1.1
#13 41.97 -> installed astring.0.8.5
#13 42.20 -> installed menhir.20260209
#13 42.94 -> installed fpath.0.7.3
#13 43.88 -> installed uutf.1.0.4
#13 47.08 -> installed base.v0.17.3
#13 47.45 -> installed stdio.v0.17.0
#13 58.14 -> installed uucp.17.0.0
#13 60.35 -> installed uuseg.17.0.0
#13 70.58 -> installed ocamlformat-lib.0.28.1
#13 73.26 -> installed ocamlformat.0.28.1
#13 75.16 Done.
#13 75.16
#13 75.16 <><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
#13 75.16 => This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
#13 75.16
#13 75.16 * for Emacs, add these lines to ~/.emacs:
#13 75.16 (add-to-list 'load-path "/home/opam/.opam/5.3/share/emacs/site-lisp")
#13 75.16 (require 'ocp-indent)
#13 75.16
#13 75.16 * for Vim, add this line to ~/.vimrc:
#13 75.16 set rtp^="/home/opam/.opam/5.3/share/ocp-indent/vim"
#13 75.16 # Run eval $(opam env) to update the current shell environment
#13 DONE 78.7s
#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 10.6s done
#16 writing image sha256:9b643fda85f0c1034ecf6f0be097dda9b98ab0bfa169a5cd2587adc3181f39f8 done
#16 DONE 10.6s
2026-05-16 14:21.37: Job succeeded