2025-07-17 18:23.59: New job: test ocaml-opam/opam-compiler https://github.com/ocaml-opam/opam-compiler.git#refs/heads/master (c09b015b7c4cbc0ffa2b1008b7dc148a4c88b2b4) (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 c09b015bcat > 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 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 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 curly.0.3.0 dune.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 topkg.1.0.8 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-17 18:23.59: Using cache hint "ocaml-opam/opam-compiler-ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517-debian-12-4.08_opam-2.3-94ea28f06c9f91d0d998a7cfb221eff2"2025-07-17 18:23.59: 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 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 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 curly.0.3.0 dune.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 topkg.1.0.8 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-17 18:23.59: Waiting for resource in pool OCluster2025-07-17 18:41.05: Waiting for worker…2025-07-17 18:43.05: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at c09b015 Prepare 0.2.0(from ocaml/opam:debian-12-ocaml-4.08@sha256:4b3e5b2d1be26cada6c08f752ca0b48d3b0ba20fec23648d53395a83f1ae2517)2025-07-17 18:43.05 ---> using "6cffc1a1a52caf2843bd473effea9756e568737c821ae9874d1cb7264a14fd20" from cache/: (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-17 18:43.05 ---> using "9c97cea08e7dae03fe3c5eaaa5448a16f132183665f2365e2d5c1013581d731b" from cache/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-17 18:43.05 ---> using "ecd882b9a14d0350261ad043d549f05d0fe896aed368dd95773d6c4987550c9c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 4.08.12.2.12025-07-17 18:43.05 ---> using "1397e380ac5e73ca7fd0243274730299a0dc5d31bbdca5d36e20f69b5a5b12d6" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-17 18:43.05 ---> using "5bfa47a7533de07c89111d2182425445f5999bfb3999ad9d0c943a0941e496bf" from cache/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-17 18:43.05 ---> using "c088b7cdcf2d48cac4aa07f64419978e0df50ff07793426ee63eacfb25463c59" from cache/src: (copy (src opam-compiler.opam) (dst ./))2025-07-17 18:43.05 ---> saved as "c66dbf8d0645720620117f5c12c6782546ea3b8fa0fc26348a4908f0f66e1a90"/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-17 18:43.08 ---> saved as "301375da28f93a6586ebeabb76f5ae304829b4daae91eaa400f1e2f4c40623cb"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-17 18:43.08 ---> saved as "8a513648728dd00760f9c6c440c32ef1cc12afc9029d8abf4d64f3a04a6efe1d"/src: (env DEPS "alcotest.1.9.0 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 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 curly.0.3.0 dune.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 topkg.1.0.8 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 (722 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-17 18:43.30 ---> saved as "7b77ac6f5344b17bdf517f941e4b0302255cb83acd6a1047b1d62e0aaacbb3c4"/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 33 packages- install alcotest 1.9.0- install astring 0.8.5- install atd 2.16.0- install atdgen 2.15.0- install atdgen-runtime 2.16.0- install biniou 1.2.2- install bos 0.2.1- install camlp-streams 5.0.1- install cmdliner 1.3.0- install curly 0.3.0- install dune 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 topkg 1.0.8- install uutf 1.0.4- install yojson 2.2.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.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 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 (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 github-data.4.4.1 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.1 (cached)-> installed cmdliner.1.3.0-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> 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 uutf.1.0.4 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved yojson.2.2.2 (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 camlp-streams.5.0.1-> installed easy-format.1.3.4-> installed either.1.0.0-> installed menhirCST.20240715-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed ocaml-version.4.0.1-> installed menhirSdk.20240715-> installed curly.0.3.0-> installed menhirLib.20240715-> installed ocaml-syntax-shims.1.0.0-> installed biniou.1.2.2-> installed re.1.11.0-> installed yojson.2.2.2-> installed atdgen-runtime.2.16.0-> installed alcotest.1.9.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-17 18:44.47 ---> saved as "669a3dffa6c2d9274b38bca64f50db12d2d15a7b1edb9321ea4280897bfb1994"/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 crunch.4.0.0-> installed odoc-parser.3.0.0-> installed tyxml.4.6.0-> installed odoc.3.0.0Done.# Run eval $(opam env) to update the current shell environment2025-07-17 18:45.14 ---> saved as "76306a8ca58c4b4e33cd9d9a340a619c44f8887de559636a27fb9fbb84282636"/src: (copy (src .) (dst /src/))2025-07-17 18:45.14 ---> saved as "5edce69d50ad9af35440018b509314680270833d1f837e233b3fae7cc6117449"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2025-07-17 18:45.15 ---> saved as "197066d11172f2cace0f992ac65d4b5ff1aa9356a447f23d0aacc398479fe26b"Job succeeded2025-07-17 18:45.15: Job succeeded