2026-07-01 21:15.57: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (7d7d21260ffbfb927d707ee0b3684f2f4bf7ba63) (linux-x86_64:alpine-3.23-4.14_opam-2.5)Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387Opam 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 ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387# alpine-3.23-4.14_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 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.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.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-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387-alpine-3.23-4.14_opam-2.5-a31f133d99aa59014c1fc6ef18a38ba7"2026-07-01 21:15.57: 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 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.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.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 22:51.06: Waiting for worker…2026-07-01 22:54.31: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 7d7d212 changes for 0.6.1(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387)2026-07-01 22:54.32 ---> 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-07-01 22:54.32 ---> 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 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_HEADd6a960ed95..cf4807d523 master -> origin/mastercf4807d523 Merge pull request #30166 from hannesm/release-kdf-v1.1.02026-07-01 22:54.32 ---> using "4e4a5b4ba2c9444b75cf710595c3982e2ec2532557ff87afb8c3171b3394b1b5" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[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-repository2026-07-01 22:54.32 ---> using "796691c68e5423e26c194896c5b2da058248e89f1787d4e25108a1eb3308e3a9" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 4.14.32.5.12026-07-01 22:54.32 ---> using "87143a8a422c408ad44b34a3148e52c09977cdf2409f71e67b10b56a8381f4cf" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-07-01 22:54.32 ---> using "6759e1de0653f6f16c0e131c2c0ce0e2cafd261929e8fa85b9ab968ea0588590" 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] synchronised from git+file:///home/opam/opam-repositoryEverything 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.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.# To update the current shell environment, run: eval $(opam env)2026-07-01 22:54.32 ---> using "b5a38d0a0f58b6dea4dd6590d8d6c05094f97d9573fde224be5a5d3a5431f83d" from cache/src: (copy (src awa.opam awa-mirage.opam) (dst ./))2026-07-01 22:54.32 ---> saved as "94550d1723cdf66278dd7927d2a7f66de2c99aac5c9dfbaf7afc8d3f415d2ce1"/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-01 22:54.38 ---> saved as "3488189b5b0d0a0d68aa23116a275c43a237d7c4f488624af96c97528ea6d647"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-07-01 22:54.38 ---> saved as "de75e48bb6cf225bc23796123f8df965ee88f580a83e31a703dd9eca7dfa1040"/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.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.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"))+ /usr/bin/sudo "apk" "update"- v3.23.5-18-g32cc23bab49 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.5-20-g80e818b4aac [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v3.24.0-1183-g2ef62c18108 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v3.24.0-1200-ga7c2c381cbb [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v3.24.0-1201-g1ead30cd278 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62617 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-07-01 22:55.00 ---> saved as "ed8849238f4f5e7eb7454f8340744c9680e8c39fd29d876eeb311a3e250503d7"/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 5- 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.24.0- install dune-configurator 3.24.0- 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.1.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.1.1- 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 conf-pkg-config.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> installed conf-gmp-powm-sec.4-> installed conf-pkg-config.5-> 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 dune.3.24.0, dune-configurator.3.24.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved x509.1.1.1 (cached)-> retrieved zarith.1.14 (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 fmt.0.11.0-> installed ptime.1.2.0-> installed mtime.2.1.0-> installed zarith.1.14-> installed dune.3.24.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 gmap.0.3.0-> 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.24.0-> installed mirage-crypto.2.1.0-> installed lwt.6.1.2-> installed kdf.1.1.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.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-07-01 22:57.30 ---> saved as "786e34a29b7f6e08b39418c739c5fe70af9b5b7d9f5628f907c88ff1229e47de"/src: (copy (src .) (dst /src))2026-07-01 22:57.30 ---> saved as "f65089e8aab0535bfea1e42f27577ffb812047bb848949175737e0ee8f49520c"/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-01 22:57.34 ---> saved as "0c95d68c7d744fffe65bd61b57f5bceb29ae73ff7d36fce3e416dfc7446c2182"Job succeeded2026-07-01 22:57.34: Job succeeded