Build:
  1. 2
  2. 1
  3. 0
2026-04-30 13:58.04: New job: test local/ocaml-bibtex 33b473f91efd0341ba45086fadbef130a6215351 ((lint-opam))
Base: ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
Opam files lint

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:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
# debian-13-5.3_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 d9cabb4c55a3783be3e85ea4b8aa97d9d5c13ab5 || git fetch origin master) && git reset -q --hard d9cabb4c55a3783be3e85ea4b8aa97d9d5c13ab5 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bib.opam ./
RUN opam pin add -yn bib.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.3.0 bytesrw.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 mdx.2.5.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.0 pp.2.0.0 re.1.14.0 result.1.5 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y bib.dev $DEPS
RUN opam install $DEPS
ENV CI="true"
ENV OCAMLCI="true"
WORKDIR /src
COPY --chown=1000:1000 . /src/
RUN opam lint
RUN opam exec -- opam-dune-lint
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-04-30 13:58.04: Waiting for resource in pool docker
2026-04-30 14:10.19: Got resource from pool docker
2026-04-30 14:10.19: 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-04-30 14:10.19: Exec: "cp" "-a" "--" "/var/lib/git/repos/ocaml-bibtex/.git" 
                           "/tmp/git-checkout1319c990"
2026-04-30 14:10.19: Exec: "git" "-C" "/tmp/git-checkout1319c990" "submodule" 
                           "deinit" "--force" "--all"
2026-04-30 14:10.19: Exec: "git" "-C" "/tmp/git-checkout1319c990" "reset" 
                           "--hard" "-q" "33b473f91efd0341ba45086fadbef130a6215351"
2026-04-30 14:10.19: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout1319c990" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
Writing BuildKit Dockerfile:
# syntax = docker/dockerfile:experimental@sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664
FROM ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
# debian-13-5.3_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 cd ~/opam-repository && (git cat-file -e d9cabb4c55a3783be3e85ea4b8aa97d9d5c13ab5 || git fetch origin master) && git reset -q --hard d9cabb4c55a3783be3e85ea4b8aa97d9d5c13ab5 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bib.opam ./
RUN opam pin add -yn bib.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.3.0 bytesrw.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 mdx.2.5.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.0 pp.2.0.0 re.1.14.0 result.1.5 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam update --depexts && opam install --cli=2.2 --depext-only -y bib.dev $DEPS
RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam install $DEPS
ENV CI="true"
ENV OCAMLCI="true"
WORKDIR /src
COPY --chown=1000:1000 . /src/
RUN opam lint
RUN opam exec -- opam-dune-lint

2026-04-30 14:10.19: Exec: "docker" "build" "--" "/tmp/git-checkout1319c990"
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.29kB 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: 2.29kB done
#5 DONE 0.0s

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

#7 [stage-0  1/17] FROM docker.io/ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483
#7 DONE 0.0s

#8 [stage-0  2/17] WORKDIR /src
#8 CACHED

#9 [stage-0  7/17] RUN sudo chown opam /src
#9 CACHED

#10 [stage-0  6/17] WORKDIR /src
#10 CACHED

#11 [stage-0  4/17] RUN opam init --reinit -ni
#11 CACHED

#12 [stage-0  3/17] RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
#12 CACHED

#13 [stage-0  5/17] RUN uname -rs && opam exec -- ocaml -version && opam --version
#13 CACHED

#14 [stage-0  8/17] RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 cd ~/opam-repository && (git cat-file -e d9cabb4c55a3783be3e85ea4b8aa97d9d5c13ab5 || git fetch origin master) && git reset -q --hard d9cabb4c55a3783be3e85ea4b8aa97d9d5c13ab5 && git log --no-decorate -n1 --oneline && opam update -u
#14 CACHED

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

#16 [internal] load build context
#16 transferring context: 55.74kB done
#16 DONE 0.0s

#17 [stage-0  9/17] COPY --chown=1000:1000 bib.opam ./
#17 DONE 0.0s

#18 [stage-0 10/17] RUN opam pin add -yn bib.dev './'
#18 1.280 Package bib does not exist, create as a NEW package? [y/n] y
#18 1.337 [bib.dev] synchronised (file:///src)
#18 1.341 bib is now pinned to file:///src (version dev)
#18 DONE 1.4s

