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:opensuse-16.0-5.4_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987faOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/awa-ssh.git" -b "main" && cd "awa-ssh" && git reset --hard f33fec96cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa# opensuse-16.0-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-04 00:45.45: Using cache hint "mirage/awa-ssh-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa-opensuse-16.0-5.4_opam-2.5-c7ec46ab05ba4b08967a942f36adf110"2026-06-04 00:45.45: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa)(comment opensuse-16.0-5.4_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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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 OCluster2026-06-04 01:58.44: Waiting for worker…2026-06-04 02:03.47: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at f33fec9 changes for 0.6.0(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa' locallydocker.io/ocaml/opam@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa: Pulling from ocaml/opam64cfa2a65095: Already exists64e5289f2672: Pulling fs layer06b2293c2b2d: Pulling fs layer6f67cd510672: Pulling fs layerca5b94db2a85: Pulling fs layer64e5289f2672: Waiting6f7fe61607b0: Pulling fs layer06b2293c2b2d: Waiting68c11975f945: Pulling fs layerca5b94db2a85: Waiting6f67cd510672: Waiting6f7fe61607b0: Waiting73479e4094ce: Pulling fs layer68c11975f945: Waiting85ba5c1a649a: Pulling fs layer73479e4094ce: Waiting0de12c197bfd: Pulling fs layer85ba5c1a649a: Waitingd81d6d6bf8fe: Pulling fs layer0de12c197bfd: Waitingcba68ecfd415: Pulling fs layerd81d6d6bf8fe: Waiting75ffa6874156: Pulling fs layercba68ecfd415: Waiting75ffa6874156: Waiting89e5c2d50858: Pulling fs layer5ad82053ee71: Pulling fs layer3591b13081a2: Pulling fs layer6290e1686ebf: Pulling fs layer5ad82053ee71: Waiting3591b13081a2: Waiting6290e1686ebf: Waiting4f4fb700ef54: Pulling fs layer89e5c2d50858: Waitingc5c5233ac1d1: Pulling fs layerc56fa4433fe9: Pulling fs layer8f6c2820713b: Pulling fs layer3a022abfacb3: Pulling fs layer4f4fb700ef54: Waitingc5c5233ac1d1: Waitinga675122fae29: Pulling fs layerc56fa4433fe9: Waiting3a022abfacb3: Waitingb30eccf5ca42: Pulling fs layer91f92e37ea0a: Pulling fs layer1188916d9b97: Pulling fs layer0fe594d6cb12: Pulling fs layer1188916d9b97: Waitinge3ed43689f8e: Pulling fs layera107edd88c4d: Pulling fs layer0fe594d6cb12: Waiting03050e3c3ba9: Pulling fs layer03050e3c3ba9: Waiting361626bf5f1a: Pulling fs layera107edd88c4d: Waitinge3ed43689f8e: Waitingb0c9fb978a56: Pulling fs layer361626bf5f1a: Waiting9e230c4a590c: Pulling fs layerb0c9fb978a56: Waiting05d712a4dd8f: Pulling fs layere04e27a980ff: Pulling fs layer6608d56510f9: Pulling fs layer91f92e37ea0a: Waiting9e230c4a590c: Waitingcd9fb8820320: Pulling fs layer05d712a4dd8f: Waiting6608d56510f9: Waiting6f5beb73a994: Pulling fs layere04e27a980ff: Waiting93b1f7f9b88e: Pulling fs layerb30eccf5ca42: Waitingf316598704c2: Pulling fs layer6f5beb73a994: Waiting67b41f68fbb0: Pulling fs layer93b1f7f9b88e: Waitingf316598704c2: Waiting26a4b4ccee81: Pulling fs layer86e7897b0266: Pulling fs layer67b41f68fbb0: Waiting86e7897b0266: Waiting64e5289f2672: Download complete64e5289f2672: Pull complete6f67cd510672: Verifying Checksum6f67cd510672: Download completeca5b94db2a85: Download complete6f7fe61607b0: Verifying Checksum6f7fe61607b0: Download complete06b2293c2b2d: Verifying Checksum06b2293c2b2d: Download complete73479e4094ce: Verifying Checksum73479e4094ce: Download complete85ba5c1a649a: Verifying Checksum85ba5c1a649a: Download complete68c11975f945: Verifying Checksum68c11975f945: Download complete0de12c197bfd: Verifying Checksum0de12c197bfd: Download complete06b2293c2b2d: Pull completed81d6d6bf8fe: Verifying Checksumd81d6d6bf8fe: Download completecba68ecfd415: Verifying Checksumcba68ecfd415: Download complete89e5c2d50858: Download complete5ad82053ee71: Verifying Checksum5ad82053ee71: Download complete3591b13081a2: Verifying Checksum3591b13081a2: Download complete6290e1686ebf: Verifying Checksum6290e1686ebf: Download complete75ffa6874156: Verifying Checksum75ffa6874156: Download complete4f4fb700ef54: Download completec5c5233ac1d1: Download completec56fa4433fe9: Verifying Checksumc56fa4433fe9: Download complete3a022abfacb3: Verifying Checksum3a022abfacb3: Download completea675122fae29: Download complete8f6c2820713b: Verifying Checksum8f6c2820713b: Download completeb30eccf5ca42: Verifying Checksumb30eccf5ca42: Download complete1188916d9b97: Verifying Checksum1188916d9b97: Download complete91f92e37ea0a: Verifying Checksum91f92e37ea0a: Download completee3ed43689f8e: Download completea107edd88c4d: Download complete0fe594d6cb12: Verifying Checksum0fe594d6cb12: Download complete03050e3c3ba9: Verifying Checksum03050e3c3ba9: Download completeb0c9fb978a56: Verifying Checksumb0c9fb978a56: Download complete6f67cd510672: Pull completeca5b94db2a85: Pull complete6f7fe61607b0: Pull complete68c11975f945: Pull complete73479e4094ce: Pull complete85ba5c1a649a: Pull complete0de12c197bfd: Pull completed81d6d6bf8fe: Pull completecba68ecfd415: Pull complete361626bf5f1a: Verifying Checksum361626bf5f1a: Download complete75ffa6874156: Pull complete9e230c4a590c: Verifying Checksum9e230c4a590c: Download complete89e5c2d50858: Pull complete05d712a4dd8f: Verifying Checksum05d712a4dd8f: Download complete5ad82053ee71: Pull complete3591b13081a2: Pull complete6290e1686ebf: Pull complete4f4fb700ef54: Pull completec5c5233ac1d1: Pull completec56fa4433fe9: Pull complete8f6c2820713b: Pull complete3a022abfacb3: Pull completea675122fae29: Pull completeb30eccf5ca42: Pull complete91f92e37ea0a: Pull complete1188916d9b97: Pull complete0fe594d6cb12: Pull completee3ed43689f8e: Pull completea107edd88c4d: Pull complete03050e3c3ba9: Pull completee04e27a980ff: Download complete6608d56510f9: Download completecd9fb8820320: Verifying Checksumcd9fb8820320: Download complete93b1f7f9b88e: Verifying Checksum93b1f7f9b88e: Download complete6f5beb73a994: Verifying Checksum6f5beb73a994: Download completef316598704c2: Verifying Checksumf316598704c2: Download complete26a4b4ccee81: Verifying Checksum26a4b4ccee81: Download complete86e7897b0266: Download complete67b41f68fbb0: Download complete361626bf5f1a: Pull completeb0c9fb978a56: Pull complete9e230c4a590c: Pull complete05d712a4dd8f: Pull completee04e27a980ff: Pull complete6608d56510f9: Pull completecd9fb8820320: Pull complete6f5beb73a994: Pull complete93b1f7f9b88e: Pull completef316598704c2: Pull complete67b41f68fbb0: Pull complete26a4b4ccee81: Pull complete86e7897b0266: Pull completeDigest: sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987faStatus: Downloaded newer image for ocaml/opam@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa2026-06-04 02:04.26 ---> using "db69c9544b856fb69ee80731fd406e6d8610cb6799651f1bf7a482eab8dcdff6" from cache/: (comment opensuse-16.0-5.4_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:04.26 ---> using "aaefde5c8c52a49f9533c2a032fe96f8f7137888121c02adcfc9912238bd0b3e" 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-04 02:04.26 ---> using "8fc286c3f9281bbfeb35088be3189f12fb77019c3cbc7e72cec66b32caceb186" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-04 02:04.26 ---> using "b2eca2267c099510cdb4bcbf57448360c950fef2866544191564ca8e27895130" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-06-04 02:04.26 ---> using "e20db01f7c5c707d1b47c47a64c940dca8bdfec7b051778a04ff0d0610286810" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-04 02:04.26 ---> using "b1b0594eb66dfb7729ee0a89329d3f86beb1d940c5025f7c71c4df11e25edad1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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:04.26 ---> using "678a61a46692200e70ccac519691aca0c4b89e064b7dd7a18bb84d1569194913" from cache/src: (copy (src awa.opam awa-mirage.opam) (dst ./))2026-06-04 02:04.26 ---> using "23202b8de59c58d9faf0ca27d025dad32264f0bc4a0630576fc6ef252346fd07" 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:04.26 ---> using "ccaf040c8973776c25bdfa67c7c8e3afa79d36d56aa1548200666693f6d09ae4" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-04 02:04.26 ---> using "a1d082632cca02e722835aff82b7afd4237010be2a76d4404d2610fe23db0d10" from cache/src: (env DEPS "asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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 "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [..- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- ...- ...- ..........- ..........- ........done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel"- Refreshing service 'openSUSE'.- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 2 NEW packages are going to be installed:- gmp-devel libgmpxx4-- 2 new packages to install.-- Package download size: 353.0 KiB-- Package install size change:- | 1.1 MiB required by packages that will be installed- 1.1 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Preloading Packages [..- Preloading: libgmpxx4-6.3.0-160000.2.2.x86_64.rpm [done]- .-- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]- ..- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [done]- .done]- Retrieving: libgmpxx4-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (1/2), 32.3 KiB- Retrieving: gmp-devel-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (2/2), 320.7 KiB-- Checking for file conflicts: [..done]- (1/2) Installing: libgmpxx4-6.3.0-160000.2.2.x86_64 [.- .done]- (2/2) Installing: gmp-devel-6.3.0-160000.2.2.x86_64 [..done]- Running post-transaction scripts [...done]# To update the current shell environment, run: eval $(opam env)2026-06-04 02:04.26 ---> using "465c43bd979f70120508a0317d37b3983a1ec7f9a5c401d1003df8892e859856" 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 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)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> installed cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed dune.3.23.1-> installed ohex.0.2.0-> 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 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 kdf.1.0.0-> installed lwt.6.1.2-> 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.6Done.# To update the current shell environment, run: eval $(opam env)2026-06-04 02:04.29 ---> saved as "b9a96dc06853030cc9f5f83749b5e19ee286a5288ad7200fd766f85985fe4825"/src: (copy (src .) (dst /src))2026-06-04 02:04.30 ---> saved as "ff2a7229e29ff360ced8d0efe6b17dc1f8d5956b1272099b82524153fd66c2ef"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Test basic parsing okTest version banner okTest key exchange okTest namelist conversions okTest mpint conversions okTest version exchange okTest encrypt/decrypt okTest OpenSSH public key format okTest signatures okTest ignore next packet okTest channel data input channel input_data: discarding 1 bytes (window size)okTest channel data output ok2026-06-04 02:04.37 ---> saved as "88044516264aef63f12264d65599a429a30a1961f1d85617594d523e65661593"Job succeeded2026-06-04 02:04.37: Job succeeded