Organisationsmiragemirage-net-xen82f4ba (main)openbsd-76-amd64-5.3_opam-2.3

openbsd-76-amd64-5.3_opam-2.3

Link Copied
Code Copied

Logs

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-5.3_opam-2.3)
Base: openbsd-76-amd64-ocaml-5.3
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-5.3
# openbsd-76-amd64-5.3_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-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.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.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 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-5.3-openbsd-76-amd64-5.3_opam-2.3-ad424d80ac4bdd4835511f3d29c741a3"
2025-06-19 03:13.30: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-5.3)
(comment openbsd-76-amd64-5.3_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-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.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.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 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:53.08: 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-5.3)
2025-06-19 04:53.08 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache


/: (comment openbsd-76-amd64-5.3_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:53.08 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" 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:53.08 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-19 04:53.08 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" 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
f93eb7cb02..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:53.08 ---> using "e783eba1b60c50a939165cfba270da788e2bca92e692a585a9657021950512f9" from cache


/: (copy (src mirage-net-xen.opam) (dst /home/opam/src/./))
2025-06-19 04:54.06 ---> saved as "52b730364aaf71032c345a37246d0f800b3786c7036257238edf474dc0079719"


/: (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.00 ---> saved as "713ff2b6f2d40ce88483544952e7d5312960d5b249e52f193b3dafa758feee0a"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-06-19 04:55.56 ---> saved as "f61606f969aad47023f3f8cfd257c05d1f72bdbb15f90805e97b6fabd9ffd20f"


/: (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.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.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 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 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).
2025-06-19 04:57.07 ---> saved as "7ce8ad5c1d7dbaafddb38736c5120bbb12493dfcd686c609bf6466776712ba94"


/: (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 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 cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved domain-name.0.4.1  (cached)
-> retrieved cstruct.6.2.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-xen.9.0.0  (cached)
-> retrieved mirage-runtime.4.9.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 dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved xenstore.2.4.0  (https://github.com/mirage/ocaml-xenstore/releases/download/2.4.0/xenstore-2.4.0.tbz)
-> 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.39 ---> saved as "9a90d2cc4aebf6b8a99ae5971bdab96a1fe0d1ed7d2e3145763035027cbfce10"


/: (copy (src .) (dst /home/opam/src))
2025-06-19 05:08.36 ---> saved as "589e2a7c210166c495ed581936175b7b6aad7ea8e346cd76a6a391456b6ca2b1"


/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-19 05:09.32 ---> saved as "416113edc03c635fb3466ae5afba6d24ade7319c84cd8f20244de13e6f1ffc00"
Job succeeded
2025-06-19 05:09.32: Job succeeded