2026-04-28 18:46.40: New job: test mirage/bechamel https://github.com/mirage/bechamel.git#refs/pull/55/head (fe430a3bcbfe43f9b3f0ab3946548e38cd3255c6) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/mirage/bechamel.git" && cd "bechamel" && git fetch origin "refs/pull/55/head" && git reset --hard fe430a3bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30# debian-13-4.11_opam-2.5USER 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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam ./RUN opam pin add -yn mperf.dev './' && \opam pin add -yn bechamel.dev './' && \opam pin add -yn bechamel-perf.dev './' && \opam pin add -yn bechamel-notty.dev './' && \opam pin add -yn bechamel-js.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.1 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 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.1.1 uri.4.4.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.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-BLOCK2026-04-28 18:46.40: Using cache hint "mirage/bechamel-ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30-debian-13-4.11_opam-2.5-fd151d589d06c349549aa809718b6cbc"2026-04-28 18:46.40: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30)(comment debian-13-4.11_opam-2.5)(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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam)(dst ./))(run (network host)(shell "opam pin add -yn mperf.dev './' && \\nopam pin add -yn bechamel.dev './' && \\nopam pin add -yn bechamel-perf.dev './' && \\nopam pin add -yn bechamel-notty.dev './' && \\nopam pin add -yn bechamel-js.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.1 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 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.1.1 uri.4.4.0 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 mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.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)")))2026-04-28 18:46.40: Waiting for resource in pool OCluster2026-04-28 19:49.55: Waiting for worker…2026-04-28 19:53.31: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at fe430a3 Bechamel requires, at least, OCaml 4.10(from ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30)Unable to find image 'ocaml/opam:debian-13-ocaml-4.11@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30' locallydocker.io/ocaml/opam@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30: Pulling from ocaml/opama7730063fcfe: Already exists1a27fd2181de: Pulling fs layerc29591c91388: Pulling fs layer356a64daa753: Pulling fs layerac02f8f2062b: Pulling fs layeraaa2f390e4c8: Pulling fs layerb668811757f6: Pulling fs layer32fd4e1a774f: Pulling fs layerb1d486fb8fdf: Pulling fs layeraaa2f390e4c8: Waitingcf8a2024f299: Pulling fs layerb668811757f6: Waiting8c4a5dac67c3: Pulling fs layer32fd4e1a774f: Waiting6adfe24d7b40: Pulling fs layerac02f8f2062b: Waitingb1d486fb8fdf: Waitingcf8a2024f299: Waitingdccd6e3c0589: Pulling fs layer2ee4bcb55cd4: Pulling fs layer2dc3b58478d7: Pulling fs layer6adfe24d7b40: Waitingdaf15e5c44c6: Pulling fs layer8c4a5dac67c3: Waiting2ee4bcb55cd4: Waiting564e978a8088: Pulling fs layer2dc3b58478d7: Waitingdccd6e3c0589: Waitingdaf15e5c44c6: Waiting25a652a8c456: Pulling fs layer564e978a8088: Waitingb3bfea7bff3f: Pulling fs layer25a652a8c456: Waitinga00f2937f570: Pulling fs layer78bd1737ebff: Pulling fs layera00f2937f570: Waiting4f4fb700ef54: Pulling fs layer4291a055edd7: Pulling fs layer78bd1737ebff: Waiting4f4fb700ef54: Waiting3c2b2836d59a: Pulling fs layer7b3e96544a52: Pulling fs layer4291a055edd7: Waiting3c2b2836d59a: Waitingc72503effb14: Pulling fs layerbca08df11a10: Pulling fs layer2ab0829b2daf: Pulling fs layerc72503effb14: Waiting1d246d4da211: Pulling fs layer2ab0829b2daf: Waiting7b3e96544a52: Waitinga09cb4870027: Pulling fs layer2ce07b4fe7c0: Pulling fs layera09cb4870027: Waiting6b96f28d505e: Pulling fs layerbca08df11a10: Waiting2ce07b4fe7c0: Waitingb6ad36bba9bf: Pulling fs layer6b96f28d505e: Waiting1d246d4da211: Waiting56d62791a0f9: Pulling fs layer4d60780055d1: Pulling fs layerb6ad36bba9bf: Waiting56d62791a0f9: Waiting43f57a7c44cb: Pulling fs layer4d60780055d1: Waitingf21057dc4e85: Pulling fs layer43f57a7c44cb: Waitinge0d2ca1300ed: Pulling fs layer9da2f7598f8e: Pulling fs layerf21057dc4e85: Waitinge0d2ca1300ed: Waitingcb569bb28593: Pulling fs layer19466215109a: Pulling fs layercb569bb28593: Waiting9da2f7598f8e: Waiting63fa251d3f94: Pulling fs layer19466215109a: Waitingf78c0985c35f: Pulling fs layer24c8eb25f40f: Pulling fs layerf78c0985c35f: Waiting1a27fd2181de: Verifying Checksum1a27fd2181de: Download complete1a27fd2181de: Pull completec29591c91388: Download completec29591c91388: Pull completeac02f8f2062b: Verifying Checksumac02f8f2062b: Download completeb668811757f6: Download complete356a64daa753: Verifying Checksum356a64daa753: Download completeb1d486fb8fdf: Verifying Checksumb1d486fb8fdf: Download complete356a64daa753: Pull completeac02f8f2062b: Pull completecf8a2024f299: Verifying Checksumcf8a2024f299: Download completeaaa2f390e4c8: Verifying Checksumaaa2f390e4c8: Download complete32fd4e1a774f: Verifying Checksum32fd4e1a774f: Download complete8c4a5dac67c3: Verifying Checksum8c4a5dac67c3: Download complete6adfe24d7b40: Verifying Checksum6adfe24d7b40: Download completedccd6e3c0589: Verifying Checksumdccd6e3c0589: Download complete2ee4bcb55cd4: Download complete2dc3b58478d7: Verifying Checksum2dc3b58478d7: Download completedaf15e5c44c6: Verifying Checksum564e978a8088: Download completeb3bfea7bff3f: Verifying Checksumb3bfea7bff3f: Download complete25a652a8c456: Verifying Checksum25a652a8c456: Download completea00f2937f570: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete4291a055edd7: Download complete78bd1737ebff: Download complete7b3e96544a52: Verifying Checksum7b3e96544a52: Download completec72503effb14: Verifying Checksumc72503effb14: Download completebca08df11a10: Verifying Checksumbca08df11a10: Download complete2ab0829b2daf: Verifying Checksum2ab0829b2daf: Download complete3c2b2836d59a: Download complete1d246d4da211: Verifying Checksum1d246d4da211: Download complete2ce07b4fe7c0: Download completea09cb4870027: Download complete6b96f28d505e: Verifying Checksum6b96f28d505e: Download complete56d62791a0f9: Download complete43f57a7c44cb: Download completeb6ad36bba9bf: Verifying Checksumb6ad36bba9bf: Download completee0d2ca1300ed: Verifying Checksume0d2ca1300ed: Download complete9da2f7598f8e: Verifying Checksum9da2f7598f8e: Download completecb569bb28593: Download completeaaa2f390e4c8: Pull completeb668811757f6: Pull complete32fd4e1a774f: Pull completeb1d486fb8fdf: Pull completecf8a2024f299: Pull completef21057dc4e85: Download complete8c4a5dac67c3: Pull complete63fa251d3f94: Verifying Checksum63fa251d3f94: Download complete6adfe24d7b40: Pull complete19466215109a: Verifying Checksum19466215109a: Download completef78c0985c35f: Verifying Checksumf78c0985c35f: Download completedccd6e3c0589: Pull complete24c8eb25f40f: Verifying Checksum24c8eb25f40f: Download complete2ee4bcb55cd4: Pull complete2dc3b58478d7: Pull completedaf15e5c44c6: Pull complete564e978a8088: Pull complete4d60780055d1: Verifying Checksum4d60780055d1: Download complete25a652a8c456: Pull completeb3bfea7bff3f: Pull completea00f2937f570: Pull complete78bd1737ebff: Pull complete4f4fb700ef54: Pull complete4291a055edd7: Pull complete3c2b2836d59a: Pull complete7b3e96544a52: Pull completec72503effb14: Pull completebca08df11a10: Pull complete2ab0829b2daf: Pull complete1d246d4da211: Pull completea09cb4870027: Pull complete2ce07b4fe7c0: Pull complete6b96f28d505e: Pull completeb6ad36bba9bf: Pull complete56d62791a0f9: Pull complete4d60780055d1: Pull complete43f57a7c44cb: Pull completef21057dc4e85: Pull completee0d2ca1300ed: Pull complete9da2f7598f8e: Pull completecb569bb28593: Pull complete19466215109a: Pull complete63fa251d3f94: Pull completef78c0985c35f: Pull complete24c8eb25f40f: Pull completeDigest: sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d30Status: Downloaded newer image for ocaml/opam@sha256:9eda627f0fb3aee0b4c90ab4a66cd7ad22cb940410bb82180129d26df8863d302026-04-28 19:53.31 ---> using "6e90916465a21bba0f6244811c28283c9f28721d32ae7c6c05a01c201d3a411c" from cache/: (comment debian-13-4.11_opam-2.5)/: (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"))2026-04-28 19:53.31 ---> using "d5390cfca8d0ddc6936bf41c119c3af6aceccb4b7d842a1e4bbeb093ec439e64" 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] Initialised2026-04-28 19:53.31 ---> using "8e56974fb7139a7add571826021b8faee050487b6e64dd9e65b295d95a9896ff" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.11.22.2.12026-04-28 19:53.31 ---> using "9c29ba8d72b2dcc604b720c448bb36b3de2642b734cf76d4d95b2f06998fcd11" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-28 19:53.31 ---> using "155cb2808f22cfcb966a20a4050179c624cb41cdee13d8884c91361f48142c8c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..94c9439960 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.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 environment2026-04-28 19:53.52 ---> saved as "db66c78c4bab7fe7075717d58d74cd9026a9e2031910f59f5f2e32e3b24ce114"/src: (copy (src mperf.opam bechamel.opam bechamel-perf.opam bechamel-notty.opam bechamel-js.opam)(dst ./))2026-04-28 19:53.52 ---> saved as "6455a736f153620b0df3d38e0a6edc26cb866f8ecac4e14f85f3f5255834a601"/src: (run (network host)(shell "opam pin add -yn mperf.dev './' && \\nopam pin add -yn bechamel.dev './' && \\nopam pin add -yn bechamel-perf.dev './' && \\nopam pin add -yn bechamel-notty.dev './' && \\nopam pin add -yn bechamel-js.dev './'"))[mperf.dev] synchronised (file:///src)mperf is now pinned to file:///src (version dev)[bechamel.dev] synchronised (file:///src)bechamel is now pinned to file:///src (version dev)[bechamel-perf.dev] synchronised (file:///src)bechamel-perf is now pinned to file:///src (version dev)[bechamel-notty.dev] synchronised (file:///src)bechamel-notty is now pinned to file:///src (version dev)[bechamel-js.dev] synchronised (file:///src)bechamel-js is now pinned to file:///src (version dev)2026-04-28 19:53.58 ---> saved as "d3b70a85fb7916378d15cf84991996981018ff3d602d44d45206d9230afa4b92"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-28 19:53.59 ---> saved as "f177b23dcc5763fc121b788d9c826e446d967ccf6b91800ec77ffd1c63b3bda4"/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.1 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 hex.1.5.0 json-data-encoding.1.1.1 jsonm.1.0.2 notty-community.0.2.4 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 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.1.1 uri.4.4.0 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 mperf.dev bechamel.dev bechamel-perf.dev bechamel-notty.dev bechamel-js.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 [129 kB]- Fetched 219 kB in 0s (1844 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bechamel.dev] synchronised (file:///src)[bechamel-js.dev] synchronised (file:///src)[bechamel-notty.dev] synchronised (file:///src)[bechamel-perf.dev] synchronised (file:///src)[mperf.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.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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).2026-04-28 19:54.08 ---> saved as "58378d396795140771d2623e575a41232b457ca50441a16de9bedad2a4e03685"/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.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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 28 packages- install alcotest 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install bigstringaf 0.10.0- install cmdliner 2.1.1- install conf-linux-libc-dev 0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install dune 3.22.2- install dune-configurator 3.22.2- install fmt 0.11.0- install hex 1.5.0- install json-data-encoding 1.1.1- install jsonm 1.0.2- install notty-community 0.2.4- install ocaml-syntax-shims 1.0.0- 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.1.1- install uri 4.4.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> installed conf-linux-libc-dev.0-> retrieved fmt.0.11.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved json-data-encoding.1.1.1 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved notty-community.0.2.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved re.1.11.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed dune.3.22.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.11.0-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed hex.1.5.0-> installed notty-community.0.2.4-> installed alcotest.1.9.1-> installed dune-configurator.3.22.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed uri.4.4.0-> installed json-data-encoding.1.1.1Done.# Run eval $(opam env) to update the current shell environment2026-04-28 19:54.48 ---> saved as "38ade823a2df38b913d71da030943bb9eff126de55d3ce735ef8b5cd5a440902"/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.22.2).The following actions will be performed:=== install 7 packages- install camlp-streams 5.0.1 [required by odoc-parser]- 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 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 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 fpath.0.7.3-> installed ptime.1.2.0-> 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 environment2026-04-28 19:55.05 ---> saved as "c627465f1959cd73e2d74a80efada88d83e5d357c746073c29ef611ddcc12918"/src: (copy (src .) (dst /src/))2026-04-28 19:55.05 ---> saved as "979f6a7a44c6e44ebfc3a40766404f997da4a56c3480d9e05674b2beb815d2ce"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/lib/.bechamel.objs/byte && /home/opam/.opam/4.11/bin/odoc compile -I . -I ../../../_doc/_odoc/pkg/bechamel -I ../../monotonic_clock/.monotonic_clock.objs/byte --pkg bechamel -o bechamel.odoc bechamel.cmti)File "lib/bechamel.mli", line 82, characters 39-46:Warning: 'modtype' is deprecated, use 'module-type' instead.(cd _build/default/_doc/_odocls/bechamel && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/bechamel -I ../../../lib/.bechamel.objs/byte -I ../../../lib/monotonic_clock/.monotonic_clock.objs/byte -o bechamel.odocl ../../../lib/.bechamel.objs/byte/bechamel.odoc)File "lib/bechamel.mli", line 174, characters 48-62:Warning: Failed to resolve reference unresolvedroot(Unix) Parent_module: Lookup failure (root module): UnixFile "lib/bechamel.mli", line 80, characters 4-43:Warning: Failed to resolve reference unresolvedroot(Bechamel_perf).Instance.cpu_clock Couldn't find "Bechamel_perf"File "lib/bechamel.mli", line 68, characters 7-24:Warning: Failed to resolve reference unresolvedroot(Unix).close Couldn't find "Unix"File "lib/bechamel.mli", line 67, characters 22-39:Warning: Failed to resolve reference unresolvedroot(Unix).write Couldn't find "Unix"(cd _build/default/_doc/_odocls/bechamel-js && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/bechamel-js -I ../../../lib/.bechamel.objs/byte -I ../../../lib/js/.bechamel_js.objs/byte -I ../../../lib/monotonic_clock/.monotonic_clock.objs/byte -o bechamel_js.odocl ../../../lib/js/.bechamel_js.objs/byte/bechamel_js.odoc)File "../../../lib/js/.bechamel_js.objs/byte/bechamel_js.odoc":Warning: Hidden fields in type 'Bechamel_js.t'2026-04-28 19:55.06 ---> saved as "461d6763ded7828ef12ed56942355c80fc9c933a0405238ecf5f18f30d552738"Job succeeded2026-04-28 19:55.06: Job succeeded