Organisationsmiragemirage-net-xen11815d (main)(lower-bound)

(lower-bound)

Logs

Show full logs
2024-10-01 14:14.13: New job: test mirage/mirage-net-xen https://github.com/mirage/mirage-net-xen.git#refs/heads/main (11815dcad78e039df8656e4802f82198fe5630b3) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612
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 ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612
# debian-12-4.08_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && 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 './'
ENV DEPS="astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 bigarray-compat.1.0.0 cmdliner.1.0.3 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 domain-name.0.3.0 dune.2.8.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 fmt.0.8.7 functoria-runtime.4.0.0~beta1 io-page.2.4.0 ipaddr.5.2.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 lwt-dllist.1.0.0 macaddr.5.2.0 mirage-device.2.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-runtime.4.0.0~beta1 mirage-xen.7.2.0 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.16.0 result.1.5 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 shared-memory-ring.3.1.0 shared-memory-ring-lwt.3.1.0 stdlib-shims.0.1.0 topkg.0.9.0 xenstore.2.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --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

2024-10-01 14:14.13: Using cache hint "mirage/mirage-net-xen-ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612-debian-12-4.08_opam-2.2-0ad336d3b9aa949aad0d1b83c66921fa"
2024-10-01 14:14.13: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612)
 (comment debian-12-4.08_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && 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 './'"))
 (env DEPS "astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 bigarray-compat.1.0.0 cmdliner.1.0.3 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 domain-name.0.3.0 dune.2.8.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 fmt.0.8.7 functoria-runtime.4.0.0~beta1 io-page.2.4.0 ipaddr.5.2.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 lwt-dllist.1.0.0 macaddr.5.2.0 mirage-device.2.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-runtime.4.0.0~beta1 mirage-xen.7.2.0 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.16.0 result.1.5 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 shared-memory-ring.3.1.0 shared-memory-ring-lwt.3.1.0 stdlib-shims.0.1.0 topkg.0.9.0 xenstore.2.1.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.2 --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"))
)

2024-10-01 14:14.13: Waiting for resource in pool OCluster
2024-10-01 16:22.01: Waiting for worker…
2024-10-01 16:23.44: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 11815dc changes for 2.1.5

