2025-11-05 15:32.03: New job: test mirage/charrua https://github.com/mirage/charrua.git#refs/heads/prepare-v2.1.1 (ba1542b94dfd88115cf92d596e453090846b9141) (linux-x86_64:ubuntu-22.04-5.4_opam-2.4)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/charrua.git" -b "prepare-v2.1.1" && cd "charrua" && git reset --hard ba1542b9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06# ubuntu-22.04-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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.0.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-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.17.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.17.0 sexplib0.v0.17.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.4 --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-BLOCK2025-11-05 15:32.03: Using cache hint "mirage/charrua-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06-ubuntu-22.04-5.4_opam-2.4-b0c8898db2b91238980a4e3cd9526d10"2025-11-05 15:32.03: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)(comment ubuntu-22.04-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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.0.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-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.17.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.17.0 sexplib0.v0.17.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.4 --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")))2025-11-05 15:32.03: Waiting for resource in pool OCluster2025-11-05 22:45.36: Waiting for worker…2025-11-05 22:49.07: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at ba1542b Update CHANGES.md with v2.1.1 changes(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06' locallydocker.io/ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06: Pulling from ocaml/opamaf6eca94c810: Already exists35874924aa0a: Pulling fs layer1addcd43e9a2: Pulling fs layer4f73c2db8363: Pulling fs layer4386d8dbb832: Pulling fs layer4e40c047c9eb: Pulling fs layere02efa5fbeb0: Pulling fs layerddb408812e3f: Pulling fs layer4386d8dbb832: Waiting4e40c047c9eb: Waiting3122a3b1669b: Pulling fs layere02efa5fbeb0: Waitinga394d8c5d250: Pulling fs layerddb408812e3f: Waitingdeae410034d9: Pulling fs layere17c1588711b: Pulling fs layer3122a3b1669b: Waitingda8af7f5fb44: Pulling fs layera394d8c5d250: Waitingbfd2caa5d08a: Pulling fs layere17c1588711b: Waiting6674449ba421: Pulling fs layerda8af7f5fb44: Waiting18743c2bcc1d: Pulling fs layerdeae410034d9: Waiting18743c2bcc1d: Waiting4f4fb700ef54: Pulling fs layer841888816ae9: Pulling fs layer18d400b6558e: Pulling fs layerf8a56eb6c4e2: Pulling fs layer841888816ae9: Waiting4f4fb700ef54: Waitingf8a56eb6c4e2: Waiting354be8b6a247: Pulling fs layera4ee84fc0560: Pulling fs layer354be8b6a247: Waiting3ab29b33bf13: Pulling fs layera4ee84fc0560: Waiting715dd9367ae6: Pulling fs layer0060360391df: Pulling fs layer6fb01c13bb1d: Pulling fs layer715dd9367ae6: Waiting0060360391df: Waiting0471be7f3e23: Pulling fs layer83424cbee6cd: Pulling fs layer6fb01c13bb1d: Waiting3e0dde388c17: Pulling fs layer5e876cc3ea93: Pulling fs layer0471be7f3e23: Waiting83424cbee6cd: Waiting8a56b0f3a658: Pulling fs layera038a235e8ed: Pulling fs layer5e876cc3ea93: Waiting8a56b0f3a658: Waitingb16488f1f0cc: Pulling fs layere979953453c3: Pulling fs layera038a235e8ed: Waitingb9538eec7973: Pulling fs layerb8bddb841adb: Pulling fs layer9b69d238a3b5: Pulling fs layerfc04645d1583: Pulling fs layerb9538eec7973: Waiting65ab179b94ad: Pulling fs layerb8bddb841adb: Waiting9b69d238a3b5: Waitingd38ca75d3d80: Pulling fs layerdf883b603c31: Pulling fs layerfc04645d1583: Waiting8c9bbc0e6dc0: Pulling fs layerd38ca75d3d80: Waiting65ab179b94ad: Waitingdf883b603c31: Waiting8bd34f75a024: Pulling fs layer6c8931cda24b: Pulling fs layer8c9bbc0e6dc0: Waiting8bd34f75a024: Waiting48a972d49be7: Pulling fs layer35874924aa0a: Pull complete4386d8dbb832: Verifying Checksum4386d8dbb832: Download complete1addcd43e9a2: Download complete1addcd43e9a2: Pull complete4f73c2db8363: Verifying Checksum4f73c2db8363: Download completee02efa5fbeb0: Verifying Checksume02efa5fbeb0: Download completeddb408812e3f: Verifying Checksumddb408812e3f: Download complete4f73c2db8363: Pull complete4386d8dbb832: Pull complete4e40c047c9eb: Verifying Checksum4e40c047c9eb: Download complete3122a3b1669b: Verifying Checksum3122a3b1669b: Download completea394d8c5d250: Verifying Checksuma394d8c5d250: Download completeda8af7f5fb44: Verifying Checksumda8af7f5fb44: Download completebfd2caa5d08a: Verifying Checksumbfd2caa5d08a: Download completedeae410034d9: Verifying Checksumdeae410034d9: Download completee17c1588711b: Verifying Checksume17c1588711b: Download complete4f4fb700ef54: Download complete6674449ba421: Download complete841888816ae9: Verifying Checksum841888816ae9: Download complete18743c2bcc1d: Download completef8a56eb6c4e2: Verifying Checksumf8a56eb6c4e2: Download complete18d400b6558e: Download complete354be8b6a247: Download completea4ee84fc0560: Verifying Checksuma4ee84fc0560: Download complete3ab29b33bf13: Verifying Checksum3ab29b33bf13: Download complete0060360391df: Verifying Checksum0060360391df: Download complete6fb01c13bb1d: Download complete715dd9367ae6: Download complete3e0dde388c17: Verifying Checksum3e0dde388c17: Download complete0471be7f3e23: Verifying Checksum0471be7f3e23: Download complete83424cbee6cd: Verifying Checksum83424cbee6cd: Download complete5e876cc3ea93: Verifying Checksum5e876cc3ea93: Download completea038a235e8ed: Download completee979953453c3: Download complete8a56b0f3a658: Download completeb8bddb841adb: Download complete9b69d238a3b5: Verifying Checksum9b69d238a3b5: Download complete4e40c047c9eb: Pull completee02efa5fbeb0: Pull completeddb408812e3f: Pull completefc04645d1583: Download complete3122a3b1669b: Pull completeb16488f1f0cc: Verifying Checksumb16488f1f0cc: Download completed38ca75d3d80: Verifying Checksumd38ca75d3d80: Download completea394d8c5d250: Pull complete65ab179b94ad: Verifying Checksum65ab179b94ad: Download completedeae410034d9: Pull completedf883b603c31: Verifying Checksumdf883b603c31: Download completee17c1588711b: Pull complete8bd34f75a024: Verifying Checksum8bd34f75a024: Download completeda8af7f5fb44: Pull completebfd2caa5d08a: Pull complete6674449ba421: Pull complete18743c2bcc1d: Pull complete6c8931cda24b: Verifying Checksum6c8931cda24b: Download complete4f4fb700ef54: Pull complete841888816ae9: Pull complete18d400b6558e: Pull completef8a56eb6c4e2: Pull complete354be8b6a247: Pull complete48a972d49be7: Verifying Checksum48a972d49be7: Download completea4ee84fc0560: Pull complete3ab29b33bf13: Pull complete715dd9367ae6: Pull complete0060360391df: Pull complete6fb01c13bb1d: Pull complete0471be7f3e23: Pull complete83424cbee6cd: Pull complete3e0dde388c17: Pull complete5e876cc3ea93: Pull complete8a56b0f3a658: Pull completea038a235e8ed: Pull complete8c9bbc0e6dc0: Verifying Checksum8c9bbc0e6dc0: Download completeb9538eec7973: Verifying Checksumb9538eec7973: Download completeb16488f1f0cc: Pull completee979953453c3: Pull completeb9538eec7973: Pull completeb8bddb841adb: Pull complete9b69d238a3b5: Pull completefc04645d1583: Pull complete65ab179b94ad: Pull completed38ca75d3d80: Pull completedf883b603c31: Pull complete8c9bbc0e6dc0: Pull complete8bd34f75a024: Pull complete6c8931cda24b: Pull complete48a972d49be7: Pull completeDigest: sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06Status: Downloaded newer image for ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be062025-11-05 22:49.07 ---> using "375f7ea603b3a165957a286115e0ff93cc1b4b2b25160efeed90a01ee65cdc60" from cache/: (comment ubuntu-22.04-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 22:49.07 ---> using "ea97c2a0fb232af302182b803f58e26f48ac3bed2d39105664bd3b7048eea6f6" 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.Continue? [Y/n] yThis 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.[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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-05 22:49.07 ---> using "733761f0461ddddd36484d772896e4743caba423d1992f7c57256b627f5ca729" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 5.4.02.4.12025-11-05 22:49.07 ---> using "54f907621342151627fc36ab9ba6f1563e6a61cbbdde4baff5ef5406a73bd577" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 22:49.07 ---> using "8778e6eee76774959ee29badf06d7a137a05001eb132b558ca8edbf37fa8fd2a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..70d1dfb3b8 master -> origin/master70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0<><> 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)2025-11-05 22:49.07 ---> using "a736284f31d0d8a656198c6367dbd46bfd9f2d18031e2381d3a9563040e0e620" from cache/src: (copy (src charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam)(dst ./))2025-11-05 22:49.07 ---> using "baba34d79c5b23ce459e6039b4a7ac718846981db1d36b14993f89ee95d72039" from cache/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)2025-11-05 22:49.07 ---> using "b20d73af7fa0d56097614119e9e7041f9341510974c3bbfe8109f954b4b1b75f" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 22:49.07 ---> using "a7112d748b02833f9fa75937bcf57e8e1475065cc467d87380f859eb3aaa18c9" from cache/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.0.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-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.17.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.17.0 sexplib0.v0.17.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.4 --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 jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.2 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6161 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1594 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3855 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1288 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5963 kB]- Get:11 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [60.9 kB]- Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3520 kB]- Fetched 22.9 MB in 2s (12.1 MB/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 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).2025-11-05 22:49.07 ---> using "39b3a889807effcf8ea3627b35c7bd0742d71bfac21a5b036c24d49103b6f44e" 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 63 packages- install alcotest 1.9.1- install arp 4.1.0- install astring 0.8.5- install base-bytes base- install cmdliner 2.0.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.17.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.17.0- install sexplib0 v0.17.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.0.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.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 digestif.1.3.0 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (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)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> installed cmdliner.2.0.0-> 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.17.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 ppxlib.0.37.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.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.20.2-> 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.1-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed metrics.0.5.0-> installed mirage-mtime.5.2.0-> installed ocaml-compiler-libs.v0.17.0-> 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.17.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.1-> installed macaddr-cstruct.5.6.1-> installed lru.0.3.1-> installed ipaddr-cstruct.5.6.1-> installed tuntap.2.0.1-> installed alcotest.1.9.1-> installed parsexp.v0.17.0-> installed dune-configurator.3.20.2-> installed sexplib.v0.17.0-> 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 mirage-crypto-rng.2.0.2-> installed arp.4.1.0-> 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)2025-11-05 22:49.07 ---> using "89e4371bfea8450dcc147e6923d193583b6ea5d67342e9512a211e2752c1a056" from cache/src: (copy (src .) (dst /src))2025-11-05 22:49.08 ---> saved as "dd5ca223445836406f95bc16c0b18e9e78c66d638dfa36a681a08240f076e21d"/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 `UGALG86R'.[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.(cd _build/default/test && ./test.exe)Testing `server tests'.This run has ID `Q9BKZL9S'.[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] 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. 20 tests run.(cd _build/default/test/client && ./test_client.exe)Testing `client tests'.This run has ID `KH5NTLGE'.[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.054s. 11 tests run.ASSERT input succeedsASSERT input succeedsASSERT input succeeds2025-11-05 22:49.10 ---> saved as "378f716a312b4806a9618b374bfc56bd9d69275b7b8f8085bd69d1525cfd7114"Job succeeded2025-11-05 22:49.10: Job succeeded