2026-04-03 11:37.24: New job: test robur-coop/albatross https://github.com/robur-coop/albatross.git#refs/heads/other-vm-types (8cf84d0c00ad6f44225b1eefa305cf3798c70a9d) (linux-x86_64:fedora-43-4.14_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2 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 8cf84d0c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2 # fedora-43-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.4 domain-name.0.5.0 dune.3.22.1 dune-configurator.3.22.1 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.2 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lru.0.3.1 lwt.6.1.1 macaddr.5.6.2 metrics.0.5.0 metrics-influx.0.5.0 metrics-lwt.0.5.0 metrics-rusage.0.5.0 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 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.4 tls-lwt.2.0.4 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-04-03 11:37.24: Using cache hint "robur-coop/albatross-ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2-fedora-43-4.14_opam-2.5-9bf3f9d0b583b62adc7b20d606d27c71" 2026-04-03 11:37.24: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2) (comment fedora-43-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (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.4 domain-name.0.5.0 dune.3.22.1 dune-configurator.3.22.1 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.2 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lru.0.3.1 lwt.6.1.1 macaddr.5.6.2 metrics.0.5.0 metrics-influx.0.5.0 metrics-lwt.0.5.0 metrics-rusage.0.5.0 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 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.4 tls-lwt.2.0.4 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-04-03 11:37.24: Waiting for resource in pool OCluster 2026-04-03 19:22.57: Waiting for worker… 2026-04-03 19:25.41: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 8cf84d0 fix pretty-printing, rename cpus to CPUids and cpus to #cpu. also rename field to numcpus (from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2) Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2' locally docker.io/ocaml/opam@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2: Pulling from ocaml/opam 5bc90b3315da: Already exists 33cde4bdcf90: Pulling fs layer b5955b8be52e: Pulling fs layer fbf1b27930a6: Pulling fs layer b347f3d8654c: Pulling fs layer fbf1b27930a6: Waiting 33cde4bdcf90: Waiting b5955b8be52e: Waiting 612ce5ee7018: Pulling fs layer 39a0083c72b4: Pulling fs layer b347f3d8654c: Waiting 2a32d726bc66: Pulling fs layer 39a0083c72b4: Waiting 612ce5ee7018: Waiting e11ae392722c: Pulling fs layer 8d611bf8a252: Pulling fs layer 2a32d726bc66: Waiting e11ae392722c: Waiting 0e1351173a64: Pulling fs layer f8d564b68b69: Pulling fs layer 8d611bf8a252: Waiting 0e1646b50296: Pulling fs layer 0e1351173a64: Waiting 2801b00e97cb: Pulling fs layer f8d564b68b69: Waiting 4043da018e76: Pulling fs layer 0e1646b50296: Waiting 78d7c0bec0d9: Pulling fs layer 3b3b2404c3c9: Pulling fs layer 2801b00e97cb: Waiting 4043da018e76: Waiting 8467b570f768: Pulling fs layer 78d7c0bec0d9: Waiting af1b4ee1a3ae: Pulling fs layer 3b3b2404c3c9: Waiting d8dfc440aace: Pulling fs layer 8467b570f768: Waiting 49b2a8e5a461: Pulling fs layer af1b4ee1a3ae: Waiting 4f4fb700ef54: Pulling fs layer d8dfc440aace: Waiting 8be6bee5bc68: Pulling fs layer 49b2a8e5a461: Waiting 3c9a56c64991: Pulling fs layer 4f4fb700ef54: Waiting e80b01b68140: Pulling fs layer 8be6bee5bc68: Waiting fef37f6a2418: Pulling fs layer 3c9a56c64991: Waiting e80b01b68140: Waiting 2585abb9d55d: Pulling fs layer 120374638853: Pulling fs layer 63dfb60472ab: Pulling fs layer fef37f6a2418: Waiting abc6281a8a2d: Pulling fs layer eed1b7440d1e: Pulling fs layer 0a3bf2765d2e: Pulling fs layer 120374638853: Waiting 886ab5bf800e: Pulling fs layer abc6281a8a2d: Waiting a46169c2e251: Pulling fs layer 63dfb60472ab: Waiting eed1b7440d1e: Waiting 2585abb9d55d: Waiting 0a3bf2765d2e: Waiting 80ef96b71029: Pulling fs layer 886ab5bf800e: Waiting 895656fb7a7a: Pulling fs layer fa1d27dc8eab: Pulling fs layer a46169c2e251: Waiting 80ef96b71029: Waiting 3813748e3271: Pulling fs layer 895656fb7a7a: Waiting fa1d27dc8eab: Waiting 55d32576fd82: Pulling fs layer 77f643b56c63: Pulling fs layer 3813748e3271: Waiting 1c1f26e1d048: Pulling fs layer 55d32576fd82: Waiting 77f643b56c63: Waiting 02871ce6db7b: Pulling fs layer 47618e07c40b: Pulling fs layer 79033ef94591: Pulling fs layer 47618e07c40b: Waiting 1c1f26e1d048: Waiting 02871ce6db7b: Waiting 79033ef94591: Waiting 33cde4bdcf90: Download complete 33cde4bdcf90: Pull complete b5955b8be52e: Verifying Checksum b5955b8be52e: Download complete b5955b8be52e: Pull complete fbf1b27930a6: Verifying Checksum fbf1b27930a6: Download complete b347f3d8654c: Verifying Checksum b347f3d8654c: Download complete 612ce5ee7018: Verifying Checksum 612ce5ee7018: Download complete 39a0083c72b4: Verifying Checksum 39a0083c72b4: Download complete e11ae392722c: Download complete 2a32d726bc66: Verifying Checksum 2a32d726bc66: Download complete 8d611bf8a252: Verifying Checksum 8d611bf8a252: Download complete 0e1351173a64: Verifying Checksum 0e1351173a64: Download complete f8d564b68b69: Verifying Checksum f8d564b68b69: Download complete 2801b00e97cb: Download complete 0e1646b50296: Verifying Checksum 0e1646b50296: Download complete 4043da018e76: Download complete 78d7c0bec0d9: Download complete 8467b570f768: Download complete d8dfc440aace: Verifying Checksum d8dfc440aace: Download complete af1b4ee1a3ae: Download complete 49b2a8e5a461: Verifying Checksum 49b2a8e5a461: Download complete 4f4fb700ef54: Download complete 8be6bee5bc68: Verifying Checksum 8be6bee5bc68: Download complete 3c9a56c64991: Download complete e80b01b68140: Download complete fef37f6a2418: Download complete 2585abb9d55d: Download complete 120374638853: Download complete 63dfb60472ab: Verifying Checksum 63dfb60472ab: Download complete abc6281a8a2d: Verifying Checksum abc6281a8a2d: Download complete eed1b7440d1e: Verifying Checksum eed1b7440d1e: Download complete 0a3bf2765d2e: Download complete 886ab5bf800e: Verifying Checksum 886ab5bf800e: Download complete a46169c2e251: Verifying Checksum 895656fb7a7a: Download complete 3813748e3271: Verifying Checksum 3813748e3271: Download complete 55d32576fd82: Verifying Checksum 55d32576fd82: Download complete 77f643b56c63: Verifying Checksum 77f643b56c63: Download complete fa1d27dc8eab: Verifying Checksum fa1d27dc8eab: Download complete fbf1b27930a6: Pull complete 80ef96b71029: Verifying Checksum 80ef96b71029: Download complete b347f3d8654c: Pull complete 612ce5ee7018: Pull complete 39a0083c72b4: Pull complete 2a32d726bc66: Pull complete e11ae392722c: Pull complete 8d611bf8a252: Pull complete 0e1351173a64: Pull complete f8d564b68b69: Pull complete 0e1646b50296: Pull complete 2801b00e97cb: Pull complete 4043da018e76: Pull complete 78d7c0bec0d9: Pull complete 3b3b2404c3c9: Pull complete 8467b570f768: Pull complete af1b4ee1a3ae: Pull complete d8dfc440aace: Pull complete 49b2a8e5a461: Pull complete 4f4fb700ef54: Pull complete 8be6bee5bc68: Pull complete 3c9a56c64991: Pull complete e80b01b68140: Pull complete fef37f6a2418: Pull complete 2585abb9d55d: Pull complete 120374638853: Pull complete 63dfb60472ab: Pull complete abc6281a8a2d: Pull complete eed1b7440d1e: Pull complete 0a3bf2765d2e: Pull complete 886ab5bf800e: Pull complete a46169c2e251: Pull complete 02871ce6db7b: Download complete 47618e07c40b: Verifying Checksum 47618e07c40b: Download complete 79033ef94591: Verifying Checksum 79033ef94591: Download complete 1c1f26e1d048: Verifying Checksum 1c1f26e1d048: Download complete 80ef96b71029: Pull complete 895656fb7a7a: Pull complete fa1d27dc8eab: Pull complete 3813748e3271: Pull complete 55d32576fd82: Pull complete 77f643b56c63: Pull complete 1c1f26e1d048: Pull complete 02871ce6db7b: Pull complete 47618e07c40b: Pull complete 79033ef94591: Pull complete Digest: sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2 Status: Downloaded newer image for ocaml/opam@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2 2026-04-03 19:25.41 ---> using "b53e31b79ae240e911bd4dbe895cf7d23581a2cfb176110e802dbc172e2207f8" from cache /: (comment fedora-43-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 43 - x86_64 - Updates 100% | 6.8 KiB/s | 17.2 KiB | 00m03s Fedora 43 - x86_64 100% | 79.7 KiB/s | 22.1 KiB | 00m00s Fedora 43 openh264 (From Cisco) - x86_ 100% | 7.3 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-04-03 19:25.41 ---> using "f5535a281226abe35a70c0937d17524041000012367450952c04ff905fc43a19" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-03 19:25.41 ---> using "e656820258ae1329e61e088e3b74323a9a81fb7a1976bfda84b891534625d81b" 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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-03 19:25.42 ---> using "c194778dad03d316bbe8a9f0f0aecf84315fcfe8d38c84882015ad3c4a4fdd05" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-04-03 19:25.42 ---> using "f74c1f9434fc5d15e8a7f828a1fac776d0dedfb6095982641fa0091f3e3a89a3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 19:25.42 ---> using "e1a7186bf4aff43814a8f63902df06605e7abd22e993d46675dd54a432e5c693" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4f056bfedf..d28e8bf13a master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> 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.5.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-04-03 19:25.42 ---> using "e7bd896cea902dc8dac2eb357c7aaacdf1f4410b6399cf08fce547b8c67c2e66" from cache /src: (copy (src albatross.opam) (dst ./)) 2026-04-03 19:25.42 ---> using "b5cd42dc4d62d8d4932df4258e36d474aadcc8c440c8478129f8de6f561ae915" 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-04-03 19:25.42 ---> using "c338c58dd6adcd8af40c46dc98cc648b4ef3b7ab6bddcf19dba8503b4fa4cfce" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 19:25.42 ---> using "7071a9f389feac6c9b3a23b6406269eab1767bd061b44a9315e9f430d2920ad2" 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.4 domain-name.0.5.0 dune.3.22.1 dune-configurator.3.22.1 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.2 kdf.1.0.0 logs.0.10.0 logs-syslog.0.5.0 lru.0.3.1 lwt.6.1.1 macaddr.5.6.2 metrics.0.5.0 metrics-influx.0.5.0 metrics-lwt.0.5.0 metrics-rusage.0.5.0 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 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.4 tls-lwt.2.0.4 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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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: gmp-devel libev-devel libnl3 libnl3-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" "libev-devel" "libnl3" "libnl3-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - gmp-devel x86_64 1:6.3.0-4.fc43 fedora 352.3 KiB - libev-devel x86_64 4.33-14.fc43 fedora 130.5 KiB - libnl3 x86_64 3.12.0-2.fc43 updates 1.0 MiB - libnl3-devel x86_64 3.12.0-2.fc43 updates 321.5 KiB - Installing dependencies: - gmp-c++ x86_64 1:6.3.0-4.fc43 fedora 27.6 KiB - libev x86_64 4.33-14.fc43 fedora 105.2 KiB - libnl3-cli x86_64 3.12.0-2.fc43 updates 1.0 MiB - - Transaction Summary: - Installing: 7 packages - - Total size of inbound packages is 1 MiB. Need to download 1 MiB. - After this operation, 3 MiB extra will be used (install 3 MiB, remove 0 B). - [1/7] gmp-devel-1:6.3.0-4.fc43.x86_64 100% | 4.7 MiB/s | 174.3 KiB | 00m00s - [2/7] gmp-c++-1:6.3.0-4.fc43.x86_64 100% | 448.9 KiB/s | 18.4 KiB | 00m00s - [3/7] libev-0:4.33-14.fc43.x86_64 100% | 500.5 KiB/s | 53.0 KiB | 00m00s - [4/7] libnl3-0:3.12.0-2.fc43.x86_64 100% | 2.1 MiB/s | 366.3 KiB | 00m00s - [5/7] libnl3-devel-0:3.12.0-2.fc43.x86_ 100% | 926.7 KiB/s | 101.9 KiB | 00m00s - [6/7] libev-devel-0:4.33-14.fc43.x86_64 100% | 378.6 KiB/s | 100.0 KiB | 00m00s - [7/7] libnl3-cli-0:3.12.0-2.fc43.x86_64 100% | 979.7 KiB/s | 221.4 KiB | 00m00s - -------------------------------------------------------------------------------- - [7/7] Total 100% | 1.4 MiB/s | 1.0 MiB | 00m01s - Running transaction - [1/9] Verify package files 100% | 1.7 KiB/s | 7.0 B | 00m00s - [2/9] Prepare transaction 100% | 166.0 B/s | 7.0 B | 00m00s - [3/9] Installing libnl3-0:3.12.0-2.fc43 100% | 104.7 MiB/s | 1.0 MiB | 00m00s - [4/9] Installing libnl3-cli-0:3.12.0-2. 100% | 26.8 MiB/s | 1.0 MiB | 00m00s - [5/9] Installing libev-0:4.33-14.fc43.x 100% | 52.1 MiB/s | 106.7 KiB | 00m00s - [6/9] Installing gmp-c++-1:6.3.0-4.fc43 100% | 27.8 MiB/s | 28.5 KiB | 00m00s - [7/9] Installing gmp-devel-1:6.3.0-4.fc 100% | 172.9 MiB/s | 354.1 KiB | 00m00s - [8/9] Installing libev-devel-0:4.33-14. 100% | 128.1 MiB/s | 131.2 KiB | 00m00s - [9/9] Installing libnl3-devel-0:3.12.0- 100% | 6.5 MiB/s | 346.8 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "libev-devel" "libnl3" "libnl3-devel" - gmp-devel-6.3.0-4.fc43.x86_64 - libev-devel-4.33-14.fc43.x86_64 - libnl3-3.12.0-2.fc43.x86_64 - libnl3-devel-3.12.0-2.fc43.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-04-03 19:25.42 ---> saved as "91e216dcede1260a1f3510d33402fd35434d164897df9be73882b384c8b00f92" /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.4 - install domain-name 0.5.0 - install dune 3.22.1 - install dune-configurator 3.22.1 - 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.2 - install kdf 1.0.0 - install logs 0.10.0 - install logs-syslog 0.5.0 - install lru 0.3.1 - install lwt 6.1.1 - install macaddr 5.6.2 - 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.1.0 - install mirage-crypto-ec 2.1.0 - install mirage-crypto-pk 2.1.0 - install mirage-crypto-rng 2.1.0 - 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.4 - install tls-lwt 2.0.4 - 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 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.4 (cached) -> retrieved decompress.1.5.3 (cached) -> retrieved domain-name.0.5.0 (cached) -> retrieved duration.0.2.1 (cached) -> installed conf-libev.4-13 -> 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) -> 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 ipaddr.5.6.2, macaddr.5.6.2 (cached) -> retrieved httpun-types.0.2.0 (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.6.1.1 (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 dune.3.22.1, dune-configurator.3.22.1 (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 re.1.14.0 (cached) -> retrieved seq.base (cached) -> retrieved result.1.5 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved solo5-elftool.0.4.0 (cached) -> retrieved syslog-message.1.2.0 (cached) -> retrieved uutf.1.0.4 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed seq.base -> retrieved tls.2.0.4, tls-lwt.2.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved x509.1.0.6 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed zarith.1.14 -> installed topkg.1.1.1 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.22.1 -> 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.2 -> 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 ipaddr.5.6.2 -> installed lru.0.3.1 -> installed digestif.1.3.0 -> installed solo5-elftool.0.4.0 -> installed dune-configurator.3.22.1 -> installed alcotest.1.9.1 -> installed bigstringaf.0.10.0 -> installed faraday.0.8.2 -> installed checkseum.0.5.2 -> installed angstrom.0.16.1 -> installed httpun-types.0.2.0 -> installed httpaf.0.7.1 -> installed hpack.0.13.0 -> installed mirage-crypto.2.1.0 -> installed decompress.1.5.3 -> installed kdf.1.0.0 -> installed h2.0.13.0 -> installed lwt.6.1.1 -> 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 metrics-rusage.0.5.0 -> installed happy-eyeballs.2.0.1 -> installed mirage-crypto-rng.2.1.0 -> installed mirage-crypto-pk.2.1.0 -> installed dns.10.2.4 -> installed happy-eyeballs-lwt.2.0.1 -> installed bos.0.2.1 -> installed mirage-crypto-ec.2.1.0 -> installed x509.1.0.6 -> installed ca-certs.1.0.1 -> installed tls.2.0.4 -> installed tls-lwt.2.0.4 -> 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-04-03 19:26.37 ---> saved as "09c71e576f06350061875c2102c14a80c86ece5fdb50cfa91a1aa362d2e7b2c8" /src: (copy (src .) (dst /src)) 2026-04-03 19:26.39 ---> saved as "70fe769b0fb84d503a9e1006988029943632f4527e9fe6688eb4398a4a07d825" /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 `I3NVY0JV'. [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.004s. 38 tests run. 2026-04-03 19:26.41 ---> saved as "e38bd29a6bba84467da8c4a07969b95c91c3421c743ee96be98c6524d83e787e" Job succeeded 2026-04-03 19:26.41: Job succeeded