2026-04-03 11:38.07: New job: test mirage/mirage-net https://github.com/mirage/mirage-net.git#refs/heads/main (c4ae15913557c068034e0701bcf6a38702db9ba1) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5) Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-net.git" -b "main" && cd "mirage-net" && git reset --hard c4ae1591 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67 # ubuntu-25.10-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-net.opam ./ RUN opam pin add -yn mirage-net.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 lwt.6.1.1 macaddr.5.6.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-net.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-03 11:38.07: Using cache hint "mirage/mirage-net-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67-ubuntu-25.10-5.4_opam-2.5-9e238e3b825a498af3364338981883b4" 2026-04-03 11:38.07: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67) (comment ubuntu-25.10-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 mirage-net.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-net.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 lwt.6.1.1 macaddr.5.6.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1") (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 mirage-net.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:38.07: Waiting for resource in pool OCluster 2026-04-03 21:02.21: Waiting for worker… 2026-04-03 21:04.30: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at c4ae159 Merge pull request #27 from hannesm/add-maint (from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67' locally docker.io/ocaml/opam@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67: Pulling from ocaml/opam 16c195d4c5e9: Already exists eef1e591e8a9: Already exists 475b07e782b4: Already exists 18fb99e993e1: Already exists ca37c6a45798: Already exists c57691858953: Already exists 5512f1558e14: Already exists 43fe003df081: Already exists 6e925d30090e: Already exists 3417bab79df5: Already exists 0aa36f5a555a: Already exists 474fc3d17365: Already exists 49a3768a5f63: Already exists c5abc7eafdff: Already exists 62941fb37fba: Already exists 378967450a13: Already exists b77cfa4e2ae3: Already exists cb268f925fd0: Already exists cb268f925fd0: Already exists 3bf4591bde94: Already exists 34a47fe3891d: Already exists 0e9e8d8d7a8c: Already exists 024b2f94e104: Already exists 4f4fb700ef54: Already exists 071fbbcf50f3: Already exists b43a2046bab2: Already exists f34036196a91: Already exists b07913c71979: Already exists f1c987ef231c: Already exists 1a8485ec060a: Already exists aa1dac00c891: Already exists 215e9614a861: Already exists 117130324f1d: Already exists edf62db1b518: Already exists 0db4778affc6: Already exists a7061a59a18a: Already exists 1a46a132d40e: Already exists e461a5dda351: Already exists baef187c60a6: Already exists 60fb67301e08: Already exists bf681241fc68: Already exists 23eaa9b4d484: Already exists 1c659a6a7694: Already exists dba14649d85a: Already exists 141dacab2962: Already exists 77e0ad4866d4: Already exists 401d82f13ac3: Already exists 29458acfee8b: Already exists 0f86b9a8699c: Already exists Digest: sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67 Status: Downloaded newer image for ocaml/opam@sha256:fef8e549d57e6bc872bbfcde9f96e896c31281f4865349518cb000e3667d4a67 2026-04-03 21:04.31 ---> using "a781d67ad57eb4ac231790d4a694bd40cad33d7e4b31ef1def44795689b32c1f" from cache /: (comment ubuntu-25.10-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 21:04.31 ---> using "abe213cdc34cea893280fdf44cd1cad04b0a7e440d2650b191efdd05f6df5c7e" 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. [NOTE] The 'jobs' option was reset, its value was 255 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=255 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-03 21:04.31 ---> using "7659bfa6fdb9326b707eb9973ad8bcdf27440a4236f27ab86e5cd85886d159d5" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-173-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-04-03 21:04.31 ---> using "d964b47b2ae170f14fe1436dc3eb59c3e2c6b43393eaab8966e7fb9cece21c97" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 21:04.31 ---> using "ee14fa90ac6cc53c98770e42e923950defb8fc6d617d34e15b97a90e3fef1b0c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4f056bfedf..d28e8bf13a master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-04-03 21:04.31 ---> using "e7b466c670222e6a8ccf26455eac93931dfbbb1a12efc34d1a1908ec75b34705" from cache /src: (copy (src mirage-net.opam) (dst ./)) 2026-04-03 21:04.31 ---> saved as "2330678443117d4c36f1b02304a57bbe7bd7195f3871548123956665f4bc0362" /src: (run (network host) (shell "opam pin add -yn mirage-net.dev './'")) [mirage-net.dev] synchronised (file:///src) mirage-net is now pinned to file:///src (version dev) 2026-04-03 21:04.35 ---> saved as "069d2bb0f3251921c2ac0d187884c6aafa0a74882c9cba1ecb921c21c5647bac" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 21:04.36 ---> saved as "37bab4236e5af74ad92441d19deb01e15123abea1ecfd3eed54e9f1ba95c1cdd" /src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 lwt.6.1.1 macaddr.5.6.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 topkg.1.1.1") /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 mirage-net.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://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [5979 B] - Get:6 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [471 kB] - Get:7 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [338 kB] - Get:8 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [340 kB] - Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [239 kB] - Get:10 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [237 kB] - Get:11 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [264 kB] - Fetched 2300 kB in 1s (4096 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-net.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). # To update the current shell environment, run: eval $(opam env) 2026-04-03 21:05.06 ---> saved as "59833ed8c6f1cbb7198addc17f1f17f9d7309e41d12f1b0ba1dd3b51f173804a" /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 13 packages - install base-bytes base - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.22.1 - install dune-configurator 3.22.1 - install fmt 0.11.0 - install lwt 6.1.1 - install macaddr 5.6.2 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved lwt.6.1.1 (cached) -> retrieved macaddr.5.6.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed dune.3.22.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed macaddr.5.6.2 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.22.1 -> installed lwt.6.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-03 21:07.20 ---> saved as "b7e3158349b0c46ba58dc9b23b77f8ea950c041712c96ca8ec4a158177d468ec" /src: (copy (src .) (dst /src)) 2026-04-03 21:07.20 ---> saved as "0d6a8d0300af1c78e8fc5055ad020c695fe4190dbd68cd7466a8db6e0044e9e6" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-03 21:07.21 ---> saved as "17f8309119f45c205e2a3e8054d96424ed969a5473ed50b096800c7c04671d45" Job succeeded 2026-04-03 21:07.21: Job succeeded