2026-04-03 11:38.06: New job: test mirage/mirage-net-solo5 https://github.com/mirage/mirage-net-solo5.git#refs/heads/main (3a9e186b61e934a8170eded5b3e756d4e6a0694e) (linux-x86_64:fedora-42-4.14_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-net-solo5.git" -b "main" && cd "mirage-net-solo5" && git reset --hard 3a9e186b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c # fedora-42-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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-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.1 dune-configurator.3.22.1 duration.0.2.1 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-base-compiler.4.14.3 ocaml-config.2 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-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-03 11:38.06: Using cache hint "mirage/mirage-net-solo5-ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c-fedora-42-4.14_opam-2.5-6d0d10da8802c2dd67c3d74038834c44" 2026-04-03 11:38.06: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c) (comment fedora-42-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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-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.1 dune-configurator.3.22.1 duration.0.2.1 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-base-compiler.4.14.3 ocaml-config.2 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-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-03 11:38.06: Waiting for resource in pool OCluster 2026-04-03 21:01.34: Waiting for worker… 2026-04-03 21:03.03: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at 3a9e186 Merge pull request #46 from hannesm/add-maint (from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c) 2026-04-03 21:03.03 ---> using "44f1cb10c69e1b35dfc0df6b713e7e500ed17f28146321c7d88e072120c36624" from cache /: (comment fedora-42-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 - Updates 100% | 51.0 KiB/s | 20.3 KiB | 00m00s Fedora 42 - x86_64 100% | 80.6 KiB/s | 22.4 KiB | 00m00s Fedora 42 openh264 (From Cisco) - x86_ 100% | 7.2 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-04-03 21:03.03 ---> using "d744e315ef8eb40b3230f43f701ca8d3d2b41c46e4e03ea91955855077feb6e1" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-03 21:03.03 ---> using "dfb864731ec4bbfef0572266c2a6a7218d6a1b23d4e908e66ab342275000b982" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-04-03 21:03.03 ---> using "323893d982682c5b14096989181ce32b8633f77cf28be2ce8539a7e44beadb61" 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-03 21:03.03 ---> using "7675d3f5ac0869676693e80a05873a0684bbfc7e1835169107d2f9451d200446" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 21:03.03 ---> using "1928b7a86cc24575995ff900edbd943f1723f3be8a844d4150ee1407412415fe" 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 76bf2ed944..d28e8bf13a master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [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:03.03 ---> using "6dad52911200a5023380dcc75f63dbf6d74e420459aa81ea25d998750d0634f1" from cache /src: (copy (src mirage-net-solo5.opam) (dst ./)) 2026-04-03 21:03.03 ---> saved as "f1d47ef88bd3a84e76cb2221cc97192b58381a7d53969e5c2352daac657a958c" /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-03 21:03.04 ---> saved as "ec87e33bd9b337685368860590cb67cc560c70f0ec740c71b04f417ae33ee1a2" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 21:03.04 ---> saved as "3699c6d553a94b96c24c4da7ce4589a9cb4a1d04756f938bdfe57c2d67eb289d" /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.1 dune-configurator.3.22.1 duration.0.2.1 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-base-compiler.4.14.3 ocaml-config.2 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-solo5.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-net-solo5.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [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-03 21:03.15 ---> saved as "84a9d16eb9d4a8b14df4fd285ef30cb060ce96e0baef808e37822701fcdf69fc" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [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.1 - install dune-configurator 3.22.1 - install duration 0.2.1 - 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.2.1 (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.1, dune-configurator.3.22.1 (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.1 -> installed bheap.2.0.0 -> installed duration.0.2.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed domain-name.0.5.0 -> installed macaddr.5.6.2 -> installed metrics.0.5.0 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.2 -> installed dune-configurator.3.22.1 -> 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-03 21:04.58 ---> saved as "e61f93e151fe9b02010b876412b72106305e5931f6d4d83bfc12728a20094eef" /src: (copy (src .) (dst /src)) 2026-04-03 21:04.58 ---> saved as "54e498b067ac21b0d74abe0cb3c00e43616db6f56976536f7e9e17f2b7c30d2b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-03 21:04.58 ---> saved as "66c772f70599afccff6109e6a0de27a80eca984e0efd6ce33d0cffecbd0eb8cd" Job succeeded 2026-04-03 21:04.58: Job succeeded