2025-06-19 03:13.30: New job: test mirage/mirage-net-xen https://github.com/mirage/mirage-net-xen.git#refs/heads/main (82f4ba16759d48eecf6bdab75f8dca802586554e) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3)
Base: openbsd-76-amd64-ocaml-4.14
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 82f4ba16
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-76-amd64-ocaml-4.14
# openbsd-76-amd64-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e d2b8b1c720bae34249eed3235bf3d4d5340cfdee || git fetch origin master) && git reset -q --hard d2b8b1c720bae34249eed3235bf3d4d5340cfdee && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-net-xen.opam /home/opam/src/./
RUN opam pin add -yn mirage-net-xen.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="base-bigarray.base base-bytes.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.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 io-page.3.0.0 ipaddr.5.6.0 logs.0.8.0 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-xen.9.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 topkg.1.0.8 xenstore.2.4.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 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-06-19 03:13.30: Using cache hint "mirage/mirage-net-xen-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-40dee8b9ba4a4ec60dc13431a3bf4641"
2025-06-19 03:13.30: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-4.14)
(comment openbsd-76-amd64-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas 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"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d2b8b1c720bae34249eed3235bf3d4d5340cfdee || git fetch origin master) && git reset -q --hard d2b8b1c720bae34249eed3235bf3d4d5340cfdee && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mirage-net-xen.opam) (dst /home/opam/src/./))
(run (network host)
(shell "opam pin add -yn mirage-net-xen.dev '/home/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "base-bigarray.base base-bytes.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.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 io-page.3.0.0 ipaddr.5.6.0 logs.0.8.0 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-xen.9.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 topkg.1.0.8 xenstore.2.4.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 /home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-06-19 03:13.30: Waiting for resource in pool OCluster
2025-06-19 03:13.30: Waiting for worker…
2025-06-19 04:54.02: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at 82f4ba1 Merge pull request #113 from hannesm/add-maint
(from openbsd-76-amd64-ocaml-4.14)
2025-06-19 04:54.02 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache
/: (comment openbsd-76-amd64-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-19 04:54.02 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" from cache
/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-06-19 04:54.02 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-19 04:54.02 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d2b8b1c720bae34249eed3235bf3d4d5340cfdee || git fetch origin master) && git reset -q --hard d2b8b1c720bae34249eed3235bf3d4d5340cfdee && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
727427c1e7..d2b8b1c720 master -> origin/master
d2b8b1c720 Merge pull request #28036 from hannesm/release-metrics-v0.5.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-06-19 04:54.02 ---> using "7f1b19e1c0bde088d532c81c689cd8ac851d3f91daebd9a78d81a24915f60374" from cache
/: (copy (src mirage-net-xen.opam) (dst /home/opam/src/./))
2025-06-19 04:54.58 ---> saved as "9258fba4bcf8d721dd8f44f8ce7ac6cdd27311ddeab28a85d049d1302f7a1317"
/: (run (network host)
(shell "opam pin add -yn mirage-net-xen.dev '/home/opam/src/./'"))
[mirage-net-xen.dev] synchronised (file:///home/opam/src)
mirage-net-xen is now pinned to file:///home/opam/src (version dev)
2025-06-19 04:55.53 ---> saved as "aff9a96b9cae75128634ce9b01e12856ff7d8d03f930285d550a09f5633840a3"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-06-19 04:56.50 ---> saved as "b66c4b62c2e974d7e048b7b14b999ee103e93bf860d5a6869a61b0e3a5d09feb"
/: (env DEPS "base-bigarray.base base-bytes.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.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 io-page.3.0.0 ipaddr.5.6.0 logs.0.8.0 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 metrics.0.5.0 metrics-lwt.0.5.0 mirage-net.4.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.0 mirage-xen.9.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit2.2.2.7 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 topkg.1.0.8 xenstore.2.4.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"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-net-xen.dev] synchronised (file:///home/opam/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.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).
2025-06-19 04:58.00 ---> saved as "f2ba0f8661d966a98dda5eb9fd1bd4172f8815e15063fee6739f663dca48b7dc"
/: (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.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 34 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.19.1
- install dune-configurator 3.19.1
- install duration 0.2.1
- install fmt 0.10.0
- install io-page 3.0.0
- install ipaddr 5.6.0
- install logs 0.8.0
- install lwt 5.9.1
- install lwt-dllist 1.1.0
- install macaddr 5.6.0
- install metrics 0.5.0
- install metrics-lwt 0.5.0
- 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 ounit2 2.2.7
- install seq base
- install shared-memory-ring 3.2.1
- install shared-memory-ring-lwt 3.2.1
- install stdlib-shims 0.3.0
- install topkg 1.0.8
- install xenstore 2.4.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved bheap.2.0.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-name.0.4.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved io-page.3.0.0 (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved lwt.5.9.1 (cached)
-> retrieved metrics.0.5.0, metrics-lwt.0.5.0 (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 seq.base (cached)
-> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1 (cached)
-> retrieved ounit2.2.2.7 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved xenstore.2.4.0 (https://github.com/mirage/ocaml-xenstore/releases/download/2.4.0/xenstore-2.4.0.tbz)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.19.1
-> installed ocamlbuild.0.16.1
-> installed bheap.2.0.0
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed domain-name.0.4.1
-> installed dune-configurator.3.19.1
-> installed duration.0.2.1
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ipaddr.5.6.0
-> installed seq.base
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed lwt.5.9.1
-> installed topkg.1.0.8
-> installed mirage-sleep.4.0.0
-> installed fmt.0.10.0
-> installed xenstore.2.4.0
-> installed cstruct.6.2.0
-> installed logs.0.8.0
-> installed io-page.3.0.0
-> installed metrics.0.5.0
-> installed mirage-net.4.0.0
-> installed metrics-lwt.0.5.0
-> installed mirage-runtime.4.9.0
-> installed shared-memory-ring.3.2.1
-> installed shared-memory-ring-lwt.3.2.1
-> installed mirage-xen.9.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-19 05:07.17 ---> saved as "5cde84064e7c046e9049baa57b958d7177bd00a840c374621e91a575ba1f4d22"
/: (copy (src .) (dst /home/opam/src))
2025-06-19 05:08.15 ---> saved as "1ffe29f9426254a2421a8880c1596d8dd2c3f62d019c8dd5037550a9cc76f3d7"
/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-19 05:09.12 ---> saved as "9c62f2ada75cfd417bf60770ee239281d3bb83e5f7d62502a0d18750406a15b9"
Job succeeded
2025-06-19 05:09.12: Job succeeded