Organisationsmiragemirage-qubes552cad ()(lint-opam)

(lint-opam)

Link Copied
Code Copied

Logs

2026-03-23 09:25.14: New job: test mirage/mirage-qubes https://github.com/mirage/mirage-qubes.git#refs/pull/76/head (552cadbdcc659fca9b6f7bbb68b26a66b4b35058) (linux-x86_64:(lint-opam))
Base: ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
Opam files lint


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-qubes.git" && cd "mirage-qubes" && git fetch origin "refs/pull/76/head" && git reset --hard 552cadbd
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810
# debian-13-5.0_opam-2.5
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 58acbffc6f60d53f07791fc02fa73c37625536af || git fetch origin master) && git reset -q --hard 58acbffc6f60d53f07791fc02fa73c37625536af && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-qubes.opam mirage-qubes-ipv4.opam ./
RUN opam pin add -yn mirage-qubes.dev './' && \
opam pin add -yn mirage-qubes-ipv4.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 bos.0.2.1 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.20.2 dune-configurator.3.20.2 duration.0.2.1 dyn.3.20.2 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 io-page.3.0.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 ounit2.2.2.7 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 psq.0.2.1 randomconv.0.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 tcpip.9.0.1 topkg.1.1.1 uutf.1.0.4 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.2 --depext-only -y mirage-qubes.dev mirage-qubes-ipv4.dev $DEPS
RUN opam install $DEPS
ENV CI="true"
ENV OCAMLCI="true"
WORKDIR /src
COPY --chown=1000:1000 . /src/
RUN opam lint
RUN opam exec -- opam-dune-lint


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-03-23 09:25.14: Using cache hint "mirage/mirage-qubes-ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810-debian-13-5.0_opam-2.5-cf387df524f288952ff6958acbdf224c"
2026-03-23 09:25.14: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)
(comment debian-13-5.0_opam-2.5)
(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 58acbffc6f60d53f07791fc02fa73c37625536af || git fetch origin master) && git reset -q --hard 58acbffc6f60d53f07791fc02fa73c37625536af && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn mirage-qubes.dev './' && \
\nopam pin add -yn mirage-qubes-ipv4.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 bos.0.2.1 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.20.2 dune-configurator.3.20.2 duration.0.2.1 dyn.3.20.2 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 io-page.3.0.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 ounit2.2.2.7 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 psq.0.2.1 randomconv.0.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 tcpip.9.0.1 topkg.1.1.1 uutf.1.0.4 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.2 --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"))
(env CI true)
(env OCAMLCI true)
(workdir /src)
(copy (src .) (dst /src/))
(run (shell "opam lint"))
(run (shell "opam exec -- opam-dune-lint"))
)


2026-03-23 09:25.14: Waiting for resource in pool OCluster
2026-03-23 10:14.17: Waiting for worker…
2026-03-23 10:22.13: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 552cadb add default handler for commands, change the API


(from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)
2026-03-23 10:22.13 ---> using "1af97956665d2efc3902489efa6840429d2fffc402d2f09afa7ae10086cc57e5" from cache


/: (comment debian-13-5.0_opam-2.5)


/: (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"))
2026-03-23 10:22.13 ---> using "fffa85b6a8a0725b128381cdb5cd42bb4ab2b7ded1d9f884959e27e7a19a7ccc" 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] Initialised
2026-03-23 10:22.13 ---> using "190ae1a208c33d0ef1fdcc82fdd0305aa8dee8d7c9ac498c4b77d28a983ce473" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.0.0
2.2.1
2026-03-23 10:22.13 ---> using "3a3996d9771cccd6b412ed9f00f8f213d0ca373e700f30560b44a5f1df417699" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-23 10:22.13 ---> using "3e1fcac470e6d6083e0bda58d5cbe414fa61f9577da59577d1e9450041d266e2" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 58acbffc6f60d53f07791fc02fa73c37625536af || git fetch origin master) && git reset -q --hard 58acbffc6f60d53f07791fc02fa73c37625536af && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..63b7ba71be  master     -> origin/master
58acbffc6f Merge pull request #29571 from hannesm/mirage-runtime-relax-dep


