2026-04-03 11:37.23: New job: test robur-coop/albatross https://github.com/robur-coop/albatross.git#refs/pull/261/head (305e48b774df8cd3fe53708ddfe8ef506b695eb7) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591Opam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/albatross.git" && cd "albatross" && git fetch origin "refs/pull/261/head" && git reset --hard 305e48b7cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591# opensuse-15.6-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.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.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.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-03 11:37.23: Using cache hint "robur-coop/albatross-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591-opensuse-15.6-5.4_opam-2.5-e7adfc818644bbbdd15d7ec9155efa8d"2026-04-03 11:37.23: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591)(comment opensuse-15.6-5.4_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 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-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.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.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.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.23: Waiting for resource in pool OCluster2026-04-03 17:39.49: Waiting for worker…2026-04-03 19:22.07: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 305e48b Add a replace-policy sub-command alias(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591' locallydocker.io/ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591: Pulling from ocaml/opamcf0250ddcb79: Already exists99d6228551d3: Pulling fs layereb9744e995eb: Pulling fs layer5ae1a21f2990: Pulling fs layere38ab4698354: Pulling fs layer9a5662450177: Pulling fs layer99d6228551d3: Waiting5ae1a21f2990: Waitinge38ab4698354: Waiting476dc93a5a76: Pulling fs layer3726ac50f1a1: Pulling fs layercae38fdf66bd: Pulling fs layer31993a0324ec: Pulling fs layer9a5662450177: Waiting3726ac50f1a1: Waiting2d362c465023: Pulling fs layer7ac0c4ac1b7d: Pulling fs layercae38fdf66bd: Waiting31993a0324ec: Waiting2d362c465023: Waitingf696c93325ec: Pulling fs layer4a19fe572635: Pulling fs layerf696c93325ec: Waiting264628790d1f: Pulling fs layer934484690cb7: Pulling fs layer4a19fe572635: Waiting264628790d1f: Waiting8ffdfee9f956: Pulling fs layer676e0a41c843: Pulling fs layer8637e8d57023: Pulling fs layer4f4fb700ef54: Pulling fs layer8ffdfee9f956: Waiting70a843b0e124: Pulling fs layer676e0a41c843: Waitinga6ee600dcedf: Pulling fs layer4f4fb700ef54: Waiting70a843b0e124: Waiting030ed89b21b4: Pulling fs layer7e41148aff92: Pulling fs layer030ed89b21b4: Waiting2ab16f67a61d: Pulling fs layer9c259d4cd45b: Pulling fs layer7e41148aff92: Waitinga74b17d442a2: Pulling fs layere80055926786: Pulling fs layer9c259d4cd45b: Waitingffb97e0921dc: Pulling fs layer7313cd36453e: Pulling fs layere80055926786: Waiting8fd197a1e0b6: Pulling fs layerc8073b345e19: Pulling fs layer8fd197a1e0b6: Waitingf56d37d0326a: Pulling fs layerc1bfcfbe1453: Pulling fs layer41ff16dcdf3c: Pulling fs layerf56d37d0326a: Waitingcbe2a067d63a: Pulling fs layerc8073b345e19: Waitingc1bfcfbe1453: Waiting65ca06df0321: Pulling fs layer41ff16dcdf3c: Waitingcbe2a067d63a: Waitingbb9ce1267676: Pulling fs layer65ca06df0321: Waitingf32cc46a62fc: Pulling fs layer8df21db24745: Pulling fs layerbb9ce1267676: Waitingf32cc46a62fc: Waiting717f71e75fbf: Pulling fs layerf50f423e5f7d: Pulling fs layer8df21db24745: Waiting130578962785: Pulling fs layer717f71e75fbf: Waitingeb66f1ce35ef: Pulling fs layerf50f423e5f7d: Waiting130578962785: Waiting659b7fa104b4: Pulling fs layereb66f1ce35ef: Waiting659b7fa104b4: Waiting99d6228551d3: Download complete99d6228551d3: Pull complete5ae1a21f2990: Verifying Checksum5ae1a21f2990: Download completee38ab4698354: Download complete9a5662450177: Verifying Checksum9a5662450177: Download complete476dc93a5a76: Verifying Checksum476dc93a5a76: Download complete3726ac50f1a1: Verifying Checksum3726ac50f1a1: Download completecae38fdf66bd: Verifying Checksumcae38fdf66bd: Download complete31993a0324ec: Verifying Checksumeb9744e995eb: Verifying Checksumeb9744e995eb: Download complete2d362c465023: Verifying Checksum2d362c465023: Download complete7ac0c4ac1b7d: Verifying Checksum7ac0c4ac1b7d: Download completef696c93325ec: Verifying Checksumf696c93325ec: Download complete4a19fe572635: Verifying Checksum4a19fe572635: Download complete264628790d1f: Verifying Checksum264628790d1f: Download complete934484690cb7: Download complete8ffdfee9f956: Download complete676e0a41c843: Verifying Checksum676e0a41c843: Download complete8637e8d57023: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete70a843b0e124: Download completea6ee600dcedf: Download complete030ed89b21b4: Verifying Checksum030ed89b21b4: Download completeeb9744e995eb: Pull complete2ab16f67a61d: Download complete7e41148aff92: Download complete9c259d4cd45b: Download completee80055926786: Download completea74b17d442a2: Download completeffb97e0921dc: Verifying Checksumffb97e0921dc: Download complete7313cd36453e: Verifying Checksum7313cd36453e: Download complete8fd197a1e0b6: Verifying Checksum8fd197a1e0b6: Download completec8073b345e19: Verifying Checksumc8073b345e19: Download completec1bfcfbe1453: Download completecbe2a067d63a: Verifying Checksumcbe2a067d63a: Download complete65ca06df0321: Download completebb9ce1267676: Verifying Checksumf32cc46a62fc: Verifying Checksumf32cc46a62fc: Download complete8df21db24745: Download complete41ff16dcdf3c: Verifying Checksum41ff16dcdf3c: Download complete717f71e75fbf: Verifying Checksum717f71e75fbf: Download complete130578962785: Download completeeb66f1ce35ef: Verifying Checksumeb66f1ce35ef: Download complete659b7fa104b4: Verifying Checksum659b7fa104b4: Download complete5ae1a21f2990: Pull completee38ab4698354: Pull complete9a5662450177: Pull completef50f423e5f7d: Verifying Checksumf50f423e5f7d: Download complete476dc93a5a76: Pull complete3726ac50f1a1: Pull completecae38fdf66bd: Pull completef56d37d0326a: Verifying Checksumf56d37d0326a: Download complete31993a0324ec: Pull complete2d362c465023: Pull complete7ac0c4ac1b7d: Pull completef696c93325ec: Pull complete4a19fe572635: Pull complete264628790d1f: Pull complete934484690cb7: Pull complete8ffdfee9f956: Pull complete676e0a41c843: Pull complete8637e8d57023: Pull complete4f4fb700ef54: Pull complete70a843b0e124: Pull completea6ee600dcedf: Pull complete030ed89b21b4: Pull complete7e41148aff92: Pull complete2ab16f67a61d: Pull complete9c259d4cd45b: Pull completea74b17d442a2: Pull completee80055926786: Pull completeffb97e0921dc: Pull complete7313cd36453e: Pull complete8fd197a1e0b6: Pull completec8073b345e19: Pull completef56d37d0326a: Pull completec1bfcfbe1453: Pull complete41ff16dcdf3c: Pull completecbe2a067d63a: Pull complete65ca06df0321: Pull completebb9ce1267676: Pull completef32cc46a62fc: Pull complete8df21db24745: Pull complete717f71e75fbf: Pull completef50f423e5f7d: Pull complete130578962785: Pull completeeb66f1ce35ef: Pull complete659b7fa104b4: Pull completeDigest: sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591Status: Downloaded newer image for ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c15912026-04-03 19:30.15 ---> using "c6a1131d87fe81b3c5dd0a1a137a8f5539f4e2f1fd1faba8a2efef22e8c4eba9" from cache/: (comment opensuse-15.6-5.4_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-04-03 19:30.15 ---> using "aba125f442ebca1613bb2dc403fa17f047432f612fe1fe553be27d9e02cd9dd7" 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] Initialised2026-04-03 19:30.15 ---> using "9958be451c1edb34a483a57a08196fec3220f75513964403498fe28c613b8a9f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-04-03 19:30.15 ---> using "fcd9c1d34ef35aa901203eee22440fe414d47a07fca0ba30d8c25a578321e6ea" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 19:30.15 ---> using "b971d9c91a5370a63037966e03acbc1f3330aa7e4ec33858cf986917a901851d" 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_HEAD4f056bfedf..d28e8bf13a master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.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:30.15 ---> using "fe3b36e4a58d2538594eee6a8742fcb56cdeda72a83986eb1b225914f0ec098f" from cache/src: (copy (src albatross.opam) (dst ./))2026-04-03 19:30.16 ---> using "aff6cc53812a0d05d80ff8d1b8600650d0d8d8cc5caba0b2c501fb5ee1acdf10" 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:30.16 ---> using "6737853c1418c056ce29baa35f365f87cda7b77c43cacaa66041cc2b0aaf6cae" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 19:30.16 ---> using "5eb99e62194b0a5856ed60e27844b3f1b54127c554f694c5d66ac8eeb8a43e6c" 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.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.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.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/bin/sudo "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [..- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- ....- ....- ....- ....- ....- ....- ......- .........done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- .....- ....- ....- ....- ....- .......- ............- ..........- ..........- ..........- .........- .........- .......- .......- .........- .........- ........- .....- ........- ......- .....- .........- ........- .......- ........- .....- ........- ..........- .........- ..........- ..........- ..........- ..........- ...........- .........done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Repository 'Main Update Repository' is up to date.- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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:gmp-devel libev-devel libnl3-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "libev-devel" "libnl3-devel"- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 5 NEW packages are going to be installed:- gmp-devel libev-devel libev4 libgmpxx4 libnl3-devel-- 5 new packages to install.-- Package download size: 2.5 MiB-- Package install size change:- | 7.4 MiB required by packages that will be installed- 7.4 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Retrieving: libev4-4.33-150600.1.3.x86_64 (Main Repository) (1/5), 37.8 KiB- Retrieving: libev4-4.33-150600.1.3.x86_64.rpm [.- .....- ....- ....- ....- ....- ....- ....- ....- ....- ...done]- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (2/5), 17.1 KiB- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [.done]- Retrieving: libev-devel-4.33-150600.1.3.x86_64 (Main Repository) (3/5), 180.7 KiB- Retrieving: libev-devel-4.33-150600.1.3.x86_64.rpm [.done]- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (4/5), 2.2 MiB- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [....done (1.6 MiB/s)]- Retrieving: libnl3-devel-3.9.0-150600.15.4.4.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/5), 71.4 KiB- Retrieving: libnl3-devel-3.9.0-150600.15.4.4.x86_64.rpm [....- ....- ....- ....- ....- ....- ..not found]- Retrieving: libnl3-devel-3.9.0-150600.15.4.4.x86_64.rpm [.not found]- Retrieving: libnl3-devel-3.9.0-150600.15.4.4.x86_64.rpm [.done]-- Checking for file conflicts: [..done]- (1/5) Installing: libev4-4.33-150600.1.3.x86_64 [..done]- (2/5) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done]- (3/5) Installing: libev-devel-4.33-150600.1.3.x86_64 [..done]- (4/5) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [...done]- (5/5) Installing: libnl3-devel-3.9.0-150600.15.4.4.x86_64 [.- .done]# To update the current shell environment, run: eval $(opam env)2026-04-03 19:30.16 ---> using "7accb74c8699b4ac1891d9a24b34b189f425a88d42c1c6ccc9fbd3353f57f625" 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.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 bigstringaf.0.10.0 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved ca-certs.1.0.1 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved bstr.0.0.4 (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-libnl3.1-> installed conf-gmp-powm-sec.4-> retrieved dns.10.2.4 (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)-> retrieved gmap.0.3.0 (cached)-> installed conf-libev.4-13-> 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 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)-> 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 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 gmap.0.3.0-> 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 mirage-crypto.2.1.0-> installed kdf.1.0.0-> installed httpaf.0.7.1-> installed hpack.0.13.0-> installed decompress.1.5.3-> 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.2Done.# To update the current shell environment, run: eval $(opam env)2026-04-03 19:30.16 ---> using "c33340730424f54bc7bbb69d8f7fd1efaf35803007f0c5f618f7a5446ced9d46" from cache/src: (copy (src .) (dst /src))2026-04-03 19:30.17 ---> saved as "99ab215503e06f82fc2f080c3868d901ba1044c0df5250b29a29004906a8a113"/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 `1463CBKP'.[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:30.19 ---> saved as "b14ae61a3e14152b0aa807244517d0c14e914cf0c3cf0a44f33a9944ab32d7c8"Job succeeded2026-04-03 19:30.19: Job succeeded