2026-07-01 21:15.57: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (7d7d21260ffbfb927d707ee0b3684f2f4bf7ba63) (freebsd-x86_64:freebsd-15.1-4.14_opam-2.5)Base: freebsd-15.1-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/awa-ssh.git" -b "main" && cd "awa-ssh" && git reset --hard 7d7d2126cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-15.1-ocaml-4.14# freebsd-15.1-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN cd ~/opam-repository && (git cat-file -e cf4807d523aaef2df5a7174b29f7840ecc4cf5ea || git fetch origin master) && git reset -q --hard cf4807d523aaef2df5a7174b29f7840ecc4cf5ea && 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.5 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.1.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.4 ocaml-base-compiler.4.14.4 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.1.1 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-07-01 21:15.57: Using cache hint "mirage/awa-ssh-freebsd-15.1-ocaml-4.14-freebsd-15.1-4.14_opam-2.5-8d4ddc52c7e1053b734d3f4ed460007f"2026-07-01 21:15.57: Using OBuilder spec:((from freebsd-15.1-ocaml-4.14)(comment freebsd-15.1-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/local/bin/opam-2.5 /usr/local/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cf4807d523aaef2df5a7174b29f7840ecc4cf5ea || git fetch origin master) && git reset -q --hard cf4807d523aaef2df5a7174b29f7840ecc4cf5ea && 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.5 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.1.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.4 ocaml-base-compiler.4.14.4 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.1.1 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-07-01 21:15.57: Waiting for resource in pool OCluster2026-07-01 21:15.57: Waiting for worker…2026-07-02 02:51.34: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 7d7d212 changes for 0.6.1(from freebsd-15.1-ocaml-4.14)2026-07-02 02:42.43 ---> using "2464f15022a3165e1976d60db98cf7d9951b75807dc9e9c0887ed1602f1ec094" from cache/: (comment freebsd-15.1-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/local/bin/opam-2.5 /usr/local/bin/opam"))2026-07-02 02:42.44 ---> using "956cfeb560b8d68962767ce50da46ea47d35dec6f5230c0d6c9a0ec8683ff490" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cf4807d523aaef2df5a7174b29f7840ecc4cf5ea || git fetch origin master) && git reset -q --hard cf4807d523aaef2df5a7174b29f7840ecc4cf5ea && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD8cd35acddd..cf4807d523 master -> origin/mastercf4807d523 Merge pull request #30166 from hannesm/release-kdf-v1.1.02026-07-02 02:42.44 ---> using "ed003529a4519cfd611dbc8b9e2a35f0c14958843eca31e34c778097c5dd7359" from cache/src: (run (shell "opam init --reinit -ni"))No configuration file found, using 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-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-07-02 02:42.45 ---> using "9455e0724989c8eef7f1ed61c31dc6c6cac37ea11a05f6e0a60508774e86d563" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.1-RELEASEThe OCaml toplevel, version 4.14.42.5.02026-07-02 02:42.46 ---> using "8e32397319435c736f0fc8a7de729c9fb303e6e008ff8152e7439f925b04e962" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-07-02 02:42.46 ---> using "6716948f286aa98f3ba306806f4f23a1cbdf6099e426cd6a113611634cdbe12c" 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.1- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-07-02 02:42.47 ---> using "8c0c43dc901bc506fa9aab3c4e835d37003ae84ef3aefc198fd12521aba30de5" from cache/src: (copy (src awa.opam awa-mirage.opam) (dst ./))2026-07-02 02:42.50 ---> saved as "06b64b63a7f97a5fc6dbcb6a80925c740982d33a2bab9eeb45596a73dd735272"/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-07-02 02:42.57 ---> saved as "e3e5f3b28b0d0bc8fcb390810b94f70bfbcca26151eac38f2b43c49dca81e401"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-07-02 02:43.00 ---> saved as "7383aa983f4238c929f54e0755a00672a56637e8c5442679f2ffd5eda6b4e11c"/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.5 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.1.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.4 ocaml-base-compiler.4.14.4 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.1.1 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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[awa-mirage.dev] synchronised (file:///src)[awa.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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp"- Updating FreeBSD-ports repository catalogue...- [rosemary] Fetching data:- .- ...- ...... done- Processing entries:- .- .- .- .- ..- .- .- .- . done- FreeBSD-ports repository update completed. 37084 packages processed.- Updating FreeBSD-ports-kmods repository catalogue...- FreeBSD-ports-kmods repository is up to date.- All repositories are up to date.- The following 1 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- gmp: 6.3.0 [FreeBSD-ports]-- Number of packages to be installed: 1-- The process will require 2 MiB more space.- 504 KiB to be downloaded.- [rosemary] [1/1] Fetching gmp-6.3.0: .......... done- Checking integrity... done (0 conflicting)- [rosemary] [1/1] Installing gmp-6.3.0...- [rosemary] [1/1] Extracting gmp-6.3.0: .......... done2026-07-02 02:43.41 ---> saved as "33dde97935267ee63c334b3e0b671112be7d68d5788ad99c48ca7827f7e37b6a"/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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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∗ asn1-combinators 0.3.2∗ base-bytes base∗ base64 3.5.2∗ cmdliner 2.1.1∗ conf-gmp 5∗ conf-gmp-powm-sec 4∗ conf-pkg-config 5∗ cppo 1.8.0∗ csexp 1.5.2∗ cstruct 6.2.0∗ digestif 1.3.0∗ domain-name 0.5.0∗ dune 3.24.0∗ dune-configurator 3.24.0∗ duration 0.3.1∗ eqaf 0.10∗ fmt 0.11.0∗ gmap 0.3.0∗ ipaddr 5.6.2∗ kdf 1.1.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∗ 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.1.1∗ zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved cmdliner.2.1.1 (cached)⬇ retrieved conf-gmp.5 (cached)⬇ retrieved conf-gmp-powm-sec.4 (cached)⬇ retrieved conf-pkg-config.5 (cached)⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved csexp.1.5.2 (cached)∗ installed conf-gmp.5⬇ retrieved cstruct.6.2.0 (cached)∗ installed conf-gmp-powm-sec.4∗ installed conf-pkg-config.5⬇ retrieved base64.3.5.2 (cached)⬇ retrieved asn1-combinators.0.3.2 (cached)⬇ 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.1.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 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 topkg.1.1.1 (cached)⬇ retrieved x509.1.1.1 (cached)⬇ retrieved zarith.1.14 (cached)⬇ retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)∗ installed cmdliner.2.1.1∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed zarith.1.14∗ installed topkg.1.1.1∗ installed fmt.0.11.0∗ installed mtime.2.1.0∗ installed ptime.1.2.0∗ installed dune.3.24.0∗ installed duration.0.3.1∗ installed domain-name.0.5.0∗ installed cstruct.6.2.0∗ installed csexp.1.5.2∗ installed ohex.0.2.0∗ installed mirage-mtime.5.2.0∗ installed macaddr.5.6.2∗ installed gmap.0.3.0∗ installed eqaf.0.10∗ installed cppo.1.8.0∗ installed base64.3.5.2∗ installed asn1-combinators.0.3.2∗ installed ipaddr.5.6.2∗ installed ocplib-endian.1.2∗ installed digestif.1.3.0∗ installed dune-configurator.3.24.0∗ installed mirage-crypto.2.1.0∗ installed kdf.1.1.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.1.1Done.2026-07-02 02:47.46 ---> saved as "62d068927db07f8b0ef6519b7ebfd994bc2c6df856d65276349837c5b6b9792b"/src: (copy (src .) (dst /src))2026-07-02 02:47.51 ---> saved as "6a3d0d170ce3659408e02c60df3f4640341f034c96f599679ecd649529d5c864"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Test basic parsing okTest basic parsing of kex and userauth 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-07-02 02:48.02 ---> saved as "9c5fd4f7136a88c4eb423b7faeb20d09a22e41c3caa86948e40cfcf87491e0e3"Job succeeded2026-07-02 02:56.56: Job succeeded