2025-12-09 13:06.56: New job: test robur-coop/albatross https://github.com/robur-coop/albatross.git#refs/heads/main (b4fc73b8e6dfffeac6a68bc11a96cbaaffd586f7) (linux-riscv64:debian-13-5.4_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034Opam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/albatross.git" -b "main" && cd "albatross" && git reset --hard b4fc73b8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034# debian-13-5.4_riscv64_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 e4bdfa6ec85336d4142dbbc3538534d9704fabeb || git fetch origin master) && git reset -q --hard e4bdfa6ec85336d4142dbbc3538534d9704fabeb && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 albatross.opam ./RUN opam pin add -yn albatross.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.3 ca-certs.1.0.1 cachet.0.0.3 checkseum.0.5.2 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-libev.4-13 conf-libnl3.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dns.10.2.3 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 hpack.0.13.0 http-lwt-client.0.3.2 httpaf.0.7.1 httpun-types.0.2.0 ipaddr.5.6.1 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lru.0.3.1 lwt.5.9.2 macaddr.5.6.1 metrics.0.5.0 metrics-influx.0.5.0 metrics-lwt.0.5.0 metrics-rusage.0.5.0 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base solo5-elftool.0.4.0 stdlib-shims.0.3.0 syslog-message.1.2.0 tls.2.0.3 tls-lwt.2.0.3 topkg.1.1.1 uutf.1.0.4 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 albatross.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-12-09 13:06.56: Using cache hint "robur-coop/albatross-ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034-debian-13-5.4_riscv64_opam-2.4-986958c124b651c683332a6be61aa3ae"2025-12-09 13:06.56: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034)(comment debian-13-5.4_riscv64_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 e4bdfa6ec85336d4142dbbc3538534d9704fabeb || git fetch origin master) && git reset -q --hard e4bdfa6ec85336d4142dbbc3538534d9704fabeb && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src albatross.opam) (dst ./))(run (network host)(shell "opam pin add -yn albatross.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.3 ca-certs.1.0.1 cachet.0.0.3 checkseum.0.5.2 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-libev.4-13 conf-libnl3.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dns.10.2.3 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 hpack.0.13.0 http-lwt-client.0.3.2 httpaf.0.7.1 httpun-types.0.2.0 ipaddr.5.6.1 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lru.0.3.1 lwt.5.9.2 macaddr.5.6.1 metrics.0.5.0 metrics-influx.0.5.0 metrics-lwt.0.5.0 metrics-rusage.0.5.0 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base solo5-elftool.0.4.0 stdlib-shims.0.3.0 syslog-message.1.2.0 tls.2.0.3 tls-lwt.2.0.3 topkg.1.1.1 uutf.1.0.4 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 albatross.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-12-09 13:06.56: Waiting for resource in pool OCluster2025-12-09 14:06.43: Waiting for worker…2025-12-10 03:16.51: Got resource from pool OClusterBuilding on riscv-bm-04.sw.ci.devAll commits already cachedHEAD is now at b4fc73b use freebsd-14-3 on cirrus(from ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034' locallydocker.io/ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034: Pulling from ocaml/opamde6b66e2abcf: Pulling fs layerf35273bca222: Pulling fs layerf74d000b97f5: Pulling fs layer39ae9819878d: Pulling fs layerc240f0b435ad: Pulling fs layerf0019f84fb08: Pulling fs layerc2d05d84e811: Pulling fs layer4b649a717bf1: Pulling fs layer80eacd7178f8: Pulling fs layer05c50f7b70c0: Pulling fs layer6a3e93713da8: Pulling fs layer55b8b393ea09: Pulling fs layer61259c231a73: Pulling fs layer624e31741a12: Pulling fs layer6172723a5574: Pulling fs layerb908f9dcd393: Pulling fs layer1fb0936a68d1: Pulling fs layerc4ecdc2faab9: Pulling fs layer2834251ff466: Pulling fs layerf492155260b5: Pulling fs layer4f4fb700ef54: Pulling fs layer212695b63c86: Pulling fs layeraae1bcd99b15: Pulling fs layerfa54c2fcea16: Pulling fs layer683b619cdd5c: Pulling fs layerbe8fff5baf35: Pulling fs layer4396d8f5a53e: Pulling fs layer3d6a01641e6a: Pulling fs layer4ad47d794fea: Pulling fs layer93e8b9864e5a: Pulling fs layerae85395b96e2: Pulling fs layerf2738d9dcddd: Pulling fs layerb908f9dcd393: Waiting1fb0936a68d1: Waitingc4ecdc2faab9: Waiting2834251ff466: Waitingf492155260b5: Waiting4f4fb700ef54: Waiting212695b63c86: Waiting39ae9819878d: Waitingc240f0b435ad: Waitingf0019f84fb08: Waitingc2d05d84e811: Waiting79db15db5590: Pulling fs layer4b649a717bf1: Waiting20c5cef68ce6: Pulling fs layer53419e81a99e: Pulling fs layer2388636e9f4e: Pulling fs layeraae1bcd99b15: Waiting6fd0d96ea4e3: Pulling fs layerfa54c2fcea16: Waitingd9e42c6d0769: Pulling fs layer683b619cdd5c: Waiting98d2cff58fed: Pulling fs layerbe8fff5baf35: Waitingaf6013686118: Pulling fs layer4396d8f5a53e: Waiting1e34a91c5c6e: Pulling fs layer3d6a01641e6a: Waitinga5aa14672648: Pulling fs layer898fba0b521b: Pulling fs layer4ad47d794fea: Waiting93e8b9864e5a: Waitingae85395b96e2: Waitingf27da72027f4: Pulling fs layer96c37047d710: Pulling fs layerf2738d9dcddd: Waiting480bd1a11240: Pulling fs layer79db15db5590: Waiting20c5cef68ce6: Waiting53419e81a99e: Waiting80eacd7178f8: Waiting2388636e9f4e: Waiting05c50f7b70c0: Waiting6fd0d96ea4e3: Waiting6a3e93713da8: Waitingd9e42c6d0769: Waiting98d2cff58fed: Waiting55b8b393ea09: Waitingaf6013686118: Waiting61259c231a73: Waiting1e34a91c5c6e: Waiting96c37047d710: Waiting480bd1a11240: Waitinga5aa14672648: Waiting624e31741a12: Waiting898fba0b521b: Waitingf27da72027f4: Waiting6172723a5574: Waitingf35273bca222: Verifying Checksumf35273bca222: Download completef74d000b97f5: Download completec240f0b435ad: Verifying Checksumc240f0b435ad: Download complete39ae9819878d: Verifying Checksum39ae9819878d: Download completec2d05d84e811: Download completede6b66e2abcf: Verifying Checksumde6b66e2abcf: Download complete4b649a717bf1: Verifying Checksum4b649a717bf1: Download complete80eacd7178f8: Verifying Checksum80eacd7178f8: Download complete05c50f7b70c0: Verifying Checksum05c50f7b70c0: Download complete6a3e93713da8: Verifying Checksum6a3e93713da8: Download complete55b8b393ea09: Verifying Checksum55b8b393ea09: Download complete61259c231a73: Verifying Checksum61259c231a73: Download complete6172723a5574: Verifying Checksum6172723a5574: Download complete624e31741a12: Verifying Checksum624e31741a12: Download completeb908f9dcd393: Verifying Checksumb908f9dcd393: Download complete1fb0936a68d1: Verifying Checksum1fb0936a68d1: Download completec4ecdc2faab9: Verifying Checksumc4ecdc2faab9: Download complete2834251ff466: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef492155260b5: Verifying Checksumf492155260b5: Download complete212695b63c86: Verifying Checksum212695b63c86: Download completeaae1bcd99b15: Verifying Checksumaae1bcd99b15: Download completefa54c2fcea16: Verifying Checksumfa54c2fcea16: Download completebe8fff5baf35: Verifying Checksumbe8fff5baf35: Download complete4396d8f5a53e: Verifying Checksum4396d8f5a53e: Download complete683b619cdd5c: Download complete3d6a01641e6a: Verifying Checksum3d6a01641e6a: Download complete4ad47d794fea: Download complete93e8b9864e5a: Verifying Checksum93e8b9864e5a: Download completeae85395b96e2: Verifying Checksumae85395b96e2: Download completef2738d9dcddd: Verifying Checksumf2738d9dcddd: Download complete79db15db5590: Verifying Checksum79db15db5590: Download complete53419e81a99e: Verifying Checksum53419e81a99e: Download completede6b66e2abcf: Pull completef35273bca222: Pull completef74d000b97f5: Pull complete39ae9819878d: Pull completec240f0b435ad: Pull completef0019f84fb08: Verifying Checksumf0019f84fb08: Download complete6fd0d96ea4e3: Verifying Checksum6fd0d96ea4e3: Download completed9e42c6d0769: Verifying Checksumd9e42c6d0769: Download complete98d2cff58fed: Verifying Checksum98d2cff58fed: Download completeaf6013686118: Verifying Checksumaf6013686118: Download complete1e34a91c5c6e: Verifying Checksum1e34a91c5c6e: Download completea5aa14672648: Verifying Checksuma5aa14672648: Download complete20c5cef68ce6: Verifying Checksum20c5cef68ce6: Download completef27da72027f4: Verifying Checksumf27da72027f4: Download complete2388636e9f4e: Download complete480bd1a11240: Verifying Checksum480bd1a11240: Download complete96c37047d710: Verifying Checksum96c37047d710: Download complete898fba0b521b: Download completef0019f84fb08: Pull completec2d05d84e811: Pull complete4b649a717bf1: Pull complete80eacd7178f8: Pull complete05c50f7b70c0: Pull complete6a3e93713da8: Pull complete55b8b393ea09: Pull complete61259c231a73: Pull complete624e31741a12: Pull complete6172723a5574: Pull completeb908f9dcd393: Pull complete1fb0936a68d1: Pull completec4ecdc2faab9: Pull complete2834251ff466: Pull completef492155260b5: Pull complete4f4fb700ef54: Pull complete212695b63c86: Pull completeaae1bcd99b15: Pull completefa54c2fcea16: Pull complete683b619cdd5c: Pull completebe8fff5baf35: Pull complete4396d8f5a53e: Pull complete3d6a01641e6a: Pull complete4ad47d794fea: Pull complete93e8b9864e5a: Pull completeae85395b96e2: Pull completef2738d9dcddd: Pull complete79db15db5590: Pull complete20c5cef68ce6: Pull complete53419e81a99e: Pull complete2388636e9f4e: Pull complete6fd0d96ea4e3: Pull completed9e42c6d0769: Pull complete98d2cff58fed: Pull completeaf6013686118: Pull complete1e34a91c5c6e: Pull completea5aa14672648: Pull complete898fba0b521b: Pull completef27da72027f4: Pull complete96c37047d710: Pull complete480bd1a11240: Pull completeDigest: sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b034Status: Downloaded newer image for ocaml/opam@sha256:4a3dd02c321b17bcf86b4ee17d1fa6dff0372acc744acb7f2e566ae76830b0342025-12-10 03:16.52 ---> using "b3c32880e9ace52a7f4c58eee61fac3a9ea28b412d48e692a82bf58097974dbe" from cache/: (comment debian-13-5.4_riscv64_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-12-10 03:16.52 ---> using "b479e469dc271ac606d983a11d18c71f6b4dd8abdd638124eec50fb33e361894" 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-12-10 03:16.52 ---> using "4e329e405b86c4ea5ab800bbb8aa0f489256f018a0d253e70ec77537a2b6c9ed" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.02.4.12025-12-10 03:16.52 ---> using "6481f117732503e6ed4a0b47c83e4afd65373aa7057383ea8a37455f568968e2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-10 03:16.52 ---> using "316cfce25934696500e7734e5969f380c14e08df7819f13d6c05dc1255d9ee4b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e4bdfa6ec85336d4142dbbc3538534d9704fabeb || git fetch origin master) && git reset -q --hard e4bdfa6ec85336d4142dbbc3538534d9704fabeb && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD2ec6d6cc92..13c1962c23 master -> origin/mastere4bdfa6ec8 Merge pull request #29045 from dkalinichenko-js/janestreet-package-maintanence-intent<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-10 03:16.52 ---> using "0921430189c435038b7e54c34e1a6a95cf2fb999aa23183af5316d607b06f082" from cache/src: (copy (src albatross.opam) (dst ./))2025-12-10 03:16.52 ---> using "d1c2c32c101d427e4b0e6860d83c9d1a6c51ebc7a759d7ec3f9a1ba5b4bf88e2" from cache/src: (run (network host)(shell "opam pin add -yn albatross.dev './'"))[albatross.dev] synchronised (file:///src)albatross is now pinned to file:///src (version dev)2025-12-10 03:16.52 ---> using "b07a6e4c04841a2bbd2764d76ad5b99cdcc7a22c498b08d8ccf836b351b687bc" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-10 03:16.52 ---> using "3600e17667a191f4d1f33e2b20934170e7ead18e196aa5d7e1627f856e6d795f" from cache/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.3 ca-certs.1.0.1 cachet.0.0.3 checkseum.0.5.2 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-libev.4-13 conf-libnl3.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dns.10.2.3 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 hpack.0.13.0 http-lwt-client.0.3.2 httpaf.0.7.1 httpun-types.0.2.0 ipaddr.5.6.1 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lru.0.3.1 lwt.5.9.2 macaddr.5.6.1 metrics.0.5.0 metrics-influx.0.5.0 metrics-lwt.0.5.0 metrics-rusage.0.5.0 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.14.0 result.1.5 rresult.0.7.0 seq.base solo5-elftool.0.4.0 stdlib-shims.0.3.0 syslog-message.1.2.0 tls.2.0.3 tls-lwt.2.0.3 topkg.1.1.1 uutf.1.0.4 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 albatross.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 riscv64 Packages [74.1 kB]- Fetched 165 kB in 0s (364 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[albatross.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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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:libev-dev libgmp-dev libnl-3-dev libnl-route-3-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libev-dev" "libgmp-dev" "libnl-3-dev" "libnl-route-3-dev" "pkg-config"- Selecting previously unselected package libev4t64:riscv64.- (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 ... 20731 files and directories currently installed.)- Preparing to unpack .../00-libev4t64_1%3a4.33-2.1+b1_riscv64.deb ...- Unpacking libev4t64:riscv64 (1:4.33-2.1+b1) ...- Selecting previously unselected package libev-dev:riscv64.- Preparing to unpack .../01-libev-dev_1%3a4.33-2.1+b1_riscv64.deb ...- Unpacking libev-dev:riscv64 (1:4.33-2.1+b1) ...- Selecting previously unselected package libgmpxx4ldbl:riscv64.- Preparing to unpack .../02-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_riscv64.deb ...- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:riscv64.- Preparing to unpack .../03-libgmp-dev_2%3a6.3.0+dfsg-3_riscv64.deb ...- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libnl-3-200:riscv64.- Preparing to unpack .../04-libnl-3-200_3.7.0-2_riscv64.deb ...- Unpacking libnl-3-200:riscv64 (3.7.0-2) ...- Selecting previously unselected package libnl-3-dev:riscv64.- Preparing to unpack .../05-libnl-3-dev_3.7.0-2_riscv64.deb ...- Unpacking libnl-3-dev:riscv64 (3.7.0-2) ...- Selecting previously unselected package libnl-route-3-200:riscv64.- Preparing to unpack .../06-libnl-route-3-200_3.7.0-2_riscv64.deb ...- Unpacking libnl-route-3-200:riscv64 (3.7.0-2) ...- Selecting previously unselected package libnl-route-3-dev:riscv64.- Preparing to unpack .../07-libnl-route-3-dev_3.7.0-2_riscv64.deb ...- Unpacking libnl-route-3-dev:riscv64 (3.7.0-2) ...- Selecting previously unselected package libpkgconf3:riscv64.- Preparing to unpack .../08-libpkgconf3_1.8.1-4_riscv64.deb ...- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../09-pkgconf-bin_1.8.1-4_riscv64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:riscv64.- Preparing to unpack .../10-pkgconf_1.8.1-4_riscv64.deb ...- Unpacking pkgconf:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:riscv64.- Preparing to unpack .../11-pkg-config_1.8.1-4_riscv64.deb ...- Unpacking pkg-config:riscv64 (1.8.1-4) ...- Setting up libev4t64:riscv64 (1:4.33-2.1+b1) ...- Setting up libpkgconf3:riscv64 (1.8.1-4) ...- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libnl-3-200:riscv64 (3.7.0-2) ...- Setting up libev-dev:riscv64 (1:4.33-2.1+b1) ...- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf:riscv64 (1.8.1-4) ...- Setting up libnl-route-3-200:riscv64 (3.7.0-2) ...- Setting up pkg-config:riscv64 (1.8.1-4) ...- Setting up libnl-3-dev:riscv64 (3.7.0-2) ...- Setting up libnl-route-3-dev:riscv64 (3.7.0-2) ...- Processing triggers for libc-bin (2.41-12) ...2025-12-10 03:16.52 ---> using "854463aa4ebc3523d629537b03e5250d72d40e0db972a7126218fbc29280cad9" from cache/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 78 packages- install alcotest 1.9.1- install angstrom 0.16.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.2.1- install bstr 0.0.3- install ca-certs 1.0.1- install cachet 0.0.3- install checkseum 0.5.2- install cmdliner 2.1.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-libev 4-13- install conf-libnl3 1- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install decompress 1.5.3- install digestif 1.3.0- install dns 10.2.3- install domain-name 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install eqaf 0.10- install faraday 0.8.2- install faraday-lwt 0.8.2- install faraday-lwt-unix 0.8.2- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install h2 0.13.0- install happy-eyeballs 2.0.1- install happy-eyeballs-lwt 2.0.1- install hpack 0.13.0- install http-lwt-client 0.3.2- install httpaf 0.7.1- install httpun-types 0.2.0- install ipaddr 5.6.1- install kdf 1.0.0- install logs 0.10.0- install logs-syslog 0.5.0- install lru 0.3.1- install lwt 5.9.2- install macaddr 5.6.1- install metrics 0.5.0- install metrics-influx 0.5.0- install metrics-lwt 0.5.0- install metrics-rusage 0.5.0- install mirage-crypto 2.0.2- install mirage-crypto-ec 2.0.2- install mirage-crypto-pk 2.0.2- install mirage-crypto-rng 2.0.2- install mtime 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install optint 0.3.0- install psq 0.2.1- install ptime 1.2.0- install re 1.14.0- install result 1.5- install rresult 0.7.0- install seq base- install solo5-elftool 0.4.0- install stdlib-shims 0.3.0- install syslog-message 1.2.0- install tls 2.0.3- install tls-lwt 2.0.3- install topkg 1.1.1- install uutf 1.0.4- install x509 1.0.6- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved bstr.0.0.3 (cached)-> retrieved ca-certs.1.0.1 (cached)-> retrieved cachet.0.0.3 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved conf-libev.4-13 (cached)-> retrieved checkseum.0.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)-> installed conf-gmp-powm-sec.4-> installed conf-libnl3.1-> retrieved dns.10.2.3 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved h2.0.13.0, hpack.0.13.0 (cached)-> retrieved digestif.1.3.0 (cached)-> installed conf-libev.4-13-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-lwt.2.0.1 (cached)-> retrieved http-lwt-client.0.3.2 (cached)-> retrieved httpaf.0.7.1 (cached)-> retrieved httpun-types.0.2.0 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved logs-syslog.0.5.0 (cached)-> retrieved lru.0.3.1 (cached)-> retrieved metrics.0.5.0, metrics-influx.0.5.0, metrics-lwt.0.5.0, metrics-rusage.0.5.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (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 ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed cmdliner.2.1.0-> retrieved result.1.5 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved solo5-elftool.0.4.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved syslog-message.1.2.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tls.2.0.3, tls-lwt.2.0.3 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed seq.base-> installed zarith.1.14-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed mtime.2.1.0-> installed ptime.1.2.0-> installed fpath.0.7.3-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed dune.3.20.2-> installed base64.3.5.2-> installed bstr.0.0.3-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed cachet.0.0.3-> installed cppo.1.8.0-> installed domain-name.0.5.0-> installed duration.0.2.1-> installed gmap.0.3.0-> installed eqaf.0.10-> installed macaddr.5.6.1-> installed metrics.0.5.0-> installed ipaddr.5.6.1-> installed dune-configurator.3.20.2-> installed ocplib-endian.1.2-> installed bigstringaf.0.10.0-> installed ocaml-syntax-shims.1.0.0-> installed digestif.1.3.0-> installed faraday.0.8.2-> installed angstrom.0.16.1-> installed httpun-types.0.2.0-> installed hpack.0.13.0-> installed ohex.0.2.0-> installed optint.0.3.0-> installed psq.0.2.1-> installed mirage-crypto.2.0.2-> installed checkseum.0.5.2-> installed h2.0.13.0-> installed kdf.1.0.0-> installed lru.0.3.1-> installed lwt.5.9.2-> installed result.1.5-> installed faraday-lwt.0.8.2-> installed decompress.1.5.3-> installed faraday-lwt-unix.0.8.2-> installed httpaf.0.7.1-> installed re.1.14.0-> installed metrics-influx.0.5.0-> installed stdlib-shims.0.3.0-> installed syslog-message.1.2.0-> installed solo5-elftool.0.4.0-> installed logs.0.10.0-> installed alcotest.1.9.1-> installed happy-eyeballs.2.0.1-> installed metrics-lwt.0.5.0-> installed metrics-rusage.0.5.0-> installed dns.10.2.3-> installed bos.0.2.1-> installed mirage-crypto-rng.2.0.2-> installed happy-eyeballs-lwt.2.0.1-> installed mirage-crypto-pk.2.0.2-> installed mirage-crypto-ec.2.0.2-> installed x509.1.0.6-> installed ca-certs.1.0.1-> installed tls.2.0.3-> installed tls-lwt.2.0.3-> installed logs-syslog.0.5.0-> installed http-lwt-client.0.3.2Done.# To update the current shell environment, run: eval $(opam env)2025-12-10 03:16.52 ---> using "c9a40afdbbfff8c264e9c0feb1b24f99b3f70d768a7148a74c9c9fe4386c4496" from cache/src: (copy (src .) (dst /src))2025-12-10 03:16.53 ---> saved as "c69cc8dd5a19e74fc2cb157ac4ac403045369b8f23c05bf5c3cbbe7bf326aad2"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/.albatross_unix.objs/byte -I /home/opam/.opam/5.4/lib/asn1-combinators -I /home/opam/.opam/5.4/lib/astring -I /home/opam/.opam/5.4/lib/bigstringaf -I /home/opam/.opam/5.4/lib/bos -I /home/opam/.opam/5.4/lib/bstr -I /home/opam/.opam/5.4/lib/bytes -I /home/opam/.opam/5.4/lib/cachet -I /home/opam/.opam/5.4/lib/checkseum -I /home/opam/.opam/5.4/lib/decompress/de -I /home/opam/.opam/5.4/lib/decompress/zl -I /home/opam/.opam/5.4/lib/digestif -I /home/opam/.opam/5.4/lib/domain-name -I /home/opam/.opam/5.4/lib/duration -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/fpath -I /home/opam/.opam/5.4/lib/ipaddr -I /home/opam/.opam/5.4/lib/ipaddr/unix -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/macaddr -I /home/opam/.opam/5.4/lib/metrics -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.4/lib/ohex -I /home/opam/.opam/5.4/lib/optint -I /home/opam/.opam/5.4/lib/ptime -I /home/opam/.opam/5.4/lib/ptime/clock -I /home/opam/.opam/5.4/lib/rresult -I /home/opam/.opam/5.4/lib/solo5-elftool -I src/.albatross.objs/byte -cmi-file src/.albatross_unix.objs/byte/vmm_unix.cmi -no-alias-deps -opaque -o src/.albatross_unix.objs/byte/vmm_unix.cmo -c -impl src/vmm_unix.ml)File "src/vmm_unix.ml", line 204, characters 28-44:204 | (Cachet.Bstr.empty :> Cachet.bigstring)^^^^^^^^^^^^^^^^Error: Unbound type constructor Cachet.bigstring(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.albatross_unix.objs/byte -I src/.albatross_unix.objs/native -I /home/opam/.opam/5.4/lib/asn1-combinators -I /home/opam/.opam/5.4/lib/astring -I /home/opam/.opam/5.4/lib/bigstringaf -I /home/opam/.opam/5.4/lib/bos -I /home/opam/.opam/5.4/lib/bstr -I /home/opam/.opam/5.4/lib/bytes -I /home/opam/.opam/5.4/lib/cachet -I /home/opam/.opam/5.4/lib/checkseum -I /home/opam/.opam/5.4/lib/decompress/de -I /home/opam/.opam/5.4/lib/decompress/zl -I /home/opam/.opam/5.4/lib/digestif -I /home/opam/.opam/5.4/lib/domain-name -I /home/opam/.opam/5.4/lib/duration -I /home/opam/.opam/5.4/lib/eqaf -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/fpath -I /home/opam/.opam/5.4/lib/ipaddr -I /home/opam/.opam/5.4/lib/ipaddr/unix -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/macaddr -I /home/opam/.opam/5.4/lib/metrics -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.4/lib/ohex -I /home/opam/.opam/5.4/lib/optint -I /home/opam/.opam/5.4/lib/ptime -I /home/opam/.opam/5.4/lib/ptime/clock -I /home/opam/.opam/5.4/lib/rresult -I /home/opam/.opam/5.4/lib/solo5-elftool -I src/.albatross.objs/byte -I src/.albatross.objs/native -cmi-file src/.albatross_unix.objs/byte/vmm_unix.cmi -no-alias-deps -opaque -o src/.albatross_unix.objs/native/vmm_unix.cmx -c -impl src/vmm_unix.ml)File "src/vmm_unix.ml", line 204, characters 28-44:204 | (Cachet.Bstr.empty :> Cachet.bigstring)^^^^^^^^^^^^^^^^Error: Unbound type constructor Cachet.bigstring(cd _build/default/test && ./tests.exe)Testing `Basic tests'.This run has ID `X9N0TPM9'.[OK] Name 0 root is root.[OK] Name 1 foo:bar: is a good path.[OK] Name 2 foo:bar is a good name.[OK] Name 3 foo:bar:my-unikernel.hello is a good n...[OK] Name 4 path append is ok.[OK] Name 5 drop prefix is ok.[OK] Name 6 drop path is ok.[OK] Trie 0 empty trie is empty.[OK] Trie 1 trie with one element works.[OK] Trie 2 flat trie with multiple elements work.[OK] Trie 3 nested trie work.[OK] Trie 4 nested trie work 2.[OK] Trie 5 collect nested.[OK] Resources 0 empty resources is empty, everything a...[OK] Resources 1 policy is respected when checking unik...[OK] Resources 2 policy is respected when checking block.[OK] Resources 3 policy is respected when checking sub-...[OK] Resources 4 policy is respected when checking supe...[OK] Resources 5 policy can be overwritten.[OK] Resources 6 block insertion and removal.[OK] Resources 7 policy removal.[OK] Resources 8 unikernel insertion and removal.[OK] Resources 9 unikernel with block.[OK] Command 0 console subscribe foo version 5.[OK] Command 1 console subscribe foo.bar version 5.[OK] Command 2 bistro console subscribe foo version 5.[OK] Command 3 bistro console subscribe foo.bar versi...[OK] Command 4 bistro console subscribe arc:foo.bar v...[OK] Wire 0 Wire version 4, unikernel version 3.[OK] Wire 1 Wire version 4, unikernel version 2.[OK] Wire 2 Wire version 4, unikernel version 1.[OK] Wire 3 Wire version 5, unikernel version 3.[OK] Wire 4 Wire version 5, unikernel version 2.[OK] Wire 5 Wire version 5, unikernel version 1.[OK] Wire 6 Wire version 5, unikernel version 3, p...[OK] Wire 7 Wire version 5, unikernel version 2, p...[OK] Wire 8 Wire version 5, unikernel version 1, p...[OK] Wire 9 Wire version 5, unikernel version 3, w...Full test results in `/src/_build/default/test/_build/_tests/Basic tests'.Test Successful in 0.026s. 38 tests run."/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-12-10 03:17.10: Job failed: Failed: Build failed