2025-03-05 21:25.48: New job: test mirage/mirage-net-xen https://github.com/mirage/mirage-net-xen.git#refs/heads/main (11815dcad78e039df8656e4802f82198fe5630b3) (linux-x86_64:ubuntu-20.04-5.3_opam-2.3) Base: ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-net-xen.git" -b "main" && cd "mirage-net-xen" && git reset --hard 11815dca cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad # ubuntu-20.04-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src 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 91d74cddbf72d811a49b9630c97f596a1cff1b01 || git fetch origin master) && git reset -q --hard 91d74cddbf72d811a49b9630c97f596a1cff1b01 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-net-xen.opam ./ RUN opam pin add -yn mirage-net-xen.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 bheap.2.0.0 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 fmt.0.9.0 io-page.3.0.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.1 macaddr.5.6.0 metrics.0.4.1 metrics-lwt.0.4.1 mirage-net.4.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-xen.9.0.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 topkg.1.0.7 xenstore.2.3.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-net-xen.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 2025-03-05 21:25.48: Using cache hint "mirage/mirage-net-xen-ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad-ubuntu-20.04-5.3_opam-2.3-0f34fe1d2bb202b34ffbc1a8d031cd9c" 2025-03-05 21:25.48: Using OBuilder spec: ((from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad) (comment ubuntu-20.04-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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 91d74cddbf72d811a49b9630c97f596a1cff1b01 || git fetch origin master) && git reset -q --hard 91d74cddbf72d811a49b9630c97f596a1cff1b01 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-net-xen.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-net-xen.dev './'")) (run (network host) (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 bheap.2.0.0 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 fmt.0.9.0 io-page.3.0.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.1 macaddr.5.6.0 metrics.0.4.1 metrics-lwt.0.4.1 mirage-net.4.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-xen.9.0.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 topkg.1.0.7 xenstore.2.3.0") (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-xen.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")) ) 2025-03-05 21:25.48: Waiting for resource in pool OCluster 2025-03-05 21:35.07: Waiting for worker… 2025-03-05 21:37.43: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 11815dc changes for 2.1.5 (from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:05f67370692ada78d0d346773876d6d72d69977990aeeff434105d12a27692ad) 2025-03-05 21:37.43 ---> using "f64438e91cc79f15acb8c190d5bf9e62ccfe4a251682ca1f6137a6a6c044331b" from cache /: (comment ubuntu-20.04-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-05 21:37.43 ---> using "16cbeb407956ec5ef8e22397837faf21d23e62abc6aaea376c867f72891ed4cc" 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 2025-03-05 21:37.43 ---> using "6fa1c8624bb118fc2d9813a57ddf8efaf5a8daf37e9ac60641d953a4d972127f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-03-05 21:37.43 ---> using "1874a199e8e6eea839830c3a7e4194ab22d725f5585c9e39ab20eca9bcd761e7" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-05 21:37.43 ---> using "8f9e842771ea81a5d8ab45f3ae71f73fd9bc7108479545dff52fbc0288f92929" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 91d74cddbf72d811a49b9630c97f596a1cff1b01 || git fetch origin master) && git reset -q --hard 91d74cddbf72d811a49b9630c97f596a1cff1b01 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 2c9566f0b0..91d74cddbf master -> origin/master 91d74cddbf Merge pull request #27551 from hannesm/release-mirage-v4.9.0 <><> 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) 2025-03-05 21:38.35 ---> saved as "b5a5436417968648ddf97d1a5cd98106e834e0669ad420962e533d590b7a2fce" /src: (copy (src mirage-net-xen.opam) (dst ./)) 2025-03-05 21:38.36 ---> saved as "14d3576f8c1ba29049fa073649b87917070b75cc86e42dc238582d5b9b237709" /src: (run (network host) (shell "opam pin add -yn mirage-net-xen.dev './'")) [mirage-net-xen.dev] synchronised (file:///src) mirage-net-xen is now pinned to file:///src (version dev) 2025-03-05 21:38.38 ---> saved as "35c62aa8c1aeeace1afb55fa3eb5c0949c38415686f937d01cc9bd390974204c" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-05 21:38.38 ---> saved as "49fb116ff205707c932d76b34e5938d1c89740d3752d7e6ca09fea26a4135773" /src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 fmt.0.9.0 io-page.3.0.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.1 macaddr.5.6.0 metrics.0.4.1 metrics-lwt.0.4.1 mirage-net.4.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-xen.9.0.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 topkg.1.0.7 xenstore.2.3.0") /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-xen.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] - Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease - Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4266 kB] - Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] - Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4418 kB] - Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1301 kB] - Get:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] - Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1593 kB] - Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4607 kB] - Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4742 kB] - Fetched 21.3 MB in 2s (10.0 MB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-net-xen.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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 system packages will first need to be installed: pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14727 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.64.6-1~ubuntu20.04.8_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.8) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.64.6-1~ubuntu20.04.8_all.deb ... - Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.8) ... - Selecting previously unselected package tzdata. - Preparing to unpack .../2-tzdata_2024b-0ubuntu0.20.04.1_all.deb ... - Unpacking tzdata (2024b-0ubuntu0.20.04.1) ... - Selecting previously unselected package libicu66:amd64. - Preparing to unpack .../3-libicu66_66.1-2ubuntu2.1_amd64.deb ... - Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../4-libxml2_2.9.10+dfsg-5ubuntu0.20.04.9_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.9) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../5-shared-mime-info_1.15-1_amd64.deb ... - Unpacking shared-mime-info (1.15-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../6-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2ubuntu1) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../7-pkg-config_0.29.1-0ubuntu4_amd64.deb ... - Unpacking pkg-config (0.29.1-0ubuntu4) ... - Setting up xdg-user-dirs (0.17-2ubuntu1) ... - Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.8) ... - No schema files found: doing nothing. - Setting up tzdata (2024b-0ubuntu0.20.04.1) ... - - Current default time zone: 'Europe/London' - Local time is now: Wed Mar 5 21:39:05 GMT 2025. - Universal Time is now: Wed Mar 5 21:39:05 UTC 2025. - Run 'dpkg-reconfigure tzdata' if you wish to change it. - - Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.8) ... - Setting up pkg-config (0.29.1-0ubuntu4) ... - Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... - Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.9) ... - Setting up shared-mime-info (1.15-1) ... - Processing triggers for libc-bin (2.31-0ubuntu9.16) ... 2025-03-05 21:39.07 ---> saved as "fbef238307d50f6caec381a5a91db7af74d7e219207c7256cd815ccb305db4c5" /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 31 packages - install base-bytes base - install bheap 2.0.0 - install cmdliner 1.3.0 - install conf-pkg-config 4 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install domain-name 0.4.1 - install dune 3.17.2 - install dune-configurator 3.17.2 - install duration 0.2.1 - install fmt 0.9.0 - install io-page 3.0.0 - install ipaddr 5.6.0 - install logs 0.7.0 - install lwt 5.9.0 - install lwt-dllist 1.0.1 - install macaddr 5.6.0 - install metrics 0.4.1 - install metrics-lwt 0.4.1 - install mirage-net 4.0.0 - install mirage-runtime 4.9.0 - install mirage-sleep 4.0.0 - install mirage-xen 9.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install shared-memory-ring 3.2.1 - install shared-memory-ring-lwt 3.2.1 - install topkg 1.0.7 - install xenstore 2.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bheap.2.0.0 (cached) -> installed conf-pkg-config.4 -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved io-page.3.0.0 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lwt-dllist.1.0.1 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved metrics.0.4.1, metrics-lwt.0.4.1 (cached) -> retrieved mirage-net.4.0.0 (cached) -> retrieved mirage-sleep.4.0.0 (cached) -> retrieved mirage-runtime.4.9.0 (cached) -> retrieved mirage-xen.9.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved xenstore.2.3.0 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.7 -> installed fmt.0.9.0 -> installed dune.3.17.2 -> installed bheap.2.0.0 -> installed duration.0.2.1 -> installed lwt-dllist.1.0.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed domain-name.0.4.1 -> installed macaddr.5.6.0 -> installed metrics.0.4.1 -> installed io-page.3.0.0 -> installed shared-memory-ring.3.2.1 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.0 -> installed dune-configurator.3.17.2 -> installed lwt.5.9.0 -> installed mirage-net.4.0.0 -> installed shared-memory-ring-lwt.3.2.1 -> installed mirage-sleep.4.0.0 -> installed xenstore.2.3.0 -> installed logs.0.7.0 -> installed metrics-lwt.0.4.1 -> installed mirage-runtime.4.9.0 -> installed mirage-xen.9.0.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-05 21:40.04 ---> saved as "dcf70e7af6cf26f4e9c68b7fd476b45df94d1c9b99e99bdedebbe8c7a4669ef6" /src: (copy (src .) (dst /src)) 2025-03-05 21:40.04 ---> saved as "9edae6740d9ccb576ff5f996f0e03f72232ff5291fd298777ea142c58727d0bf" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-03-05 21:40.05 ---> saved as "6677d20a91a6fdc2888e4a2c1ff666169ee7294904e97fedf13ceb04849c72f6" Job succeeded 2025-03-05 21:40.05: Job succeeded