2025-10-14 14:31.29: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (920b35b1bf57252f7fecbac4ccd5d574b6d49ba8) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)Base: freebsd-14.3-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 920b35b1cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && 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.0.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.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.1 kdf.1.0.0 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 x509.1.0.6 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --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-BLOCK2025-10-14 14:31.29: Using cache hint "mirage/awa-ssh-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-8d3987a996c02e513d5b19f623840aa8"2025-10-14 14:31.29: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && 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 (network host)(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.0.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.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.1 kdf.1.0.0 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 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.4 --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")))2025-10-14 14:31.29: Waiting for resource in pool OCluster2025-10-14 14:31.29: Waiting for worker…2025-10-14 15:18.52: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 920b35b Merge pull request #84 from mirage/opam-repository(from freebsd-14.3-ocaml-4.14)2025-10-14 15:17.20 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-4.14_opam-2.4)/: (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.4 /usr/local/bin/opam"))2025-10-14 15:17.21 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" 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] no changes from git+file:///home/opam/opam-repository2025-10-14 15:17.21 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.4.12025-10-14 15:17.22 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-14 15:17.22 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD98696b94e2..deb3de7fc5 master -> origin/master60c74a29f5 Merge pull request #28709 from hannesm/release-domain-name-v0.5.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised 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.3.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-10-14 15:17.23 ---> using "62c99e715ba545cb5825c649a44cb5d4396ff5f52e9cfe3078d7f03b7a8616f4" from cache/src: (copy (src awa.opam awa-mirage.opam) (dst ./))2025-10-14 15:17.24 ---> saved as "0e3ce6762cd570ffc684828bebca9d831e96069e01405fc6c9a1beef7d6765b8"/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)2025-10-14 15:17.30 ---> saved as "5e6c04d7a194ef5e3e2ba0315e6b409e211afb25b5af569010f59f8d77db1e60"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-14 15:17.34 ---> saved as "4357f7309719c823d9dd8f2dc60b1d9d05eef6ee437e092e0b4aeabfe228e7cb"/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.0.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.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.1 kdf.1.0.0 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 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.4 --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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 repository catalogue...- [rosemary] Fetching data.pkg:- ..- ....- .... done- Processing entries:- .- .- .- .- .- .- .- .- .- . done- FreeBSD repository update completed. 36572 packages processed.- Updating FreeBSD-kmods repository catalogue...- [rosemary] Fetching data.pkg: .. done- Processing entries: .......... done- FreeBSD-kmods repository update completed. 212 packages processed.- 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]-- Number of packages to be installed: 1-- The process will require 3 MiB more space.- 500 KiB to be downloaded.- [rosemary] [1/1] Fetching gmp-6.3.0.pkg: ...- ....... done- Checking integrity... done (0 conflicting)- [rosemary] [1/1] Installing gmp-6.3.0...- [rosemary] [1/1] Extracting gmp-6.3.0: .......... done2025-10-14 15:18.52 ---> saved as "c6bced6fc1ac45842383531d6b36e2b650f029389b92e0aad1aebc21a6e6dcef"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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∗ asn1-combinators 0.3.2∗ base-bytes base∗ base64 3.5.2∗ cmdliner 2.0.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.20.2∗ dune-configurator 3.20.2∗ duration 0.2.1∗ eqaf 0.10∗ fmt 0.11.0∗ gmap 0.3.0∗ ipaddr 5.6.1∗ kdf 1.0.0∗ logs 0.9.0∗ lwt 5.9.2∗ macaddr 5.6.1∗ mirage-crypto 2.0.2∗ mirage-crypto-ec 2.0.2∗ mirage-crypto-pk 2.0.2∗ mirage-crypto-rng 2.0.2∗ 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.0∗ x509 1.0.6∗ zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved cmdliner.2.0.0 (cached)⬇ retrieved conf-gmp.5 (cached)⬇ retrieved conf-gmp-powm-sec.4 (cached)∗ installed conf-gmp.5∗ installed conf-pkg-config.4⬇ retrieved cppo.1.8.0 (cached)∗ installed conf-gmp-powm-sec.4⬇ retrieved base64.3.5.2 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cstruct.6.2.0, cstruct-unix.6.2.0 (cached)⬇ retrieved asn1-combinators.0.3.2 (cached)⬇ retrieved domain-name.0.5.0 (cached)⬇ retrieved duration.0.2.1 (cached)⬇ retrieved eqaf.0.10 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved gmap.0.3.0 (cached)⬇ retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)⬇ retrieved kdf.1.0.0 (cached)⬇ retrieved logs.0.9.0 (cached)⬇ retrieved lwt.5.9.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.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2 (cached)⬇ retrieved topkg.1.1.0 (cached)⬇ retrieved zarith.1.14 (cached)⬇ retrieved x509.1.0.6 (cached)⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)∗ installed ocamlbuild.0.16.1∗ installed cmdliner.2.0.0∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed zarith.1.14∗ installed topkg.1.1.0∗ installed mtime.2.1.0∗ installed fmt.0.11.0∗ installed ptime.1.2.0∗ installed dune.3.20.2∗ installed duration.0.2.1∗ installed domain-name.0.5.0∗ installed ohex.0.2.0∗ installed gmap.0.3.0∗ installed csexp.1.5.2∗ installed mirage-mtime.5.2.0∗ installed macaddr.5.6.1∗ installed eqaf.0.10∗ installed cstruct.6.2.0∗ installed cppo.1.8.0∗ installed base64.3.5.2∗ installed asn1-combinators.0.3.2∗ installed cstruct-unix.6.2.0∗ installed ocplib-endian.1.2∗ installed ipaddr.5.6.1∗ installed digestif.1.3.0∗ installed dune-configurator.3.20.2∗ installed mirage-crypto.2.0.2∗ installed kdf.1.0.0∗ installed lwt.5.9.2∗ installed mirage-flow.5.0.0∗ installed mirage-sleep.4.1.0∗ installed logs.0.9.0∗ installed mirage-crypto-rng.2.0.2∗ installed mirage-crypto-pk.2.0.2∗ installed mirage-crypto-ec.2.0.2∗ installed x509.1.0.6Done.2025-10-14 15:22.18 ---> saved as "b23adfddb292fe3ae8d04889ab7f7bb47889d55fd3eba8a30950bc59b05e0c18"/src: (copy (src .) (dst /src))2025-10-14 15:22.23 ---> saved as "1633f35224185b823d05edc1e44c9f0fd3ca26faca793d1c1e96a456b47a50b5"/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 ok2025-10-14 15:22.32 ---> saved as "c320d6946d5d9f6587c6a6a06ca5b94df0f2a63c60a86b49609b2137ee5a604b"Job succeeded2025-10-14 15:24.06: Job succeeded