2026-01-26 10:20.13: New job: test robur-coop/albatross https://github.com/robur-coop/albatross.git#refs/heads/other-vm-types (e50fdcdb08e2a5790a5c69ae29f4923f49e2e78d) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b Opam project build To reproduce locally: git clone --recursive "https://github.com/robur-coop/albatross.git" -b "other-vm-types" && cd "albatross" && git reset --hard e50fdcdb cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b # ubuntu-22.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 31c3ce4c9b0cb8d8a4d168be305761eb20433c38 || git fetch origin master) && git reset -q --hard 31c3ce4c9b0cb8d8a4d168be305761eb20433c38 && git log --no-decorate -n1 --oneline && opam update -u COPY --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-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.4 ca-certs.1.0.1 cachet.0.0.4 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.21.0 dune-configurator.3.21.0 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.6.0.0 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.5 --depext-only -y albatross.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-01-26 10:20.13: Using cache hint "robur-coop/albatross-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b-ubuntu-22.04-4.14_opam-2.5-c905816f890a6acb89ddbea1bb5e1f9c" 2026-01-26 10:20.13: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b) (comment ubuntu-22.04-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 (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 31c3ce4c9b0cb8d8a4d168be305761eb20433c38 || git fetch origin master) && git reset -q --hard 31c3ce4c9b0cb8d8a4d168be305761eb20433c38 && 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-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.4 ca-certs.1.0.1 cachet.0.0.4 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.21.0 dune-configurator.3.21.0 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.6.0.0 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.5 --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")) ) 2026-01-26 10:20.13: Waiting for resource in pool OCluster 2026-01-26 10:20.14: Waiting for worker… 2026-01-26 10:20.14: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at e50fdcd in albatross_daemon, do a Random.self_init (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b' locally docker.io/ocaml/opam@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b: Pulling from ocaml/opam 7e49dc6156b0: Already exists d4e25bc4e54e: Pulling fs layer a2f0d7f6c7a2: Pulling fs layer e9295d1ac3bc: Pulling fs layer 48c87b1c7333: Pulling fs layer da6709a7d994: Pulling fs layer f4bdd0682581: Pulling fs layer 48c87b1c7333: Waiting fdd283dd5a04: Pulling fs layer 58e1793fb243: Pulling fs layer f4bdd0682581: Waiting 77ec02af2c49: Pulling fs layer fdd283dd5a04: Waiting 58e1793fb243: Waiting d98cd9755506: Pulling fs layer dc8614d28602: Pulling fs layer 77ec02af2c49: Waiting d98cd9755506: Waiting 0772aa035f0f: Pulling fs layer dc8614d28602: Waiting 89fd84f5b086: Pulling fs layer a82872a7c2c5: Pulling fs layer be0daa8cb4c5: Pulling fs layer a82872a7c2c5: Waiting 0564ca0741f1: Pulling fs layer be0daa8cb4c5: Waiting 4f4fb700ef54: Pulling fs layer 89ad18ffaf37: Pulling fs layer 47d9a6f0fd74: Pulling fs layer 4f4fb700ef54: Waiting 702f403fd691: Pulling fs layer 47d9a6f0fd74: Waiting 2ebe2d64d0a6: Pulling fs layer 4cab782a5dac: Pulling fs layer 5281573baee7: Pulling fs layer 4cab782a5dac: Waiting fe8da0bd13e1: Pulling fs layer 2ebe2d64d0a6: Waiting 17da0d9119d3: Pulling fs layer f209b87d9a21: Pulling fs layer fe8da0bd13e1: Waiting 8af345427948: Pulling fs layer e70f51ae47c8: Pulling fs layer 17da0d9119d3: Waiting f209b87d9a21: Waiting 3dcb78ac65ef: Pulling fs layer ce307cfab940: Pulling fs layer ffb7aa02dfd1: Pulling fs layer 8af345427948: Waiting 3dcb78ac65ef: Waiting 79f572c137cf: Pulling fs layer ce307cfab940: Waiting 6a9f73cee81e: Pulling fs layer ffb7aa02dfd1: Waiting 79f572c137cf: Waiting d357c931e45e: Pulling fs layer a17937b255c7: Pulling fs layer 6a9f73cee81e: Waiting 903ee3defa85: Pulling fs layer d357c931e45e: Waiting 33d1aed44e28: Pulling fs layer a17937b255c7: Waiting 424cf3ca0d8a: Pulling fs layer 327a58b1b5a8: Pulling fs layer edcecd8da58f: Pulling fs layer 33d1aed44e28: Waiting e7abd33fd6aa: Pulling fs layer 424cf3ca0d8a: Waiting 327a58b1b5a8: Waiting edcecd8da58f: Waiting 4c86d7be6862: Pulling fs layer e7abd33fd6aa: Waiting 4c86d7be6862: Waiting d4e25bc4e54e: Download complete a2f0d7f6c7a2: Verifying Checksum a2f0d7f6c7a2: Download complete d4e25bc4e54e: Pull complete a2f0d7f6c7a2: Pull complete 48c87b1c7333: Verifying Checksum 48c87b1c7333: Download complete f4bdd0682581: Verifying Checksum f4bdd0682581: Download complete e9295d1ac3bc: Verifying Checksum e9295d1ac3bc: Download complete fdd283dd5a04: Verifying Checksum fdd283dd5a04: Download complete 77ec02af2c49: Verifying Checksum 77ec02af2c49: Download complete 58e1793fb243: Verifying Checksum 58e1793fb243: Download complete dc8614d28602: Verifying Checksum dc8614d28602: Download complete d98cd9755506: Verifying Checksum d98cd9755506: Download complete 89fd84f5b086: Verifying Checksum 89fd84f5b086: Download complete 0772aa035f0f: Verifying Checksum 0772aa035f0f: Download complete e9295d1ac3bc: Pull complete 48c87b1c7333: Pull complete a82872a7c2c5: Verifying Checksum a82872a7c2c5: Download complete be0daa8cb4c5: Verifying Checksum be0daa8cb4c5: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 0564ca0741f1: Verifying Checksum 0564ca0741f1: Download complete 89ad18ffaf37: Download complete da6709a7d994: Verifying Checksum da6709a7d994: Download complete 47d9a6f0fd74: Verifying Checksum 47d9a6f0fd74: Download complete 2ebe2d64d0a6: Download complete 702f403fd691: Verifying Checksum 702f403fd691: Download complete 4cab782a5dac: Verifying Checksum 4cab782a5dac: Download complete 5281573baee7: Verifying Checksum 5281573baee7: Download complete fe8da0bd13e1: Verifying Checksum fe8da0bd13e1: Download complete 8af345427948: Verifying Checksum 8af345427948: Download complete f209b87d9a21: Verifying Checksum f209b87d9a21: Download complete 17da0d9119d3: Verifying Checksum 17da0d9119d3: Download complete 3dcb78ac65ef: Verifying Checksum 3dcb78ac65ef: Download complete ce307cfab940: Download complete e70f51ae47c8: Verifying Checksum e70f51ae47c8: Download complete ffb7aa02dfd1: Verifying Checksum ffb7aa02dfd1: Download complete 79f572c137cf: Verifying Checksum 79f572c137cf: Download complete d357c931e45e: Verifying Checksum d357c931e45e: Download complete 903ee3defa85: Verifying Checksum 903ee3defa85: Download complete 33d1aed44e28: Verifying Checksum 33d1aed44e28: Download complete 424cf3ca0d8a: Download complete a17937b255c7: Verifying Checksum a17937b255c7: Download complete edcecd8da58f: Download complete da6709a7d994: Pull complete f4bdd0682581: Pull complete e7abd33fd6aa: Download complete fdd283dd5a04: Pull complete 4c86d7be6862: Verifying Checksum 4c86d7be6862: Download complete 58e1793fb243: Pull complete 77ec02af2c49: Pull complete 327a58b1b5a8: Verifying Checksum 327a58b1b5a8: Download complete d98cd9755506: Pull complete dc8614d28602: Pull complete 0772aa035f0f: Pull complete 89fd84f5b086: Pull complete a82872a7c2c5: Pull complete be0daa8cb4c5: Pull complete 0564ca0741f1: Pull complete 4f4fb700ef54: Pull complete 89ad18ffaf37: Pull complete 47d9a6f0fd74: Pull complete 702f403fd691: Pull complete 2ebe2d64d0a6: Pull complete 4cab782a5dac: Pull complete 5281573baee7: Pull complete fe8da0bd13e1: Pull complete 17da0d9119d3: Pull complete f209b87d9a21: Pull complete 8af345427948: Pull complete e70f51ae47c8: Pull complete 3dcb78ac65ef: Pull complete ce307cfab940: Pull complete ffb7aa02dfd1: Pull complete 79f572c137cf: Pull complete 6a9f73cee81e: Verifying Checksum 6a9f73cee81e: Download complete 6a9f73cee81e: Pull complete d357c931e45e: Pull complete a17937b255c7: Pull complete 903ee3defa85: Pull complete 33d1aed44e28: Pull complete 424cf3ca0d8a: Pull complete 327a58b1b5a8: Pull complete edcecd8da58f: Pull complete e7abd33fd6aa: Pull complete 4c86d7be6862: Pull complete Digest: sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b Status: Downloaded newer image for ocaml/opam@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b 2026-01-26 10:20.16 ---> using "e3241aa53d8aad4718fa2f2ab81b104356db8836803d01e9d8dc6f8cfc7a6d78" from cache /: (comment ubuntu-22.04-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-01-26 10:20.16 ---> using "a8302cfb54c076400f781dc5021df0a0e4796a1520c087a458293c3b6f782955" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-26 10:20.16 ---> using "69ce5a7b0aae10903a94d154c9c9061aacb5e428d43054ead80cd5f2e1350273" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-26 10:20.16 ---> using "10f3a93aa039492984e7257be6ea61a365ea2989d1b36da493512eac89e222d0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-26 10:20.16 ---> using "b1f56d56e57df39bc243dbe95d179c554820497e2fc2dc8d4e4a9ba1bd94aa03" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 31c3ce4c9b0cb8d8a4d168be305761eb20433c38 || git fetch origin master) && git reset -q --hard 31c3ce4c9b0cb8d8a4d168be305761eb20433c38 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 235b964523..f9f7db30fd master -> origin/master 31c3ce4c9b Merge pull request #29254 from dinosaure/release-bstr-v0.0.4 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.4.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) 2026-01-26 10:20.16 ---> using "30682397de017913401a09e7a2ab317a13e2990a62e440d0cdc9fec31d73a6cc" from cache /src: (copy (src albatross.opam) (dst ./)) 2026-01-26 10:20.16 ---> using "94c2eeb4d21e857d8fecc1d1db823a989f91f8a4123dcbc83e86750f251666dd" 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) 2026-01-26 10:20.16 ---> using "43211c9111552d22d65e73890b3397602152204d2f814836ee91127e560b9090" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-26 10:20.16 ---> using "5a40c632287617975f006d449db35d6b458460d2f97d384e6e79d28f02599c45" 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-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.4 ca-certs.1.0.1 cachet.0.0.4 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.21.0 dune-configurator.3.21.0 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.6.0.0 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.5 --depext-only -y albatross.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:2 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [61.5 kB] - Get:3 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3640 kB] - Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1293 kB] - Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1604 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.7 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6486 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3971 kB] - Fetched 17.5 MB in 1s (13.2 MB/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 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: 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" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0: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 ... 15645 files and directories currently installed.) - Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu2.8_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.8) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../01-libglib2.0-data_2.72.4-0ubuntu2.8_all.deb ... - Unpacking libglib2.0-data (2.72.4-0ubuntu2.8) ... - Selecting previously unselected package libicu70:amd64. - Preparing to unpack .../02-libicu70_70.1-2_amd64.deb ... - Unpacking libicu70:amd64 (70.1-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../03-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../04-shared-mime-info_2.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../05-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2ubuntu4) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../06-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../07-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... - Selecting previously unselected package libnl-3-200:amd64. - Preparing to unpack .../08-libnl-3-200_3.5.0-0.1_amd64.deb ... - Unpacking libnl-3-200:amd64 (3.5.0-0.1) ... - Selecting previously unselected package libnl-3-dev:amd64. - Preparing to unpack .../09-libnl-3-dev_3.5.0-0.1_amd64.deb ... - Unpacking libnl-3-dev:amd64 (3.5.0-0.1) ... - Selecting previously unselected package libnl-route-3-200:amd64. - Preparing to unpack .../10-libnl-route-3-200_3.5.0-0.1_amd64.deb ... - Unpacking libnl-route-3-200:amd64 (3.5.0-0.1) ... - Selecting previously unselected package libnl-route-3-dev:amd64. - Preparing to unpack .../11-libnl-route-3-dev_3.5.0-0.1_amd64.deb ... - Unpacking libnl-route-3-dev:amd64 (3.5.0-0.1) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../12-pkg-config_0.29.2-1ubuntu3_amd64.deb ... - Unpacking pkg-config (0.29.2-1ubuntu3) ... - Selecting previously unselected package libev4:amd64. - Preparing to unpack .../13-libev4_1%3a4.33-1_amd64.deb ... - Unpacking libev4:amd64 (1:4.33-1) ... - Selecting previously unselected package libev-dev:amd64. - Preparing to unpack .../14-libev-dev_1%3a4.33-1_amd64.deb ... - Unpacking libev-dev:amd64 (1:4.33-1) ... - Setting up xdg-user-dirs (0.17-2ubuntu4) ... - Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.8) ... - No schema files found: doing nothing. - Setting up libev4:amd64 (1:4.33-1) ... - Setting up libglib2.0-data (2.72.4-0ubuntu2.8) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ... - Setting up pkg-config (0.29.2-1ubuntu3) ... - Setting up libnl-3-200:amd64 (3.5.0-0.1) ... - Setting up libev-dev:amd64 (1:4.33-1) ... - Setting up libicu70:amd64 (70.1-2) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ... - Setting up libnl-route-3-200:amd64 (3.5.0-0.1) ... - Setting up libnl-3-dev:amd64 (3.5.0-0.1) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ... - Setting up libnl-route-3-dev:amd64 (3.5.0-0.1) ... - Setting up shared-mime-info (2.1-2) ... - Processing triggers for libc-bin (2.35-0ubuntu3.11) ... # To update the current shell environment, run: eval $(opam env) 2026-01-26 10:20.16 ---> using "a80a7924a1534f538f916c65ff8dd5f2476db35809f3b9d19025ffa3635d52bf" 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 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 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.4 - install ca-certs 1.0.1 - install cachet 0.0.4 - 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.21.0 - install dune-configurator 3.21.0 - 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 6.0.0 - 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.4 (cached) -> retrieved ca-certs.1.0.1 (cached) -> retrieved cachet.0.0.4 (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 cppo.1.8.0 (cached) -> retrieved cmdliner.2.1.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 domain-name.0.5.0 (cached) -> retrieved decompress.1.5.3 (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) -> installed conf-libev.4-13 -> retrieved gmap.0.3.0 (cached) -> retrieved h2.0.13.0, hpack.0.13.0 (cached) -> 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 lwt.6.0.0 (cached) -> retrieved metrics.0.5.0, metrics-influx.0.5.0, metrics-lwt.0.5.0, metrics-rusage.0.5.0 (cached) -> retrieved digestif.1.3.0 (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 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 result.1.5 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved solo5-elftool.0.4.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved syslog-message.1.2.0 (cached) -> retrieved tls.2.0.3, tls-lwt.2.0.3 (cached) -> retrieved dune.3.21.0, dune-configurator.3.21.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.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved zarith.1.14 (cached) -> retrieved x509.1.0.6 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed zarith.1.14 -> installed topkg.1.1.1 -> installed rresult.0.7.0 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.21.0 -> installed duration.0.2.1 -> installed gmap.0.3.0 -> installed base64.3.5.2 -> installed csexp.1.5.2 -> installed asn1-combinators.0.3.2 -> installed bstr.0.0.4 -> installed cppo.1.8.0 -> installed domain-name.0.5.0 -> installed eqaf.0.10 -> installed macaddr.5.6.1 -> installed metrics.0.5.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ohex.0.2.0 -> installed optint.0.3.0 -> installed psq.0.2.1 -> installed re.1.14.0 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed syslog-message.1.2.0 -> installed cachet.0.0.4 -> installed ocplib-endian.1.2 -> installed lru.0.3.1 -> installed ipaddr.5.6.1 -> installed solo5-elftool.0.4.0 -> installed digestif.1.3.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.21.0 -> installed bigstringaf.0.10.0 -> installed faraday.0.8.2 -> installed checkseum.0.5.2 -> installed httpun-types.0.2.0 -> installed angstrom.0.16.1 -> installed httpaf.0.7.1 -> installed hpack.0.13.0 -> installed mirage-crypto.2.0.2 -> installed kdf.1.0.0 -> installed decompress.1.5.3 -> installed h2.0.13.0 -> installed lwt.6.0.0 -> installed faraday-lwt.0.8.2 -> installed metrics-influx.0.5.0 -> installed faraday-lwt-unix.0.8.2 -> installed logs.0.10.0 -> installed metrics-lwt.0.5.0 -> installed happy-eyeballs.2.0.1 -> installed metrics-rusage.0.5.0 -> installed mirage-crypto-rng.2.0.2 -> installed mirage-crypto-pk.2.0.2 -> installed dns.10.2.3 -> installed happy-eyeballs-lwt.2.0.1 -> installed bos.0.2.1 -> 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.2 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-26 10:20.16 ---> using "6e9588e16956dc41392342a7d386162a0f0f7dc11bd36d38bf30a57e49c227ac" from cache /src: (copy (src .) (dst /src)) 2026-01-26 10:20.16 ---> saved as "731619f79ae04319af0121096193d0c4d02d6faca43c104a9879368867fd45d1" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./tests.exe) Testing `Basic tests'. This run has ID `HG5JGT5N'. [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.008s. 38 tests run. 2026-01-26 10:20.19 ---> saved as "56261d553989980a8919f8950b2ee67b0c9208c1034e38ffb12d3fe7d4333c2d" Job succeeded 2026-01-26 10:20.19: Job succeeded