2026-01-09 21:48.22: New job: test mirage/charrua https://github.com/mirage/charrua.git#refs/heads/vendor-identifying (79a4af1350834bb27f30e2bd6975e2132ca0b925) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/charrua.git" -b "vendor-identifying" && cd "charrua" && git reset --hard 79a4af13cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b# debian-13-5.4_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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-domains.base base-effects.base base-nnp.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.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 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.1 macaddr-cstruct.5.6.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 metrics.0.5.0 mirage-crypto.2.0.2 mirage-crypto-rng.2.0.2 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 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-01-09 21:48.22: Using cache hint "mirage/charrua-ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b-debian-13-5.4_x86_32_opam-2.5-3fc4454f83ead870f56fa017543502ae"2026-01-09 21:48.22: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b)(comment debian-13-5.4_x86_32_opam-2.5)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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-domains.base base-effects.base base-nnp.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.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 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.1 macaddr-cstruct.5.6.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 metrics.0.5.0 mirage-crypto.2.0.2 mirage-crypto-rng.2.0.2 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 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-01-09 21:48.22: Waiting for resource in pool OCluster2026-01-09 23:47.48: Waiting for worker…2026-01-09 23:48.05: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 79a4af1 vi_vendor_things should be collected(from ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b' locallydocker.io/ocaml/opam@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b: Pulling from ocaml/opambf2a49c12274: Pulling fs layerdca4f18d8fa1: Pulling fs layerbf2a49c12274: Waiting61a5e29d19d8: Pulling fs layerdca4f18d8fa1: Waitingfe51421e228e: Pulling fs layerf08d504ba988: Pulling fs layerfe51421e228e: Waiting54bed919fa1d: Pulling fs layerf08d504ba988: Waiting54bed919fa1d: Waiting314627a97143: Pulling fs layere021ff7c828a: Pulling fs layer314627a97143: Waiting4de705a4bed9: Pulling fs layere021ff7c828a: Waiting49af77cf5fb6: Pulling fs layer4de705a4bed9: Waiting5c9434b45253: Pulling fs layer49af77cf5fb6: Waiting78b72c8a0ca7: Pulling fs layer5c9434b45253: Waitingb104156bf499: Pulling fs layer78b72c8a0ca7: Waitinge3d7d5db5fd0: Pulling fs layerb104156bf499: Waitinge11023ff4af7: Pulling fs layerad196a63334c: Pulling fs layere11023ff4af7: Waitingb5bede31abbb: Pulling fs layerad196a63334c: Waiting27f50ab4f689: Pulling fs layerb5bede31abbb: Waiting71a7f91ffbff: Pulling fs layer27f50ab4f689: Waiting190efb818579: Pulling fs layer71a7f91ffbff: Waiting5bdec9477c9d: Pulling fs layer190efb818579: Waiting570e93459cdb: Pulling fs layer4f4fb700ef54: Pulling fs layer570e93459cdb: Waiting648dfe082b46: Pulling fs layer4f4fb700ef54: Waitingd222c8cc4d60: Pulling fs layer3fd106caebdc: Pulling fs layer648dfe082b46: Waitingd222c8cc4d60: Waiting3bbba631ea0e: Pulling fs layer3fd106caebdc: Waiting46a8be0a0632: Pulling fs layer505866fe4cd7: Pulling fs layer46a8be0a0632: Waiting3bbba631ea0e: Waitingebc694c942d2: Pulling fs layer505866fe4cd7: Waitinga7c57f0687e8: Pulling fs layerebc694c942d2: Waiting140d8fc2bf28: Pulling fs layera7c57f0687e8: Waitingc9ca4ba68528: Pulling fs layer140d8fc2bf28: Waiting8797d8b2a3d6: Pulling fs layerc9ca4ba68528: Waiting845a0247aca9: Pulling fs layer8797d8b2a3d6: Waiting962c020b46f3: Pulling fs layer845a0247aca9: Waitingfc619b999527: Pulling fs layerf4eab0db5ca8: Pulling fs layerb7cc2554af1f: Pulling fs layerf4eab0db5ca8: Waitingf475288e8a6f: Pulling fs layerb7cc2554af1f: Waitingfc619b999527: Waiting052606ef227a: Pulling fs layerf475288e8a6f: Waitingd17c3dc80cac: Pulling fs layer052606ef227a: Waiting7a431b43ac72: Pulling fs layer132c7e46ef2a: Pulling fs layer7a431b43ac72: Waitingf0a297c742d2: Pulling fs layer132c7e46ef2a: Waitingc4e009441f8a: Pulling fs layerd17c3dc80cac: Waitingf0a297c742d2: Waitingcb1dae2aa4b7: Pulling fs layerc4e009441f8a: Waiting024f9fb51ed4: Pulling fs layercb1dae2aa4b7: Waiting024f9fb51ed4: Waitingbf2a49c12274: Verifying Checksumbf2a49c12274: Download completedca4f18d8fa1: Download completef08d504ba988: Verifying Checksumf08d504ba988: Download complete61a5e29d19d8: Verifying Checksum61a5e29d19d8: Download complete314627a97143: Verifying Checksum314627a97143: Download completefe51421e228e: Verifying Checksumfe51421e228e: Download completee021ff7c828a: Verifying Checksume021ff7c828a: Download complete4de705a4bed9: Verifying Checksum4de705a4bed9: Download complete49af77cf5fb6: Verifying Checksum49af77cf5fb6: Download complete5c9434b45253: Verifying Checksum5c9434b45253: Download complete78b72c8a0ca7: Verifying Checksum78b72c8a0ca7: Download completebf2a49c12274: Pull completedca4f18d8fa1: Pull completeb104156bf499: Verifying Checksumb104156bf499: Download complete61a5e29d19d8: Pull completee3d7d5db5fd0: Verifying Checksume3d7d5db5fd0: Download completee11023ff4af7: Verifying Checksume11023ff4af7: Download completead196a63334c: Verifying Checksumad196a63334c: Download completefe51421e228e: Pull completef08d504ba988: Pull completeb5bede31abbb: Download complete71a7f91ffbff: Verifying Checksum71a7f91ffbff: Download complete27f50ab4f689: Verifying Checksum27f50ab4f689: Download complete5bdec9477c9d: Download complete570e93459cdb: Verifying Checksum570e93459cdb: Download complete190efb818579: Verifying Checksum190efb818579: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete648dfe082b46: Verifying Checksum648dfe082b46: Download completed222c8cc4d60: Download complete3fd106caebdc: Verifying Checksum3fd106caebdc: Download complete3bbba631ea0e: Download complete46a8be0a0632: Download complete505866fe4cd7: Download completea7c57f0687e8: Verifying Checksuma7c57f0687e8: Download completeebc694c942d2: Verifying Checksumebc694c942d2: Download complete140d8fc2bf28: Verifying Checksum140d8fc2bf28: Download completec9ca4ba68528: Download complete8797d8b2a3d6: Verifying Checksum8797d8b2a3d6: Download complete845a0247aca9: Verifying Checksum845a0247aca9: Download completefc619b999527: Verifying Checksumfc619b999527: Download complete54bed919fa1d: Verifying Checksum54bed919fa1d: Download completeb7cc2554af1f: Verifying Checksumb7cc2554af1f: Download completef475288e8a6f: Verifying Checksumf475288e8a6f: Download complete052606ef227a: Verifying Checksum052606ef227a: Download completed17c3dc80cac: Download complete7a431b43ac72: Download complete132c7e46ef2a: Verifying Checksum132c7e46ef2a: Download completef0a297c742d2: Verifying Checksumf0a297c742d2: Download completec4e009441f8a: Verifying Checksumc4e009441f8a: Download completecb1dae2aa4b7: Download completef4eab0db5ca8: Verifying Checksumf4eab0db5ca8: Download complete024f9fb51ed4: Verifying Checksum024f9fb51ed4: Download complete962c020b46f3: Verifying Checksum962c020b46f3: Download complete54bed919fa1d: Pull complete314627a97143: Pull completee021ff7c828a: Pull complete4de705a4bed9: Pull complete49af77cf5fb6: Pull complete5c9434b45253: Pull complete78b72c8a0ca7: Pull completeb104156bf499: Pull completee3d7d5db5fd0: Pull completee11023ff4af7: Pull completead196a63334c: Pull completeb5bede31abbb: Pull complete27f50ab4f689: Pull complete71a7f91ffbff: Pull complete190efb818579: Pull complete5bdec9477c9d: Pull complete570e93459cdb: Pull complete4f4fb700ef54: Pull complete648dfe082b46: Pull completed222c8cc4d60: Pull complete3fd106caebdc: Pull complete3bbba631ea0e: Pull complete46a8be0a0632: Pull complete505866fe4cd7: Pull completeebc694c942d2: Pull completea7c57f0687e8: Pull complete140d8fc2bf28: Pull completec9ca4ba68528: Pull complete8797d8b2a3d6: Pull complete845a0247aca9: Pull complete962c020b46f3: Pull completefc619b999527: Pull completef4eab0db5ca8: Pull completeb7cc2554af1f: Pull completef475288e8a6f: Pull complete052606ef227a: Pull completed17c3dc80cac: Pull complete7a431b43ac72: Pull complete132c7e46ef2a: Pull completef0a297c742d2: Pull completec4e009441f8a: Pull completecb1dae2aa4b7: Pull complete024f9fb51ed4: Pull completeDigest: sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42bStatus: Downloaded newer image for ocaml/opam@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b2026-01-09 23:48.05 ---> using "e66dfd6917105659a930fc56f67cc5dd1c1f2e13e8d2ec56d5d8e6e618d2b61d" from cache/: (comment debian-13-5.4_x86_32_opam-2.5)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-09 23:48.05 ---> using "a79eb4632f91f5ae6a7fe195aba1cf0c069349bc013efe12c0cff9a9027ed3c4" 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-01-09 23:48.05 ---> using "ec7b6d5914c4ff17382e11de8851fe96056c05562913f1970b22f3450139ee07" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-01-09 23:48.05 ---> using "099c69494545cafe0f7b94acb56a04082f1e08c37df22f57d9f8e63042554074" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-09 23:48.05 ---> using "a48f470f8b041592fade31afba7ed44d3ecef05fcd7949e61b52b0986a36deaf" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD3e41859015..a6b2f19780 master -> origin/master2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-09 23:48.05 ---> using "26e752d21bcb8ba3ff2057faaf20be54d83d99197839e02ff3909c30218b4821" from cache/src: (copy (src charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam)(dst ./))2026-01-09 23:48.06 ---> saved as "72a6c4c52c8084c4b46625441e607d3ccf263cb89af04950c1eaf3384928c30b"/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-01-09 23:48.18 ---> saved as "0c872e2cbaa337f640a88bde2ef566415a8ed85f4a854efcc0b80dd8cab087ad"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-09 23:48.18 ---> saved as "11c0131a34ef2bfd6dfeab73ae067f3b829cf0079cb270816cba9a76cf46b784"/src: (env DEPS "alcotest.1.9.1 arp.4.1.0 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 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.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 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.1 macaddr-cstruct.5.6.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 metrics.0.5.0 mirage-crypto.2.0.2 mirage-crypto-rng.2.0.2 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 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://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [86.3 kB]- Fetched 177 kB in 2s (78.9 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-option-bytecode-only 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).# To update the current shell environment, run: eval $(opam env)2026-01-09 23:48.43 ---> saved as "59b9c2ffe9bcc24052b78c5e1d345b48761123beeb41d7d569b4e612802d194d"/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-option-bytecode-only 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 63 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.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install eqaf 0.10- install ethernet 3.2.0- install fmt 0.11.0- install ipaddr 5.6.1- install ipaddr-cstruct 5.6.1- 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.1- install macaddr-cstruct 5.6.1- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install metrics 0.5.0- install mirage-crypto 2.0.2- install mirage-crypto-rng 2.0.2- 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.17.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 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 cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.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.1, ipaddr-cstruct.5.6.1, macaddr.5.6.1, macaddr-cstruct.5.6.1 (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 menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved metrics.0.5.0 (cached)-> retrieved mirage-crypto.2.0.2, mirage-crypto-rng.2.0.2 (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)-> retrieved mtime.2.1.0 (cached)-> retrieved num.1.6 (cached)-> installed cmdliner.2.1.0-> retrieved ocaml-compiler-libs.v0.17.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 parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved randomconv.0.2.0 (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 tcpip.9.0.1 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (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 mtime.2.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed csexp.1.5.2-> 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.1-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed cppo.1.8.0-> installed metrics.0.5.0-> installed mirage-mtime.5.2.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 cstruct-unix.6.2.0-> installed macaddr-cstruct.5.6.1-> installed ocplib-endian.1.2-> installed lru.0.3.1-> installed ipaddr.5.6.1-> installed ipaddr-cstruct.5.6.1-> installed tuntap.2.0.1-> installed digestif.1.3.0-> installed parsexp.v0.16.0-> installed sexplib.v0.16.0-> installed dune-configurator.3.20.2-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-compiler-libs.v0.17.0-> installed alcotest.1.9.1-> installed mirage-crypto.2.0.2-> installed lwt.5.9.2-> installed mirage-flow.5.0.0-> installed mirage-net.4.0.0-> installed cstruct-lwt.6.2.0-> installed mirage-sleep.4.1.0-> installed lwt_log.1.1.2-> installed logs.0.10.0-> installed ethernet.3.2.0-> installed arp.4.1.0-> installed mirage-crypto-rng.2.0.2-> installed tcpip.9.0.1-> installed menhir.20250912-> 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-01-09 23:53.04 ---> saved as "e784cd653cca520c9751e4a543b3bd398de1abc03fc8e312fd22da41b5f5a3c7"/src: (copy (src .) (dst /src))2026-01-09 23:53.05 ---> saved as "052b99ceccab7d60a6d627c7696c9e8e4bdbfe45391755222be26e5dec7cedc5"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/client/lwt && ./test_client_lwt.exe)Testing `lwt client tests'.This run has ID `FAVKVVJL'.[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.005s. 1 test run.(cd _build/default/test/client && ./test_client.exe)Testing `client tests'.This run has ID `U47T44YE'.[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.167s. 11 tests run.ASSERT input succeedsASSERT input succeedsASSERT input succeeds(cd _build/default/test && ./test.exe)Testing `server tests'.This run has ID `OKH771LK'.[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.013s. 21 tests run.2026-01-09 23:53.13 ---> saved as "9881cc5b1c9236cfd3f1a35fb949370f80137dcdeddfe8eb808bf0fdc12a079c"Job succeeded2026-01-09 23:53.13: Job succeeded