#19 [stage-0 11/17] RUN echo '(lang dune 3.0)' > './dune-project'
#19 DONE 0.2s

#20 [stage-0 12/17] RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam update --depexts && opam install --cli=2.2 --depext-only -y bib.dev astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.3.0 bytesrw.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 mdx.2.5.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.0 pp.2.0.0 re.1.14.0 result.1.5 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4
#20 0.188 + /usr/bin/sudo "apt-get" "update"
#20 0.904 - Hit:1 http://deb.debian.org/debian trixie InRelease
#20 0.904 - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
#20 0.904 - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
#20 0.904 - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [129 kB]
#20 0.904 - Fetched 219 kB in 0s (1290 kB/s)
#20 0.904 - Reading package lists...
#20 1.370 
#20 1.370 <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
#20 1.430 [bib.dev] synchronised (file:///src)
#20 1.433 
#20 2.101 [NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
#20 2.101 [NOTE] Package ocaml-config is already installed (current version is 3).
#20 2.101 [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
#20 2.101 [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
#20 2.101 [NOTE] Package ocaml is already installed (current version is 5.3.0).
#20 2.101 [NOTE] Package base-unix is already installed (current version is base).
#20 2.101 [NOTE] Package base-threads is already installed (current version is base).
#20 2.101 [NOTE] Package base-nnp is already installed (current version is base).
#20 2.101 [NOTE] Package base-effects is already installed (current version is base).
#20 2.101 [NOTE] Package base-domains is already installed (current version is base).
#20 2.101 [NOTE] Package base-bigarray is already installed (current version is base).
#20 6.780 
#20 6.780 The following system packages will first need to be installed:
#20 6.780     pkg-config
#20 6.780 
#20 6.780 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#20 6.780 
#20 6.781 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
#20 8.783 - Selecting previously unselected package libpkgconf3:amd64.
#20 8.783 - (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20654 files and directories currently installed.)
#20 8.783 - Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
#20 8.783 - Unpacking libpkgconf3:amd64 (1.8.1-4) ...
#20 8.783 - Selecting previously unselected package pkgconf-bin.
#20 8.783 - Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
#20 8.783 - Unpacking pkgconf-bin (1.8.1-4) ...
#20 8.783 - Selecting previously unselected package pkgconf:amd64.
#20 8.783 - Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
#20 8.783 - Unpacking pkgconf:amd64 (1.8.1-4) ...
#20 8.783 - Selecting previously unselected package pkg-config:amd64.
#20 8.783 - Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
#20 8.783 - Unpacking pkg-config:amd64 (1.8.1-4) ...
#20 8.783 - Setting up libpkgconf3:amd64 (1.8.1-4) ...
#20 8.783 - Setting up pkgconf-bin (1.8.1-4) ...
#20 8.783 - Setting up pkgconf:amd64 (1.8.1-4) ...
#20 8.783 - Setting up pkg-config:amd64 (1.8.1-4) ...
#20 8.783 - Processing triggers for libc-bin (2.41-12+deb13u2) ...
#20 DONE 8.9s

