2026-04-14 08:12.14: New job: test mirage/mirage-net-solo5 https://github.com/mirage/mirage-net-solo5.git#refs/pull/49/head (37ef3776551d41893a85d2f0f291fda0b081ebb0) (linux-x86_64:debian-13-4.14+flambda_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-net-solo5.git" && cd "mirage-net-solo5" && git fetch origin "refs/pull/49/head" && git reset --hard 37ef3776 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88 # debian-13-4.14+flambda_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-net-solo5.opam ./ RUN opam pin add -yn mirage-net-solo5.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 fmt.0.11.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.4.14.3 ocaml-config.2 ocaml-variants.4.14.3+options 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-solo5.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-14 08:12.14: Using cache hint "mirage/mirage-net-solo5-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88-debian-13-4.14+flambda_opam-2.5-8562200fe460ac74d7fbb80df80045b9" 2026-04-14 08:12.14: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88) (comment debian-13-4.14+flambda_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-net-solo5.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-net-solo5.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 fmt.0.11.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.4.14.3 ocaml-config.2 ocaml-variants.4.14.3+options 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-solo5.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-14 08:12.14: Waiting for resource in pool OCluster 2026-04-14 10:18.46: Waiting for worker… 2026-04-14 10:20.23: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 37ef377 limit number of concurrently processed packets (from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88' locally docker.io/ocaml/opam@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88: Pulling from ocaml/opam a7730063fcfe: Already exists 1a27fd2181de: Already exists c29591c91388: Already exists 356a64daa753: Already exists ac02f8f2062b: Already exists aaa2f390e4c8: Already exists b668811757f6: Already exists 32fd4e1a774f: Already exists b1d486fb8fdf: Already exists cf8a2024f299: Already exists 8c4a5dac67c3: Already exists 6adfe24d7b40: Already exists dccd6e3c0589: Already exists 2ee4bcb55cd4: Already exists 2dc3b58478d7: Already exists daf15e5c44c6: Already exists 564e978a8088: Already exists 564e978a8088: Already exists 25a652a8c456: Already exists b3bfea7bff3f: Already exists a00f2937f570: Already exists 78bd1737ebff: Already exists 4f4fb700ef54: Already exists 4291a055edd7: Already exists 3c2b2836d59a: Already exists 7b3e96544a52: Already exists c72503effb14: Already exists bca08df11a10: Already exists 2ab0829b2daf: Already exists 1d246d4da211: Already exists a09cb4870027: Already exists 2ce07b4fe7c0: Already exists 6b96f28d505e: Already exists b6ad36bba9bf: Already exists 56d62791a0f9: Already exists 4d60780055d1: Already exists 43f57a7c44cb: Already exists f21057dc4e85: Already exists e0d2ca1300ed: Already exists 9da2f7598f8e: Already exists cb569bb28593: Already exists c35a156f8c8c: Pulling fs layer cd4659cecde9: Pulling fs layer c35a156f8c8c: Waiting dbb3c6331024: Pulling fs layer cd4659cecde9: Waiting 9a75e7905027: Pulling fs layer dbb3c6331024: Waiting 9a75e7905027: Waiting cd4659cecde9: Verifying Checksum cd4659cecde9: Download complete dbb3c6331024: Download complete 9a75e7905027: Verifying Checksum 9a75e7905027: Download complete c35a156f8c8c: Verifying Checksum c35a156f8c8c: Download complete c35a156f8c8c: Pull complete cd4659cecde9: Pull complete dbb3c6331024: Pull complete 9a75e7905027: Pull complete Digest: sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88 Status: Downloaded newer image for ocaml/opam@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88 2026-04-14 10:20.23 ---> using "56f369bc7c73ce6f148f0a2f412d9c3c7c780db13a6ec27166a36753d4875a52" from cache /: (comment debian-13-4.14+flambda_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-14 10:20.23 ---> using "087ed943498ca8425bbfcdbb4626243bbb1e20c97fad6beb9fa73dbfd9213294" 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] y [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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-14 10:20.23 ---> using "441cbf86a1a9aa9170c8a971e5eae1f82cb9490c691d2410c5ae67cca3173687" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.14.3 2.5.0 2026-04-14 10:20.23 ---> using "a90eb38da1e52aab49f43fe140d5dee664d6e84900211ead7be06dc1d4786331" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-14 10:20.23 ---> using "44d363dbd17fb794423c81b4e021ff25b87f13aa64be5abbecd5b894c6a4d7ee" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..23068bb422 master -> origin/master 5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2 <><> 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-14 10:20.23 ---> using "e1e8148df3b6a891bf3504772bd3ab2c83ef68ff9976f0e239883dc5848760b2" from cache /src: (copy (src mirage-net-solo5.opam) (dst ./)) 2026-04-14 10:20.23 ---> saved as "945dccdbfff0a9653f6ce14d6518e486ad6e2870adc4755785c1b55f2aa15fde" /src: (run (network host) (shell "opam pin add -yn mirage-net-solo5.dev './'")) [mirage-net-solo5.dev] synchronised (file:///src) mirage-net-solo5 is now pinned to file:///src (version dev) 2026-04-14 10:20.25 ---> saved as "bc79c35090aae4ca9ad70d3bf1af2d88bcd54b589874477d62ce577795d65d48" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-14 10:20.25 ---> saved as "2dabe8aedd5e0363a3ee123ad913001cf4e7dbd31c07072243112ccaebcfbc85" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.2 dune-configurator.3.22.2 duration.0.3.0 fmt.0.11.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.4.14.3 ocaml-config.2 ocaml-variants.4.14.3+options 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-solo5.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 amd64 Packages [123 kB] - Fetched 213 kB in 0s (708 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-net-solo5.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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-04-14 10:20.33 ---> saved as "2b05217ad8ede398850fabcc2f3fab01176de883142bfb209d8a38b46c99f5f4" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 25 packages - install base-bytes base - install bheap 2.0.0 - install cmdliner 2.1.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install domain-name 0.5.0 - install dune 3.22.2 - install dune-configurator 3.22.2 - install duration 0.3.0 - install fmt 0.11.0 - install ipaddr 5.6.2 - install logs 0.10.0 - install lwt 6.1.1 - install macaddr 5.6.2 - install metrics 0.5.0 - install metrics-lwt 0.5.0 - install mirage-net 4.0.0 - install mirage-runtime 4.10.5 - install mirage-sleep 4.1.0 - install mirage-solo5 0.10.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bheap.2.0.0 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved domain-name.0.5.0 (cached) -> retrieved duration.0.3.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved metrics.0.5.0, metrics-lwt.0.5.0 (cached) -> retrieved lwt.6.1.1 (cached) -> retrieved mirage-net.4.0.0 (cached) -> retrieved mirage-sleep.4.1.0 (cached) -> retrieved mirage-solo5.0.10.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved mirage-runtime.4.10.5 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed dune.3.22.2 -> installed bheap.2.0.0 -> installed duration.0.3.0 -> installed macaddr.5.6.2 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed domain-name.0.5.0 -> installed metrics.0.5.0 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.2 -> installed dune-configurator.3.22.2 -> installed lwt.6.1.1 -> installed mirage-net.4.0.0 -> installed mirage-sleep.4.1.0 -> installed logs.0.10.0 -> installed metrics-lwt.0.5.0 -> installed mirage-runtime.4.10.5 -> installed mirage-solo5.0.10.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-14 10:21.23 ---> saved as "7ff91101a71d7f470fcb84c3d685c2e58f582d88238e72afcdf405eefb31e2c6" /src: (copy (src .) (dst /src)) 2026-04-14 10:21.24 ---> saved as "b60fdf7b8cf9caa30b4eba88c7e3c8c4c87785032a4b08e4bf6d956e97c3c900" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-14 10:21.24 ---> saved as "b9631a65f19b0c1688ab54a44a5905562181246d3431478a69699b202f67c343" Job succeeded 2026-04-14 10:21.24: Job succeeded