2025-11-11 21:52.11: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480fOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f# debian-13-4.08_opam-2.4USER 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 82521e85e4d95ee51397eb070a9bd82cb0019ffd || git fetch origin master) && git reset -q --hard 82521e85e4d95ee51397eb070a9bd82cb0019ffd && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 opam-test.opam ./RUN opam pin add -yn opam-test.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="0install-solver.2.18 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.20.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-solver.2.4.1 opam-state.2.4.1 patch.3.1.0 re.1.11.0 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 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 opam-test.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-11-11 21:52.11: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f-debian-13-4.08_opam-2.4-a910466c21cb72472fb67d3f733b6b7e"2025-11-11 21:52.11: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)(comment debian-13-4.08_opam-2.4)(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 82521e85e4d95ee51397eb070a9bd82cb0019ffd || git fetch origin master) && git reset -q --hard 82521e85e4d95ee51397eb070a9bd82cb0019ffd && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src opam-test.opam) (dst ./))(run (network host)(shell "opam pin add -yn opam-test.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "0install-solver.2.18 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.20.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-solver.2.4.1 opam-state.2.4.1 patch.3.1.0 re.1.11.0 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4")(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-test.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-11-11 21:52.11: Waiting for resource in pool OCluster2025-11-11 22:28.14: Waiting for worker…2025-11-11 22:35.01: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 9cc7455 Add README(from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f' locallydocker.io/ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Pulling fs layer8f6112f72fa5: Pulling fs layerf06108004adb: Pulling fs layerf34ea90e6bf7: Pulling fs layerb44a65709156: Pulling fs layer4c25908bbac9: Pulling fs layerf76df728146d: Pulling fs layer1fee769dfcf3: Pulling fs layer9089a7f69af3: Pulling fs layerf06108004adb: Waiting820d433882fc: Waiting8f6112f72fa5: Waiting6f758b47b2a0: Pulling fs layer16b225bbb395: Pulling fs layer4c25908bbac9: Waitingf34ea90e6bf7: Waitingb44a65709156: Waiting1fee769dfcf3: Waitingabbf3ec39b68: Pulling fs layerf76df728146d: Waiting9089a7f69af3: Waiting1a61521655a9: Pulling fs layer6a8565a9e443: Pulling fs layer6f758b47b2a0: Waitingc059a4cbd7b9: Pulling fs layer16b225bbb395: Waitingabbf3ec39b68: Waiting3a00fdc9e291: Pulling fs layer1a61521655a9: Waitinga0b62589bd38: Pulling fs layerc059a4cbd7b9: Waiting6e8d713bf843: Pulling fs layer6a8565a9e443: Waiting3a00fdc9e291: Waitingbca1fd5341ba: Pulling fs layera0b62589bd38: Waiting34b9849c2772: Pulling fs layer4f4fb700ef54: Pulling fs layer6e8d713bf843: Waitingd8d3d0744e38: Pulling fs layerbca1fd5341ba: Waiting788c7ce0e0e5: Pulling fs layer34b9849c2772: Waiting4f4fb700ef54: Waitinga297eab0ca3b: Pulling fs layerd8d3d0744e38: Waiting2e79af39acdb: Pulling fs layer8858e600236c: Pulling fs layer788c7ce0e0e5: Waitinga297eab0ca3b: Waiting9efe23d1fe7d: Pulling fs layer2e79af39acdb: Waiting47d185934312: Pulling fs layer8858e600236c: Waiting64a949a6caff: Pulling fs layer9efe23d1fe7d: Waitingc9d6a7c18bb1: Pulling fs layere4fde4815f0c: Pulling fs layer47d185934312: Waitingd1f759c16950: Pulling fs layer64a949a6caff: Waitingc9d6a7c18bb1: Waitingf3dd45bf195f: Pulling fs layere4fde4815f0c: Waiting3985a6049101: Pulling fs layerd1f759c16950: Waitingaae849592418: Pulling fs layerf3dd45bf195f: Waiting6173459dc6b2: Pulling fs layer7f16ef63bee0: Pulling fs layer3985a6049101: Waitingfe355de6a899: Pulling fs layeraae849592418: Waitingb0bc5a15bc9d: Pulling fs layer6173459dc6b2: Waiting0ba06c753f01: Pulling fs layerfe355de6a899: Waiting7f16ef63bee0: Waitingb0bc5a15bc9d: Waitingf7e4070f86bb: Pulling fs layer0ba06c753f01: Waitinga16d954bd2d3: Pulling fs layer6583f21da642: Pulling fs layerf7e4070f86bb: Waitinga16d954bd2d3: Waiting6583f21da642: Waiting820d433882fc: Download complete820d433882fc: Pull complete8f6112f72fa5: Download complete8f6112f72fa5: Pull completef06108004adb: Verifying Checksumf06108004adb: Download completef06108004adb: Pull completef34ea90e6bf7: Download completef34ea90e6bf7: Pull completeb44a65709156: Verifying Checksumb44a65709156: Download complete4c25908bbac9: Verifying Checksum4c25908bbac9: Download completef76df728146d: Verifying Checksumf76df728146d: Download complete1fee769dfcf3: Verifying Checksum1fee769dfcf3: Download complete9089a7f69af3: Verifying Checksum9089a7f69af3: Download complete6f758b47b2a0: Verifying Checksum6f758b47b2a0: Download complete16b225bbb395: Verifying Checksum16b225bbb395: Download completeabbf3ec39b68: Verifying Checksumabbf3ec39b68: Download complete1a61521655a9: Verifying Checksum1a61521655a9: Download complete6a8565a9e443: Download completec059a4cbd7b9: Verifying Checksumc059a4cbd7b9: Download complete3a00fdc9e291: Download completea0b62589bd38: Verifying Checksuma0b62589bd38: Download complete6e8d713bf843: Verifying Checksum6e8d713bf843: Download completebca1fd5341ba: Download complete34b9849c2772: Verifying Checksum34b9849c2772: Download complete4f4fb700ef54: Download completed8d3d0744e38: Verifying Checksumd8d3d0744e38: Download complete788c7ce0e0e5: Download completea297eab0ca3b: Download completeb44a65709156: Pull complete2e79af39acdb: Download complete4c25908bbac9: Pull complete8858e600236c: Verifying Checksum8858e600236c: Download completef76df728146d: Pull complete9efe23d1fe7d: Verifying Checksum9efe23d1fe7d: Download complete47d185934312: Verifying Checksum47d185934312: Download complete1fee769dfcf3: Pull complete64a949a6caff: Verifying Checksum64a949a6caff: Download completec9d6a7c18bb1: Verifying Checksumc9d6a7c18bb1: Download complete9089a7f69af3: Pull completee4fde4815f0c: Verifying Checksume4fde4815f0c: Download complete6f758b47b2a0: Pull complete16b225bbb395: Pull completeabbf3ec39b68: Pull complete1a61521655a9: Pull completed1f759c16950: Verifying Checksumd1f759c16950: Download complete6a8565a9e443: Pull completec059a4cbd7b9: Pull complete3a00fdc9e291: Pull completea0b62589bd38: Pull complete6e8d713bf843: Pull completebca1fd5341ba: Pull complete34b9849c2772: Pull complete4f4fb700ef54: Pull completed8d3d0744e38: Pull complete788c7ce0e0e5: Pull completea297eab0ca3b: Pull complete2e79af39acdb: Pull complete8858e600236c: Pull complete9efe23d1fe7d: Pull complete47d185934312: Pull complete64a949a6caff: Pull completec9d6a7c18bb1: Pull completee4fde4815f0c: Pull completef3dd45bf195f: Download completed1f759c16950: Pull completef3dd45bf195f: Pull complete3985a6049101: Download completeaae849592418: Verifying Checksumaae849592418: Download complete6173459dc6b2: Verifying Checksum6173459dc6b2: Download complete7f16ef63bee0: Download completefe355de6a899: Verifying Checksumfe355de6a899: Download completeb0bc5a15bc9d: Verifying Checksumb0bc5a15bc9d: Download complete3985a6049101: Pull completeaae849592418: Pull complete6173459dc6b2: Pull complete7f16ef63bee0: Pull completefe355de6a899: Pull completeb0bc5a15bc9d: Pull complete0ba06c753f01: Verifying Checksum0ba06c753f01: Download completef7e4070f86bb: Verifying Checksumf7e4070f86bb: Download completea16d954bd2d3: Verifying Checksuma16d954bd2d3: Download complete6583f21da642: Download complete0ba06c753f01: Pull completef7e4070f86bb: Pull completea16d954bd2d3: Pull complete6583f21da642: Pull completeDigest: sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480fStatus: Downloaded newer image for ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f2025-11-11 22:43.02 ---> saved as "8a3fb29dc134ae8cb5011e033937cdf0919031452506a2a7eeab7ea43cc7fe2e"/: (comment debian-13-4.08_opam-2.4)/: (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-11-11 22:43.02 ---> saved as "b550f3d0d26a25fe987e50432a4e26b17faebaf565c1d08213cbf514e32d68d8"/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-11-11 22:43.30 ---> saved as "f52d4afc429a4f1160de006ee2bf56d9db6edfe2193e1b35b1483fe8388ad904"/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-11-11 22:43.30 ---> saved as "67092db80f8aaec4556d5050ded5fcf568c402788465452631994ebaa90d3a20"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-11 22:43.31 ---> saved as "1f1ed6921a14bad75124852ac9dd6d36824b4867b5b5079da33f14b4e0c4d54e"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 82521e85e4d95ee51397eb070a9bd82cb0019ffd || git fetch origin master) && git reset -q --hard 82521e85e4d95ee51397eb070a9bd82cb0019ffd && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..e4e631bfa1 master -> origin/master82521e85e4 Merge pull request #28854 from hannesm/release-patch-v3.1.0<><> 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-11-11 22:43.57 ---> saved as "f7c4807a4174b35cae772e85a28c36f14f96ea99cef374edd3b55da68909c47e"/src: (copy (src opam-test.opam) (dst ./))2025-11-11 22:43.57 ---> saved as "fc288167e73c17cb189a9edcb52e7926254cc05179bbe55b5478ecf12b251b3f"/src: (run (network host)(shell "opam pin add -yn opam-test.dev './'"))[opam-test.dev] synchronised (file:///src)[WARNING] Failed checks on opam-test package definition from source at file:///src:warning 68: Missing field 'license'opam-test is now pinned to file:///src (version dev)2025-11-11 22:43.59 ---> saved as "7b1c53d5c50399d5e201c5afd75ce733c9dfb7914d4d1d0f15007186d72e9c0d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-11 22:43.59 ---> saved as "49a1ec16646e6109bcca64cd08f649a31610f133bfd2464fb131b28945718bb0"/src: (env DEPS "0install-solver.2.18 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 cmdliner.1.3.0 conf-c++.1.0 cppo.1.8.0 cudf.0.10 dose3.7.0.0 dune.3.20.2 extlib.1.8.0 jsonm.1.0.2 mccs.1.1+19 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-0install-cudf.0.5.0 opam-client.2.4.1 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-solver.2.4.1 opam-state.2.4.1 patch.3.1.0 re.1.11.0 seq.base sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4")/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-test.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [69.7 kB]- Fetched 160 kB in 1s (208 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[opam-test.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-11-11 22:44.13 ---> saved as "88e56036efc73563f6bd9194502f0f9cb7652fa2422a5537069d5ccb3f3c89e1"/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 35 packages- install 0install-solver 2.18- install base64 3.5.2- install cmdliner 1.3.0- install conf-c++ 1.0- install cppo 1.8.0- install cudf 0.10- install dose3 7.0.0- install dune 3.20.2- install extlib 1.8.0- install jsonm 1.0.2- install mccs 1.1+19- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocamlgraph 2.2.0- install opam-0install-cudf 0.5.0- install opam-client 2.4.1- install opam-core 2.4.1- install opam-file-format 2.2.0- install opam-format 2.4.1- install opam-repository 2.4.1- install opam-solver 2.4.1- install opam-state 2.4.1- install patch 3.1.0- install re 1.11.0- install seq base- install sha 1.15.4- install spdx_licenses 1.4.0- install stdlib-shims 0.3.0- install swhid_core 0.1- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base64.3.5.2 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-c++.1.0-> retrieved cudf.0.10 (cached)-> retrieved dose3.7.0.0 (cached)-> retrieved 0install-solver.2.18 (cached)-> retrieved extlib.1.8.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved mccs.1.1+19 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved dune.3.20.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlgraph.2.2.0 (cached)-> retrieved opam-0install-cudf.0.5.0 (cached)-> retrieved opam-client.2.4.1, opam-core.2.4.1, opam-format.2.4.1, opam-repository.2.4.1, opam-solver.2.4.1, opam-state.2.4.1 (cached)-> retrieved opam-file-format.2.2.0 (cached)-> retrieved seq.base (cached)-> retrieved patch.3.1.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved spdx_licenses.1.4.0 (cached)-> retrieved re.1.11.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved swhid_core.0.1 (cached)-> installed cmdliner.1.3.0-> installed seq.base-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed jsonm.1.0.2-> installed dune.3.20.2-> installed base64.3.5.2-> installed menhirCST.20250912-> installed spdx_licenses.1.4.0-> installed stdlib-shims.0.3.0-> installed swhid_core.0.1-> installed patch.3.1.0-> installed menhirSdk.20250912-> installed 0install-solver.2.18-> installed menhirLib.20250912-> installed cppo.1.8.0-> installed re.1.11.0-> installed sha.1.15.4-> installed extlib.1.8.0-> installed ocamlgraph.2.2.0-> installed cudf.0.10-> installed opam-0install-cudf.0.5.0-> installed dose3.7.0.0-> installed mccs.1.1+19-> installed opam-core.2.4.1-> installed menhir.20250912-> installed opam-file-format.2.2.0-> installed opam-format.2.4.1-> installed opam-repository.2.4.1-> installed opam-solver.2.4.1-> installed opam-state.2.4.1-> installed opam-client.2.4.1Done.# Run eval $(opam env) to update the current shell environment2025-11-11 22:45.46 ---> saved as "21366b3bd3c1eaa1abc67e28f57cc68f6ef5d6313d0c3d6ed466a1c6dc4f59d2"/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.20.2).The following actions will be performed:=== install 9 packages- install astring 0.8.5 [required by odoc]- install camlp-streams 5.0.1 [required by odoc-parser]- install crunch 4.0.0 [required by odoc]- install fmt 0.11.0 [required by odoc]- install fpath 0.7.3 [required by odoc]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> installed camlp-streams.5.0.1-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed crunch.4.0.0-> installed fpath.0.7.3-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2025-11-11 22:46.16 ---> saved as "20141aaa6b490ff6f081f5ea0c1849eb43d6313e24d79eb2f5644e93f06c9fa1"/src: (copy (src .) (dst /src/))2025-11-11 22:46.16 ---> saved as "4edf74af90f2533223c3ad858f471d790805cb04353d8c8f207c9abfb45ba7d7"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2025-11-11 22:46.17 ---> saved as "3eb2d2a37a964abc36f35f9f9c88f6ba296a3d4d303e1460c00bc0b797da7896"Job succeeded2025-11-11 22:46.17: Job succeeded