Organisationsmiragemirage-qubesff58fc (main)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.07: New job: test mirage/mirage-qubes https://github.com/mirage/mirage-qubes.git#refs/heads/main (ff58fca6f334cad15076cd42ab173c84dd6a6ff3) (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-qubes.git" -b "main" && cd "mirage-qubes" && git reset --hard ff58fca6
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-qubes.opam mirage-qubes-ipv4.opam /home/opam/src/./
RUN opam pin add -yn mirage-qubes.dev '/home/opam/src/./' && \
opam pin add -yn mirage-qubes-ipv4.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="arp.4.1.0 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 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.1 dune-configurator.3.22.1 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-crypto.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-xen.9.0.0 mtime.2.1.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 ohex.0.2.0 ounit2.2.2.7 psq.0.2.1 randomconv.0.2.0 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.4.0 xenstore_transport.1.5.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-qubes.dev mirage-qubes-ipv4.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.07: Using cache hint "mirage/mirage-qubes-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.5-d64ac2b6abbeaf8bc8c4d75c652109e8"
2026-04-03 11:38.07: 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-qubes.opam mirage-qubes-ipv4.opam) (dst /home/opam/src/./))
(run (network host)
(shell  "opam pin add -yn mirage-qubes.dev '/home/opam/src/./' && \
\nopam pin add -yn mirage-qubes-ipv4.dev '/home/opam/src/./'"))
(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "arp.4.1.0 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 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.1 dune-configurator.3.22.1 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-crypto.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-xen.9.0.0 mtime.2.1.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 ohex.0.2.0 ounit2.2.2.7 psq.0.2.1 randomconv.0.2.0 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.4.0 xenstore_transport.1.5.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-qubes.dev mirage-qubes-ipv4.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.07: Waiting for resource in pool OCluster
2026-04-04 03:48.14: Waiting for worker…
2026-04-04 07:13.49: Got resource from pool OCluster
Building on oregano.caelum.ci.dev
All commits already cached
HEAD is now at ff58fca changes for 2.0.0


(from openbsd-77-amd64-ocaml-5.4)
2026-04-04 07:13.50 ---> 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 07:13.50 ---> 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 07:13.50 ---> 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 07:13.50 ---> 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 07:13.50 ---> using "cbf46da724df46481c5d04d613dc4045385057cdbb10fac338444770cad347a1" from cache


/: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam)
(dst /home/opam/src/./))
2026-04-04 07:14.35 ---> saved as "4ec8c8381815c17fdc2d8107a1797e96c070c2fe45ae189d08bc723a090881dc"