#21 [stage-0 13/17] RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam install astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.3.0 bytesrw.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 mdx.2.5.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.0 pp.2.0.0 re.1.14.0 result.1.5 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4
#21 1.351 [NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
#21 1.351 [NOTE] Package ocaml-config is already installed (current version is 3).
#21 1.351 [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
#21 1.351 [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
#21 1.351 [NOTE] Package ocaml is already installed (current version is 5.3.0).
#21 1.351 [NOTE] Package base-unix is already installed (current version is base).
#21 1.351 [NOTE] Package base-threads is already installed (current version is base).
#21 1.351 [NOTE] Package base-nnp is already installed (current version is base).
#21 1.351 [NOTE] Package base-effects is already installed (current version is base).
#21 1.351 [NOTE] Package base-domains is already installed (current version is base).
#21 1.351 [NOTE] Package base-bigarray is already installed (current version is base).
#21 5.614 The following actions will be performed:
#21 5.615 === install 47 packages
#21 5.615   - install astring          0.8.5
#21 5.615   - install bos              0.3.0
#21 5.615   - install bytesrw          0.3.0
#21 5.615   - install camlp-streams    5.0.1
#21 5.615   - install cmdliner         2.1.1
#21 5.615   - install conf-pkg-config  4
#21 5.615   - install cppo             1.8.0
#21 5.615   - install csexp            1.5.2
#21 5.615   - install dune             3.20.2
#21 5.615   - install dyn              3.20.2
#21 5.615   - install fmt              0.11.0
#21 5.615   - install fpath            0.7.3
#21 5.615   - install jsonm            1.0.2
#21 5.615   - install logs             0.10.0
#21 5.615   - install mdx              2.5.2
#21 5.615   - install menhir           20260209
#21 5.615   - install menhirCST        20260209
#21 5.615   - install menhirGLR        20260209
#21 5.615   - install menhirLib        20260209
#21 5.615   - install menhirSdk        20260209
#21 5.615   - install num              1.6
#21 5.615   - install ocaml-version    4.1.0
#21 5.615   - install ocamlbuild       0.16.1
#21 5.615   - install ocamlfind        1.9.8
#21 5.615   - install ocamlgraph       2.2.0
#21 5.615   - install opam-core        2.5.1
#21 5.615   - install opam-dune-lint   0.6
#21 5.615   - install opam-file-format 2.2.0
#21 5.615   - install opam-format      2.5.1
#21 5.615   - install opam-repository  2.5.1
#21 5.615   - install opam-state       2.5.1
#21 5.615   - install ordering         3.20.2
#21 5.615   - install parsexp          v0.17.0
#21 5.615   - install patch            3.1.0
#21 5.615   - install pp               2.0.0
#21 5.615   - install re               1.14.0
#21 5.615   - install result           1.5
#21 5.615   - install rresult          0.7.0
#21 5.615   - install sexplib          v0.17.0
#21 5.615   - install sexplib0         v0.17.0
#21 5.616   - install sha              1.15.4
#21 5.616   - install spdx_licenses    1.4.0
#21 5.616   - install stdlib-shims     0.3.0
#21 5.616   - install stdune           3.20.2
#21 5.616   - install swhid_core       0.1
#21 5.616   - install topkg            1.1.1
#21 5.616   - install uutf             1.0.4
#21 5.618 
#21 5.618 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#21 5.650 -> retrieved bos.0.3.0  (cached)
#21 5.662 -> retrieved astring.0.8.5  (cached)
#21 5.671 -> retrieved camlp-streams.5.0.1  (cached)
#21 5.693 -> retrieved bytesrw.0.3.0  (cached)
#21 5.704 -> retrieved cppo.1.8.0  (cached)
#21 5.726 -> retrieved cmdliner.2.1.1  (cached)
#21 5.737 -> installed conf-pkg-config.4
#21 5.749 -> retrieved csexp.1.5.2  (cached)
#21 5.761 -> retrieved fmt.0.11.0  (cached)
#21 5.769 -> retrieved fpath.0.7.3  (cached)
#21 5.784 -> retrieved jsonm.1.0.2  (cached)
#21 5.792 -> retrieved logs.0.10.0  (cached)
#21 5.868 -> retrieved mdx.2.5.2  (cached)
#21 6.474 -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
#21 10.77 -> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
#21 13.31 -> retrieved num.1.6  (cached)
#21 13.39 -> retrieved ocaml-version.4.1.0  (cached)
#21 13.48 -> retrieved ocamlbuild.0.16.1  (cached)
#21 13.57 -> retrieved ocamlfind.1.9.8  (cached)
#21 13.62 -> retrieved ocamlgraph.2.2.0  (cached)
#21 13.96 -> retrieved opam-core.2.5.1, opam-format.2.5.1, opam-repository.2.5.1, opam-state.2.5.1  (cached)
#21 14.01 -> installed cmdliner.2.1.1
#21 14.03 -> retrieved opam-dune-lint.0.6  (cached)
#21 14.03 -> retrieved opam-file-format.2.2.0  (cached)
#21 14.05 -> retrieved parsexp.v0.17.0  (cached)
#21 14.09 -> retrieved patch.3.1.0  (cached)
#21 14.10 -> retrieved pp.2.0.0  (cached)
#21 14.12 -> retrieved re.1.14.0  (cached)
#21 14.13 -> retrieved result.1.5  (cached)
#21 14.14 -> retrieved rresult.0.7.0  (cached)
#21 14.16 -> retrieved sexplib.v0.17.0  (cached)
#21 14.17 -> retrieved sexplib0.v0.17.0  (cached)
#21 14.18 -> retrieved sha.1.15.4  (cached)
#21 14.19 -> retrieved spdx_licenses.1.4.0  (cached)
#21 14.19 -> retrieved stdlib-shims.0.3.0  (cached)
#21 14.20 -> retrieved swhid_core.0.1  (cached)
#21 14.21 -> retrieved uutf.1.0.4  (cached)
#21 14.24 -> retrieved topkg.1.1.1  (cached)
#21 14.98 -> installed num.1.6
#21 17.90 -> installed ocamlfind.1.9.8
#21 18.73 -> installed ocamlbuild.0.16.1
#21 22.47 -> installed topkg.1.1.1
#21 23.85 -> installed astring.0.8.5
#21 24.16 -> installed bytesrw.0.3.0
#21 24.89 -> installed fpath.0.7.3
#21 24.91 -> installed fmt.0.11.0
#21 25.42 -> installed rresult.0.7.0
#21 25.83 -> installed uutf.1.0.4
#21 26.53 -> installed logs.0.10.0
#21 26.87 -> installed jsonm.1.0.2
#21 28.67 -> installed bos.0.3.0
#21 42.18 -> installed dune.3.20.2
#21 42.68 -> installed csexp.1.5.2
#21 42.95 -> installed camlp-streams.5.0.1
#21 43.21 -> installed menhirCST.20260209
#21 43.58 -> installed cppo.1.8.0
#21 43.71 -> installed menhirGLR.20260209
#21 44.06 -> installed menhirLib.20260209
#21 45.40 -> installed menhirSdk.20260209
#21 45.52 -> installed ocaml-version.4.1.0
#21 46.30 -> installed ordering.3.20.2
#21 46.83 -> installed patch.3.1.0
#21 47.09 -> installed pp.2.0.0
#21 49.98 -> installed ocamlgraph.2.2.0
#21 50.02 -> installed re.1.14.0
#21 50.21 -> installed result.1.5
#21 50.81 -> installed dyn.3.20.2
#21 50.91 -> installed sexplib0.v0.17.0
#21 51.37 -> installed spdx_licenses.1.4.0
#21 53.54 -> installed parsexp.v0.17.0
#21 53.73 -> installed stdlib-shims.0.3.0
#21 55.20 -> installed sexplib.v0.17.0
#21 58.19 -> installed mdx.2.5.2
#21 58.23 -> installed menhir.20260209
#21 58.32 -> installed sha.1.15.4
#21 58.51 -> installed swhid_core.0.1
#21 58.87 -> installed opam-file-format.2.2.0
#21 62.37 -> installed stdune.3.20.2
#21 63.44 -> installed opam-core.2.5.1
#21 68.46 -> installed opam-format.2.5.1
#21 72.44 -> installed opam-repository.2.5.1
#21 77.73 -> installed opam-state.2.5.1
#21 79.03 -> installed opam-dune-lint.0.6
#21 81.55 Done.
#21 81.55 # Run eval $(opam env) to update the current shell environment
#21 DONE 81.9s

#22 [stage-0 14/17] WORKDIR /src
#22 DONE 0.0s

#23 [stage-0 15/17] COPY --chown=1000:1000 . /src/
#23 DONE 0.0s

#24 [stage-0 16/17] RUN opam lint
#24 0.246 /src/bib.opam: Passed.
#24 DONE 0.3s

#25 [stage-0 17/17] RUN opam exec -- opam-dune-lint
#25 0.402 bib.opam: OK
#25 DONE 0.4s

#26 exporting to image
#26 exporting layers
#26 exporting layers 10.6s done
#26 writing image sha256:e9d20917ec40e1be1ed8f2580182edaf9036c6870ab81e5333b949a25cb37fc5 done
#26 DONE 10.6s
2026-04-30 14:12.04: Job succeeded