Organisationsmiragemirage-net-xen11815d (main)ubuntu-20.04-5.2_opam-2.2

ubuntu-20.04-5.2_opam-2.2

Link Copied
Code Copied

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:ubuntu-20.04-5.2_opam-2.2)
Base: ocaml/opam:ubuntu-20.04-ocaml-5.2@sha256:ad80a9f1bd10a7cc658b15324d2ec41b1ce57e68b24a76618d07a9cb9cffdedd
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:ubuntu-20.04-ocaml-5.2@sha256:ad80a9f1bd10a7cc658b15324d2ec41b1ce57e68b24a76618d07a9cb9cffdedd
# ubuntu-20.04-5.2_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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && 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="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 io-page.3.0.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.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.7.0 mirage-xen.8.0.3 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 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.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:ubuntu-20.04-ocaml-5.2@sha256:ad80a9f1bd10a7cc658b15324d2ec41b1ce57e68b24a76618d07a9cb9cffdedd-ubuntu-20.04-5.2_opam-2.2-f93898b4ea06f8175f24e1a2c3efebed"
2024-10-01 14:14.13: Using OBuilder spec:
((from ocaml/opam:ubuntu-20.04-ocaml-5.2@sha256:ad80a9f1bd10a7cc658b15324d2ec41b1ce57e68b24a76618d07a9cb9cffdedd)
 (comment ubuntu-20.04-5.2_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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && 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 "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 io-page.3.0.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.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.7.0 mirage-xen.8.0.3 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 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.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:21.59: Waiting for worker…
2024-10-01 16:23.42: Got resource from pool OCluster
Building on x86-bm-c9.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mirage-net-xen.git-03f9924caf5725bcc4bb1f8c2d58dae33c0989d8/.git/
HEAD is now at 11815dc changes for 2.1.5


(from ocaml/opam:ubuntu-20.04-ocaml-5.2@sha256:ad80a9f1bd10a7cc658b15324d2ec41b1ce57e68b24a76618d07a9cb9cffdedd)
Unable to find image 'ocaml/opam:ubuntu-20.04-ocaml-5.2@sha256:ad80a9f1bd10a7cc658b15324d2ec41b1ce57e68b24a76618d07a9cb9cffdedd' locally
docker.io/ocaml/opam@sha256:ad80a9f1bd10a7cc658b15324d2ec41b1ce57e68b24a76618d07a9cb9cffdedd: Pulling from ocaml/opam
7e5423111b2a: Pulling fs layer
7e5423111b2a: Verifying Checksum
7e5423111b2a: Download complete
7e5423111b2a: Pull complete
Digest: sha256:ad80a9f1bd10a7cc658b15324d2ec41b1ce57e68b24a76618d07a9cb9cffdedd
Status: Downloaded newer image for ocaml/opam@sha256:ad80a9f1bd10a7cc658b15324d2ec41b1ce57e68b24a76618d07a9cb9cffdedd
2024-10-01 16:23.43 ---> using "8f0e0be6e4b58f90af164f83f5469e51e02fc991c2c2bac459e9430864136f18" from cache


/: (comment ubuntu-20.04-5.2_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.43 ---> using "210203a9d00bea7d1fb7fc8b45c3bc39d8a5070f1f74269221b04d97460e8388" 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
Format upgrade done.


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


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-10-01 16:23.43 ---> using "5b122d58a0a6f242e672d4990f97c7e7ce18ba14eaf5fc254b577635e2fffbe6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
45f961713f Merge pull request #26585 from dra27/trunk-tweaks


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-10-01 16:23.43 ---> using "22cc1019376f9d24695927ed0b805ccaa3acf497792d877248b736d86731fb88" from cache


/src: (copy (src mirage-net-xen.opam) (dst ./))
2024-10-01 16:23.43 ---> saved as "554460bd1d37353c6730b0e29c4d1f4f06cdf20afcacd831365391bd3d4ed130"


/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 "e8f5bf9bb2bc972c7a4eafbe3f900343b689379d76e4b6a1ca7c4c0b60c8ca0e"


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 cmdliner.1.3.0 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 io-page.3.0.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.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.7.0 mirage-xen.8.0.3 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 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.2 --depext-only -y mirage-net-xen.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:3 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1273 kB]
- Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4025 kB]
- Get:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1560 kB]
- Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4488 kB]
- Fetched 11.6 MB in 2s (7580 kB/s)
- Reading package lists...
- 


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


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


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-10-01 16:24.20 ---> saved as "17c0dd346bfa8c8f1bf1698b2ae632b9374c204a75fa796e10a98160ac603864"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-nnp 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 30 packages
  - install base-bytes             base
  - install bheap                  2.0.0
  - install cmdliner               1.3.0
  - install conf-pkg-config        3
  - install cppo                   1.7.0
  - install csexp                  1.5.2
  - install cstruct                6.2.0
  - install domain-name            0.4.0
  - install dune                   3.16.0
  - install dune-configurator      3.16.0
  - install duration               0.2.1
  - install fmt                    0.9.0
  - install io-page                3.0.0
  - install ipaddr                 5.6.0
  - install logs                   0.7.0
  - install lwt                    5.7.0
  - install lwt-dllist             1.0.1
  - install macaddr                5.6.0
  - install metrics                0.4.1
  - install metrics-lwt            0.4.1
  - install mirage-net             4.0.0
  - install mirage-runtime         4.7.0
  - install mirage-xen             8.0.3
  - install ocamlbuild             0.15.0
  - install ocamlfind              1.9.6
  - install ocplib-endian          1.2
  - install shared-memory-ring     3.2.1
  - install shared-memory-ring-lwt 3.2.1
  - install topkg                  1.0.7
  - install xenstore               2.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bheap.2.0.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved io-page.3.0.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved metrics.0.4.1, metrics-lwt.0.4.1  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-runtime.4.7.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1  (https://github.com/mirage/shared-memory-ring/releases/download/v3.2.1/shared-memory-ring-3.2.1.tbz)
-> retrieved xenstore.2.3.0  (cached)
-> retrieved mirage-xen.8.0.3  (https://github.com/mirage/mirage-xen/releases/download/v8.0.3/mirage-xen-8.0.3.tbz)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed dune.3.16.0
-> installed bheap.2.0.0
-> installed lwt-dllist.1.0.1
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed macaddr.5.6.0
-> installed metrics.0.4.1
-> installed cppo.1.7.0
-> installed io-page.3.0.0
-> installed shared-memory-ring.3.2.1
-> installed ipaddr.5.6.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.16.0
-> installed lwt.5.7.0
-> installed mirage-net.4.0.0
-> installed shared-memory-ring-lwt.3.2.1
-> installed xenstore.2.3.0
-> installed logs.0.7.0
-> installed metrics-lwt.0.4.1
-> installed mirage-runtime.4.7.0
-> installed mirage-xen.8.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-01 16:25.31 ---> saved as "448733e8bb0788e46fcf80c9e848a2128872a1cd7d092cf5e4c3af5dee2527d9"


/src: (copy (src .) (dst /src))
2024-10-01 16:25.31 ---> saved as "267d936c629cfb0d50c8f8fea075e61c15321dd58da4f4d2094887b4a721f6cd"


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