2026-01-07 15:22.27: New job: test mirage/mirage-net-solo5 https://github.com/mirage/mirage-net-solo5.git#refs/pull/48/head (cda84fec8f897997d5f730af829183472ca6a7b5) (linux-x86_64:debian-13-4.14+flambda_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:030f6e17bf37bd3d34a94989132a94290e60c3a09ee8e86d3566a3452ad93d1aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-net-solo5.git" && cd "mirage-net-solo5" && git fetch origin "refs/pull/48/head" && git reset --hard cda84feccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:030f6e17bf37bd3d34a94989132a94290e60c3a09ee8e86d3566a3452ad93d1a# debian-13-4.14+flambda_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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 ipaddr.5.6.1 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+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.4 --depext-only -y mirage-net-solo5.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-07 15:22.27: Using cache hint "mirage/mirage-net-solo5-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:030f6e17bf37bd3d34a94989132a94290e60c3a09ee8e86d3566a3452ad93d1a-debian-13-4.14+flambda_opam-2.4-e19dbd20a3be1429caa9820efc26065f"2026-01-07 15:22.27: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:030f6e17bf37bd3d34a94989132a94290e60c3a09ee8e86d3566a3452ad93d1a)(comment debian-13-4.14+flambda_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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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 (network host)(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.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 ipaddr.5.6.1 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+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.4 --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-01-07 15:22.27: Waiting for resource in pool OCluster2026-01-07 19:11.16: Waiting for worker…2026-01-07 19:16.42: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at cda84fe Hack it so we only have one listener at a time(from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:030f6e17bf37bd3d34a94989132a94290e60c3a09ee8e86d3566a3452ad93d1a)2026-01-07 19:16.43 ---> using "5ec487cd01cb7da3d76bd6a5d98d77a9d3a0211812bded7e1df4fcff3e176a70" from cache/: (comment debian-13-4.14+flambda_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"))2026-01-07 19:16.43 ---> using "95b3f87b02bc2f0c30922f4856c4a595406bdafaaf1c6fa0a4b345b63ffb2002" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-07 19:16.43 ---> using "becad6baff47c01798f6cc3d7fd86151a0aa83193fbddedd0457b2db12002c11" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.4.12026-01-07 19:16.43 ---> using "ecfb52414efe1537dc20a3e11def36356ced8f57e45d2a6e661ed03c38e23bb6" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-07 19:16.43 ---> using "747dd3f20d18ebc0ce4dffc8068b84331c6884feb7e0f9b1bb9c480b8bbd4081" 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_HEADee48e882f0..2dee2fe30d 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-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.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-01-07 19:16.43 ---> using "4c54cf66c70b8126c2871dec97dd6adc0626551224c543dc00b6203a5dc6e685" from cache/src: (copy (src mirage-net-solo5.opam) (dst ./))2026-01-07 19:16.43 ---> saved as "23c9ac6b82ba483fb5645d489d357d327e553d6872a76e37527868c32deb936f"/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-01-07 19:16.44 ---> saved as "bbd6af797a0b2c914ebccf69a446c87cfa755b3d663c278244cfa767f924f128"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-07 19:16.44 ---> saved as "c9a1d3b68cf12b5ff7f4f0b348dc37b699e33e612fdf10523888873001603687"/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.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 ipaddr.5.6.1 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-solo5.0.10.0 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+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.4 --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 [94.5 kB]- Fetched 185 kB in 0s (2265 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.2+options).[NOTE] Package ocaml-config is already installed (current version is 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).2026-01-07 19:16.52 ---> saved as "809c29f7988f722764434a8dec5684c9bbcc2797d113a93957d09ca7bef21180"/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.2+options).[NOTE] Package ocaml-config is already installed (current version is 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 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.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install fmt 0.11.0- install ipaddr 5.6.1- install logs 0.10.0- install lwt 5.9.2- install macaddr 5.6.1- install metrics 0.5.0- install metrics-lwt 0.5.0- install mirage-net 4.0.0- install mirage-runtime 4.10.4- 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.2.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved metrics.0.5.0, metrics-lwt.0.5.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mirage-solo5.0.10.0 (cached)-> retrieved mirage-runtime.4.10.4 (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.20.2, dune-configurator.3.20.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.20.2-> installed bheap.2.0.0-> installed duration.0.2.1-> installed macaddr.5.6.1-> 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.1-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> 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.4-> installed mirage-solo5.0.10.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-07 19:17.34 ---> saved as "e0f1a94b26024a59781de1377e89f8ef4a4e97745c351d03bc314c089cd449bc"/src: (copy (src .) (dst /src))2026-01-07 19:17.34 ---> saved as "cf0e81daa7f8118f1f022c13dde534fb0fada697eb23a43db9689caddaeb0d87"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-01-07 19:17.35 ---> saved as "89f693422551c2b696040393f990de2642c418a73ee8323e73bf2ac277cf3d22"Job succeeded2026-01-07 19:17.35: Job succeeded