Build:
  1. 1
  2. 0
2026-07-16 10:28.55: New job: test local/bruit bc72e8d5cd344f85e15795e840350cba44f88dde ((lint-opam))
Base: ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
Opam files lint

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "/var/lib/git/repos/bruit" -b "main" && cd "bruit" && git reset --hard bc72e8d5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
# 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 142ef2140551bbc6e503e3c9df6b1753fb0afb00 || git fetch origin master) && git reset -q --hard 142ef2140551bbc6e503e3c9df6b1753fb0afb00 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bruit.opam ./
RUN opam pin add -yn bruit.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 cmdliner.2.1.1 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 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.2 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.2 opam-repository.2.5.2 opam-state.2.5.2 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.2 pp.2.0.0 re.1.14.0 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 bruit.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-07-16 10:28.55: Checking out commit bc72e8d5. To reproduce:
                       git clone --recursive "/var/lib/git/repos/bruit" -b "main" && cd "bruit" && git reset --hard bc72e8d5
2026-07-16 10:28.55: Exec: "cp" "-a" "--" "/var/lib/git/repos/bruit/.git" 
                           "/tmp/git-checkout191bb7e5"
2026-07-16 10:28.55: Exec: "git" "-C" "/tmp/git-checkout191bb7e5" "submodule" 
                           "deinit" "--force" "--all"
2026-07-16 10:28.55: Exec: "git" "-C" "/tmp/git-checkout191bb7e5" "reset" 
                           "--hard" "-q" "bc72e8d5cd344f85e15795e840350cba44f88dde"
2026-07-16 10:28.55: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout191bb7e5" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
Writing BuildKit Dockerfile:
# syntax = docker/dockerfile:experimental@sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664
FROM ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
# 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 142ef2140551bbc6e503e3c9df6b1753fb0afb00 || git fetch origin master) && git reset -q --hard 142ef2140551bbc6e503e3c9df6b1753fb0afb00 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bruit.opam ./
RUN opam pin add -yn bruit.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 cmdliner.2.1.1 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 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.2 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.2 opam-repository.2.5.2 opam-state.2.5.2 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.2 pp.2.0.0 re.1.14.0 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 bruit.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-07-16 10:28.55: Exec: "docker" "build" "--" "/tmp/git-checkout191bb7e5"
#0 building with "default" instance using docker driver

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

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

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

#4 [internal] load build definition from Dockerfile
#4 transferring dockerfile: 2.20kB 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 [stage-0  1/17] FROM docker.io/ocaml/opam@sha256:cafa9d27c295a906f8352bda7f585dbc78b2f762914fdaa3f8584030c6a8004d
#7 DONE 0.0s

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

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

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

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

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

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

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

#15 [internal] load build context
#15 transferring context: 28.55kB done
#15 DONE 0.0s

#16 [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 142ef2140551bbc6e503e3c9df6b1753fb0afb00 || git fetch origin master) && git reset -q --hard 142ef2140551bbc6e503e3c9df6b1753fb0afb00 && git log --no-decorate -n1 --oneline && opam update -u
#16 23.08 From https://github.com/ocaml/opam-repository
#16 23.08  * branch                  master     -> FETCH_HEAD
#16 23.12    fc08333d1b..7c565206cc  master     -> origin/master
#16 69.79 142ef21405 Merge pull request #30203 from hannesm/release-patch-v3.1.2
#16 70.11 
#16 70.11 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#16 75.99 [default] synchronised from git+file:///home/opam/opam-repository
#16 80.54 
#16 84.71 Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
#16 84.71 
#16 84.71 The following packages are not being upgraded because the new versions conflict with other installed packages:
#16 84.71   - ocaml.5.6.0
#16 84.71   - ocaml-compiler.5.6
#16 84.71     -- ocaml-base-compiler.5.5.0 is installed and requires ocaml-compiler = 5.5.0
#16 84.71 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
#16 84.71 Nothing to do.
#16 84.72 # Run eval $(opam env) to update the current shell environment
#16 DONE 85.2s

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

