2026-06-07 09:29.58: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (0823b74ec273a2e8c7cb6f392b0f59616e98e6af) (linux-x86_64:(lint-doc))Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/mirage/awa-ssh.git" -b "main" && cd "awa-ssh" && git reset --hard 0823b74ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387# alpine-3.23-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 awa.opam awa-mirage.opam ./RUN opam pin add -yn awa.dev './' && \opam pin add -yn awa-mirage.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 topkg.1.1.1 x509.1.0.6 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y awa.dev awa-mirage.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-06-07 09:29.58: Using cache hint "mirage/awa-ssh-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387-alpine-3.23-4.14_opam-2.5-6aac886f01dad0d48444a97aa6c3bd65"2026-06-07 09:29.58: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387)(comment alpine-3.23-4.14_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src awa.opam awa-mirage.opam) (dst ./))(run (network host)(shell "opam pin add -yn awa.dev './' && \\nopam pin add -yn awa-mirage.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 topkg.1.1.1 x509.1.0.6 zarith.1.14")(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 awa.dev awa-mirage.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-06-07 09:29.58: Waiting for resource in pool OCluster2026-06-07 09:29.58: Waiting for worker…2026-06-07 09:30.00: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 0823b74 Merge pull request #86 from mirage/fix-wire(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387' locallydocker.io/ocaml/opam@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387: Pulling from ocaml/opam6a0ac1617861: Pulling fs layerc7f7861ee488: Pulling fs layer242907bdbe26: Pulling fs layer3352270e10b0: Pulling fs layer6a0ac1617861: Waiting47c18f475101: Pulling fs layerc7f7861ee488: Waiting242907bdbe26: Waiting3352270e10b0: Waiting9e65bd6c7317: Pulling fs layer47c18f475101: Waiting2801e5e13c88: Pulling fs layer9e65bd6c7317: Waiting018ccadd5bf7: Pulling fs layer2801e5e13c88: Waiting2e273f2aabdd: Pulling fs layer018ccadd5bf7: Waiting2e273f2aabdd: Waitinge348a3504fd1: Pulling fs layer37f6ed8f41db: Pulling fs layere4dee05632b5: Pulling fs layercc7d1e48a817: Pulling fs layere348a3504fd1: Waiting37f6ed8f41db: Waitinge4dee05632b5: Waiting2afc109d933b: Pulling fs layercc7d1e48a817: Waitingc8b994fd4978: Pulling fs layer2afc109d933b: Waiting94d6ee139c18: Pulling fs layer33b9b3d1317d: Pulling fs layerc8b994fd4978: Waiting94d6ee139c18: Waiting4f4fb700ef54: Pulling fs layer48061712d8ec: Pulling fs layer33b9b3d1317d: Waiting4f4fb700ef54: Waiting9379b5d8c279: Pulling fs layer48061712d8ec: Waitingda5d751f6c1f: Pulling fs layer9379b5d8c279: Waitingded3ed35f70f: Pulling fs layer9d95cd3602ab: Pulling fs layerda5d751f6c1f: Waitingded3ed35f70f: Waitinge5ec97e88805: Pulling fs layer9d95cd3602ab: Waiting8fa9502c7636: Pulling fs layere5ec97e88805: Waitingd2ada6e134f3: Pulling fs layerde9c4f786308: Pulling fs layer8fa9502c7636: Waiting74907ca98ac8: Pulling fs layerd2ada6e134f3: Waitingd97c011a0188: Pulling fs layer74907ca98ac8: Waiting5e3139447bb2: Pulling fs layer0abf1764e2f7: Pulling fs layerd97c011a0188: Waiting5e3139447bb2: Waitingcabb3cb070af: Pulling fs layer8567d9bd2ef5: Pulling fs layercabb3cb070af: Waiting6355f795b23f: Pulling fs layerd56470579452: Pulling fs layer5e09940486c0: Pulling fs layera233b1024b15: Pulling fs layer0abf1764e2f7: Waiting2c1661b8dd39: Pulling fs layer2806c619d596: Pulling fs layerd56470579452: Waiting6355f795b23f: Waiting5e09940486c0: Waiting8567d9bd2ef5: Waiting2c1661b8dd39: Waiting2806c619d596: Waiting831867293e0e: Pulling fs layera233b1024b15: Waitingd78a7a35988b: Pulling fs layerd78a7a35988b: Waiting831867293e0e: Waiting6a0ac1617861: Verifying Checksum6a0ac1617861: Download complete6a0ac1617861: Pull completec7f7861ee488: Verifying Checksumc7f7861ee488: Download completec7f7861ee488: Pull complete242907bdbe26: Verifying Checksum242907bdbe26: Download complete242907bdbe26: Pull complete3352270e10b0: Verifying Checksum3352270e10b0: Download complete47c18f475101: Verifying Checksum47c18f475101: Download complete9e65bd6c7317: Verifying Checksum9e65bd6c7317: Download complete2801e5e13c88: Verifying Checksum2801e5e13c88: Download complete018ccadd5bf7: Verifying Checksum018ccadd5bf7: Download complete2e273f2aabdd: Verifying Checksum2e273f2aabdd: Download completee348a3504fd1: Verifying Checksume348a3504fd1: Download complete37f6ed8f41db: Verifying Checksum37f6ed8f41db: Download completee4dee05632b5: Verifying Checksume4dee05632b5: Download completecc7d1e48a817: Verifying Checksumcc7d1e48a817: Download complete2afc109d933b: Download completec8b994fd4978: Download complete94d6ee139c18: Verifying Checksum94d6ee139c18: Download complete33b9b3d1317d: Verifying Checksum33b9b3d1317d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete3352270e10b0: Pull complete47c18f475101: Pull complete48061712d8ec: Verifying Checksum48061712d8ec: Download complete9e65bd6c7317: Pull complete2801e5e13c88: Pull complete9379b5d8c279: Verifying Checksum9379b5d8c279: Download complete018ccadd5bf7: Pull completeda5d751f6c1f: Verifying Checksumda5d751f6c1f: Download complete2e273f2aabdd: Pull completee348a3504fd1: Pull completeded3ed35f70f: Verifying Checksumded3ed35f70f: Download complete37f6ed8f41db: Pull completee4dee05632b5: Pull completecc7d1e48a817: Pull complete2afc109d933b: Pull completec8b994fd4978: Pull complete94d6ee139c18: Pull complete33b9b3d1317d: Pull complete4f4fb700ef54: Pull complete48061712d8ec: Pull complete9379b5d8c279: Pull completeda5d751f6c1f: Pull completeded3ed35f70f: Pull complete9d95cd3602ab: Pull completee5ec97e88805: Verifying Checksume5ec97e88805: Download completee5ec97e88805: Pull complete8fa9502c7636: Download complete8fa9502c7636: Pull completed2ada6e134f3: Download completed2ada6e134f3: Pull completede9c4f786308: Verifying Checksumde9c4f786308: Download completede9c4f786308: Pull complete74907ca98ac8: Verifying Checksum74907ca98ac8: Download complete74907ca98ac8: Pull completed97c011a0188: Verifying Checksumd97c011a0188: Download completed97c011a0188: Pull complete5e3139447bb2: Download complete5e3139447bb2: Pull completecabb3cb070af: Verifying Checksumcabb3cb070af: Download complete0abf1764e2f7: Verifying Checksum0abf1764e2f7: Download complete6355f795b23f: Download completed56470579452: Verifying Checksumd56470579452: Download complete5e09940486c0: Verifying Checksum5e09940486c0: Download complete2c1661b8dd39: Verifying Checksum2c1661b8dd39: Download complete2806c619d596: Verifying Checksum2806c619d596: Download complete831867293e0e: Verifying Checksum831867293e0e: Download completed78a7a35988b: Verifying Checksumd78a7a35988b: Download complete0abf1764e2f7: Pull completecabb3cb070af: Pull completea233b1024b15: Verifying Checksuma233b1024b15: Download complete8567d9bd2ef5: Download complete8567d9bd2ef5: Pull complete6355f795b23f: Pull completed56470579452: Pull complete5e09940486c0: Pull completea233b1024b15: Pull complete2c1661b8dd39: Pull complete2806c619d596: Pull complete831867293e0e: Pull completed78a7a35988b: Pull completeDigest: sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387Status: Downloaded newer image for ocaml/opam@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e0263872026-06-07 09:30.03 ---> using "645db74cf2f6617db2ad81b0e818e4f1f9c438bf86fc197e2b1f68b1d3dfdf29" from cache/: (comment alpine-3.23-4.14_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-06-07 09:30.03 ---> using "146ba2c5ee9d79cdd90ca8377371a67b7c51c4feaed86d0a1de863e16bfb2749" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))c180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-06-07 09:30.03 ---> using "f146256a7fd5ff90c376646ac1176ff4093e85d380b77b3d5692e165064caa74" 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.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 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=1 --globalContinue? [y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com (Could not contact DNS servers)"[default] synchronised from git+file:///home/opam/opam-repository2026-06-07 09:30.03 ---> using "cc9805132dfde3603fd5a4d3d341b519d03f520cd75b29601777ee1d013fcc35" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.2.12026-06-07 09:30.03 ---> using "07164684cd3a9985cdf7d979c48f949b4526d7b9d183c1146cb04508a31aa3d5" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-07 09:30.03 ---> using "962869a71aec7f4aed7bc7177fd375b7b414f38b215efb182dde9d4b8bb87926" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.6.0- ocaml-config.3However, 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-06-07 09:30.03 ---> using "d51f9a8afe49ba5dc726a82ddef9eb50f739948411ee30ec0a1aa88a6375f3c8" from cache/src: (copy (src awa.opam awa-mirage.opam) (dst ./))2026-06-07 09:30.03 ---> using "d46240d6f9ac72e675763ba2ec2c8845de7f3e9c394d29001333faf417803b12" from cache/src: (run (network host)(shell "opam pin add -yn awa.dev './' && \\nopam pin add -yn awa-mirage.dev './'"))[awa.dev] synchronised (file:///src)awa is now pinned to file:///src (version dev)[awa-mirage.dev] synchronised (file:///src)awa-mirage is now pinned to file:///src (version dev)2026-06-07 09:30.03 ---> using "77dcf586d1da86971393edaebc8f0c3fe573161ac09075eee52935cc83ff472a" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-07 09:30.03 ---> using "2c40c79c503b71655a30fe223696da153ad7fc781d9f9ce1d1bfd22005a046a4" from cache/src: (env DEPS "asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 topkg.1.1.1 x509.1.0.6 zarith.1.14")/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 awa.dev awa-mirage.dev $DEPS"))+ /usr/bin/sudo "apk" "update"- v3.23.4-346-gff2b7e080d6 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-347-gc34e61564a8 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v20260127-11006-gab3bf46805c [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-11012-g5ccb339d991 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-11005-geaf91d66272 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62423 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[awa.dev] synchronised (file:///src)[awa-mirage.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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:gmp-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apk" "add" "gmp-dev"- (1/2) Installing libgmpxx (6.3.0-r4)- (2/2) Installing gmp-dev (6.3.0-r4)- OK: 338.6 MiB in 105 packages2026-06-07 09:30.03 ---> using "f00d08aaddbd7e41e8562637075b115b31bba7bd45ca121a2b361a9ae11cf150" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 39 packages- install asn1-combinators 0.3.2- install base-bytes base- install base64 3.5.2- install cmdliner 2.1.1- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.23.1- install dune-configurator 3.23.1- install duration 0.3.1- install eqaf 0.10- install fmt 0.11.0- install gmap 0.3.0- install ipaddr 5.6.2- install kdf 1.0.0- install logs 0.10.0- install lwt 6.1.2- install macaddr 5.6.2- install mirage-crypto 2.1.0- install mirage-crypto-ec 2.1.0- install mirage-crypto-pk 2.1.0- install mirage-crypto-rng 2.1.0- install mirage-flow 5.0.0- install mirage-mtime 5.2.0- install mirage-sleep 4.1.0- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install ptime 1.2.0- install topkg 1.1.1- install x509 1.0.6- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base64.3.5.2 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.3.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-mtime.5.2.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed zarith.1.14-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed dune.3.23.1-> installed base64.3.5.2-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed duration.0.3.1-> installed eqaf.0.10-> installed gmap.0.3.0-> installed macaddr.5.6.2-> installed mirage-mtime.5.2.0-> installed ohex.0.2.0-> installed ocplib-endian.1.2-> installed ipaddr.5.6.2-> installed digestif.1.3.0-> installed dune-configurator.3.23.1-> installed mirage-crypto.2.1.0-> installed lwt.6.1.2-> installed mirage-flow.5.0.0-> installed mirage-sleep.4.1.0-> installed kdf.1.0.0-> installed logs.0.10.0-> installed mirage-crypto-rng.2.1.0-> installed mirage-crypto-pk.2.1.0-> installed mirage-crypto-ec.2.1.0-> installed x509.1.0.6Done.# Run eval $(opam env) to update the current shell environment2026-06-07 09:30.03 ---> using "a8b320735b829525ee79edf2207f9c43a9288ceb1bf8308f46d37d01494c6d91" from cache/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.23.1).The following actions will be performed:=== install 10 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 fpath 0.7.3 [required by odoc]- install odoc 3.2.1- install odoc-parser 3.2.1 [required by odoc]- install re 1.14.0 [required by tyxml]- install seq base [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 crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> installed camlp-streams.5.0.1-> retrieved odoc.3.2.1, odoc-parser.3.2.1 (cached)-> installed crunch.4.0.0-> installed re.1.14.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed fpath.0.7.3-> installed odoc-parser.3.2.1-> installed tyxml.4.6.0-> installed odoc.3.2.1Done.# Run eval $(opam env) to update the current shell environment2026-06-07 09:30.03 ---> using "9eaac9a1bb97270bfa60dc012a075d646cb60542ac2b00390ff925f1c34e6ea2" from cache/src: (copy (src .) (dst /src/))2026-06-07 09:30.03 ---> using "991aa70361ebef9785e01d11472e382def6081c49db5d3b28eadd0c91aeaa4b8" from cache/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2026-06-07 09:30.03 ---> using "973941e55630163b7ebf550cc37ae46c43375745b7d6f6c0232acca441bd2a80" from cacheJob succeeded2026-06-07 09:30.03: Job succeeded