/: (run (network host)
(shell  "opam pin add -yn mirage-qubes.dev '/home/opam/src/./' && \
\nopam pin add -yn mirage-qubes-ipv4.dev '/home/opam/src/./'"))
[mirage-qubes.dev] synchronised (file:///home/opam/src)
mirage-qubes is now pinned to file:///home/opam/src (version dev)
[mirage-qubes-ipv4.dev] synchronised (file:///home/opam/src)
mirage-qubes-ipv4 is now pinned to file:///home/opam/src (version dev)
2026-04-04 07:15.25 ---> saved as "033d68320949677fcd18e58c5acdb06be7f01d91925a034e6a07a52983b7f069"


/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-04-04 07:16.24 ---> saved as "8c7367213c49584dcf35ca4e74d0b667802f8f9fefb35f52ed4a09f83b3c98ea"


/: (env DEPS "arp.4.1.0 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 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.1 dune-configurator.3.22.1 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 io-page.3.0.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 metrics-lwt.0.5.0 mirage-crypto.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-runtime.4.10.5 mirage-sleep.4.1.0 mirage-xen.9.0.0 mtime.2.1.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 ohex.0.2.0 ounit2.2.2.7 psq.0.2.1 randomconv.0.2.0 seq.base shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 stdlib-shims.0.3.0 tcpip.9.0.1 topkg.1.1.1 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.4.0 xenstore_transport.1.5.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-qubes.dev mirage-qubes-ipv4.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-qubes-ipv4.dev] synchronised (file:///home/opam/src)
[mirage-qubes.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 07:17.32 ---> saved as "91b284eb1958e9d356a61bca545caedf3ee694dc01820722d02abda1f17a28d5"


/: (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 54 packages
- install arp                    4.1.0
- 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 cstruct-lwt            6.2.0
- install digestif               1.3.0
- install domain-name            0.5.0
- install dune                   3.22.1
- install dune-configurator      3.22.1
- install duration               0.2.1
- install eqaf                   0.10
- install ethernet               3.2.0
- install fmt                    0.11.0
- install io-page                3.0.0
- install ipaddr                 5.6.2
- install ipaddr-cstruct         5.6.2
- install logs                   0.10.0
- install lru                    0.3.1
- install lwt                    6.1.1
- install lwt-dllist             1.1.0
- install macaddr                5.6.2
- install macaddr-cstruct        5.6.2
- install metrics                0.5.0
- install metrics-lwt            0.5.0
- install mirage-crypto          2.1.0
- install mirage-crypto-rng      2.1.0
- install mirage-flow            5.0.0
- install mirage-mtime           5.2.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 mtime                  2.1.0
- install ocamlbuild             0.16.1
- install ocamlfind              1.9.8
- install ocplib-endian          1.2
- install ohex                   0.2.0
- install ounit2                 2.2.7
- install psq                    0.2.1
- install randomconv             0.2.0
- 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 tcpip                  9.0.1
- install topkg                  1.1.1
- install vchan                  6.0.2
- install vchan-xen              6.0.2
- install xenstore               2.4.0
- install xenstore_transport     1.5.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0  (cached)
-> installed conf-pkg-config.4
-> retrieved cppo.1.8.0  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved arp.4.1.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved io-page.3.0.0  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved metrics.0.5.0, metrics-lwt.0.5.0  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-mtime.5.2.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-runtime.4.10.5  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mtime.2.1.0  (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 ounit2.2.2.7  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved seq.base  (cached)
-> installed ocamlbuild.0.16.1
-> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved vchan.6.0.2, vchan-xen.6.0.2  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved xenstore.2.4.0  (cached)
-> retrieved xenstore_transport.1.5.0  (cached)
-> retrieved tcpip.9.0.1  (cached)
-> installed cmdliner.2.1.0
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> 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 eqaf.0.10
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed metrics.0.5.0
-> installed dune-configurator.3.22.1
-> installed macaddr-cstruct.5.6.2
-> installed ipaddr.5.6.2
-> installed mirage-mtime.5.2.0
-> installed digestif.1.3.0
-> installed ipaddr-cstruct.5.6.2
-> installed ohex.0.2.0
-> installed ocplib-endian.1.2
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed mirage-crypto.2.1.0
-> installed lru.0.3.1
-> installed shared-memory-ring.3.2.1
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
-> installed lwt.6.1.1
-> installed cstruct-lwt.6.2.0
-> installed mirage-flow.5.0.0
-> 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 ethernet.3.2.0
-> installed xenstore.2.4.0
-> installed mirage-runtime.4.10.5
-> installed mirage-crypto-rng.2.1.0
-> installed arp.4.1.0
-> installed xenstore_transport.1.5.0
-> installed mirage-xen.9.0.0
-> installed vchan.6.0.2
-> installed vchan-xen.6.0.2
-> installed tcpip.9.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-04 07:23.13 ---> saved as "52de14f78a695ff245c4d94969a8d77f5a7288a5bdcbf9362acb84ac6fbfd767"


/: (copy (src .) (dst /home/opam/src))
2026-04-04 07:24.13 ---> saved as "3e63715b4ebf92cbf1e1788de4dbad0a68c68208804b776ad6fcea358fcd2eb5"


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