2026-02-20 10:12.40: New job: test mirage/charrua https://github.com/mirage/charrua.git#refs/heads/main (1663dc3895082a91b78ee32ced43d9add59294ce) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:a35c7cc8dabf991ac054cab5f6946cf0009dc3b8f3e69f79b96510559111446aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/charrua.git" -b "main" && cd "charrua" && git reset --hard 1663dc38cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:a35c7cc8dabf991ac054cab5f6946cf0009dc3b8f3e69f79b96510559111446a# ubuntu-25.10-4.14_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 d18d14011e4188f5c398421e2e99b297dd8150fb || git fetch origin master) && git reset -q --hard d18d14011e4188f5c398421e2e99b297dd8150fb && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam ./RUN opam pin add -yn charrua.dev './' && \opam pin add -yn charrua-unix.dev './' && \opam pin add -yn charrua-server.dev './' && \opam pin add -yn charrua-client.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_log.1.1.2 macaddr.5.6.2 macaddr-cstruct.5.6.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 metrics.0.5.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 psq.0.2.1 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.14.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 tuntap.2.0.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y charrua.dev charrua-unix.dev charrua-server.dev charrua-client.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-02-20 10:12.40: Using cache hint "mirage/charrua-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:a35c7cc8dabf991ac054cab5f6946cf0009dc3b8f3e69f79b96510559111446a-ubuntu-25.10-4.14_opam-2.5-d34e9c74a703b24099177e5d43885b06"2026-02-20 10:12.40: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:a35c7cc8dabf991ac054cab5f6946cf0009dc3b8f3e69f79b96510559111446a)(comment ubuntu-25.10-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 d18d14011e4188f5c398421e2e99b297dd8150fb || git fetch origin master) && git reset -q --hard d18d14011e4188f5c398421e2e99b297dd8150fb && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam)(dst ./))(run (network host)(shell "opam pin add -yn charrua.dev './' && \\nopam pin add -yn charrua-unix.dev './' && \\nopam pin add -yn charrua-server.dev './' && \\nopam pin add -yn charrua-client.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_log.1.1.2 macaddr.5.6.2 macaddr-cstruct.5.6.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 metrics.0.5.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 psq.0.2.1 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.14.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 tuntap.2.0.1 uutf.1.0.4")(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 charrua.dev charrua-unix.dev charrua-server.dev charrua-client.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-02-20 10:12.40: Waiting for resource in pool OCluster2026-02-20 12:19.10: Waiting for worker…2026-02-20 12:21.58: Got resource from pool OClusterBuilding on doris.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/charrua.git-71446dd4497230fa78a03e181be16018f4f2fc12/.git/HEAD is now at 1663dc3 Merge pull request #149 from mirage/prepare-v3.1.0(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:a35c7cc8dabf991ac054cab5f6946cf0009dc3b8f3e69f79b96510559111446a)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:a35c7cc8dabf991ac054cab5f6946cf0009dc3b8f3e69f79b96510559111446a' locallydocker.io/ocaml/opam@sha256:a35c7cc8dabf991ac054cab5f6946cf0009dc3b8f3e69f79b96510559111446a: Pulling from ocaml/opam16c195d4c5e9: Pulling fs layer10536c2a3229: Pulling fs layerc4b489cde89f: Pulling fs layer3054bf19173d: Pulling fs layer72d4d5b175f6: Pulling fs layere2528088a671: Pulling fs layerf8eb755e24f2: Pulling fs layerf4466119d9d7: Pulling fs layerea16cb990595: Pulling fs layer35a2f342fb41: Pulling fs layer72d4d5b175f6: Waiting3054bf19173d: Waitingcd43ff613b85: Pulling fs layerf8eb755e24f2: Waitingf4466119d9d7: Waitinge2528088a671: Waitingea16cb990595: Waiting35a2f342fb41: Waiting23c9e772d285: Pulling fs layercd43ff613b85: Waiting03d461f90c5f: Pulling fs layer23c9e772d285: Waiting1983245fed01: Pulling fs layerbf5ceca7719f: Pulling fs layeredcc8d3ba4ab: Pulling fs layer03d461f90c5f: Waitingbf5ceca7719f: Waitingede0d4fa2b79: Pulling fs layeredcc8d3ba4ab: Waitingc5b15849c9ed: Pulling fs layerede0d4fa2b79: Waitingc5b15849c9ed: Waiting62d63a36325d: Pulling fs layer3eab5053bbaa: Pulling fs layer62d63a36325d: Waitingebd442105bf8: Pulling fs layerb65dd44d0cc4: Pulling fs layer3eab5053bbaa: Waiting4f4fb700ef54: Pulling fs layer0b00030c2a7a: Pulling fs layer4f4fb700ef54: Waitingb65dd44d0cc4: Waiting3b032402c760: Pulling fs layer0b00030c2a7a: Waiting5c73a2ae8046: Pulling fs layer3b032402c760: Waitinga512bd04e73a: Pulling fs layer787d7ef97d34: Pulling fs layer5c73a2ae8046: Waitinga512bd04e73a: Waitingcc77994b0a28: Pulling fs layer0b443ca6fb74: Pulling fs layercc77994b0a28: Waiting787d7ef97d34: Waiting301890f1dd56: Pulling fs layer0b443ca6fb74: Waiting88a6e67e1c35: Pulling fs layer775001f1433c: Pulling fs layeraa095842f5b7: Pulling fs layer88a6e67e1c35: Waiting775001f1433c: Waitingafe7a0ab1c61: Pulling fs layer06772f5c82af: Pulling fs layeraa095842f5b7: Waiting7a5aa22485e6: Pulling fs layer262630ae96fc: Pulling fs layer06772f5c82af: Waitingafe7a0ab1c61: Waitingea9456b24627: Pulling fs layer262630ae96fc: Waitinge26d74779ffb: Pulling fs layerea9456b24627: Waiting46280c074e3e: Pulling fs layere26d74779ffb: Waiting9c7388fe98f2: Pulling fs layerb897307bb692: Pulling fs layer46280c074e3e: Waiting9c7388fe98f2: Waiting8760faaca96a: Pulling fs layerda3d668733af: Pulling fs layer8760faaca96a: Waitingda3d668733af: Waiting10536c2a3229: Verifying Checksum10536c2a3229: Download completec4b489cde89f: Verifying Checksumc4b489cde89f: Download complete16c195d4c5e9: Verifying Checksum16c195d4c5e9: Download complete72d4d5b175f6: Download complete3054bf19173d: Verifying Checksum3054bf19173d: Download completef8eb755e24f2: Verifying Checksumf8eb755e24f2: Download completef4466119d9d7: Verifying Checksumf4466119d9d7: Download completeea16cb990595: Verifying Checksumea16cb990595: Download complete16c195d4c5e9: Pull complete10536c2a3229: Pull completec4b489cde89f: Pull completee2528088a671: Verifying Checksume2528088a671: Download complete35a2f342fb41: Verifying Checksum35a2f342fb41: Download completecd43ff613b85: Verifying Checksumcd43ff613b85: Download complete23c9e772d285: Verifying Checksum23c9e772d285: Download complete03d461f90c5f: Verifying Checksum03d461f90c5f: Download complete1983245fed01: Verifying Checksum1983245fed01: Download completeedcc8d3ba4ab: Download completeede0d4fa2b79: Verifying Checksumede0d4fa2b79: Download completec5b15849c9ed: Download complete3054bf19173d: Pull complete72d4d5b175f6: Pull completebf5ceca7719f: Verifying Checksumbf5ceca7719f: Download complete62d63a36325d: Download complete3eab5053bbaa: Download completeebd442105bf8: Verifying Checksumebd442105bf8: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeb65dd44d0cc4: Download complete3b032402c760: Verifying Checksum3b032402c760: Download complete0b00030c2a7a: Verifying Checksum0b00030c2a7a: Download complete5c73a2ae8046: Verifying Checksum5c73a2ae8046: Download completea512bd04e73a: Verifying Checksuma512bd04e73a: Download complete787d7ef97d34: Verifying Checksum787d7ef97d34: Download completecc77994b0a28: Download complete301890f1dd56: Download complete0b443ca6fb74: Verifying Checksum0b443ca6fb74: Download complete88a6e67e1c35: Download completeaa095842f5b7: Verifying Checksumaa095842f5b7: Download complete775001f1433c: Verifying Checksum775001f1433c: Download complete7a5aa22485e6: Verifying Checksum7a5aa22485e6: Download completeafe7a0ab1c61: Verifying Checksumafe7a0ab1c61: Download completeea9456b24627: Download completee26d74779ffb: Verifying Checksume26d74779ffb: Download complete46280c074e3e: Download complete262630ae96fc: Verifying Checksum262630ae96fc: Download completee2528088a671: Pull completeb897307bb692: Download completef8eb755e24f2: Pull complete9c7388fe98f2: Verifying Checksum9c7388fe98f2: Download completef4466119d9d7: Pull complete8760faaca96a: Verifying Checksum8760faaca96a: Download completeda3d668733af: Download completeea16cb990595: Pull complete35a2f342fb41: Pull completecd43ff613b85: Pull complete23c9e772d285: Pull complete03d461f90c5f: Pull complete1983245fed01: Pull completebf5ceca7719f: Pull completeedcc8d3ba4ab: Pull completeede0d4fa2b79: Pull completec5b15849c9ed: Pull complete62d63a36325d: Pull complete3eab5053bbaa: Pull completeebd442105bf8: Pull completeb65dd44d0cc4: Pull complete4f4fb700ef54: Pull complete0b00030c2a7a: Pull complete3b032402c760: Pull complete5c73a2ae8046: Pull completea512bd04e73a: Pull complete787d7ef97d34: Pull completecc77994b0a28: Pull complete0b443ca6fb74: Pull complete301890f1dd56: Pull complete88a6e67e1c35: Pull complete775001f1433c: Pull completeaa095842f5b7: Pull completeafe7a0ab1c61: Pull complete06772f5c82af: Verifying Checksum06772f5c82af: Download complete06772f5c82af: Pull complete7a5aa22485e6: Pull complete262630ae96fc: Pull completeea9456b24627: Pull completee26d74779ffb: Pull complete46280c074e3e: Pull complete9c7388fe98f2: Pull completeb897307bb692: Pull complete8760faaca96a: Pull completeda3d668733af: Pull completeDigest: sha256:a35c7cc8dabf991ac054cab5f6946cf0009dc3b8f3e69f79b96510559111446aStatus: Downloaded newer image for ocaml/opam@sha256:a35c7cc8dabf991ac054cab5f6946cf0009dc3b8f3e69f79b96510559111446a2026-02-20 12:46.27 ---> using "6ebf687033cdcf8542b090a40f98dd3274167abb6a25e36970f90267082d33f2" from cache/: (comment ubuntu-25.10-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-02-20 12:46.27 ---> using "5d3ae75e5fa4a60e38bdf89a7df6b26113315e3fedfde596b4e676535b4f61f4" 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-02-20 12:46.27 ---> using "961d75f6fc55c547bfd214494d04ce5b1f377ea70651a833932579c257988df7" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 4.14.22.5.02026-02-20 12:46.27 ---> using "7466495fa00cc65f9278e5d7c5518bb6acff3f1e42c4c43fd3295df5d7402163" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-20 12:46.27 ---> using "5ab9d08562eb9620aa5f8100766d6396970adce4493beda9db330f390c66ae93" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d18d14011e4188f5c398421e2e99b297dd8150fb || git fetch origin master) && git reset -q --hard d18d14011e4188f5c398421e2e99b297dd8150fb && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD340ee6fd1f..d18d14011e master -> origin/masterd18d14011e Merge pull request #29430 from hannesm/release-ipaddr-v5.6.2<><> 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.4.1"), 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-02-20 12:46.27 ---> using "1850438ceee4c0e62b2f751bce78102d30884f671fe7f89027e7c74c6a171067" from cache/src: (copy (src charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam)(dst ./))2026-02-20 12:46.27 ---> saved as "826553cbd2b7056c44e7f23d852c3f60ac256f51f03e0a570eef7880be1a92ee"/src: (run (network host)(shell "opam pin add -yn charrua.dev './' && \\nopam pin add -yn charrua-unix.dev './' && \\nopam pin add -yn charrua-server.dev './' && \\nopam pin add -yn charrua-client.dev './'"))[charrua.dev] synchronised (file:///src)charrua is now pinned to file:///src (version dev)[charrua-unix.dev] synchronised (file:///src)charrua-unix is now pinned to file:///src (version dev)[charrua-server.dev] synchronised (file:///src)charrua-server is now pinned to file:///src (version dev)[charrua-client.dev] synchronised (file:///src)charrua-client is now pinned to file:///src (version dev)2026-02-20 12:46.32 ---> saved as "798b64ccccb825555cbcb63aa716050b03727dd6353a6cb0be41af749af8d569"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-20 12:46.32 ---> saved as "4abfb778c7e8f2ef6e6dd3f722d4878960070eea11a932704a4f4e6cf136e5d2"/src: (env DEPS "alcotest.1.9.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_log.1.1.2 macaddr.5.6.2 macaddr-cstruct.5.6.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 metrics.0.5.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 psq.0.2.1 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.14.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 tuntap.2.0.1 uutf.1.0.4")/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 charrua.dev charrua-unix.dev charrua-server.dev charrua-client.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [194 kB]- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [393 kB]- Get:7 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [242 kB]- Get:8 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [147 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [204 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [250 kB]- Fetched 1835 kB in 0s (9747 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[charrua.dev] synchronised (file:///src)[charrua-client.dev] synchronised (file:///src)[charrua-server.dev] synchronised (file:///src)[charrua-unix.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).# To update the current shell environment, run: eval $(opam env)2026-02-20 12:46.41 ---> saved as "24d352c37a0a251cc8a15c3e0277cf426385bcea987fb91e2092a6120356d3fc"/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 64 packages- install alcotest 1.9.1- install arp 4.1.0- install astring 0.8.5- install base-bytes base- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install cstruct-unix 6.2.0- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.21.1- install dune-configurator 3.21.1- install duration 0.2.1- install eqaf 0.10- install ethernet 3.2.0- install fmt 0.11.0- install ipaddr 5.6.2- install ipaddr-cstruct 5.6.2- install logs 0.10.0- install lru 0.3.1- install lwt 5.9.2- install lwt-dllist 1.1.0- install lwt_log 1.1.2- install macaddr 5.6.2- install macaddr-cstruct 5.6.2- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install metrics 0.5.0- install mirage-crypto 2.0.3- install mirage-crypto-rng 2.0.3- install mirage-flow 5.0.0- install mirage-mtime 5.2.0- install mirage-net 4.0.0- install mirage-sleep 4.1.0- install mtime 2.1.0- install num 1.6- install ocaml-compiler-libs v0.12.4- 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 parsexp v0.16.0- install ppx_cstruct 6.2.0- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install psq 0.2.1- install randomconv 0.2.0- install rawlink 2.1- install rawlink-lwt 2.1- install re 1.14.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install tcpip 9.0.1- install topkg 1.1.1- install tuntap 2.0.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved arp.4.1.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0, ppx_cstruct.6.2.0 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved ethernet.3.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lru.0.3.1 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved lwt_log.1.1.2 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> retrieved metrics.0.5.0 (cached)-> retrieved mirage-crypto.2.0.3, mirage-crypto-rng.2.0.3 (cached)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-mtime.5.2.0 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> installed cmdliner.2.1.0-> retrieved mtime.2.1.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (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 parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved rawlink.2.1, rawlink-lwt.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tuntap.2.0.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved tcpip.9.0.1 (cached)-> retrieved topkg.1.1.1 (cached)-> installed num.1.6-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.21.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed duration.0.2.1-> installed eqaf.0.10-> installed lwt-dllist.1.1.0-> installed macaddr.5.6.2-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed metrics.0.5.0-> installed mirage-mtime.5.2.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ohex.0.2.0-> installed ppx_derivers.1.2.1-> installed psq.0.2.1-> installed randomconv.0.2.0-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed cstruct-unix.6.2.0-> installed digestif.1.3.0-> installed ipaddr.5.6.2-> installed macaddr-cstruct.5.6.2-> installed lru.0.3.1-> installed ipaddr-cstruct.5.6.2-> installed tuntap.2.0.1-> installed alcotest.1.9.1-> installed parsexp.v0.16.0-> installed dune-configurator.3.21.1-> installed sexplib.v0.16.0-> installed mirage-crypto.2.0.3-> installed lwt.5.9.2-> installed mirage-flow.5.0.0-> installed cstruct-lwt.6.2.0-> installed mirage-net.4.0.0-> installed mirage-sleep.4.1.0-> installed lwt_log.1.1.2-> installed logs.0.10.0-> installed menhir.20260209-> installed ethernet.3.2.0-> installed mirage-crypto-rng.2.0.3-> installed arp.4.1.0-> installed tcpip.9.0.1-> installed ppxlib.0.37.0-> installed ppx_cstruct.6.2.0-> installed rawlink.2.1-> installed rawlink-lwt.2.1Done.# To update the current shell environment, run: eval $(opam env)2026-02-20 12:47.38 ---> saved as "e7c3a86d2ab93db55e648f6ce5d05da83d849f4739dcff73563753fd751737c5"/src: (copy (src .) (dst /src))2026-02-20 12:47.39 ---> saved as "689d81a56c60eb3d6021e15cab809c29869f2ae965c20a9aa852b8c089f6b4a5"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Testing `server tests'.This run has ID `A3BPSTYO'.[OK] parsing 0 option codes.[OK] parsing 1 checksum.[OK] parsing 2 long options lists.[OK] parsing 3 pcap.[OK] parsing 4 simple config.[OK] parsing 5 renewal_t in opts.[OK] parsing 6 padding in opts.[OK] parsing 7 collect replies.[OK] parsing 8 host options.[OK] parsing 9 lease database serialization.[OK] parsing 10 DHCP client FQDN.[OK] parsing 11 VI vendor class option.[OK] state progression 0 discover->offer.[OK] state progression 1 discover->offer fixed.[OK] state progression 2 discover->offer no range.[OK] state progression 3 discover->offer no range fixed.[OK] state progression 4 wrong mac address.[OK] state progression 5 request->ack/nak.[OK] state progression 6 request->ack/nak fixed.[OK] state progression 7 request->ack/nak no range.[OK] state progression 8 request->ack/nak no range fixed.Full test results in `/src/_build/default/test/_build/_tests/server tests'.Test Successful in 0.002s. 21 tests run.(cd _build/default/test/client && ./test_client.exe)Testing `client tests'.This run has ID `RP65T77M'.[OK] random input tests 0 random buffer entry to INIT c...[OK] random input tests 1 random buffer entry to SELECT...[OK] random input tests 2 random buffer entry to REQUES...[OK] random input tests 3 random buffer entry to BOUND ...[OK] state progression 0 initializing state machine ge...[OK] state progression 1 dhcp server accepts start pac...[OK] state progression 2 dhcp client doesn't accept DH...[OK] state progression 3 dhcp server offers a lease in...[OK] state progression 4 dhcp client sends a dhcp pack...[OK] state progression 5 dhcp server sends a DHCPACK i...[OK] state progression 6 dhcp client returns lease aft...Full test results in `/src/_build/default/test/client/_build/_tests/client tests'.Test Successful in 0.065s. 11 tests run.ASSERT input succeedsASSERT input succeedsASSERT input succeeds(cd _build/default/test/client/lwt && ./test_client_lwt.exe)Testing `lwt client tests'.This run has ID `WKDO8U7P'.[OK] timeouts 0 more than one dhcpdiscover is sent.Full test results in `/src/_build/default/test/client/lwt/_build/_tests/lwt client tests'.Test Successful in 0.000s. 1 test run.2026-02-20 12:47.40 ---> saved as "78573908fc2b76c29a8972953e46f579a727795333a49c6ce325afbb0532eeda"Job succeeded2026-02-20 12:47.40: Job succeeded