2025-11-05 15:29.11: New job: test dinosaure/prettym https://github.com/dinosaure/prettym.git#refs/heads/main (f53c4a5a7fc3fa3f08e1984616a998586c9d09db) (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/dinosaure/prettym.git" -b "main" && cd "prettym" && git reset --hard f53c4a5acat > 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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 prettym.opam ./RUN opam pin add -yn prettym.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.11.0 seq.base stdlib-shims.0.3.0 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 prettym.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-05 15:29.11: Using cache hint "dinosaure/prettym-ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f-debian-13-4.08_opam-2.4-374741220a98214cf36b2e75e374847a"2025-11-05 15:29.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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src prettym.opam) (dst ./))(run (network host)(shell "opam pin add -yn prettym.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.11.0 seq.base stdlib-shims.0.3.0 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 prettym.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-05 15:29.11: Waiting for resource in pool OCluster2025-11-05 18:35.43: Waiting for worker…2025-11-05 18:38.37: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at f53c4a5 Merge pull request #5 from dinosaure/upgrade(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: Pulling fs layer820d433882fc: Pulling fs layer8f6112f72fa5: Pulling fs layerf06108004adb: Pulling fs layerf34ea90e6bf7: Pulling fs layerb44a65709156: Pulling fs layer4c25908bbac9: Pulling fs layer820d433882fc: Waitingf76df728146d: Pulling fs layer8f6112f72fa5: Waiting1fee769dfcf3: Pulling fs layerf06108004adb: Waiting9089a7f69af3: Pulling fs layerf34ea90e6bf7: Waiting6f758b47b2a0: Pulling fs layerb44a65709156: Waitingf76df728146d: Waiting16b225bbb395: Pulling fs layerabbf3ec39b68: Pulling fs layer4c25908bbac9: Waiting1a61521655a9: Pulling fs layer1fee769dfcf3: Waiting6a8565a9e443: Pulling fs layerc059a4cbd7b9: Pulling fs layer9089a7f69af3: Waiting3a00fdc9e291: Pulling fs layer6f758b47b2a0: Waitinga0b62589bd38: Pulling fs layerabbf3ec39b68: Waiting16b225bbb395: Waiting1a61521655a9: Waiting6e8d713bf843: Pulling fs layerc059a4cbd7b9: Waitinga0b62589bd38: Waiting3a00fdc9e291: Waitingbca1fd5341ba: Pulling fs layer34b9849c2772: Pulling fs layer4f4fb700ef54: Pulling fs layer6e8d713bf843: Waitingbca1fd5341ba: Waitingd8d3d0744e38: Pulling fs layer34b9849c2772: Waiting788c7ce0e0e5: Pulling fs layera297eab0ca3b: Pulling fs layer2e79af39acdb: Pulling fs layer8858e600236c: Pulling fs layerd8d3d0744e38: Waiting9efe23d1fe7d: Pulling fs layera297eab0ca3b: Waiting2e79af39acdb: Waiting8858e600236c: Waiting47d185934312: Pulling fs layer64a949a6caff: Pulling fs layerc9d6a7c18bb1: Pulling fs layer788c7ce0e0e5: Waiting9efe23d1fe7d: Waiting47d185934312: Waitinge4fde4815f0c: Pulling fs layerc9d6a7c18bb1: Waitingd1f759c16950: Pulling fs layerf3dd45bf195f: Pulling fs layere4fde4815f0c: Waiting3985a6049101: Pulling fs layerd1f759c16950: Waitingf3dd45bf195f: Waitingaae849592418: Pulling fs layer3985a6049101: Waiting6173459dc6b2: Pulling fs layer7f16ef63bee0: Pulling fs layeraae849592418: Waiting6173459dc6b2: Waitingfe355de6a899: Pulling fs layerb0bc5a15bc9d: Pulling fs layerfe355de6a899: Waiting0ba06c753f01: Pulling fs layerf7e4070f86bb: Pulling fs layera16d954bd2d3: Pulling fs layerb0bc5a15bc9d: Waiting6583f21da642: Pulling fs layerf7e4070f86bb: Waitinga16d954bd2d3: Waiting6583f21da642: Waiting820d433882fc: Verifying Checksum820d433882fc: Download complete8f6112f72fa5: Verifying Checksum8f6112f72fa5: Download completef06108004adb: Verifying Checksumf06108004adb: Download completef34ea90e6bf7: Verifying Checksumf34ea90e6bf7: Download completeb44a65709156: Retrying in 5 secondsb44a65709156: Retrying in 4 secondsb44a65709156: Retrying in 3 secondsb44a65709156: Retrying in 2 secondsb44a65709156: Retrying in 1 secondcae3b572364a: Download complete4c25908bbac9: Verifying Checksum4c25908bbac9: Download completef76df728146d: Verifying Checksumf76df728146d: Download completecae3b572364a: Pull complete820d433882fc: Pull complete8f6112f72fa5: Pull completef06108004adb: Pull complete1fee769dfcf3: Verifying Checksum1fee769dfcf3: Download completef34ea90e6bf7: Pull complete9089a7f69af3: Verifying Checksum9089a7f69af3: Download complete6f758b47b2a0: Verifying Checksum6f758b47b2a0: Download complete16b225bbb395: Verifying Checksum16b225bbb395: Download completeabbf3ec39b68: Verifying Checksumabbf3ec39b68: Download complete1a61521655a9: Verifying Checksum1a61521655a9: Download complete6a8565a9e443: Verifying Checksum6a8565a9e443: Download completec059a4cbd7b9: Verifying Checksumc059a4cbd7b9: Download complete3a00fdc9e291: Download complete6e8d713bf843: Download completebca1fd5341ba: Download complete34b9849c2772: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completed8d3d0744e38: Verifying Checksumd8d3d0744e38: Download complete788c7ce0e0e5: Verifying Checksum788c7ce0e0e5: Download completea297eab0ca3b: Verifying Checksuma297eab0ca3b: Download complete2e79af39acdb: Verifying Checksum2e79af39acdb: Download complete8858e600236c: Verifying Checksum8858e600236c: Download complete9efe23d1fe7d: Download complete47d185934312: Verifying Checksum47d185934312: Download complete64a949a6caff: Verifying Checksum64a949a6caff: Download completec9d6a7c18bb1: Verifying Checksumc9d6a7c18bb1: Download completee4fde4815f0c: Download completed1f759c16950: Verifying Checksumd1f759c16950: Download completef3dd45bf195f: Download complete3985a6049101: Verifying Checksum3985a6049101: Download completeaae849592418: Download complete6173459dc6b2: Verifying Checksum6173459dc6b2: Download complete7f16ef63bee0: Download completefe355de6a899: Download completeb0bc5a15bc9d: Download completeb44a65709156: Verifying Checksumb44a65709156: Download completef7e4070f86bb: Verifying Checksumf7e4070f86bb: Download completea16d954bd2d3: Verifying Checksuma16d954bd2d3: Download complete6583f21da642: Verifying Checksum6583f21da642: Download completeb44a65709156: Pull complete4c25908bbac9: Pull completef76df728146d: Pull complete1fee769dfcf3: Pull complete9089a7f69af3: Pull complete6f758b47b2a0: Pull complete16b225bbb395: Pull completeabbf3ec39b68: Pull complete1a61521655a9: Pull 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 completed1f759c16950: Pull completef3dd45bf195f: Pull complete3985a6049101: Pull completeaae849592418: Pull complete6173459dc6b2: Pull complete7f16ef63bee0: Pull completefe355de6a899: Pull completeb0bc5a15bc9d: Pull complete0ba06c753f01: Verifying Checksum0ba06c753f01: Download complete0ba06c753f01: Pull completef7e4070f86bb: Pull completea16d954bd2d3: Pull complete6583f21da642: Pull completeDigest: sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480fStatus: Downloaded newer image for ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f2025-11-05 18:38.38 ---> using "8a3fb29dc134ae8cb5011e033937cdf0919031452506a2a7eeab7ea43cc7fe2e" from cache/: (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-05 18:38.38 ---> using "b550f3d0d26a25fe987e50432a4e26b17faebaf565c1d08213cbf514e32d68d8" 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] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-05 18:38.38 ---> using "f52d4afc429a4f1160de006ee2bf56d9db6edfe2193e1b35b1483fe8388ad904" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.08.12.2.12025-11-05 18:38.38 ---> using "67092db80f8aaec4556d5050ded5fcf568c402788465452631994ebaa90d3a20" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 18:38.38 ---> using "1f1ed6921a14bad75124852ac9dd6d36824b4867b5b5079da33f14b4e0c4d54e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..70d1dfb3b8 master -> origin/master930436c8d2 Merge pull request #28833 from dbuenzli/b0-publish-topkg-care.1.1.1-etc-d8693897f289e86e<><> 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-05 18:38.38 ---> using "9207870482d3c60de1beea6f9eb536fdca1a2ea32bafe1bf938a085d3567d536" from cache/src: (copy (src prettym.opam) (dst ./))2025-11-05 18:38.38 ---> saved as "735d1f4234e6409f9fdf6ead2321e4f932336be82dc9f89a97837adb0c27f100"/src: (run (network host)(shell "opam pin add -yn prettym.dev './'"))[prettym.dev] synchronised (file:///src)prettym is now pinned to file:///src (version dev)2025-11-05 18:38.40 ---> saved as "1bc99c30872d0fbccd9f69f676258ed86b2d12cf45fb3ab2cee18e73fdc0fe22"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 18:38.41 ---> saved as "fd2193212407d7911207082a27bf688faa52f2cf210c9a49242c3dd366adf865"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.11.0 seq.base stdlib-shims.0.3.0 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 prettym.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.2 kB]- Fetched 160 kB in 0s (1846 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[prettym.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).The following system packages will first need to be installed:pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"- Selecting previously unselected package libpkgconf3:amd64.- (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 ... 20622 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-11-05 18:38.52 ---> saved as "788a0e6f5eb0bee20786d9598e8f3af84ad7f2a9d8cf1066f9c34735400ce760"/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 22 packages- install alcotest 1.9.1- install astring 0.8.5- install base64 3.5.2- install bigarray-overlap 0.2.1- install bigstringaf 0.10.0- install cmdliner 2.0.0- install conf-pkg-config 4- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install jsonm 1.0.2- install ke 0.6- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ptime 1.2.0- install re 1.11.0- install seq base- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base64.3.5.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigarray-overlap.0.2.1 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> installed conf-pkg-config.4-> retrieved alcotest.1.9.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved ke.0.6 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed dune.3.20.2-> installed bigarray-overlap.0.2.1-> installed base64.3.5.2-> installed csexp.1.5.2-> installed ke.0.6-> installed ocaml-syntax-shims.1.0.0-> installed re.1.11.0-> installed stdlib-shims.0.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0Done.# Run eval $(opam env) to update the current shell environment2025-11-05 18:39.26 ---> saved as "bd2eafee7475c67998c8075b5d464a9c35c5797c38629efe804617df7cc1eb7c"/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 7 packages- install camlp-streams 5.0.1 [required by odoc-parser]- install cppo 1.8.0 [required by odoc]- install crunch 4.0.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 tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (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 cppo.1.8.0-> 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-05 18:39.43 ---> saved as "e220d9d53e4db05f1261e21200c630e4ce77df23866e308f098814e46bb029d8"/src: (copy (src .) (dst /src/))2025-11-05 18:39.44 ---> saved as "0dae5a990ce6844f05f914b9754558b95ee0af4e0ad291ba1e31316098462220"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2025-11-05 18:39.45 ---> saved as "83d70522646c9af98995305ae8e777ffffbc89d58ba7763edf591d85d2ecb376"Job succeeded2025-11-05 18:39.46: Job succeeded