Organisationsmiragemirage-net-xen11815d (main)(lint-doc)

(lint-doc)

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:(lint-doc))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612
Opam project lint documentation


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 2c9b57d0d2fe5470e1818884765f2cc1fe20cbc8 || git fetch origin master) && git reset -q --hard 2c9b57d0d2fe5470e1818884765f2cc1fe20cbc8 && 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-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 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.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.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
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)


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-674b767d6b3ada1f09622c3c61f3d67d"
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 2c9b57d0d2fe5470e1818884765f2cc1fe20cbc8 || git fetch origin master) && git reset -q --hard 2c9b57d0d2fe5470e1818884765f2cc1fe20cbc8 && 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-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 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.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.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"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install --yes dune 'odoc>=1.5.0'"))
 (copy (src .) (dst /src/))
 (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2024-10-01 14:14.13: Waiting for resource in pool OCluster
2024-10-01 16:22.03: Waiting for worker…
2024-10-01 16:24.17: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
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:24.17 ---> 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:24.17 ---> 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:24.17 ---> 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:24.17 ---> using "e80aa2ad87a5a9275a0410f836bb3790b9cb60ee03a9d88121517497b46d307a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-10-01 16:24.17 ---> 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 2c9b57d0d2fe5470e1818884765f2cc1fe20cbc8 || git fetch origin master) && git reset -q --hard 2c9b57d0d2fe5470e1818884765f2cc1fe20cbc8 && git log --no-decorate -n1 --oneline && opam update -u"))
2c9b57d0d2 Merge pull request #26497 from hannesm/release-mirage-v4.7.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.
# Run eval $(opam env) to update the current shell environment
2024-10-01 16:24.17 ---> using "2edbe1a88adf773c0854f8f9c0b9db0da37ee3468b0ba24aff853bc9f138509f" from cache


/src: (copy (src mirage-net-xen.opam) (dst ./))
2024-10-01 16:24.17 ---> using "2601471b5ec9cb0fffa89994be08cdf1db0f8f32c6e6ab9428cb31fdbd516936" from cache


/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:24.17 ---> using "0d92249eea132e645008ad313b832d163fee9d2349d3eb5b1a82e63910ef9dae" from cache


/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.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 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.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.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"
- 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 (1024 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:
    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.17 ---> using "2d2e0e584bfd06ae8f190daf04cf0dcf17c55a189f475c337cbdea0066d7af2b" from cache


/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 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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.3
-> retrieved bheap.2.0.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> 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-xen.8.0.3  (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 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.16.0, dune-configurator.3.16.0  (cached)
-> 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 duration.0.2.1
-> installed lwt-dllist.1.0.1
-> installed domain-name.0.4.0
-> installed csexp.1.5.2
-> installed cppo.1.7.0
-> installed cstruct.6.2.0
-> installed macaddr.5.6.0
-> installed metrics.0.4.1
-> installed io-page.3.0.0
-> installed shared-memory-ring.3.2.1
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.0
-> 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.28 ---> saved as "71626e15914047b32193f8eff27b829aa038ef6a9c6344c083e295e3cd6d2657"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package dune is already installed (current version is 3.16.0).
The following actions will be performed:
=== install 12 packages
  - install astring       0.8.5  [required by odoc]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install crunch        3.3.1  [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install odoc          2.4.2
  - install odoc-parser   2.4.2  [required by odoc]
  - install ptime         1.1.0  [required by crunch]
  - install re            1.11.0 [required by tyxml]
  - install result        1.5    [required by odoc]
  - install seq           base   [required by tyxml]
  - install tyxml         4.6.0  [required by odoc]
  - install uutf          1.0.3  [required by tyxml]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.2.4.2, odoc-parser.2.4.2  (cached)
-> installed camlp-streams.5.0.1
-> installed result.1.5
-> installed re.1.11.0
-> installed uutf.1.0.3
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed crunch.3.3.1
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-01 16:25.57 ---> saved as "99351e7d091b15d42856de8a4351213a16dbb28319ab6829e1d02733437743c7"


/src: (copy (src .) (dst /src/))
2024-10-01 16:25.57 ---> saved as "31bf7cfbc4fe8998fb8e331ccd3519e3fdd06e18b04ddfd21eb20d777aa858d9"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
2024-10-01 16:25.57 ---> saved as "dedd7034c168614b310de1dd23415d46318ac0fd56d2a5dc4a6519898056ebc1"
Job succeeded
2024-10-01 16:25.58: Job succeeded