2025-07-23 08:41.36: New job: test ocaml-opam/opam-compiler https://github.com/ocaml-opam/opam-compiler.git#refs/heads/master (6efad3959bcad0aecf882a2c896d42b2946d4929) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ocaml-opam/opam-compiler.git" -b "master" && cd "opam-compiler" && git reset --hard 6efad395cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517# debian-12-4.08_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 opam-compiler.opam ./RUN opam pin add -yn opam-compiler.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 atd.2.16.0 atdgen.2.15.0 atdgen-runtime.2.16.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 curly.0.3.0 dune.3.19.1 dune-configurator.3.19.1 easy-format.1.3.4 either.1.0.0 fmt.0.10.0 fpath.0.7.3 github-data.4.4.1 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 yojson.2.2.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y opam-compiler.dev $DEPSRUN opam install $DEPSRUN 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-DOCKERFILEdocker build .END-REPRO-BLOCK2025-07-23 08:41.36: Using cache hint "ocaml-opam/opam-compiler-ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517-debian-12-4.08_opam-2.3-a6cfba94e3906284dc6b5407f508d9dc"2025-07-23 08:41.36: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517)(comment debian-12-4.08_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src opam-compiler.opam) (dst ./))(run (network host)(shell "opam pin add -yn opam-compiler.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 atd.2.16.0 atdgen.2.15.0 atdgen-runtime.2.16.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 curly.0.3.0 dune.3.19.1 dune-configurator.3.19.1 easy-format.1.3.4 either.1.0.0 fmt.0.10.0 fpath.0.7.3 github-data.4.4.1 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 yojson.2.2.2")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y opam-compiler.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2025-07-23 08:41.36: Waiting for resource in pool OCluster2025-07-23 08:41.36: Waiting for worker…2025-07-23 08:41.36: Got resource from pool OClusterBuilding on clete.caelum.ci.devAll commits already cachedHEAD is now at 6efad39 Add example for using github urls(from ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517)2025-07-23 08:42.05 ---> saved as "6cffc1a1a52caf2843bd473effea9756e568737c821ae9874d1cb7264a14fd20"/: (comment debian-12-4.08_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))2025-07-23 08:42.05 ---> saved as "9c97cea08e7dae03fe3c5eaaa5448a16f132183665f2365e2d5c1013581d731b"/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-07-23 08:42.28 ---> saved as "ecd882b9a14d0350261ad043d549f05d0fe896aed368dd95773d6c4987550c9c"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.08.12.2.12025-07-23 08:42.28 ---> saved as "1397e380ac5e73ca7fd0243274730299a0dc5d31bbdca5d36e20f69b5a5b12d6"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-23 08:42.29 ---> saved as "5bfa47a7533de07c89111d2182425445f5999bfb3999ad9d0c943a0941e496bf"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2025-07-23 08:42.53 ---> saved as "c088b7cdcf2d48cac4aa07f64419978e0df50ff07793426ee63eacfb25463c59"/src: (copy (src opam-compiler.opam) (dst ./))2025-07-23 08:42.53 ---> saved as "0055e4823327b36ed9ecea746905a63d00daa7e425cae45804831ee548eba0a8"/src: (run (network host)(shell "opam pin add -yn opam-compiler.dev './'"))[opam-compiler.dev] synchronised (file:///src)opam-compiler is now pinned to file:///src (version dev)2025-07-23 08:42.55 ---> saved as "b62920a2fc5d9e17e8985ab5a7977c95033adfd6be66d4d8b707f31f0ba6ff42"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-23 08:42.56 ---> saved as "d24167e825f5901d6258acfcd80d60bd3a41787b0bd105949bf376c093415af6"/src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 atd.2.16.0 atdgen.2.15.0 atdgen-runtime.2.16.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 curly.0.3.0 dune.3.19.1 dune-configurator.3.19.1 easy-format.1.3.4 either.1.0.0 fmt.0.10.0 fpath.0.7.3 github-data.4.4.1 logs.0.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.11.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 yojson.2.2.2")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y opam-compiler.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]- Fetched 375 kB in 1s (735 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[opam-compiler.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-07-23 08:43.09 ---> saved as "6c5dd50dea44779d5ad26c43d5e9d4fe2cff60ff11424d9c1bd0611f2a04ed1c"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).[NOTE] Package ocaml is already installed (current version is 4.08.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 39 packages- install alcotest 1.9.0- install angstrom 0.16.1- install astring 0.8.5- install atd 2.16.0- install atdgen 2.15.0- install atdgen-runtime 2.16.0- install bigstringaf 0.10.0- install biniou 1.2.2- install bos 0.2.1- install camlp-streams 5.0.1- install cmdliner 1.3.0- install csexp 1.5.2- install curly 0.3.0- install dune 3.19.1- install dune-configurator 3.19.1- install easy-format 1.3.4- install either 1.0.0- install fmt 0.10.0- install fpath 0.7.3- install github-data 4.4.1- install logs 0.8.0- install menhir 20240715- install menhirCST 20240715- install menhirLib 20240715- install menhirSdk 20240715- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.11.0- install result 1.5- install rresult 0.7.0- install seq base- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.0.8- install uri 4.4.0- install uutf 1.0.4- install yojson 2.2.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved biniou.1.2.2 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved curly.0.3.0 (cached)-> retrieved atd.2.16.0, atdgen-runtime.2.16.0 (cached)-> retrieved atdgen.2.15.0 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)-> retrieved easy-format.1.3.4 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved github-data.4.4.1 (cached)-> retrieved ocaml-version.4.0.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> installed cmdliner.1.3.0-> retrieved re.1.11.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved result.1.5 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved yojson.2.2.2 (cached)-> retrieved uri.4.4.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.0.8-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.10.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed logs.0.8.0-> installed bos.0.2.1-> installed dune.3.19.1-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed easy-format.1.3.4-> installed either.1.0.0-> installed menhirCST.20240715-> installed menhirLib.20240715-> installed menhirSdk.20240715-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.1-> installed re.1.11.0-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed yojson.2.2.2-> installed curly.0.3.0-> installed biniou.1.2.2-> installed atdgen-runtime.2.16.0-> installed alcotest.1.9.0-> installed dune-configurator.3.19.1-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed uri.4.4.0-> installed menhir.20240715-> installed atd.2.16.0-> installed atdgen.2.15.0-> installed github-data.4.4.1Done.# Run eval $(opam env) to update the current shell environment2025-07-23 08:44.25 ---> saved as "2f912f5625850c74e286b21421eafd8bf50cbf1d8d6d947879c560ec9e642d36"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.19.1).The following actions will be performed:=== install 6 packages- install cppo 1.8.0 [required by odoc]- install crunch 4.0.0 [required by odoc]- install odoc 3.0.0- install odoc-parser 3.0.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved odoc.3.0.0, odoc-parser.3.0.0 (cached)-> installed cppo.1.8.0-> installed ptime.1.2.0-> installed odoc-parser.3.0.0-> installed crunch.4.0.0-> installed tyxml.4.6.0-> installed odoc.3.0.0Done.# Run eval $(opam env) to update the current shell environment2025-07-23 08:44.48 ---> saved as "457d6a2839c5b5a62bab9da4fe42916f8629e262e2fcf0515c1f7068eaa7b871"/src: (copy (src .) (dst /src/))2025-07-23 08:44.48 ---> saved as "fd1ad4bbeca07408b4f784da5a7a1e14458f9985c33d9da59276e624273e8ae5"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2025-07-23 08:44.49 ---> saved as "a3d4b3edc0facac27afaf95d0972485b01076cf81d4ef1eaa8ade5030026dfb1"Job succeeded2025-07-23 08:44.49: Job succeeded