Organisationsmiragemirage-net-xenea6ae0 ()openbsd-77-amd64-5.4_opam-2.5

openbsd-77-amd64-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:38.06: New job: test mirage/mirage-net-xen https://github.com/mirage/mirage-net-xen.git#refs/pull/116/head (ea6ae0404dbdcb1dfba15c1a499edb64431e7de9) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.5)
Base: openbsd-77-amd64-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-net-xen.git" && cd "mirage-net-xen" && git fetch origin "refs/pull/116/head" && git reset --hard ea6ae040
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-77-amd64-ocaml-5.4
# openbsd-77-amd64-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.5 /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 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-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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.2.1.0 conf-pkg-config.4 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 io-page.3.0.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 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-xen.9.0.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.1.1 xenstore.2.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-04-03 11:38.06: Using cache hint "mirage/mirage-net-xen-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.5-1bf95c993255015b63bdb2e6eb68cea0"
2026-04-03 11:38.06: Using OBuilder spec:
((from openbsd-77-amd64-ocaml-5.4)
(comment openbsd-77-amd64-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas 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"))
(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-xen.opam) (dst /home/opam/src/./))
(run (network host)
(shell "opam pin add -yn mirage-net-xen.dev '/home/opam/src/./'"))
(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./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.2.1.0 conf-pkg-config.4 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 io-page.3.0.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 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-xen.9.0.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.1.1 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.5 --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"))
)


2026-04-03 11:38.06: Waiting for resource in pool OCluster
2026-04-04 03:25.52: Waiting for worker…
2026-04-04 06:52.40: Got resource from pool OCluster
Building on oregano.caelum.ci.dev
All commits already cached
HEAD is now at ea6ae04 remove unused files and add netif.mli file


(from openbsd-77-amd64-ocaml-5.4)
2026-04-04 06:52.40 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache


/: (comment openbsd-77-amd64-5.4_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-04 06:52.40 ---> using "cd72dc3a3c8ea2afd18b1257d8b5421d0f9a4dafb0a258b995fdf62c1e2a67c4" 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] no changes from file:///home/opam/opam-repository
2026-04-04 06:52.40 ---> using "25ee98d58d8c907869f6fd5004c258d71c5033e73edf1fe48b86a48a34773b77" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.7
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-04 06:52.40 ---> using "b97072ad387d97fa49b3fc7ece6dbbedda3ad8df05946df9b57bbb8c1e1ea296" from cache


/: (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
93a7bce43a..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.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 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-04 06:52.40 ---> using "cbf46da724df46481c5d04d613dc4045385057cdbb10fac338444770cad347a1" from cache


/: (copy (src mirage-net-xen.opam) (dst /home/opam/src/./))
2026-04-04 06:53.25 ---> saved as "82ec5376ec0b6d4bdab289853d1949a87d29f85f76771671c6a94498d572e020"


/: (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)
2026-04-04 06:54.09 ---> saved as "a6aa56e13226b972a86020ceb886bfc93910a80cffeb145ce365fe3bb61907e4"


/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-04-04 06:55.09 ---> saved as "9163de4d8326f61f4e88d3d86838d50f60f0a392d84e19b899a68fe27911eb91"


/: (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.2.1.0 conf-pkg-config.4 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 io-page.3.0.0 ipaddr.5.6.2 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 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-xen.9.0.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.1.1 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.5 --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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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).
# To update the current shell environment, run: eval $(opam env)
2026-04-04 06:56.12 ---> saved as "663e2a27eb65970e42fcf380fd05570eed4776eab518e6d83ab9ef0ea58a3615"


/: (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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 34 packages
- install base-bytes             base
- install bheap                  2.0.0
- install cmdliner               2.1.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.5.0
- install dune                   3.22.1
- install dune-configurator      3.22.1
- install duration               0.2.1
- install fmt                    0.11.0
- install io-page                3.0.0
- install ipaddr                 5.6.2
- install logs                   0.10.0
- install lwt                    6.1.1
- install lwt-dllist             1.1.0
- 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-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.1.1
- install xenstore               2.4.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved io-page.3.0.0  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved metrics.0.5.0, metrics-lwt.0.5.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mirage-runtime.4.10.5  (cached)
-> retrieved mirage-xen.9.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlfind.1.9.8  (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.1.1  (cached)
-> retrieved xenstore.2.4.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed cmdliner.2.1.0
-> installed seq.base
-> 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 csexp.1.5.2
-> installed domain-name.0.5.0
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed duration.0.2.1
-> installed io-page.3.0.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed metrics.0.5.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.22.1
-> installed ipaddr.5.6.2
-> installed shared-memory-ring.3.2.1
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
-> installed lwt.6.1.1
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed shared-memory-ring-lwt.3.2.1
-> installed logs.0.10.0
-> installed metrics-lwt.0.5.0
-> installed xenstore.2.4.0
-> installed mirage-runtime.4.10.5
-> installed mirage-xen.9.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-04 07:01.12 ---> saved as "8958081ed663703e302a282eb8a158bd81f8c711d946d12ae428a1a4a9460eac"


/: (copy (src .) (dst /home/opam/src))
2026-04-04 07:02.11 ---> saved as "6d85f331674ccb9ab0b58750c92094720f1d2aa040d0dd33869bedf0025ddce2"


/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-04-04 07:03.09 ---> saved as "400abc0de3e89a7532aa3bff03283ee38d81f8ad203a7ccf2df081aa5f943db4"
Job succeeded
2026-04-04 07:03.09: Job succeeded