2024-12-19 22:50.21: New job: test mirage/mirage-net https://github.com/mirage/mirage-net.git#refs/pull/25/head (8cfd7946c6f3baf7ec2722d412da9be9ddc2ef10) (linux-x86_64:fedora-40-5.2_opam-2.3) Base: ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-net.git" && cd "mirage-net" && git fetch origin "refs/pull/25/head" && git reset --hard 8cfd7946 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6 # fedora-40-5.2_opam-2.3 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.3 /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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 lwt.5.9.0 macaddr.5.6.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 topkg.1.0.7" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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 2024-12-19 22:50.21: Using cache hint "mirage/mirage-net-ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6-fedora-40-5.2_opam-2.3-d9d6f191841e910b2ad29e4d45075663" 2024-12-19 22:50.21: Using OBuilder spec: ((from ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6) (comment fedora-40-5.2_opam-2.3) (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.3 /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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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 (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 lwt.5.9.0 macaddr.5.6.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 topkg.1.0.7") (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.3 --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")) ) 2024-12-19 22:50.21: Waiting for resource in pool OCluster 2024-12-20 18:07.05: Waiting for worker… 2024-12-20 18:10.01: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 8cfd794 Merge branch 'mirage:main' into remove-cstruct (from ocaml/opam:fedora-40-ocaml-5.2@sha256:a17a9ceafdad57dceb4bfe0899d1eb28afff5148a6fcc514fa2556b0247f8ef6) 2024-12-20 18:25.54 ---> using "b186f3b666900f03cde6faf493e94146b47ec03e87b736966879bd64ece13363" from cache /: (comment fedora-40-5.2_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Fedora 40 - x86_64 - Updates 29 kB/s | 10 kB 00:00 Fedora 40 - x86_64 - Updates 7.6 MB/s | 5.1 MB 00:00 Last metadata expiration check: 0:00:03 ago on Fri Dec 20 18:00:10 2024. Package findutils-1:4.9.0-9.fc40.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! 2024-12-20 18:25.54 ---> using "490d4c0c8ab632c3b8c3fe328a01ed198d3947e6f2544522e6b52e725c26fce7" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2024-12-20 18:25.54 ---> using "5c23e86900802f0c55cc043888ea29f9fdd82d371c944537e144951aff468271" 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 development 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 31 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=31 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-12-20 18:25.54 ---> using "1a9cb0adf621cd4ab63da0c41a74d2205ba20bb98a510065b16c7c10fe3de3ee" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-126-generic The OCaml toplevel, version 5.2.1 2.3.0 2024-12-20 18:25.54 ---> using "91095580b11b394aba36867dd783b3e7d84b77aa57d51ee5a03258522edcab73" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-20 18:25.54 ---> using "27949f5d0dc221af03eaf0d1e863759a32e57a614db7eea6a0e2b4bca908548e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD de786e28db..7990d7d220 master -> origin/master 5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2024-12-20 18:25.54 ---> using "1052e1e1ec4cc6ff1c27cad0257ae1c716857d656e17e557069d0443b01562b6" from cache /src: (copy (src mirage-net.opam) (dst ./)) 2024-12-20 18:25.54 ---> saved as "709160acadf00b0b29387c2f440c92fbd78c605f752f62ffd4a272c7d7acb6b7" /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) 2024-12-20 18:25.56 ---> saved as "262a129dab74588b400593e1144e2aae982e614463bc499b6ba550bf84f32ca4" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2024-12-20 18:25.56 ---> saved as "2ac9b0de54fcfe110e8f84b20e2bbb2e2c66580baff385b631664add80f34949" /src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 lwt.5.9.0 macaddr.5.6.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 topkg.1.0.7") /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.3 --depext-only -y mirage-net.dev $DEPS")) + /usr/bin/sudo "yum" "makecache" - Fedora 40 - x86_64 87 kB/s | 27 kB 00:00 - Fedora 40 openh264 (From Cisco) - x86_64 9.3 kB/s | 989 B 00:00 - Fedora 40 - x86_64 - Updates 84 kB/s | 10 kB 00:00 - Metadata cache created. <><> 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-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [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-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2024-12-20 18:26.15 ---> saved as "342fdfd0e4b6e6d5d6b31309fd0aab508bef9dabcb70e5314cce7f615e92bb4d" /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-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [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-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 12 packages - install base-bytes base - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.17.1 - install dune-configurator 3.17.1 - install fmt 0.9.0 - install lwt 5.9.0 - install macaddr 5.6.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocplib-endian 1.2 - install topkg 1.0.7 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved macaddr.5.6.0 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> installed ocamlbuild.0.15.0 -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed topkg.1.0.7 -> installed fmt.0.9.0 -> installed dune.3.17.1 -> installed csexp.1.5.2 -> installed macaddr.5.6.0 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.17.1 -> installed lwt.5.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2024-12-20 18:27.01 ---> saved as "a138a834e4cd934113ffa846b85cb8a8c4b83c6924f45bc37b2fced3f91b30bb" /src: (copy (src .) (dst /src)) 2024-12-20 18:27.02 ---> saved as "927465f1ad9cb8a3e40b5a0248371637e33635ab4af7afa6937daebd0d41d1c4" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2024-12-20 18:27.02 ---> saved as "4ab77fdbdbccdce10c10cfefca5e4e6e62c236ffd1e3ebb7d32a973b6ea26479" Job succeeded 2024-12-20 18:27.02: Job succeeded