#18 [stage-0 10/17] RUN opam pin add -yn bruit.dev './'
#18 1.235 Package bruit does not exist, create as a NEW package? [y/n] y
#18 1.306 [bruit.dev] synchronised (file:///src)
#18 1.307 [WARNING] Failed checks on bruit package definition from source at file:///src:
#18 1.307   warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "LICENSE"
#18 1.311 bruit 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 bruit.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 cmdliner.2.1.1 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 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.2 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.2 opam-repository.2.5.2 opam-state.2.5.2 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.2 pp.2.0.0 re.1.14.0 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.197 + /usr/bin/sudo "apt-get" "update"
#20 1.198 - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
#20 1.198 - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
#20 1.198 - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
#20 1.198 - Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9673 kB]
#20 1.198 - Get:5 http://deb.debian.org/debian trixie-updates/main amd64 Packages.diff/Index [3854 B]
#20 1.198 - Get:6 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [226 kB]
#20 1.198 - Get:7 http://deb.debian.org/debian trixie-updates/main amd64 Packages T-2026-07-14-1401.03-F-2026-07-14-1401.03.pdiff [569 B]
#20 1.198 - Get:7 http://deb.debian.org/debian trixie-updates/main amd64 Packages T-2026-07-14-1401.03-F-2026-07-14-1401.03.pdiff [569 B]
#20 1.198 - Fetched 10.1 MB in 1s (12.7 MB/s)
#20 1.198 - Reading package lists...
#20 1.630 - 
#20 2.037 
#20 2.037 <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
#20 2.094 [bruit.dev] synchronised (file:///src)
#20 2.097 
#20 2.792 [NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
#20 2.792 [NOTE] Package ocaml-config is already installed (current version is 3).
#20 2.792 [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
#20 2.792 [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
#20 2.792 [NOTE] Package ocaml is already installed (current version is 5.3.0).
#20 2.792 [NOTE] Package base-unix is already installed (current version is base).
#20 2.792 [NOTE] Package base-threads is already installed (current version is base).
#20 2.792 [NOTE] Package base-nnp is already installed (current version is base).
#20 2.792 [NOTE] Package base-effects is already installed (current version is base).
#20 2.792 [NOTE] Package base-domains is already installed (current version is base).
#20 2.792 [NOTE] Package base-bigarray is already installed (current version is base).
#20 DONE 6.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 cmdliner.2.1.1 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 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.2 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.2 opam-repository.2.5.2 opam-state.2.5.2 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.2 pp.2.0.0 re.1.14.0 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.392 [NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
#21 1.392 [NOTE] Package ocaml-config is already installed (current version is 3).
#21 1.392 [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
#21 1.392 [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
#21 1.392 [NOTE] Package ocaml is already installed (current version is 5.3.0).
#21 1.392 [NOTE] Package base-unix is already installed (current version is base).
#21 1.392 [NOTE] Package base-threads is already installed (current version is base).
#21 1.392 [NOTE] Package base-nnp is already installed (current version is base).
#21 1.392 [NOTE] Package base-effects is already installed (current version is base).
#21 1.392 [NOTE] Package base-domains is already installed (current version is base).
#21 1.392 [NOTE] Package base-bigarray is already installed (current version is base).
#21 4.899 The following actions will be performed:
#21 4.900 === install 40 packages
#21 4.900   - install astring          0.8.5
#21 4.900   - install bos              0.3.0
#21 4.900   - install cmdliner         2.1.1
#21 4.900   - install csexp            1.5.2
#21 4.900   - install dune             3.20.2
#21 4.900   - install dyn              3.20.2
#21 4.900   - install fmt              0.11.0
#21 4.900   - install fpath            0.7.3
#21 4.900   - install jsonm            1.0.2
#21 4.900   - install logs             0.10.0
#21 4.900   - install menhir           20260209
#21 4.900   - install menhirCST        20260209
#21 4.900   - install menhirGLR        20260209
#21 4.900   - install menhirLib        20260209
#21 4.900   - install menhirSdk        20260209
#21 4.900   - install num              1.6
#21 4.900   - install ocamlbuild       0.16.1
#21 4.900   - install ocamlfind        1.9.8
#21 4.900   - install ocamlgraph       2.2.0
#21 4.900   - install opam-core        2.5.2
#21 4.900   - install opam-dune-lint   0.6
#21 4.900   - install opam-file-format 2.2.0
#21 4.900   - install opam-format      2.5.2
#21 4.900   - install opam-repository  2.5.2
#21 4.900   - install opam-state       2.5.2
#21 4.900   - install ordering         3.20.2
#21 4.900   - install parsexp          v0.17.0
#21 4.900   - install patch            3.1.2
#21 4.900   - install pp               2.0.0
#21 4.900   - install re               1.14.0
#21 4.900   - install rresult          0.7.0
#21 4.900   - install sexplib          v0.17.0
#21 4.900   - install sexplib0         v0.17.0
#21 4.900   - install sha              1.15.4
#21 4.900   - install spdx_licenses    1.4.0
#21 4.900   - install stdlib-shims     0.3.0
#21 4.900   - install stdune           3.20.2
#21 4.900   - install swhid_core       0.1
#21 4.900   - install topkg            1.1.1
#21 4.900   - install uutf             1.0.4
#21 4.902 
#21 4.902 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#21 4.928 -> retrieved bos.0.3.0  (cached)
#21 4.948 -> retrieved astring.0.8.5  (cached)
#21 4.988 -> retrieved cmdliner.2.1.1  (cached)
#21 5.006 -> retrieved csexp.1.5.2  (cached)
#21 5.016 -> retrieved fmt.0.11.0  (cached)
#21 5.020 -> retrieved fpath.0.7.3  (cached)
#21 5.025 -> retrieved jsonm.1.0.2  (cached)
#21 5.044 -> retrieved logs.0.10.0  (cached)
#21 5.061 -> retrieved num.1.6  (cached)
#21 5.153 -> retrieved ocamlbuild.0.16.1  (cached)
#21 5.841 -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
#21 10.33 -> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
#21 12.67 -> retrieved ocamlfind.1.9.8  (cached)
#21 12.73 -> retrieved ocamlgraph.2.2.0  (cached)
#21 12.76 -> retrieved opam-dune-lint.0.6  (cached)
#21 12.77 -> retrieved opam-file-format.2.2.0  (cached)
#21 12.80 -> retrieved parsexp.v0.17.0  (cached)
#21 12.86 -> installed cmdliner.2.1.1
#21 12.90 -> installed num.1.6
#21 13.31 -> retrieved opam-core.2.5.2, opam-format.2.5.2, opam-repository.2.5.2, opam-state.2.5.2  (https://opam.ocaml.org/cache)
#21 13.32 -> retrieved pp.2.0.0  (cached)
#21 13.35 -> retrieved re.1.14.0  (cached)
#21 13.37 -> retrieved patch.3.1.2  (https://opam.ocaml.org/cache)
#21 13.38 -> retrieved rresult.0.7.0  (cached)
#21 13.40 -> retrieved sexplib.v0.17.0  (cached)
#21 13.42 -> retrieved sexplib0.v0.17.0  (cached)
#21 13.42 -> retrieved sha.1.15.4  (cached)
#21 13.43 -> retrieved spdx_licenses.1.4.0  (cached)
#21 13.44 -> retrieved stdlib-shims.0.3.0  (cached)
#21 13.45 -> retrieved swhid_core.0.1  (cached)
#21 13.46 -> retrieved uutf.1.0.4  (cached)
#21 13.48 -> retrieved topkg.1.1.1  (cached)
#21 15.74 -> installed ocamlfind.1.9.8
#21 17.88 -> installed ocamlbuild.0.16.1
#21 21.66 -> installed topkg.1.1.1
#21 22.76 -> installed fmt.0.11.0
#21 23.22 -> installed astring.0.8.5
#21 23.29 -> installed rresult.0.7.0
#21 23.99 -> installed fpath.0.7.3
#21 24.35 -> installed logs.0.10.0
#21 25.16 -> installed uutf.1.0.4
#21 26.23 -> installed jsonm.1.0.2
#21 26.73 -> installed bos.0.3.0
#21 42.20 -> installed dune.3.20.2
#21 42.71 -> installed csexp.1.5.2
#21 43.06 -> installed menhirCST.20260209
#21 43.10 -> installed menhirGLR.20260209
#21 44.79 -> installed menhirLib.20260209
#21 44.83 -> installed menhirSdk.20260209
#21 45.65 -> installed patch.3.1.2
#21 45.70 -> installed ordering.3.20.2
#21 45.97 -> installed pp.2.0.0
#21 49.20 -> installed ocamlgraph.2.2.0
#21 49.28 -> installed re.1.14.0
#21 49.94 -> installed dyn.3.20.2
#21 49.97 -> installed sexplib0.v0.17.0
#21 50.21 -> installed stdlib-shims.0.3.0
#21 50.41 -> installed spdx_licenses.1.4.0
#21 53.90 -> installed sha.1.15.4
#21 53.94 -> installed parsexp.v0.17.0
#21 54.21 -> installed swhid_core.0.1
#21 55.89 -> installed sexplib.v0.17.0
#21 56.83 -> installed menhir.20260209
#21 57.56 -> installed opam-file-format.2.2.0
#21 59.12 -> installed stdune.3.20.2
#21 60.70 -> installed opam-core.2.5.2
#21 65.59 -> installed opam-format.2.5.2
#21 69.52 -> installed opam-repository.2.5.2
#21 74.78 -> installed opam-state.2.5.2
#21 76.07 -> installed opam-dune-lint.0.6
#21 78.44 Done.
#21 78.44 # Run eval $(opam env) to update the current shell environment
#21 DONE 78.7s

