2026-04-30 13:58.04: New job: test local/bruit 7948d888622ff448b134cd342acc82687a4eb6f1 ((lint-fmt))
Base: ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
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:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
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-04-30 13:58.04: Waiting for resource in pool docker
2026-04-30 14:01.02: Got resource from pool docker
2026-04-30 14:01.02: Checking out commit 7948d888. To reproduce:
git clone --recursive "/var/lib/git/repos/bruit" -b "main" && cd "bruit" && git reset --hard 7948d888
2026-04-30 14:01.02: Exec: "cp" "-a" "--" "/var/lib/git/repos/bruit/.git"
"/tmp/git-checkout9500df8"
2026-04-30 14:01.02: Exec: "git" "-C" "/tmp/git-checkout9500df8" "submodule"
"deinit" "--force" "--all"
2026-04-30 14:01.02: Exec: "git" "-C" "/tmp/git-checkout9500df8" "reset"
"--hard" "-q" "7948d888622ff448b134cd342acc82687a4eb6f1"
2026-04-30 14:01.02: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout9500df8" "submodule" "update"
"--recursive" "--init" "--no-fetch"
Writing BuildKit Dockerfile:
# syntax = docker/dockerfile:experimental@sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664
FROM ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
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-04-30 14:01.02: Exec: "docker" "build" "--" "/tmp/git-checkout9500df8"
#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:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
#6 DONE 0.0s
#7 [internal] settings cache mount permissions
#7 CACHED
#8 [stage-0 1/7] FROM docker.io/ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
#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 21.00 From https://github.com/ocaml/opam-repository
#10 21.00 * branch master -> FETCH_HEAD
#10 21.03 42844088d7..6eba819fc9 master -> origin/master
#10 61.04 9268f646a3 Add: cmdliner.2.1.1
#10 61.33
#10 61.33 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#10 139.8 [default] Initialised
#10 139.8 default (at git+file:///home/opam/opam-repository):
#10 139.8 [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
#10 139.8
#10 144.1
#10 146.1 Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
#10 146.1 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
#10 146.1 Nothing to do.
#10 146.1 # Run eval $(opam env) to update the current shell environment
#10 DONE 146.6s
#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 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
#11 2.500 # No extra OS packages requirements found.
#11 2.524 # All required OS packages found.
#11 2.526 # Now letting opam install the packages
#11 4.929 The following actions will be performed:
#11 4.929 - install dune 3.22.2
#11 4.929
#11 4.929 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 4.960 [dune.3.22.2] found in cache
#11 6.430
#11 6.430 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 37.68 -> installed dune.3.22.2
#11 38.10 Done.
#11 38.10 # Run eval $(opam env) to update the current shell environment
#11 DONE 38.3s
#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.298 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
#13 2.428 # No extra OS packages requirements found.
#13 2.447 # All required OS packages found.
#13 2.448 # Now letting opam install the packages
#13 4.803 The following actions will be performed:
#13 4.804 - install dune-build-info 3.22.2 [required by ocamlformat-lib]
#13 4.804 - install ocamlbuild 0.16.1 [required by fpath, astring, uuseg]
#13 4.804 - install ocaml_intrinsics_kernel v0.17.1 [required by base]
#13 4.804 - install either 1.0.0 [required by ocamlformat-lib]
#13 4.804 - install menhirLib 20260209 [required by ocamlformat-lib]
#13 4.804 - install ocaml-version 4.1.0 [required by ocamlformat-lib]
#13 4.804 - install csexp 1.5.2 [required by ocamlformat]
#13 4.804 - install menhirSdk 20260209 [required by ocamlformat-lib]
#13 4.804 - install menhirGLR 20260209 [required by menhir]
#13 4.804 - install cmdliner 2.1.1 [required by ocamlformat]
#13 4.804 - install camlp-streams 5.0.1 [required by ocamlformat-lib]
#13 4.804 - install sexplib0 v0.17.0 [required by base]
#13 4.804 - install fix 20250919 [required by ocamlformat-lib]
#13 4.804 - install ocamlfind 1.9.8 [required by ocp-indent, astring, fpath, uuseg]
#13 4.804 - install re 1.14.0 [required by ocamlformat]
#13 4.804 - install menhirCST 20260209 [required by menhir]
#13 4.804 - install dune-configurator 3.22.2 [required by base]
#13 4.804 - install topkg 1.1.1 [required by fpath, astring, uuseg]
#13 4.804 - install ocp-indent 1.9.0 [required by ocamlformat-lib]
#13 4.804 - install menhir 20260209 [required by ocamlformat-lib]
#13 4.804 - install base v0.17.3 [required by ocamlformat-lib]
#13 4.804 - install uutf 1.0.4 [required by ocamlformat-lib]
#13 4.804 - install uucp 17.0.0 [required by uuseg]
#13 4.804 - install astring 0.8.5 [required by ocamlformat-lib]
#13 4.804 - install stdio v0.17.0 [required by ocamlformat-lib]
#13 4.804 - install uuseg 17.0.0 [required by ocamlformat-lib]
#13 4.805 - install fpath 0.7.3 [required by ocamlformat-lib]
#13 4.805 - install ocamlformat-lib 0.28.1 [required by ocamlformat]
#13 4.805 - install ocamlformat 0.28.1
#13 4.805 ===== 29 to install =====
#13 4.805
#13 4.805 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 4.806 [astring.0.8.5] found in cache
#13 4.841 [camlp-streams.5.0.1] found in cache
#13 4.851 [cmdliner.2.1.1] found in cache
#13 4.866 [csexp.1.5.2] found in cache
#13 4.903 [dune-build-info.3.22.2] found in cache
#13 4.942 [dune-configurator.3.22.2] found in cache
#13 5.192 [base.v0.17.3] downloaded from cache at https://opam.ocaml.org/cache
#13 5.436 [either.1.0.0] downloaded from cache at https://opam.ocaml.org/cache
#13 6.433 [fpath.0.7.3] found in cache
#13 7.334 [menhir.20260209] found in cache
#13 7.353 [fix.20250919] downloaded from cache at https://opam.ocaml.org/cache
#13 7.371 [menhirCST.20260209] found in cache
#13 7.406 [menhirGLR.20260209] found in cache
#13 7.511 [menhirLib.20260209] found in cache
#13 7.591 [menhirSdk.20260209] found in cache
#13 7.825 [ocamlbuild.0.16.1] found in cache
#13 7.852 [ocaml-version.4.1.0] downloaded from cache at https://opam.ocaml.org/cache
#13 7.900 [ocamlfind.1.9.8] found in cache
#13 7.911 [ocaml_intrinsics_kernel.v0.17.1] downloaded from cache at https://opam.ocaml.org/cache
#13 8.170 [ocp-indent.1.9.0] downloaded from cache at https://opam.ocaml.org/cache
#13 8.233 [ocamlformat.0.28.1] downloaded from cache at https://opam.ocaml.org/cache
#13 8.278 [re.1.14.0] found in cache
#13 8.323 [sexplib0.v0.17.0] found in cache
#13 8.664 [topkg.1.1.1] found in cache
#13 8.691 [stdio.v0.17.0] downloaded from cache at https://opam.ocaml.org/cache
#13 8.911 [uuseg.17.0.0] downloaded from cache at https://opam.ocaml.org/cache
#13 8.944 [uutf.1.0.4] found in cache
#13 9.026 [uucp.17.0.0] downloaded from cache at https://opam.ocaml.org/cache
#13 9.286 [ocamlformat-lib.0.28.1] downloaded from cache at https://opam.ocaml.org/cache
#13 9.839
#13 9.839 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 15.83 -> installed camlp-streams.5.0.1
#13 15.92 -> installed csexp.1.5.2
#13 18.61 -> installed cmdliner.2.1.1
#13 18.73 -> installed dune-build-info.3.22.2
#13 18.89 -> installed either.1.0.0
#13 19.51 -> installed fix.20250919
#13 19.59 -> installed menhirCST.20260209
#13 19.89 -> installed menhirGLR.20260209
#13 20.14 -> installed menhirLib.20260209
#13 20.26 -> installed menhirSdk.20260209
#13 20.54 -> installed ocaml-version.4.1.0
#13 20.90 -> installed ocaml_intrinsics_kernel.v0.17.1
#13 22.70 -> installed re.1.14.0
#13 24.20 -> installed sexplib0.v0.17.0
#13 24.61 -> installed dune-configurator.3.22.2
#13 27.89 -> installed ocamlfind.1.9.8
#13 28.23 -> installed ocamlbuild.0.16.1
#13 31.87 -> installed ocp-indent.1.9.0
#13 34.03 -> installed menhir.20260209
#13 38.54 -> installed base.v0.17.3
#13 38.97 -> installed topkg.1.1.1
#13 39.28 -> installed stdio.v0.17.0
#13 40.08 -> installed uutf.1.0.4
#13 40.39 -> installed astring.0.8.5
#13 41.29 -> installed fpath.0.7.3
#13 56.20 -> installed uucp.17.0.0
#13 58.23 -> installed uuseg.17.0.0
#13 71.50 -> installed ocamlformat-lib.0.28.1
#13 75.10 -> installed ocamlformat.0.28.1
#13 78.65 Done.
#13 78.65
#13 78.65 <><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
#13 78.65 => This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
#13 78.65
#13 78.65 * for Emacs, add these lines to ~/.emacs:
#13 78.65 (add-to-list 'load-path "/home/opam/.opam/5.3/share/emacs/site-lisp")
#13 78.65 (require 'ocp-indent)
#13 78.65
#13 78.65 * for Vim, add this line to ~/.vimrc:
#13 78.65 set rtp^="/home/opam/.opam/5.3/share/ocp-indent/vim"
#13 78.65 # Run eval $(opam env) to update the current shell environment
#13 DONE 79.1s
#14 [stage-0 6/7] COPY --chown=1000:1000 . /src/
#14 DONE 0.1s
#15 [stage-0 7/7] RUN opam exec -- dune build @fmt --ignore-promoted-rules || (echo "dune build @fmt failed"; exit 2)
#15 DONE 0.8s
#16 exporting to image
#16 exporting layers
#16 exporting layers 24.1s done
#16 writing image sha256:fa84bc6bb81727db8a535e815ddbe26b4495b0802d8bda03829499d5e3f9cf72 done
#16 DONE 24.1s
2026-04-30 14:05.52: Job succeeded