Organisationsmiragemirage-net-xen11815d ()freebsd-14.1-4.14_opam-2.3

freebsd-14.1-4.14_opam-2.3

Link Copied
Code Copied

Logs

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) (freebsd-x86_64:freebsd-14.1-4.14_opam-2.3)
Base: freebsd-14.1-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 11815dca
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.1-ocaml-4.14
# freebsd-14.1-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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-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.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 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-freebsd-14.1-ocaml-4.14-freebsd-14.1-4.14_opam-2.3-9ed7509e73da0f1c3164469f17268f29"
2025-03-05 21:25.48: Using OBuilder spec:
((from freebsd-14.1-ocaml-4.14)
(comment freebsd-14.1-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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-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.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 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:25.49: Waiting for worker…
2025-03-05 21:35.29: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 11815dc changes for 2.1.5


(from freebsd-14.1-ocaml-4.14)
2025-03-05 21:26.43 ---> using "ae13298952475462d6ff8423c053aa12bd6b321268da2da393f31b39d910ae06" from cache


/: (comment freebsd-14.1-4.14_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))
2025-03-05 21:26.43 ---> using "a01a14b3afaf0e96198b4995f7495eb095c8d446bea3004be25da82cfecae768" from cache


/src: (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.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-03-05 21:26.44 ---> using "a60b36efeb57e54e6ca4e23dae975fff8d0668822376b173ed63b66aa24444bc" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.1-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-05 21:26.44 ---> using "188549049d3e68e7a3a1a01e1161c07610550818a3f0b75ffbaafa2a77641d27" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-05 21:26.44 ---> using "39fdaef227d4780a13f56312f6b694c46af609f82c1eca907bb338ae047f238f" 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
c31c18de15..91d74cddbf  master     -> origin/master
91d74cddbf Merge pull request #27551 from hannesm/release-mirage-v4.9.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.4.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-03-05 21:26.45 ---> using "0d3266bd6c2094dc4f2300b826aa4c1ec852f628e69dd8282abddae0c0ebcc3d" from cache


/src: (copy (src mirage-net-xen.opam) (dst ./))
2025-03-05 21:26.46 ---> saved as "36c0461f15eeaa4bfa7916204d9d46fc8f17691b8cabc4f4385910e2a2743575"


/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:26.49 ---> saved as "9c846086820d473b8d991c58a4b68910f73f4c2c42402e154641ba101f416bc1"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-05 21:26.49 ---> saved as "8c4afae08499793bd00e69d6ade985e618cd3df9a5e078652679eff5794606f4"


/src: (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.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.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 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"))
[WARNING] Unknown update command for bsd, skipping system update


<><> 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 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-03-05 21:27.20 ---> saved as "968aff1b1a3b1da3fd8c2ed5b545a112ad7befbbd5ce019611a2616f94304b36"


/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 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 31 packages
 base-bytes             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
 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


<><> 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 io-page.3.0.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved lwt.5.9.0  (cached)
 retrieved lwt-dllist.1.0.1  (cached)
 retrieved mirage-net.4.0.0  (cached)
 retrieved metrics.0.4.1, metrics-lwt.0.4.1  (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 ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.8  (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 ocamlfind.1.9.8
 installed base-bytes.base
 installed ocamlbuild.0.16.1
 installed topkg.1.0.7
 installed fmt.0.9.0
 installed dune.3.17.2
 installed bheap.2.0.0
 installed csexp.1.5.2
 installed metrics.0.4.1
 installed macaddr.5.6.0
 installed lwt-dllist.1.0.1
 installed duration.0.2.1
 installed domain-name.0.4.1
 installed cstruct.6.2.0
 installed cppo.1.8.0
 installed io-page.3.0.0
 installed ocplib-endian.1.2
 installed shared-memory-ring.3.2.1
 installed ipaddr.5.6.0
 installed dune-configurator.3.17.2
 installed lwt.5.9.0
 installed shared-memory-ring-lwt.3.2.1
 installed mirage-sleep.4.0.0
 installed mirage-net.4.0.0
 installed logs.0.7.0
 installed metrics-lwt.0.4.1
 installed xenstore.2.3.0
 installed mirage-runtime.4.9.0
 installed mirage-xen.9.0.0
Done.
2025-03-05 21:30.03 ---> saved as "d1dd3f8543e79425c2a4a2bdb4caefc9db33f881fd04d1df1d976fcb6de3a065"


/src: (copy (src .) (dst /src))
2025-03-05 21:30.07 ---> saved as "cf5f98162844c2e72ef86153cd0ff3c5f92a218d4575c90542e550aa09dce279"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-03-05 21:30.17 ---> saved as "5201fe876061757bbbe53590d9763fff1420a6f1b9de6c55c227bc2331497c3d"
Job succeeded
2025-03-05 21:42.41: Job succeeded