#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.231 /src/bruit.opam: Warnings.
#24 0.231   warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "LICENSE"
#24 DONE 0.2s

#25 [stage-0 17/17] RUN opam exec -- opam-dune-lint
#25 0.387 WARNING: can't find opam package providing "terminal"!
#25 0.387 bruit.opam: changes needed:
#25 0.387   "astring" {>= "0.8.5"}                   [from src]
#25 0.387   "fmt" {>= "0.11.0"}                      [from src]
#25 0.387   "terminal" {>= "0"}                      [from src]
#25 0.387 Note: version numbers are just suggestions based on the currently installed version.
#25 0.387 Run with -f to apply changes in non-interactive mode.
#25 ERROR: process "/bin/sh -c opam exec -- opam-dune-lint" did not complete successfully: exit code: 1
------
 > [stage-0 17/17] RUN opam exec -- opam-dune-lint:
0.387 WARNING: can't find opam package providing "terminal"!
0.387 bruit.opam: changes needed:
0.387   "astring" {>= "0.8.5"}                   [from src]
0.387   "fmt" {>= "0.11.0"}                      [from src]
0.387   "terminal" {>= "0"}                      [from src]
0.387 Note: version numbers are just suggestions based on the currently installed version.
0.387 Run with -f to apply changes in non-interactive mode.
------
ERROR: failed to build: failed to solve: process "/bin/sh -c opam exec -- opam-dune-lint" did not complete successfully: exit code: 1
2026-07-16 10:31.49: Job failed: Docker build exited with status 1