2025-10-30 16:07.27: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (920b35b1bf57252f7fecbac4ccd5d574b6d49ba8) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353Opam 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:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353# debian-13-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && 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.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bigarray-compat.1.0.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 cppo.1.6.1 cstruct.6.0.1 cstruct-unix.6.0.1 digestif.1.3.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 fmt.0.8.8 gmap.0.3.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 kdf.1.0.0 logs.0.7.0 lwt.5.4.0 macaddr.5.6.0 mirage-crypto.1.2.0 mirage-crypto-ec.1.2.0 mirage-crypto-pk.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-sleep.4.0.0 mmap.1.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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ptime.1.2.0 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 x509.1.0.6 zarith.1.13"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-30 16:07.27: Using cache hint "mirage/awa-ssh-ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353-debian-13-4.14_opam-2.4-a809ceb9d1e48c9731a232abbbce1286"2025-10-30 16:07.27: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353)(comment debian-13-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/bin/opam-2.4 /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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && 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.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bigarray-compat.1.0.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 cppo.1.6.1 cstruct.6.0.1 cstruct-unix.6.0.1 digestif.1.3.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 fmt.0.8.8 gmap.0.3.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 kdf.1.0.0 logs.0.7.0 lwt.5.4.0 macaddr.5.6.0 mirage-crypto.1.2.0 mirage-crypto-ec.1.2.0 mirage-crypto-pk.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-sleep.4.0.0 mmap.1.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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ptime.1.2.0 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 x509.1.0.6 zarith.1.13")(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-30 16:07.27: Waiting for resource in pool OCluster2025-10-30 16:07.27: Waiting for worker…2025-10-30 16:07.27: Got resource from pool OClusterBuilding on cletehint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/awa-ssh.git-837ecf772a32ea17d458ac479573676355931ef8/.git/HEAD is now at 920b35b Merge pull request #84 from mirage/opam-repository(from ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353)2025-10-30 16:07.29 ---> using "ae5a35edb2df2fe59cb4e5cafe5ca62fb7d5b04088064e015fa744b1be849aae" from cache/: (comment debian-13-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/bin/opam-2.4 /usr/bin/opam"))2025-10-30 16:07.29 ---> using "c709841406782d6ce39e710beb594eeb96196224c9fd4a7a15a32a5de91b4f12" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-30 16:07.29 ---> using "4db9c823b3333c708dd5eb5ecfeabad7d76c6397e3f7220965831fb792c960cc" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.14.22.4.12025-10-30 16:07.29 ---> using "073fa9dcb716ac78a23e1ef269723b3002d2f61f1cdc56c519d0be5cd2ab2f31" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-30 16:07.29 ---> using "88f0ef42fc0352811aa4593507a82ab5f3e2e266d4af9769949fa0bbed8a3c6e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u"))f736a66f83 Merge pull request #28602 from dbuenzli/cmdliner-incompat<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[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.3.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)2025-10-30 16:07.29 ---> using "f845b28473bf6067f73e8bb2701d227981a3256825dcc73f4db6b893f0d25539" from cache/src: (copy (src awa.opam awa-mirage.opam) (dst ./))2025-10-30 16:07.29 ---> saved as "e5924b2d23af597f3038f6c5787133b9c36351abb5f7c7f46a6fa690ab7bd8ce"/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-30 16:07.33 ---> saved as "6555c5af431f492471d18c3ed6c24a8b6b3c0bd66ac606df7f731abb2670aa88"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-30 16:07.33 ---> saved as "0a0dab35fb6ee0f1c12674bed47d7723bd1f9e7a38f95fdd8c6e4b7435aa37de"/src: (env DEPS "asn1-combinators.0.3.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.3.0 bigarray-compat.1.0.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 cppo.1.6.1 cstruct.6.0.1 cstruct-unix.6.0.1 digestif.1.3.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 eqaf.0.8 fmt.0.8.8 gmap.0.3.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 kdf.1.0.0 logs.0.7.0 lwt.5.4.0 macaddr.5.6.0 mirage-crypto.1.2.0 mirage-crypto-ec.1.2.0 mirage-crypto-pk.1.2.0 mirage-crypto-rng.1.2.0 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-sleep.4.0.0 mmap.1.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.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ptime.1.2.0 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 x509.1.0.6 zarith.1.13")/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"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [68.2 kB]- Fetched 159 kB in 0s (1241 kB/s)- Reading package lists...-<><> 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.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:libgmp-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"- Selecting previously unselected package libgmpxx4ldbl:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20622 files and directories currently installed.)- Preparing to unpack .../libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Processing triggers for libc-bin (2.41-12) ...2025-10-30 16:07.49 ---> saved as "8e3ba53a31d53a0b6b7a2162dc3c4c9a2f6069d769890c74d9e0eea5aa06cca4"/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 46 packages- install asn1-combinators 0.3.1- install astring 0.8.5- install base-bytes base- install base64 3.3.0- install bigarray-compat 1.0.0- install cmdliner 1.3.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install cppo 1.6.1- install cstruct 6.0.1- install cstruct-unix 6.0.1- install digestif 1.3.0- install domain-name 0.3.0- install dune 2.9.3- install dune-configurator 2.5.1- install dune-private-libs 2.5.1- install duration 0.2.1- install eqaf 0.8- install fmt 0.8.8- install gmap 0.3.0- install ipaddr 5.6.0- install jbuilder 1.0+beta20.1 (deprecated)- install kdf 1.0.0- install logs 0.7.0- install lwt 5.4.0- install macaddr 5.6.0- install mirage-crypto 1.2.0- install mirage-crypto-ec 1.2.0- install mirage-crypto-pk 1.2.0- install mirage-crypto-rng 1.2.0- install mirage-flow 5.0.0- install mirage-mtime 5.0.0- install mirage-sleep 4.0.0- install mmap 1.1.0- install mtime 2.1.0- install ocamlbuild 0.14.0- install ocamlfind 1.9.1- install ocplib-endian 1.0- install ohex 0.2.0- install ptime 1.2.0- install result 1.5- install seq 0.3- install stdlib-shims 0.1.0- install topkg 1.0.8- install x509 1.0.6- install zarith 1.13<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved asn1-combinators.0.3.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.3.0 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved bigarray-compat.1.0.0 (cached)-> retrieved cppo.1.6.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> installed conf-gmp.5-> retrieved cstruct.6.0.1, cstruct-unix.6.0.1 (cached)-> retrieved domain-name.0.3.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved dune.2.9.3 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.8 (cached)-> retrieved fmt.0.8.8 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved lwt.5.4.0 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved mirage-crypto.1.2.0, mirage-crypto-ec.1.2.0, mirage-crypto-pk.1.2.0, mirage-crypto-rng.1.2.0 (cached)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-mtime.5.0.0 (cached)-> retrieved mirage-sleep.4.0.0 (cached)-> retrieved mmap.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> installed cmdliner.1.3.0-> retrieved ocamlfind.1.9.1 (cached)-> retrieved ocplib-endian.1.0 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved zarith.1.13 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved x509.1.0.6 (cached)-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed zarith.1.13-> installed jbuilder.1.0+beta20.1-> installed cppo.1.6.1-> installed topkg.1.0.8-> installed dune.2.9.3-> installed bigarray-compat.1.0.0-> installed duration.0.2.1-> installed gmap.0.3.0-> installed macaddr.5.6.0-> installed mmap.1.1.0-> installed ohex.0.2.0-> installed result.1.5-> installed seq.0.3-> installed stdlib-shims.0.1.0-> installed cstruct.6.0.1-> installed cstruct-unix.6.0.1-> installed mtime.2.1.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed mirage-mtime.5.0.0-> installed eqaf.0.8-> installed fmt.0.8.8-> installed asn1-combinators.0.3.1-> installed domain-name.0.3.0-> installed digestif.1.3.0-> installed ipaddr.5.6.0-> installed ocplib-endian.1.0-> installed dune-private-libs.2.5.1-> installed dune-configurator.2.5.1-> installed base64.3.3.0-> installed mirage-crypto.1.2.0-> installed kdf.1.0.0-> installed lwt.5.4.0-> installed mirage-flow.5.0.0-> installed mirage-sleep.4.0.0-> installed logs.0.7.0-> installed mirage-crypto-rng.1.2.0-> installed mirage-crypto-pk.1.2.0-> installed mirage-crypto-ec.1.2.0-> installed x509.1.0.6Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-10-30 16:09.11 ---> saved as "717196327d5ba99b0cc090b111960cffa7c281a4670a2cb075108a9747cc151d"/src: (copy (src .) (dst /src))2025-10-30 16:09.11 ---> saved as "6eaa546fd38c49afbe2badc93b1702ac7f81f63dfca03d75bfbe401aa67dcf80"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))test alias test/runtestTest 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-30 16:09.15 ---> saved as "8846228e52cb5461dbb2fce7182a2f3a080ecab2b87bf71df47941009b5921cc"Job succeeded2025-10-30 16:09.15: Job succeeded