2026-04-16 16:40.32: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (920b35b1bf57252f7fecbac4ccd5d574b6d49ba8) (linux-x86_64:fedora-43-4.14_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/awa-ssh.git" -b "main" && cd "awa-ssh" && git reset --hard 920b35b1cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935# fedora-43-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && 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.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 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.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-16 16:40.32: Using cache hint "mirage/awa-ssh-ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935-fedora-43-4.14_opam-2.5-1e704298b7aab1af7d21175587eee72b"2026-04-16 16:40.32: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)(comment fedora-43-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && 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.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 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.1 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-04-16 16:40.32: Waiting for resource in pool OCluster2026-04-16 17:44.16: Waiting for worker…2026-04-16 17:49.04: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 920b35b Merge pull request #84 from mirage/opam-repository(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935' locallydocker.io/ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935: Pulling from ocaml/opam5bc90b3315da: Already exists80d71788ea9e: Pulling fs layerad80df798a1c: Pulling fs layercd85517f6ae1: Pulling fs layera927948f92fa: Pulling fs layer80d71788ea9e: Waiting4433c52b5ab1: Pulling fs layercd85517f6ae1: Waitingad80df798a1c: Waiting8aa93bc8ca93: Pulling fs layera927948f92fa: Waiting4433c52b5ab1: Waiting7d31cd7e9a9b: Pulling fs layer959a5be6bfab: Pulling fs layer8aa93bc8ca93: Waiting6569047248d7: Pulling fs layera01a3ff02f3d: Pulling fs layer7d31cd7e9a9b: Waiting8b1106fd8e03: Pulling fs layer61c97bcc90cd: Pulling fs layerb9124a8b6c28: Pulling fs layer6569047248d7: Waiting959a5be6bfab: Waiting61c97bcc90cd: Waiting8b1106fd8e03: Waitinga01a3ff02f3d: Waitingd2c94cd49c4c: Pulling fs layerb9124a8b6c28: Waiting0e63679d7dbc: Pulling fs layerd2c94cd49c4c: Waiting6819a31cdb14: Pulling fs layer1d67c4c09922: Pulling fs layer3f456f1cc39a: Pulling fs layer6afff2ae07da: Pulling fs layer0e63679d7dbc: Waiting4f4fb700ef54: Pulling fs layer1d67c4c09922: Waiting6819a31cdb14: Waiting3f456f1cc39a: Waiting90c294795090: Pulling fs layer6afff2ae07da: Waiting4f4fb700ef54: Waitingd7c6287626d1: Pulling fs layer90c294795090: Waiting0e6719fd9f6d: Pulling fs layerd7c6287626d1: Waiting53830a3a67c9: Pulling fs layerb407be133f08: Pulling fs layer0e6719fd9f6d: Waiting53830a3a67c9: Waiting951a5932e150: Pulling fs layerdcc0f382cd80: Pulling fs layerd3cdec43bf88: Pulling fs layer951a5932e150: Waitingd69ff9f37121: Pulling fs layerb407be133f08: Waitingdcc0f382cd80: Waitingd3cdec43bf88: Waitingcfcfca2848c7: Pulling fs layerd69ff9f37121: Waiting08269f8e9f88: Pulling fs layercfcfca2848c7: Waiting3e59769da2fa: Pulling fs layer08269f8e9f88: Waitinga1004eb1842a: Pulling fs layer3e59769da2fa: Waiting3a6ed7e0720e: Pulling fs layera1004eb1842a: Waiting5503bfbdb082: Pulling fs layer3a6ed7e0720e: Waiting4685c134845d: Pulling fs layer67f122543075: Pulling fs layer5503bfbdb082: Waiting4685c134845d: Waitingd60a75d560f5: Pulling fs layerd18a54147636: Pulling fs layer67f122543075: Waitingd60a75d560f5: Waiting933e64a11ba6: Pulling fs layerd18a54147636: Waitingf36483d78a79: Pulling fs layer35267044a36f: Pulling fs layerf36483d78a79: Waiting933e64a11ba6: Waiting75b654a3d9d2: Pulling fs layer35267044a36f: Waiting75b654a3d9d2: Waiting80d71788ea9e: Download complete80d71788ea9e: Pull completead80df798a1c: Verifying Checksumad80df798a1c: Download completead80df798a1c: Pull completea927948f92fa: Verifying Checksuma927948f92fa: Download complete4433c52b5ab1: Verifying Checksum4433c52b5ab1: Download complete8aa93bc8ca93: Verifying Checksum8aa93bc8ca93: Download complete7d31cd7e9a9b: Verifying Checksum7d31cd7e9a9b: Download complete959a5be6bfab: Verifying Checksum959a5be6bfab: Download complete6569047248d7: Verifying Checksum6569047248d7: Download complete8b1106fd8e03: Verifying Checksum8b1106fd8e03: Download completea01a3ff02f3d: Download completeb9124a8b6c28: Download completed2c94cd49c4c: Download complete0e63679d7dbc: Verifying Checksum0e63679d7dbc: Download complete61c97bcc90cd: Verifying Checksum61c97bcc90cd: Download complete6819a31cdb14: Download complete3f456f1cc39a: Download complete1d67c4c09922: Download complete6afff2ae07da: Download complete4f4fb700ef54: Download complete90c294795090: Verifying Checksum90c294795090: Download completed7c6287626d1: Download complete0e6719fd9f6d: Verifying Checksum0e6719fd9f6d: Download complete53830a3a67c9: Download completeb407be133f08: Verifying Checksumb407be133f08: Download complete951a5932e150: Verifying Checksum951a5932e150: Download completedcc0f382cd80: Download completed3cdec43bf88: Download completed69ff9f37121: Verifying Checksumd69ff9f37121: Download completecfcfca2848c7: Verifying Checksumcfcfca2848c7: Download complete08269f8e9f88: Verifying Checksum08269f8e9f88: Download complete3e59769da2fa: Download complete3a6ed7e0720e: Verifying Checksum3a6ed7e0720e: Download complete5503bfbdb082: Download completea1004eb1842a: Verifying Checksuma1004eb1842a: Download complete4685c134845d: Download complete67f122543075: Download completed60a75d560f5: Download completed18a54147636: Verifying Checksumd18a54147636: Download complete933e64a11ba6: Verifying Checksum933e64a11ba6: Download completef36483d78a79: Download complete35267044a36f: Download complete75b654a3d9d2: Verifying Checksum75b654a3d9d2: Download completecd85517f6ae1: Verifying Checksumcd85517f6ae1: Download completecd85517f6ae1: Pull completea927948f92fa: Pull complete4433c52b5ab1: Pull complete8aa93bc8ca93: Pull complete7d31cd7e9a9b: Pull complete959a5be6bfab: Pull complete6569047248d7: Pull completea01a3ff02f3d: Pull complete8b1106fd8e03: Pull complete61c97bcc90cd: Pull completeb9124a8b6c28: Pull completed2c94cd49c4c: Pull complete0e63679d7dbc: Pull complete6819a31cdb14: Pull complete1d67c4c09922: Pull complete3f456f1cc39a: Pull complete6afff2ae07da: Pull complete4f4fb700ef54: Pull complete90c294795090: Pull completed7c6287626d1: Pull complete0e6719fd9f6d: Pull complete53830a3a67c9: Pull completeb407be133f08: Pull complete951a5932e150: Pull completedcc0f382cd80: Pull completed3cdec43bf88: Pull completed69ff9f37121: Pull completecfcfca2848c7: Pull complete08269f8e9f88: Pull complete3e59769da2fa: Pull completea1004eb1842a: Pull complete3a6ed7e0720e: Pull complete5503bfbdb082: Pull complete4685c134845d: Pull complete67f122543075: Pull completed60a75d560f5: Pull completed18a54147636: Pull complete933e64a11ba6: Pull completef36483d78a79: Pull complete35267044a36f: Pull complete75b654a3d9d2: Pull completeDigest: sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935Status: Downloaded newer image for ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a49352026-04-16 17:49.05 ---> using "427db3f6677dae2b06058d8dcb2f7770b96873f6845d54b43f9e27571c659618" from cache/: (comment fedora-43-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 openh264 (From Cisco) - x86_ 100% | 2.4 KiB/s | 986.0 B | 00m00sFedora 43 - x86_64 - Updates 100% | 55.2 KiB/s | 15.7 KiB | 00m00sFedora 43 - x86_64 100% | 115.2 KiB/s | 21.8 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-04-16 17:49.05 ---> using "1a8c422457ca43273c120d41b99eceaf5146711b71420e35a2bee4d81364b1a5" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-16 17:49.05 ---> using "f67c481a1daa386f6430f66eef705f2c3e718af0cca248ff8d8a2fe5f109817f" 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.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 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-04-16 17:49.05 ---> using "bc829d8a618f2e3092457d9785bca8fbf68fdeb24e20105fc3a383cae7a6c00a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-16 17:49.05 ---> using "84ee295ef92075699b3be334bcafee05db7a203f6059e3b9b39cbe4faefef15a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-16 17:49.05 ---> using "5d31372e0e59d5a520b30695d22f10f0053c544e25e0f7f722eaf7806eb253db" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[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 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-04-16 17:49.05 ---> using "2ffbd0f12d6bab220d810a77516951f3543d88b8952e41766bdc149b5db32930" from cache/src: (copy (src awa.opam awa-mirage.opam) (dst ./))2026-04-16 17:49.05 ---> saved as "831dfc0fc728ab2ad9b862894c778896cfcbc55774547d190a5ff6a0392affd9"/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-04-16 17:49.08 ---> saved as "9703968d6948655f88c0490bdfb6569bc78c5bf2609cac0e6330abf60ea6dd46"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-16 17:49.08 ---> saved as "ebe4eb77d195e6be8d06bd4bb50231e9784e9912cefb4a3149e98453237c63f5"/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.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 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.1 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/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- gmp-devel x86_64 1:6.3.0-4.fc43 fedora 352.3 KiB- Installing dependencies:- gmp-c++ x86_64 1:6.3.0-4.fc43 fedora 27.6 KiB-- Transaction Summary:- Installing: 2 packages-- Total size of inbound packages is 193 KiB. Need to download 193 KiB.- After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B).- [1/2] gmp-devel-1:6.3.0-4.fc43.x86_64 100% | 957.9 KiB/s | 174.3 KiB | 00m00s- [2/2] gmp-c++-1:6.3.0-4.fc43.x86_64 100% | 7.3 KiB/s | 18.4 KiB | 00m03s- --------------------------------------------------------------------------------- [2/2] Total 100% | 71.3 KiB/s | 192.7 KiB | 00m03s- Running transaction- [1/4] Verify package files 100% | 500.0 B/s | 2.0 B | 00m00s- [2/4] Prepare transaction 100% | 28.0 B/s | 2.0 B | 00m00s- [3/4] Installing gmp-c++-1:6.3.0-4.fc43 100% | 7.0 MiB/s | 28.5 KiB | 00m00s- [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% | 4.7 MiB/s | 354.1 KiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel"- gmp-devel-6.3.0-4.fc43.x86_64# To update the current shell environment, run: eval $(opam env)2026-04-16 17:49.40 ---> saved as "36a9ff4f84f0928cdfaafcd36234cdbe031e23694731aad9dd71320d4ed015d1"/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 40 packages- install asn1-combinators 0.3.2- install base-bytes base- install base64 3.5.2- install cmdliner 2.1.0- 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 cstruct-unix 6.2.0- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.22.2- install dune-configurator 3.22.2- install duration 0.3.0- 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.1- 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.0 (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, cstruct-unix.6.2.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.3.0 (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.1 (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.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed zarith.1.14-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed mtime.2.1.0-> installed dune.3.22.2-> 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.0-> 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 cstruct-unix.6.2.0-> installed ocplib-endian.1.2-> installed ipaddr.5.6.2-> installed digestif.1.3.0-> installed dune-configurator.3.22.2-> installed mirage-crypto.2.1.0-> installed kdf.1.0.0-> installed lwt.6.1.1-> 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-04-16 17:51.25 ---> saved as "276797b42b41561a0b0c91c0dcaf3028e66743b885efa0c310839e9d3fde4541"/src: (copy (src .) (dst /src))2026-04-16 17:51.26 ---> saved as "7c3112f557fbfa2fcf6c5ce440fd3c105f102e822a04e2ef3681bd98f3d51079"/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-04-16 17:51.28 ---> saved as "189fd95b5fadd9ade5066a313a47629249b5fd14cd8aff419a942535d9eaf40b"Job succeeded2026-04-16 17:51.28: Job succeeded