<><> 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).
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
2026-03-23 10:22.13 ---> using "08833f34aba03d0ab074282243723424af906e220e9afe69ea6e61884f6905a7" from cache


/src: (copy (src mirage-qubes.opam mirage-qubes-ipv4.opam) (dst ./))
2026-03-23 10:22.13 ---> using "5e8ecec3ac0c9a86ca482563a5d30dc3621bf983c0a1a30d696c7328df017eaf" from cache


/src: (run (network host)
(shell  "opam pin add -yn mirage-qubes.dev './' && \
\nopam pin add -yn mirage-qubes-ipv4.dev './'"))
[mirage-qubes.dev] synchronised (file:///src)
mirage-qubes is now pinned to file:///src (version dev)
[mirage-qubes-ipv4.dev] synchronised (file:///src)
mirage-qubes-ipv4 is now pinned to file:///src (version dev)
2026-03-23 10:22.13 ---> using "640263eb58ddc70f09a72571d63883d8d178e46845051d61491d7d8eaad474b1" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-23 10:22.13 ---> using "bd4f11a0ff8b97403b7b8b517b2256da31b2fd869f3dc1d1026e978d01442162" from cache


/src: (env DEPS "arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bheap.2.0.0 bos.0.2.1 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.20.2 dune-configurator.3.20.2 duration.0.2.1 dyn.3.20.2 eqaf.0.10 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 io-page.3.0.0 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 jsonm.1.0.2 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 num.1.6 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.5.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 ounit2.2.2.7 parsexp.v0.16.0 patch.3.1.0 pp.2.0.0 psq.0.2.1 randomconv.0.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 shared-memory-ring.3.2.1 shared-memory-ring-lwt.3.2.1 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 tcpip.9.0.1 topkg.1.1.1 uutf.1.0.4 vchan.6.0.2 vchan-xen.6.0.2 xenstore.2.4.0 xenstore_transport.1.5.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-qubes.dev mirage-qubes-ipv4.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]
- Fetched 10.0 MB in 2s (4231 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-qubes.dev] synchronised (file:///src)
[mirage-qubes-ipv4.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-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"
- 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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
2026-03-23 10:22.40 ---> saved as "649fd986bf0c3bf401ae325a5d8eaf9adcad345b396f4ba94c95b106466c3baa"


/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.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-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 85 packages
- install arp                    4.1.0
- install astring                0.8.5
- install base-bytes             base
- install bheap                  2.0.0
- install bos                    0.2.1
- 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.20.2
- install dune-configurator      3.20.2
- install duration               0.2.1
- install dyn                    3.20.2
- install eqaf                   0.10
- install ethernet               3.2.0
- install fmt                    0.11.0
- install fpath                  0.7.3
- install io-page                3.0.0
- install ipaddr                 5.6.2
- install ipaddr-cstruct         5.6.2
- install jsonm                  1.0.2
- install logs                   0.10.0
- install lru                    0.3.1
- install lwt                    5.9.2
- install lwt-dllist             1.1.0
- install macaddr                5.6.2
- install macaddr-cstruct        5.6.2
- install menhir                 20260209
- install menhirCST              20260209
- install menhirGLR              20260209
- install menhirLib              20260209
- install menhirSdk              20260209
- 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 num                    1.6
- install ocamlbuild             0.16.1
- install ocamlfind              1.9.8
- install ocamlgraph             2.2.0
- install ocplib-endian          1.2
- install ohex                   0.2.0
- install opam-core              2.5.0
- install opam-dune-lint         0.6
- install opam-file-format       2.2.0
- install opam-format            2.5.0
- install opam-repository        2.5.0
- install opam-state             2.5.0
- install ordering               3.20.2
- install ounit2                 2.2.7
- install parsexp                v0.16.0
- install patch                  3.1.0
- install pp                     2.0.0
- install psq                    0.2.1
- install randomconv             0.2.0
- install re                     1.14.0
- install rresult                0.7.0
- install seq                    base
- install sexplib                v0.16.0
- install sexplib0               v0.16.0
- install sha                    1.15.4
- install shared-memory-ring     3.2.1
- install shared-memory-ring-lwt 3.2.1
- install spdx_licenses          1.4.0
- install stdlib-shims           0.3.0
- install stdune                 3.20.2
- install swhid_core             0.1
- install tcpip                  9.0.1
- install topkg                  1.1.1
- install uutf                   1.0.4
- 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 arp.4.1.0  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.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 fpath.0.7.3  (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 jsonm.1.0.2  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
-> retrieved metrics.0.5.0, metrics-lwt.0.5.0  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-rng.2.1.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-sleep.4.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved mirage-runtime.4.10.5  (cached)
-> retrieved mirage-xen.9.0.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved opam-dune-lint.0.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved opam-core.2.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved patch.3.1.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved shared-memory-ring.3.2.1, shared-memory-ring-lwt.3.2.1  (cached)
-> retrieved spdx_licenses.1.4.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved vchan.6.0.2, vchan-xen.6.0.2  (cached)
-> retrieved tcpip.9.0.1  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved xenstore.2.4.0  (cached)
-> retrieved xenstore_transport.1.5.0  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed bheap.2.0.0
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed metrics.0.5.0
-> installed mirage-mtime.5.2.0
-> installed ocamlgraph.2.2.0
-> installed ohex.0.2.0
-> installed patch.3.1.0
-> installed pp.2.0.0
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed spdx_licenses.1.4.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed ocplib-endian.1.2
-> installed io-page.3.0.0
-> installed shared-memory-ring.3.2.1
-> installed macaddr-cstruct.5.6.2
-> installed lru.0.3.1
-> installed ipaddr.5.6.2
-> installed ipaddr-cstruct.5.6.2
-> installed digestif.1.3.0
-> installed ounit2.2.2.7
-> installed ordering.3.20.2
-> installed parsexp.v0.16.0
-> installed sha.1.15.4
-> installed dune-configurator.3.20.2
-> installed sexplib.v0.16.0
-> installed dyn.3.20.2
-> installed mirage-crypto.2.1.0
-> installed lwt.5.9.2
-> installed mirage-net.4.0.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-flow.5.0.0
-> installed shared-memory-ring-lwt.3.2.1
-> installed mirage-sleep.4.1.0
-> installed xenstore.2.4.0
-> installed logs.0.10.0
-> installed xenstore_transport.1.5.0
-> installed metrics-lwt.0.5.0
-> installed opam-core.2.5.0
-> installed ethernet.3.2.0
-> installed mirage-runtime.4.10.5
-> installed vchan.6.0.2
-> installed mirage-crypto-rng.2.1.0
-> installed arp.4.1.0
-> installed mirage-xen.9.0.0
-> installed stdune.3.20.2
-> installed vchan-xen.6.0.2
-> installed menhir.20260209
-> installed tcpip.9.0.1
-> installed opam-file-format.2.2.0
-> installed bos.0.2.1
-> installed opam-format.2.5.0
-> installed opam-repository.2.5.0
-> installed opam-state.2.5.0
-> installed opam-dune-lint.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2026-03-23 10:25.48 ---> saved as "58600799228352e36ee9e3355fd5e226d0daa5b404fe680ab3272692a5d572c0"


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (workdir /src)


/src: (copy (src .) (dst /src/))
2026-03-23 10:25.50 ---> saved as "7b60595d5b61877a09a4798a62e61e712e3578d15b3aa8aa7058366bed4cdfdf"


/src: (run (shell "opam lint"))
/src/mirage-qubes.opam: Passed.
/src/mirage-qubes-ipv4.opam: Passed.
2026-03-23 10:25.51 ---> saved as "ef9c90936b80c30193bf5e33513030146542eb661378ea591055550d5434b609"


/src: (run (shell "opam exec -- opam-dune-lint"))
mirage-qubes-ipv4.opam: OK
mirage-qubes.opam: OK
2026-03-23 10:25.52 ---> saved as "9b886fddfe51c113e5ffa99637d25e84a2803144d52b7432b69f4f552abf1652"
Job succeeded
2026-03-23 10:25.53: Job succeeded