2026-04-30 13:58.04: New job: test local/ocaml-bibtex 33b473f91efd0341ba45086fadbef130a6215351 ((lint-doc)) Base: ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483 Opam project lint documentation 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 9268f646a38498632a770efccdc826768b06c031 || git fetch origin master) && git reset -q --hard 9268f646a38498632a770efccdc826768b06c031 && 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 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.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 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 re.1.14.0 result.1.5 topkg.1.1.1" 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 RUN opam install --yes dune 'odoc>=1.5.0' COPY --chown=1000:1000 . /src/ RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc 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:12.05: Got resource from pool docker 2026-04-30 14:12.05: 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:12.05: Exec: "cp" "-a" "--" "/var/lib/git/repos/ocaml-bibtex/.git" "/tmp/git-checkout2dc9cb2f" 2026-04-30 14:12.05: Exec: "git" "-C" "/tmp/git-checkout2dc9cb2f" "submodule" "deinit" "--force" "--all" 2026-04-30 14:12.05: Exec: "git" "-C" "/tmp/git-checkout2dc9cb2f" "reset" "--hard" "-q" "33b473f91efd0341ba45086fadbef130a6215351" 2026-04-30 14:12.05: Exec: "git" "-c" "protocol.file.allow=always" "-C" "/tmp/git-checkout2dc9cb2f" "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 9268f646a38498632a770efccdc826768b06c031 || git fetch origin master) && git reset -q --hard 9268f646a38498632a770efccdc826768b06c031 && 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 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.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 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 re.1.14.0 result.1.5 topkg.1.1.1" 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 RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam install --yes dune 'odoc>=1.5.0' COPY --chown=1000:1000 . /src/ RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2) 2026-04-30 14:12.05: Exec: "docker" "build" "--" "/tmp/git-checkout2dc9cb2f" #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.96kB 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 build definition from Dockerfile #4 transferring dockerfile: 1.96kB 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:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483 #6 DONE 0.0s #7 [stage-0 1/16] FROM docker.io/ocaml/opam@sha256:e02de3f93e9f32bd940cbbfc0ed7ff07acb871ceb6e59f2fd99da435e5cde483 #7 DONE 0.0s #8 [stage-0 5/16] RUN uname -rs && opam exec -- ocaml -version && opam --version #8 CACHED #9 [stage-0 6/16] WORKDIR /src #9 CACHED #10 [stage-0 3/16] RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam #10 CACHED #11 [stage-0 2/16] WORKDIR /src #11 CACHED #12 [stage-0 4/16] RUN opam init --reinit -ni #12 CACHED #13 [stage-0 7/16] RUN sudo chown opam /src #13 CACHED #14 [internal] settings cache mount permissions #14 CACHED #15 [internal] load build context #15 transferring context: 55.41kB done #15 DONE 0.0s #16 [stage-0 8/16] 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 #16 21.53 From https://github.com/ocaml/opam-repository #16 21.53 * branch master -> FETCH_HEAD #16 21.56 42844088d7..6eba819fc9 master -> origin/master #16 63.65 9268f646a3 Add: cmdliner.2.1.1 #16 64.02 #16 64.02 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> #16 73.57 [default] synchronised from git+file:///home/opam/opam-repository #16 88.00 #16 92.39 Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). #16 92.39 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. #16 92.39 Nothing to do. #16 92.39 # Run eval $(opam env) to update the current shell environment #16 DONE 92.6s #17 [stage-0 9/16] COPY --chown=1000:1000 bib.opam ./ #17 DONE 0.0s #18 [stage-0 10/16] RUN opam pin add -yn bib.dev './' #18 1.196 Package bib does not exist, create as a NEW package? [y/n] y #18 1.257 [bib.dev] synchronised (file:///src) #18 1.261 bib is now pinned to file:///src (version dev) #18 DONE 1.3s #19 [stage-0 11/16] RUN echo '(lang dune 3.0)' > './dune-project' #19 DONE 0.2s #20 [stage-0 12/16] 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 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.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 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 re.1.14.0 result.1.5 topkg.1.1.1 #20 0.212 + /usr/bin/sudo "apt-get" "update" #20 0.945 - Hit:1 http://deb.debian.org/debian trixie InRelease #20 0.945 - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] #20 0.945 - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] #20 0.945 - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [129 kB] #20 0.945 - Fetched 219 kB in 0s (1414 kB/s) #20 0.945 - Reading package lists... #20 1.357 #20 1.357 <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> #20 1.416 [bib.dev] synchronised (file:///src) #20 1.420 #20 2.176 [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). #20 2.176 [NOTE] Package ocaml-config is already installed (current version is 3). #20 2.176 [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). #20 2.176 [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). #20 2.176 [NOTE] Package ocaml is already installed (current version is 5.3.0). #20 2.176 [NOTE] Package base-unix is already installed (current version is base). #20 2.176 [NOTE] Package base-threads is already installed (current version is base). #20 2.176 [NOTE] Package base-nnp is already installed (current version is base). #20 2.176 [NOTE] Package base-effects is already installed (current version is base). #20 2.176 [NOTE] Package base-domains is already installed (current version is base). #20 2.176 [NOTE] Package base-bigarray is already installed (current version is base). #20 6.804 #20 6.804 The following system packages will first need to be installed: #20 6.804 pkg-config #20 6.804 #20 6.804 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> #20 6.804 #20 6.807 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" #20 8.807 - Selecting previously unselected package libpkgconf3:amd64. #20 8.807 - (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.807 - Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ... #20 8.807 - Unpacking libpkgconf3:amd64 (1.8.1-4) ... #20 8.807 - Selecting previously unselected package pkgconf-bin. #20 8.807 - Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ... #20 8.807 - Unpacking pkgconf-bin (1.8.1-4) ... #20 8.807 - Selecting previously unselected package pkgconf:amd64. #20 8.807 - Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ... #20 8.807 - Unpacking pkgconf:amd64 (1.8.1-4) ... #20 8.807 - Selecting previously unselected package pkg-config:amd64. #20 8.807 - Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ... #20 8.807 - Unpacking pkg-config:amd64 (1.8.1-4) ... #20 8.807 - Setting up libpkgconf3:amd64 (1.8.1-4) ... #20 8.920 - Setting up pkgconf-bin (1.8.1-4) ... #20 8.920 - Setting up pkgconf:amd64 (1.8.1-4) ... #20 8.920 - Setting up pkg-config:amd64 (1.8.1-4) ... #20 8.920 - Processing triggers for libc-bin (2.41-12+deb13u2) ... #20 DONE 9.0s #21 [stage-0 13/16] 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 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.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 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 re.1.14.0 result.1.5 topkg.1.1.1 #21 1.245 [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). #21 1.245 [NOTE] Package ocaml-config is already installed (current version is 3). #21 1.245 [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). #21 1.245 [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). #21 1.245 [NOTE] Package ocaml is already installed (current version is 5.3.0). #21 1.245 [NOTE] Package base-unix is already installed (current version is base). #21 1.245 [NOTE] Package base-threads is already installed (current version is base). #21 1.245 [NOTE] Package base-nnp is already installed (current version is base). #21 1.245 [NOTE] Package base-effects is already installed (current version is base). #21 1.245 [NOTE] Package base-domains is already installed (current version is base). #21 1.245 [NOTE] Package base-bigarray is already installed (current version is base). #21 5.323 The following actions will be performed: #21 5.323 === install 17 packages #21 5.323 - install astring 0.8.5 #21 5.324 - install bytesrw 0.3.0 #21 5.324 - install camlp-streams 5.0.1 #21 5.324 - install cmdliner 2.1.1 #21 5.324 - install conf-pkg-config 4 #21 5.324 - install cppo 1.8.0 #21 5.324 - install csexp 1.5.2 #21 5.324 - install dune 3.22.2 #21 5.324 - install fmt 0.11.0 #21 5.324 - install logs 0.10.0 #21 5.324 - install mdx 2.5.2 #21 5.324 - install ocaml-version 4.1.0 #21 5.324 - install ocamlbuild 0.16.1 #21 5.324 - install ocamlfind 1.9.8 #21 5.324 - install re 1.14.0 #21 5.324 - install result 1.5 #21 5.324 - install topkg 1.1.1 #21 5.325 #21 5.325 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> #21 5.338 -> retrieved camlp-streams.5.0.1 (cached) #21 5.344 -> retrieved astring.0.8.5 (cached) #21 5.373 -> retrieved bytesrw.0.3.0 (cached) #21 5.381 -> retrieved cmdliner.2.1.1 (cached) #21 5.418 -> retrieved cppo.1.8.0 (cached) #21 5.423 -> installed conf-pkg-config.4 #21 5.429 -> retrieved csexp.1.5.2 (cached) #21 5.433 -> retrieved fmt.0.11.0 (cached) #21 5.453 -> retrieved logs.0.10.0 (cached) #21 5.466 -> retrieved ocaml-version.4.1.0 (cached) #21 5.514 -> retrieved mdx.2.5.2 (cached) #21 5.555 -> retrieved ocamlbuild.0.16.1 (cached) #21 5.649 -> retrieved ocamlfind.1.9.8 (cached) #21 5.678 -> retrieved re.1.14.0 (cached) #21 5.683 -> retrieved result.1.5 (cached) #21 5.718 -> retrieved topkg.1.1.1 (cached) #21 7.468 -> retrieved dune.3.22.2 (cached) #21 11.00 -> installed cmdliner.2.1.1 #21 11.04 -> installed ocamlbuild.0.16.1 #21 11.17 -> installed ocamlfind.1.9.8 #21 14.92 -> installed topkg.1.1.1 #21 16.39 -> installed astring.0.8.5 #21 16.69 -> installed bytesrw.0.3.0 #21 17.40 -> installed fmt.0.11.0 #21 18.28 -> installed logs.0.10.0 #21 41.64 -> installed dune.3.22.2 #21 41.87 -> installed csexp.1.5.2 #21 42.07 -> installed camlp-streams.5.0.1 #21 42.11 -> installed ocaml-version.4.1.0 #21 42.28 -> installed result.1.5 #21 42.60 -> installed cppo.1.8.0 #21 43.38 -> installed re.1.14.0 #21 46.16 -> installed mdx.2.5.2 #21 46.92 Done. #21 46.92 # Run eval $(opam env) to update the current shell environment #21 DONE 47.1s #22 [stage-0 14/16] RUN --mount=type=cache,id=opam-archives,target=/home/opam/.opam/download-cache,uid=1000 opam install --yes dune 'odoc>=1.5.0' #22 1.217 [NOTE] Package dune is already installed (current version is 3.22.2). #22 5.156 The following actions will be performed: #22 5.156 === install 8 packages #22 5.156 - install crunch 4.0.0 [required by odoc] #22 5.156 - install fpath 0.7.3 [required by odoc] #22 5.156 - install odoc 3.1.0 #22 5.156 - install odoc-parser 3.1.0 [required by odoc] #22 5.156 - install ptime 1.2.0 [required by crunch] #22 5.156 - install seq base [required by tyxml] #22 5.156 - install tyxml 4.6.0 [required by odoc] #22 5.156 - install uutf 1.0.4 [required by tyxml] #22 5.157 #22 5.157 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> #22 5.200 -> retrieved crunch.4.0.0 (cached) #22 5.224 -> retrieved fpath.0.7.3 (cached) #22 5.226 -> retrieved seq.base (cached) #22 5.238 -> installed seq.base #22 5.246 -> retrieved ptime.1.2.0 (cached) #22 5.278 -> retrieved tyxml.4.6.0 (cached) #22 5.281 -> retrieved uutf.1.0.4 (cached) #22 6.392 -> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached) #22 6.654 -> installed fpath.0.7.3 #22 6.665 -> installed ptime.1.2.0 #22 6.690 -> installed uutf.1.0.4 #22 7.341 -> installed crunch.4.0.0 #22 7.459 -> installed odoc-parser.3.1.0 #22 9.219 -> installed tyxml.4.6.0 #22 17.75 -> installed odoc.3.1.0 #22 18.07 Done. #22 18.07 # Run eval $(opam env) to update the current shell environment #22 DONE 18.3s #23 [stage-0 15/16] COPY --chown=1000:1000 . /src/ #23 DONE 0.0s #24 [stage-0 16/16] RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2) #24 0.387 (cd _build/default/src/.bib.objs/byte && /home/opam/.opam/5.3/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/bib --pkg bib -o bib.odoc bib.cmti) #24 0.387 File "src/bib.mli", line 120, characters 4-11: #24 0.387 Warning: Unexpected tag '@inline' at this location. #24 0.402 (cd _build/default/_doc/_odocls/bib && /home/opam/.opam/5.3/bin/odoc link -I ../../_odoc/pkg/bib -I ../../../src/.bib.objs/byte -o page-index.odocl ../../_odoc/pkg/bib/page-index.odoc) #24 0.402 File "../../../../src/index.mld", line 66, characters 32-48: #24 0.402 Warning: Reference to 'text' is ambiguous. Please specify its kind: type-text, val-text. #24 0.402 File "../../../../src/index.mld", line 47, characters 15-31: #24 0.402 Warning: Reference to 'text' is ambiguous. Please specify its kind: type-text, val-text. #24 0.411 (cd _build/default/_doc/_odocls/bib && /home/opam/.opam/5.3/bin/odoc link -I ../../_odoc/pkg/bib -I ../../../src/.bib.objs/byte -o bib.odocl ../../../src/.bib.objs/byte/bib.odoc) #24 0.411 File "src/bib.mli", line 9, characters 47-65: #24 0.411 Warning: Failed to resolve reference unresolvedroot(Bytes).Reader.t Couldn't find "Bytes" #24 DONE 0.5s #25 exporting to image #25 exporting layers #25 exporting layers 16.4s done #25 writing image sha256:cdb008d9073f22523104f34d16c19538e163a34d23b8a91dccd81ff026760473 done #25 DONE 16.4s 2026-04-30 14:15.11: Job succeeded