2025-11-05 15:29.22: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (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/joelburget/monaco-ocaml.git" -b "main" && cd "monaco-ocaml" && git reset --hard b30eb6ffcat > 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 require.opam monarch.opam monaco.opam ./RUN opam pin add -yn require.dev './' && \opam pin add -yn monarch.dev './' && \opam pin add -yn monaco.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.0.0 dune.3.20.2 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y require.dev monarch.dev monaco.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.22: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f-debian-13-4.08_opam-2.4-44d9d3e64e0657c7222ed67cfd521669"2025-11-05 15:29.22: 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 require.opam monarch.opam monaco.opam) (dst ./))(run (network host)(shell "opam pin add -yn require.dev './' && \\nopam pin add -yn monarch.dev './' && \\nopam pin add -yn monaco.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.0.0 dune.3.20.2 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 yojson.3.0.0")(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 require.dev monarch.dev monaco.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.22: Waiting for resource in pool OCluster2025-11-05 19:12.40: Waiting for worker…2025-11-05 19:17.24: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at b30eb6f Add ISC license.(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 19:36.57 ---> 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 19:36.57 ---> 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 19:36.57 ---> 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 19:36.57 ---> using "67092db80f8aaec4556d5050ded5fcf568c402788465452631994ebaa90d3a20" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 19:36.57 ---> 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 19:36.57 ---> using "9207870482d3c60de1beea6f9eb536fdca1a2ea32bafe1bf938a085d3567d536" from cache/src: (copy (src require.opam monarch.opam monaco.opam) (dst ./))2025-11-05 19:36.57 ---> saved as "9644dc7af03621b4705254c968d3ba32cc8b83ec58233fee11c91f0e3975b932"/src: (run (network host)(shell "opam pin add -yn require.dev './' && \\nopam pin add -yn monarch.dev './' && \\nopam pin add -yn monaco.dev './'"))Package require does not exist, create as a NEW package? [y/n] y[require.dev] synchronised (file:///src)[WARNING] Failed checks on require package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'require is now pinned to file:///src (version dev)Package monarch does not exist, create as a NEW package? [y/n] y[monarch.dev] synchronised (file:///src)[WARNING] Failed checks on monarch package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'monarch is now pinned to file:///src (version dev)Package monaco does not exist, create as a NEW package? [y/n] y[monaco.dev] synchronised (file:///src)[WARNING] Failed checks on monaco package definition from source at file:///src:warning 35: Missing field 'homepage'warning 36: Missing field 'bug-reports'monaco is now pinned to file:///src (version dev)2025-11-05 19:37.03 ---> saved as "fae4de282176e713a4d4e40672ff5c72c682227e87d9286a2492bd65601bf0f1"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 19:37.04 ---> saved as "13a5353e489468ab79b4a1998c61199fe0a659f9f5d94f300aef85cf45f85e2a"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base brr.0.0.8 cmdliner.2.0.0 dune.3.20.2 either.1.0.0 gen.1.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 yojson.3.0.0")/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 require.dev monarch.dev monaco.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 (1584 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[monaco.dev] synchronised (file:///src)[monarch.dev] synchronised (file:///src)[require.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-05 19:37.14 ---> saved as "8ed19dc74c67deb45bc4230c70fb3d180cbdbc843fab9a7918388dc2cc8a6ae1"/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 brr 0.0.8- install cmdliner 2.0.0- install dune 3.20.2- install either 1.0.0- install gen 1.1- install js_of_ocaml-compiler 6.0.1- install js_of_ocaml-toplevel 6.0.1- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install ppxlib 0.35.0- install sedlex 3.7- install seq base- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.2.0.0 (cached)-> retrieved either.1.0.0 (cached)-> retrieved gen.1.1 (cached)-> retrieved brr.0.0.8 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2 (cached)-> retrieved js_of_ocaml-compiler.6.0.1, js_of_ocaml-toplevel.6.0.1 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> retrieved sedlex.3.7 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> installed cmdliner.2.0.0-> installed seq.base-> retrieved topkg.1.1.1 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed dune.3.20.2-> installed either.1.0.0-> installed menhirCST.20250912-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed gen.1.1-> installed menhirSdk.20250912-> installed sexplib0.v0.16.0-> installed menhirLib.20250912-> installed ocaml-compiler-libs.v0.12.4-> installed yojson.3.0.0-> installed ppxlib.0.35.0-> installed menhir.20250912-> installed sedlex.3.7-> installed js_of_ocaml-compiler.6.0.1-> installed js_of_ocaml-toplevel.6.0.1-> installed brr.0.0.8Done.# Run eval $(opam env) to update the current shell environment2025-11-05 19:38.14 ---> saved as "15ca1f49079e14b2a9d3b98964b6388503e99ff36be2a007d725f5594211fa88"/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 12 packages- install astring 0.8.5 [required by odoc]- 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 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 re 1.11.0 [required by tyxml]- install tyxml 4.6.0 [required by odoc]- install uutf 1.0.4 [required by tyxml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.11.0 (cached)-> installed camlp-streams.5.0.1-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed astring.0.8.5-> installed cppo.1.8.0-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed re.1.11.0-> installed uutf.1.0.4-> installed fpath.0.7.3-> installed crunch.4.0.0-> 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 19:38.32 ---> saved as "65b94d0dcbb2ccc673e57a7bd3c31e22e80fe5345e7be17b00b861bd69e24f9a"/src: (copy (src .) (dst /src/))2025-11-05 19:38.34 ---> saved as "bbccccbceb28a35d4cca118fea72ed263ea7a2fd3ee8a251ec339854f05f8870"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2025-11-05 19:38.35 ---> saved as "45cf5b99eef835015816cb98f0011ecc1d457992a5a5578ec83e2c931dacb3f6"Job succeeded2025-11-05 19:38.36: Job succeeded