(from ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612' locally
docker.io/ocaml/opam@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612: Pulling from ocaml/opam
5c3cccbf9bc6: Pulling fs layer
5c3cccbf9bc6: Verifying Checksum
5c3cccbf9bc6: Download complete
5c3cccbf9bc6: Pull complete
Digest: sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612
Status: Downloaded newer image for ocaml/opam@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612
2024-10-01 16:23.44 ---> using "8ac68bced7188653db7b81863dbdd05e2bdaccde05c724cc4b90798d2e42b237" from cache

/: (comment debian-12-4.08_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-01 16:23.44 ---> using "68946da4107789f21e1b43a1fc10876ada8abd5ae5cb3a46df3ba7efc4a26ebc" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-01 16:23.44 ---> using "0fa87fa384c8382b8a3fdb2ca4fdbb17616e9027318b0968209ab2e40b8a37d2" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.08.1
2.2.1
2024-10-01 16:23.44 ---> using "e80aa2ad87a5a9275a0410f836bb3790b9cb60ee03a9d88121517497b46d307a" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-10-01 16:23.44 ---> using "971af2034814b6690f2f54ab0ca46316cd22d9aed5eb0bc7863e9b345f165523" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
4795e0895b Merge pull request #26339 from mtelvers/macos-m4

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

The following actions will be performed:
=== downgrade 1 package
  - downgrade opam-depext 1.2.3 to 1.2.1-1 [no longer available]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-10-01 16:23.44 ---> using "7dbc603b12cee6d89748d471ed7797d319c9bc5ba016bccfe969e8f82cf840d9" from cache

/src: (copy (src mirage-net-xen.opam) (dst ./))
2024-10-01 16:23.44 ---> saved as "00a7b66b74b5621b0f7dea0ac98d07888085e0926276309fc39c5c59d2a5679c"

/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)
2024-10-01 16:23.46 ---> saved as "8eba80851e73455f6c4642f797caca7bc9a26745698328cf6afc985915f197cc"

/src: (env DEPS "astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bheap.2.0.0 bigarray-compat.1.0.0 cmdliner.1.0.3 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.6.0.0 domain-name.0.3.0 dune.2.8.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 fmt.0.8.7 functoria-runtime.4.0.0~beta1 io-page.2.4.0 ipaddr.5.2.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 lwt-dllist.1.0.0 macaddr.5.2.0 mirage-device.2.0.0 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-runtime.4.0.0~beta1 mirage-xen.7.2.0 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppxlib.0.16.0 result.1.5 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 shared-memory-ring.3.1.0 shared-memory-ring-lwt.3.1.0 stdlib-shims.0.1.0 topkg.0.9.0 xenstore.2.1.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.2 --depext-only -y mirage-net-xen.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [185 kB]
- Fetched 288 kB in 0s (956 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-net-xen.dev] synchronised (no changes)

[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 system packages will first need to be installed:
    m4 pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-10-01 16:24.00 ---> saved as "fe722d4ea481c5f547ef4cc0dc6bc9c4546aaac8688a891f5b1c7264c62cda74"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 49 packages
  - install astring                 0.8.2
  - install base                    v0.12.2
  - install base-bytes              base
  - install bheap                   2.0.0
  - install bigarray-compat         1.0.0
  - install cmdliner                1.0.3
  - install conf-m4                 1
  - install conf-pkg-config         1.0
  - install cppo                    1.6.1
  - install cstruct                 6.0.0
  - install domain-name             0.3.0
  - install dune                    2.8.0
  - install dune-configurator       2.3.0
  - install dune-private-libs       2.3.0
  - install duration                0.1.0
  - install fmt                     0.8.7
  - install functoria-runtime       4.0.0~beta1
  - install io-page                 2.4.0
  - install ipaddr                  5.2.0
  - install jbuilder                1.0+beta20.1
  - install logs                    0.6.3
  - install lwt                     4.2.0
  - install lwt-dllist              1.0.0
  - install macaddr                 5.2.0
  - install mirage-device           2.0.0
  - install mirage-net              3.0.1
  - install mirage-profile          0.9.0
  - install mirage-runtime          4.0.0~beta1
  - install mirage-xen              7.2.0
  - install mmap                    1.0.2
  - install num                     1.0
  - install ocaml-compiler-libs     v0.11.0
  - install ocaml-migrate-parsetree 2.0.0 (deprecated)
  - install ocamlbuild              0.14.0
  - install ocamlfind               1.8.0
  - install ocplib-endian           1.0
  - install parsexp                 v0.12.0
  - install ppx_cstruct             6.0.0
  - install ppx_derivers            1.0
  - install ppxlib                  0.16.0
  - install result                  1.5
  - install seq                     0.2.2
  - install sexplib                 v0.12.0
  - install sexplib0                v0.12.0
  - install shared-memory-ring      3.1.0
  - install shared-memory-ring-lwt  3.1.0
  - install stdlib-shims            0.1.0
  - install topkg                   0.9.0
  - install xenstore                2.1.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved base.v0.12.2  (cached)
-> retrieved cmdliner.1.0.3  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved cstruct.6.0.0, ppx_cstruct.6.0.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved duration.0.1.0  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved dune.2.8.0  (cached)
-> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0  (cached)
-> retrieved io-page.2.4.0  (cached)
-> retrieved ipaddr.5.2.0, macaddr.5.2.0  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved functoria-runtime.4.0.0~beta1, mirage-runtime.4.0.0~beta1  (https://github.com/mirage/mirage/releases/download/v4.0.0_beta1/mirage-4.0.0.beta1.tbz)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> installed cmdliner.1.0.3
-> retrieved lwt.4.2.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-net.3.0.1  (cached)
-> retrieved mirage-profile.0.9.0  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.0.0  (https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v2.0.0/ocaml-migrate-parsetree-v2.0.0.tbz)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved mirage-xen.7.2.0  (https://github.com/mirage/mirage-xen/releases/download/v7.2.0/mirage-xen-7.2.0.tbz)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved ppxlib.0.16.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.16.0/ppxlib-0.16.0.tbz)
-> retrieved topkg.0.9.0  (cached)
-> retrieved shared-memory-ring.3.1.0, shared-memory-ring-lwt.3.1.0  (https://github.com/mirage/shared-memory-ring/releases/download/v3.1.0/shared-memory-ring-v3.1.0.tbz)
-> retrieved xenstore.2.1.0  (https://github.com/mirage/ocaml-xenstore/releases/download/2.1.0/xenstore-2.1.0.tbz)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed num.1.0
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed dune.2.8.0
-> installed bheap.2.0.0
-> installed bigarray-compat.1.0.0
-> installed mmap.1.0.2
-> installed stdlib-shims.0.1.0
-> installed macaddr.5.2.0
-> installed result.1.5
-> installed seq.0.2.2
-> installed sexplib0.v0.12.0
-> installed cstruct.6.0.0
-> installed io-page.2.4.0
-> installed ocplib-endian.1.0
-> installed ocaml-migrate-parsetree.2.0.0
-> installed dune-private-libs.2.3.0
-> installed lwt.4.2.0
-> installed lwt-dllist.1.0.0
-> installed dune-configurator.2.3.0
-> installed topkg.0.9.0
-> installed duration.0.1.0
-> installed fmt.0.8.7
-> installed astring.0.8.2
-> installed mirage-device.2.0.0
-> installed functoria-runtime.4.0.0~beta1
-> installed domain-name.0.3.0
-> installed mirage-net.3.0.1
-> installed ipaddr.5.2.0
-> installed logs.0.6.3
-> installed mirage-runtime.4.0.0~beta1
-> installed base.v0.12.2
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed ppxlib.0.16.0
-> installed ppx_cstruct.6.0.0
-> installed mirage-profile.0.9.0
-> installed xenstore.2.1.0
-> installed shared-memory-ring.3.1.0
-> installed shared-memory-ring-lwt.3.1.0
-> installed mirage-xen.7.2.0
Done.

<><> ocaml-migrate-parsetree.2.0.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# Run eval $(opam env) to update the current shell environment
2024-10-01 16:24.50 ---> saved as "9d561cfd53e01a5286d02cfe34ac478bbb8b969738407441cd1149cf60001ab4"

/src: (copy (src .) (dst /src))
2024-10-01 16:24.50 ---> saved as "c9548db4f881bdd3abc92bed6a6e416a8c563d7914a105771de3f156830a188c"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-10-01 16:24.51 ---> saved as "02b8a98623de9c3f30ad1d59904b4291ed0e88ac003e317a988f86efce5dca9e"
Job succeeded
2024-10-01 16:24.52: Job succeeded