2026-06-04 00:45.45: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (f33fec96b58bfce2e7e2310da7cd86163be49912) (linux-x86_64:alpine-3.23-4.14_opam-2.5) Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/awa-ssh.git" -b "main" && cd "awa-ssh" && git reset --hard f33fec96 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 # alpine-3.23-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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.5 --depext-only -y awa.dev awa-mirage.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-04 00:45.45: 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-04 00:45.45: 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.5 /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.5 --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")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-06-04 00:45.45: Waiting for resource in pool OCluster 2026-06-04 01:59.45: Waiting for worker… 2026-06-04 02:04.12: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at f33fec9 changes for 0.6.0 (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' locally docker.io/ocaml/opam@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387: Pulling from ocaml/opam 6a0ac1617861: Pulling fs layer c7f7861ee488: Pulling fs layer 242907bdbe26: Pulling fs layer 6a0ac1617861: Waiting 3352270e10b0: Pulling fs layer c7f7861ee488: Waiting 242907bdbe26: Waiting 47c18f475101: Pulling fs layer 3352270e10b0: Waiting 9e65bd6c7317: Pulling fs layer 47c18f475101: Waiting 2801e5e13c88: Pulling fs layer 018ccadd5bf7: Pulling fs layer 9e65bd6c7317: Waiting 2801e5e13c88: Waiting 2e273f2aabdd: Pulling fs layer 018ccadd5bf7: Waiting e348a3504fd1: Pulling fs layer 2e273f2aabdd: Waiting 37f6ed8f41db: Pulling fs layer e4dee05632b5: Pulling fs layer e348a3504fd1: Waiting 37f6ed8f41db: Waiting cc7d1e48a817: Pulling fs layer e4dee05632b5: Waiting 2afc109d933b: Pulling fs layer cc7d1e48a817: Waiting c8b994fd4978: Pulling fs layer 2afc109d933b: Waiting 94d6ee139c18: Pulling fs layer 33b9b3d1317d: Pulling fs layer 4f4fb700ef54: Pulling fs layer c8b994fd4978: Waiting 48061712d8ec: Pulling fs layer 94d6ee139c18: Waiting 33b9b3d1317d: Waiting 9379b5d8c279: Pulling fs layer 4f4fb700ef54: Waiting 48061712d8ec: Waiting da5d751f6c1f: Pulling fs layer 9379b5d8c279: Waiting ded3ed35f70f: Pulling fs layer da5d751f6c1f: Waiting 9d95cd3602ab: Pulling fs layer e5ec97e88805: Pulling fs layer 8fa9502c7636: Pulling fs layer d2ada6e134f3: Pulling fs layer de9c4f786308: Pulling fs layer 74907ca98ac8: Pulling fs layer 8fa9502c7636: Waiting e5ec97e88805: Waiting 9d95cd3602ab: Waiting ded3ed35f70f: Waiting d97c011a0188: Pulling fs layer d2ada6e134f3: Waiting de9c4f786308: Waiting 74907ca98ac8: Waiting 5e3139447bb2: Pulling fs layer 0abf1764e2f7: Pulling fs layer d97c011a0188: Waiting 5e3139447bb2: Waiting cabb3cb070af: Pulling fs layer 8567d9bd2ef5: Pulling fs layer 6355f795b23f: Pulling fs layer 0abf1764e2f7: Waiting cabb3cb070af: Waiting d56470579452: Pulling fs layer 8567d9bd2ef5: Waiting 5e09940486c0: Pulling fs layer a233b1024b15: Pulling fs layer d56470579452: Waiting 6355f795b23f: Waiting 2c1661b8dd39: Pulling fs layer 5e09940486c0: Waiting 2806c619d596: Pulling fs layer a233b1024b15: Waiting 2c1661b8dd39: Waiting 831867293e0e: Pulling fs layer d78a7a35988b: Pulling fs layer 2806c619d596: Waiting 831867293e0e: Waiting d78a7a35988b: Waiting 6a0ac1617861: Verifying Checksum 6a0ac1617861: Download complete 6a0ac1617861: Pull complete c7f7861ee488: Verifying Checksum c7f7861ee488: Download complete c7f7861ee488: Pull complete 242907bdbe26: Download complete 242907bdbe26: Pull complete 3352270e10b0: Download complete 47c18f475101: Verifying Checksum 47c18f475101: Download complete 9e65bd6c7317: Verifying Checksum 9e65bd6c7317: Download complete 2801e5e13c88: Verifying Checksum 2801e5e13c88: Download complete 018ccadd5bf7: Verifying Checksum 018ccadd5bf7: Download complete e348a3504fd1: Verifying Checksum e348a3504fd1: Download complete 2e273f2aabdd: Verifying Checksum 2e273f2aabdd: Download complete e4dee05632b5: Download complete 37f6ed8f41db: Verifying Checksum 37f6ed8f41db: Download complete cc7d1e48a817: Download complete 2afc109d933b: Verifying Checksum 2afc109d933b: Download complete c8b994fd4978: Verifying Checksum c8b994fd4978: Download complete 94d6ee139c18: Download complete 33b9b3d1317d: Verifying Checksum 33b9b3d1317d: Download complete 4f4fb700ef54: Verifying Checksum 48061712d8ec: Verifying Checksum 48061712d8ec: Download complete 9379b5d8c279: Verifying Checksum 9379b5d8c279: Download complete da5d751f6c1f: Verifying Checksum da5d751f6c1f: Download complete ded3ed35f70f: Verifying Checksum ded3ed35f70f: Download complete 9d95cd3602ab: Download complete e5ec97e88805: Download complete d2ada6e134f3: Download complete 8fa9502c7636: Verifying Checksum 8fa9502c7636: Download complete de9c4f786308: Download complete 74907ca98ac8: Download complete d97c011a0188: Download complete 5e3139447bb2: Verifying Checksum 5e3139447bb2: Download complete cabb3cb070af: Download complete 3352270e10b0: Pull complete 47c18f475101: Pull complete 9e65bd6c7317: Pull complete 2801e5e13c88: Pull complete 018ccadd5bf7: Pull complete 2e273f2aabdd: Pull complete e348a3504fd1: Pull complete 37f6ed8f41db: Pull complete e4dee05632b5: Pull complete cc7d1e48a817: Pull complete 2afc109d933b: Pull complete c8b994fd4978: Pull complete 94d6ee139c18: Pull complete 33b9b3d1317d: Pull complete 4f4fb700ef54: Pull complete 48061712d8ec: Pull complete 9379b5d8c279: Pull complete da5d751f6c1f: Pull complete ded3ed35f70f: Pull complete 9d95cd3602ab: Pull complete e5ec97e88805: Pull complete 8fa9502c7636: Pull complete d2ada6e134f3: Pull complete de9c4f786308: Pull complete 74907ca98ac8: Pull complete d97c011a0188: Pull complete 5e3139447bb2: Pull complete 8567d9bd2ef5: Verifying Checksum 8567d9bd2ef5: Download complete 6355f795b23f: Verifying Checksum 6355f795b23f: Download complete d56470579452: Verifying Checksum d56470579452: Download complete 5e09940486c0: Verifying Checksum 5e09940486c0: Download complete a233b1024b15: Verifying Checksum a233b1024b15: Download complete 2c1661b8dd39: Verifying Checksum 2c1661b8dd39: Download complete 2806c619d596: Verifying Checksum 2806c619d596: Download complete 831867293e0e: Download complete d78a7a35988b: Verifying Checksum d78a7a35988b: Download complete 0abf1764e2f7: Verifying Checksum 0abf1764e2f7: Download complete 0abf1764e2f7: Pull complete cabb3cb070af: Pull complete 8567d9bd2ef5: Pull complete 6355f795b23f: Pull complete d56470579452: Pull complete 5e09940486c0: Pull complete a233b1024b15: Pull complete 2c1661b8dd39: Pull complete 2806c619d596: Pull complete 831867293e0e: Pull complete d78a7a35988b: Pull complete Digest: sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 Status: Downloaded newer image for ocaml/opam@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 2026-06-04 02:05.26 ---> 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.5 /usr/bin/opam")) 2026-06-04 02:05.26 ---> using "cf8a7eb63fdaa4274d5ee8634b4a7b94f9670fcdafb4f064aa00246fcc10cd06" 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-fixes 2026-06-04 02:05.26 ---> using "a218be502030aa9bb7f549b3ce1a3ae2557dd57f02075fadfc67380f505ae4ad" 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 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. Continue? [Y/n] y [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 --global Format 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-repository 2026-06-04 02:05.26 ---> using "4f523c7d4745fce438a54b36da96f723989e2e5d4ec70c21de877c0cdc177935" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-06-04 02:05.26 ---> using "7949df54ce6970c564a4bf56d43ea82ed8285a3985c52812abb95e52dedffc44" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-04 02:05.26 ---> using "e3756b85b4c17d4e5ed9bed65403d563aab03a7f8a591074112948d13345d3bd" 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-repository Everything 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.5.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-06-04 02:05.26 ---> using "93cd4ee304db1fd84732798229edd34654aa56cf7a5998999d544ac3c636fd6d" from cache /src: (copy (src awa.opam awa-mirage.opam) (dst ./)) 2026-06-04 02:05.26 ---> using "408b4ddd80f087f865f19288a828779056cbf33868a952a168e37e77976faa07" 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-04 02:05.27 ---> using "3dd223d84c511aa8936c48dc3a676c0ac5da61a4386c09c9d5858afd7da45b2b" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-04 02:05.27 ---> using "827c120f4ff10274ee1f1225450a6520a4f52f1fe0e6666e8ac8f5a0b4a38122" 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.5 --depext-only -y awa.dev awa-mirage.dev $DEPS")) + /usr/bin/sudo "apk" "update" - v3.23.4-337-gb0dcd8ef859 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main] - v3.23.4-340-gfab8d7d1ed2 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community] - v20260127-10802-g6f27b0b36ae [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20260127-10830-gbc950836944 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20260127-10830-gbc950836944 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 62396 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 packages # To update the current shell environment, run: eval $(opam env) 2026-06-04 02:05.27 ---> using "0c18d9b6016fbfb44e5ba9ea7bd5c5442948abf4936214e9f6444869ea09d901" 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 asn1-combinators.0.3.2 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved conf-gmp-powm-sec.4 (cached) -> retrieved base64.3.5.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 gmap.0.3.0 -> installed csexp.1.5.2 -> installed asn1-combinators.0.3.2 -> installed base64.3.5.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 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 kdf.1.0.0 -> installed mirage-flow.5.0.0 -> installed mirage-sleep.4.1.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.6 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-04 02:05.27 ---> using "4a352ec4c7484b1cf20a8d09634eb76968840537725fd46ab0eee2b1e3c584b5" from cache /src: (copy (src .) (dst /src)) 2026-06-04 02:05.28 ---> saved as "7baf33317048589dc7f09fb31a442cab7547fd4001f690a12a33930cb3dad81e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Test basic parsing ok Test version banner ok Test key exchange ok Test namelist conversions ok Test mpint conversions ok Test version exchange ok Test encrypt/decrypt ok Test OpenSSH public key format ok Test signatures ok Test ignore next packet ok Test channel data input channel input_data: discarding 1 bytes (window size) ok Test channel data output ok 2026-06-04 02:05.35 ---> saved as "a756af2b8b7f322af6ca9e1067a14c3b2cc3f6a35c87951617540b9ead975e6e" Job succeeded 2026-06-04 02:05.35: Job succeeded