2026-05-16 14:01.49: New job: test local/ocaml-bibtex 33b473f91efd0341ba45086fadbef130a6215351 ((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/ocaml-bibtex" -b "main" && cd "ocaml-bibtex" && git reset --hard 33b473f9
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:07.12: Got resource from pool docker
2026-05-16 14:07.12: Checking out commit 33b473f9. To reproduce:
git clone --recursive "/var/lib/git/repos/ocaml-bibtex" -b "main" && cd "ocaml-bibtex" && git reset --hard 33b473f9
2026-05-16 14:07.12: Exec: "cp" "-a" "--" "/var/lib/git/repos/ocaml-bibtex/.git"
"/tmp/git-checkout2502e42d"
2026-05-16 14:07.12: Exec: "git" "-C" "/tmp/git-checkout2502e42d" "submodule"
"deinit" "--force" "--all"
2026-05-16 14:07.12: Exec: "git" "-C" "/tmp/git-checkout2502e42d" "reset"
"--hard" "-q" "33b473f91efd0341ba45086fadbef130a6215351"
2026-05-16 14:07.12: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout2502e42d" "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:07.12: Exec: "docker" "build" "--" "/tmp/git-checkout2502e42d"
#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: 54.40kB 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 39.41 9268f646a3 Add: cmdliner.2.1.1
#10 39.67
#10 39.67 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#10 45.19 [default] synchronised from git+file:///home/opam/opam-repository
#10 56.27
#10 60.96 Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
#10 60.96
#10 60.96 The following packages are not being upgraded because the new versions conflict with other installed packages:
#10 60.96 - ocaml.5.6.0
#10 60.96 - ocaml-compiler.5.6
#10 60.96 -- ocaml-base-compiler.5.5.0~beta1 is installed and requires ocaml-compiler = 5.5.0~beta1
#10 60.96 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
#10 60.96 Nothing to do.
#10 60.96 # Run eval $(opam env) to update the current shell environment
#10 DONE 62.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.411 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.411 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
#11 5.550 # No extra OS packages requirements found.
#11 19.79 The following actions will be performed:
#11 19.79 - install dune 3.22.2
#11 19.79
#11 19.79 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 21.27 -> retrieved dune.3.22.2 (cached)
#11 57.89 -> installed dune.3.22.2
#11 58.38 Done.
#11 58.38 # Run eval $(opam env) to update the current shell environment
#11 DONE 63.6s
#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.418 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.418 # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
#13 5.415 # No extra OS packages requirements found.
#13 19.47 The following actions will be performed:
#13 19.47 - install dune-build-info 3.22.2 [required by ocamlformat-lib]
#13 19.47 - install ocamlbuild 0.16.1 [required by fpath, astring, uuseg]
#13 19.47 - install ocaml_intrinsics_kernel v0.17.1 [required by base]
#13 19.47 - install either 1.0.0 [required by ocamlformat-lib]
#13 19.47 - install menhirLib 20260209 [required by ocamlformat-lib]
#13 19.47 - install ocaml-version 4.1.0 [required by ocamlformat-lib]
#13 19.47 - install csexp 1.5.2 [required by ocamlformat]
#13 19.47 - install menhirSdk 20260209 [required by ocamlformat-lib]
#13 19.47 - install menhirGLR 20260209 [required by menhir]
#13 19.47 - install cmdliner 2.1.1 [required by ocamlformat]
#13 19.47 - install camlp-streams 5.0.1 [required by ocamlformat-lib]
#13 19.47 - install sexplib0 v0.17.0 [required by base]
#13 19.47 - install fix 20250919 [required by ocamlformat-lib]
#13 19.47 - install ocamlfind 1.9.8 [required by ocp-indent, astring, fpath, uuseg]
#13 19.47 - install re 1.14.0 [required by ocamlformat]
#13 19.47 - install menhirCST 20260209 [required by menhir]
#13 19.47 - install dune-configurator 3.22.2 [required by base]
#13 19.47 - install topkg 1.1.1 [required by fpath, astring, uuseg]
#13 19.47 - install ocp-indent 1.9.0 [required by ocamlformat-lib]
#13 19.47 - install menhir 20260209 [required by ocamlformat-lib]
#13 19.47 - install base v0.17.3 [required by ocamlformat-lib]
#13 19.47 - install uutf 1.0.4 [required by ocamlformat-lib]
#13 19.47 - install uucp 17.0.0 [required by uuseg]
#13 19.47 - install astring 0.8.5 [required by ocamlformat-lib]
#13 19.47 - install stdio v0.17.0 [required by ocamlformat-lib]
#13 19.47 - install uuseg 17.0.0 [required by ocamlformat-lib]
#13 19.47 - install fpath 0.7.3 [required by ocamlformat-lib]
#13 19.47 - install ocamlformat-lib 0.28.1 [required by ocamlformat]
#13 19.47 - install ocamlformat 0.28.1
#13 19.47 ===== 29 to install =====
#13 19.47
#13 19.47 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 19.51 -> retrieved astring.0.8.5 (cached)
#13 19.53 -> retrieved camlp-streams.5.0.1 (cached)
#13 22.32 -> retrieved base.v0.17.3 (cached)
#13 22.44 -> retrieved cmdliner.2.1.1 (cached)
#13 22.49 -> retrieved csexp.1.5.2 (cached)
#13 22.53 -> retrieved either.1.0.0 (cached)
#13 22.63 -> retrieved fix.20250919 (cached)
#13 22.69 -> retrieved fpath.0.7.3 (cached)
#13 22.88 -> retrieved menhir.20260209 (cached)
#13 22.98 -> installed camlp-streams.5.0.1
#13 23.02 -> installed csexp.1.5.2
#13 23.23 -> retrieved menhirCST.20260209 (cached)
#13 23.50 -> installed either.1.0.0
#13 23.73 -> retrieved menhirGLR.20260209 (cached)
#13 24.77 -> retrieved dune-build-info.3.22.2 (cached)
#13 25.67 -> retrieved dune-configurator.3.22.2 (cached)
#13 26.41 -> installed fix.20250919
#13 27.05 -> installed menhirCST.20260209
#13 28.98 -> retrieved menhirLib.20260209 (cached)
#13 29.09 -> retrieved menhirSdk.20260209 (cached)
#13 29.11 -> retrieved ocaml-version.4.1.0 (cached)
#13 29.26 -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
#13 29.31 -> retrieved ocamlbuild.0.16.1 (cached)
#13 29.40 -> retrieved ocamlfind.1.9.8 (cached)
#13 29.55 -> installed cmdliner.2.1.1
#13 29.57 -> installed dune-build-info.3.22.2
#13 29.59 -> installed dune-configurator.3.22.2
#13 29.63 -> installed menhirGLR.20260209
#13 29.68 -> retrieved ocp-indent.1.9.0 (cached)
#13 29.73 -> retrieved re.1.14.0 (cached)
#13 29.76 -> installed ocaml-version.4.1.0
#13 29.77 -> retrieved sexplib0.v0.17.0 (cached)
#13 29.80 -> retrieved stdio.v0.17.0 (cached)
#13 29.88 -> retrieved topkg.1.1.1 (cached)
#13 29.96 -> installed menhirSdk.20260209
#13 30.43 -> retrieved ocamlformat.0.28.1 (cached)
#13 30.46 -> installed menhirLib.20260209
#13 30.78 -> retrieved ocamlformat-lib.0.28.1 (cached)
#13 30.89 -> installed ocaml_intrinsics_kernel.v0.17.1
#13 30.92 -> retrieved uucp.17.0.0 (cached)
#13 30.92 -> retrieved uuseg.17.0.0 (cached)
#13 30.93 -> retrieved uutf.1.0.4 (cached)
#13 33.22 -> installed ocamlfind.1.9.8
#13 35.13 -> installed re.1.14.0
#13 35.64 -> installed ocamlbuild.0.16.1
#13 36.41 -> installed sexplib0.v0.17.0
#13 37.06 -> installed ocp-indent.1.9.0
#13 40.58 -> installed topkg.1.1.1
#13 41.93 -> installed astring.0.8.5
#13 42.27 -> installed menhir.20260209
#13 43.10 -> installed fpath.0.7.3
#13 44.09 -> installed uutf.1.0.4
#13 46.81 -> installed base.v0.17.3
#13 47.12 -> installed stdio.v0.17.0
#13 58.37 -> installed uucp.17.0.0
#13 60.57 -> installed uuseg.17.0.0
#13 70.51 -> installed ocamlformat-lib.0.28.1
#13 73.23 -> installed ocamlformat.0.28.1
#13 75.00 Done.
#13 75.00
#13 75.00 <><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
#13 75.00 => This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
#13 75.00
#13 75.00 * for Emacs, add these lines to ~/.emacs:
#13 75.00 (add-to-list 'load-path "/home/opam/.opam/5.3/share/emacs/site-lisp")
#13 75.00 (require 'ocp-indent)
#13 75.00
#13 75.00 * for Vim, add this line to ~/.vimrc:
#13 75.00 set rtp^="/home/opam/.opam/5.3/share/ocp-indent/vim"
#13 75.00 # Run eval $(opam env) to update the current shell environment
#13 DONE 79.9s
#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.4s
#16 exporting to image
#16 exporting layers
#16 exporting layers 13.9s done
#16 writing image sha256:6952cd92b2437978f7fa7692546d1c09dd80101a3b107774ae0b73fd5f65d9fb done
#16 DONE 13.9s
2026-05-16 14:10.54: Job succeeded