Organisationshannesmmirage-cryptof794fa (master)(lint-opam)

(lint-opam)

Logs

Show full logs
2024-12-12 12:28.58: New job: test hannesm/mirage-crypto https://github.com/hannesm/mirage-crypto.git#refs/heads/master (f794fab91bc9665844fba6d5d8229183038ac1ec) (linux-x86_64:(lint-opam))
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:253ce5052753f1dd9fa314877903b7bd7f3025b1901e6b4c4debecc08724dcb2
Opam files lint

To reproduce locally:

git clone --recursive "https://github.com/hannesm/mirage-crypto.git" -b "master" && cd "mirage-crypto" && git reset --hard f794fab9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.0@sha256:253ce5052753f1dd9fa314877903b7bd7f3025b1901e6b4c4debecc08724dcb2
# debian-12-5.0_opam-2.3
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 9d811310def03190e9b9b1db9c9ea19b4f954c17 || git fetch origin master) && git reset -q --hard 9d811310def03190e9b9b1db9c9ea19b4f954c17 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-pk.opam mirage-crypto-entropy.opam ./
RUN opam pin add -yn mirage-crypto.dev './' && \
    opam pin add -yn mirage-crypto-rng.dev './' && \
    opam pin add -yn mirage-crypto-pk.dev './' && \
    opam pin add -yn mirage-crypto-entropy.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cppo.1.8.0 cpuid.0.1.2 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.17.0 dune-configurator.3.17.0 duration.0.2.1 dyn.3.17.0 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 macaddr.5.6.0 mirage-no-solo5.1 mirage-no-xen.1 mirage-runtime.4.8.2 mirage-unix.5.0.1 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.17.0 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.16.0 pp.2.0.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 randomconv.0.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 stdlib-shims.0.3.0 stdune.3.17.0 swhid_core.0.1 topkg.1.0.7 uutf.1.0.3 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-pk.dev mirage-crypto-entropy.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

2024-12-12 12:28.58: Using cache hint "hannesm/mirage-crypto-ocaml/opam:debian-12-ocaml-5.0@sha256:253ce5052753f1dd9fa314877903b7bd7f3025b1901e6b4c4debecc08724dcb2-debian-12-5.0_opam-2.3-124dbac66c82e3bdd5cdbbf0e61f798d"
2024-12-12 12:28.58: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:253ce5052753f1dd9fa314877903b7bd7f3025b1901e6b4c4debecc08724dcb2)
 (comment debian-12-5.0_opam-2.3)
 (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 9d811310def03190e9b9b1db9c9ea19b4f954c17 || git fetch origin master) && git reset -q --hard 9d811310def03190e9b9b1db9c9ea19b4f954c17 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-pk.opam mirage-crypto-entropy.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mirage-crypto.dev './' && \
             \nopam pin add -yn mirage-crypto-rng.dev './' && \
             \nopam pin add -yn mirage-crypto-pk.dev './' && \
             \nopam pin add -yn mirage-crypto-entropy.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cppo.1.8.0 cpuid.0.1.2 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.17.0 dune-configurator.3.17.0 duration.0.2.1 dyn.3.17.0 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 macaddr.5.6.0 mirage-no-solo5.1 mirage-no-xen.1 mirage-runtime.4.8.2 mirage-unix.5.0.1 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.17.0 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.16.0 pp.2.0.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 randomconv.0.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 stdlib-shims.0.3.0 stdune.3.17.0 swhid_core.0.1 topkg.1.0.7 uutf.1.0.3 zarith.1.14")
 (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-crypto.dev mirage-crypto-rng.dev mirage-crypto-pk.dev mirage-crypto-entropy.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"))
)

2024-12-12 12:28.58: Waiting for resource in pool OCluster
2024-12-12 13:05.04: Waiting for worker…
2024-12-12 13:07.00: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at f794fab [ci skip] changes 0.6.2

(from ocaml/opam:debian-12-ocaml-5.0@sha256:253ce5052753f1dd9fa314877903b7bd7f3025b1901e6b4c4debecc08724dcb2)
2024-12-12 13:07.00 ---> using "d659d8becf3f26334116d2aae1c48e40b51fd3ef300f4b9b3360a0bd80c4ea24" from cache

/: (comment debian-12-5.0_opam-2.3)

/: (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-12-12 13:07.00 ---> using "e4d08a1c0e42a72952f4e27a2e5e30cafda78bef2fd8b93dba3ee55798225320" 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-12-12 13:07.00 ---> using "7da8ba53f98cbe3bd465144dfc4b83d370ad6e4d288a4d6cf44388063a75612c" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 5.0.0
2.2.1
2024-12-12 13:07.00 ---> using "80f0457e526e26483d997b4b31985d5328b7b83483b43b7e30c266cb582bd24f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-12-12 13:07.00 ---> using "46a95b88bccba0b35319c58594539c66c7c1bf322a01f8b7bf97bcc3064e9435" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 9d811310def03190e9b9b1db9c9ea19b4f954c17 || git fetch origin master) && git reset -q --hard 9d811310def03190e9b9b1db9c9ea19b4f954c17 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   11bdbee611..9d811310de  master     -> origin/master
9d811310de Merge pull request #27077 from hannesm/mark-more-mirage-deprecated

<><> 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-12-12 13:07.00 ---> using "7c7373165033d580ae563267db3c74795eb8d94b52708ed2824b84787787e38a" from cache

/src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-pk.opam mirage-crypto-entropy.opam)
            (dst ./))
2024-12-12 13:07.01 ---> saved as "b71694770cbff71365cc609a6b4b35d8ecc42243b5cf63f7d9e7f6a3ba2ba7fb"

/src: (run (network host)
           (shell  "opam pin add -yn mirage-crypto.dev './' && \
                  \nopam pin add -yn mirage-crypto-rng.dev './' && \
                  \nopam pin add -yn mirage-crypto-pk.dev './' && \
                  \nopam pin add -yn mirage-crypto-entropy.dev './'"))
[mirage-crypto.dev] synchronised (file:///src)
mirage-crypto is now pinned to file:///src (version dev)
[mirage-crypto-rng.dev] synchronised (file:///src)
mirage-crypto-rng is now pinned to file:///src (version dev)
[mirage-crypto-pk.dev] synchronised (file:///src)
mirage-crypto-pk is now pinned to file:///src (version dev)
[mirage-crypto-entropy.dev] synchronised (file:///src)
[WARNING] Failed checks on mirage-crypto-entropy package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "BSD2"
mirage-crypto-entropy is now pinned to file:///src (version dev)
2024-12-12 13:07.07 ---> saved as "d209385c5c20545a84432e04398f483aaa5dcf9c7043eca3e465728ed54cd30b"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-12 13:07.07 ---> saved as "c8e350f8ce6c02598eaef762e3b585f4ebbc23d6481b0a34b020d6caea17a9b9"

/src: (env DEPS "astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cppo.1.8.0 cpuid.0.1.2 csexp.1.5.2 cstruct.6.2.0 domain-name.0.4.0 dune.3.17.0 dune-configurator.3.17.0 duration.0.2.1 dyn.3.17.0 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 ipaddr.5.6.0 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 macaddr.5.6.0 mirage-no-solo5.1 mirage-no-xen.1 mirage-runtime.4.8.2 mirage-unix.5.0.1 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.17.0 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.16.0 pp.2.0.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 randomconv.0.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 stdlib-shims.0.3.0 stdune.3.17.0 swhid_core.0.1 topkg.1.0.7 uutf.1.0.3 zarith.1.14")

/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-crypto.dev mirage-crypto-rng.dev mirage-crypto-pk.dev mirage-crypto-entropy.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 bookworm-updates/main amd64 Packages.diff/Index [14.0 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-11-27-1405.46.pdiff [7410 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-11-27-1405.46.pdiff [7410 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [216 kB]
- Fetched 341 kB in 0s (880 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-crypto.dev] synchronised (file:///src)
[mirage-crypto-entropy.dev] synchronised (file:///src)
[mirage-crypto-pk.dev] synchronised (file:///src)
[mirage-crypto-rng.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 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:
    libgmp-dev pkg-config

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

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl: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 .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-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+deb12u9) ...
2024-12-12 13:07.23 ---> saved as "3a3303a6adb4941b92974c914df48742a479c9ad3b82ef9b387a64eb82796679"

/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 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 64 packages
  - install astring             0.8.5
  - install base                v0.16.3
  - install base-bytes          base
  - install bos                 0.2.1
  - install cmdliner            1.3.0
  - install conf-bash           1
  - install conf-gmp            4
  - install conf-gmp-powm-sec   3
  - install conf-pkg-config     3
  - install cppo                1.8.0
  - install cpuid               0.1.2
  - install csexp               1.5.2
  - install cstruct             6.2.0
  - install domain-name         0.4.0
  - install dune                3.17.0
  - install dune-configurator   3.17.0
  - install duration            0.2.1
  - install dyn                 3.17.0
  - install eqaf                0.10
  - install fmt                 0.9.0
  - install fpath               0.7.3
  - install ipaddr              5.6.0
  - install jsonm               1.0.2
  - install logs                0.7.0
  - install lwt                 5.9.0
  - install macaddr             5.6.0
  - install mirage-no-solo5     1 (deprecated)
  - install mirage-no-xen       1 (deprecated)
  - install mirage-runtime      4.8.2
  - install mirage-unix         5.0.1
  - install num                 1.5-1
  - install ocaml-compiler-libs v0.12.4
  - install ocamlbuild          0.15.0
  - install ocamlfind           1.9.6
  - install ocamlgraph          2.1.0
  - install ocplib-endian       1.2
  - install opam-core           2.3.0
  - install opam-dune-lint      0.6
  - install opam-file-format    2.1.6
  - install opam-format         2.3.0
  - install opam-repository     2.3.0
  - install opam-state          2.3.0
  - install ordering            3.17.0
  - install ounit               2.2.7
  - install ounit2              2.2.7
  - install parsexp             v0.16.0
  - install pp                  2.0.0
  - install ppx_derivers        1.2.1
  - install ppx_sexp_conv       v0.16.0
  - install ppxlib              0.33.0
  - install randomconv          0.2.0
  - install re                  1.12.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 spdx_licenses       1.2.0
  - install stdlib-shims        0.3.0
  - install stdune              3.17.0
  - install swhid_core          0.1
  - install topkg               1.0.7
  - install uutf                1.0.3
  - install zarith              1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-bash.1
-> installed conf-gmp.4
-> installed conf-pkg-config.3
-> retrieved cpuid.0.1.2  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> retrieved lwt.5.9.0  (cached)
-> retrieved mirage-runtime.4.8.2  (cached)
-> retrieved mirage-unix.5.0.1  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved opam-core.2.3.0, opam-format.2.3.0, opam-repository.2.3.0, opam-state.2.3.0  (cached)
-> retrieved dune.3.17.0, dune-configurator.3.17.0, dyn.3.17.0, ordering.3.17.0, stdune.3.17.0  (cached)
-> retrieved opam-dune-lint.0.6  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> installed ocamlbuild.0.15.0
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.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 spdx_licenses.1.2.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.14  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed zarith.1.14
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.17.0
-> installed cpuid.0.1.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed macaddr.5.6.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed opam-file-format.2.1.6
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed randomconv.0.2.0
-> installed re.1.12.0
-> installed sexplib0.v0.16.0
-> installed spdx_licenses.1.2.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.0
-> installed ordering.3.17.0
-> installed parsexp.v0.16.0
-> installed ocamlgraph.2.1.0
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed dune-configurator.3.17.0
-> installed sha.1.15.4
-> installed sexplib.v0.16.0
-> installed dyn.3.17.0
-> installed lwt.5.9.0
-> installed logs.0.7.0
-> installed opam-core.2.3.0
-> installed stdune.3.17.0
-> installed mirage-runtime.4.8.2
-> installed mirage-unix.5.0.1
-> installed base.v0.16.3
-> installed bos.0.2.1
-> installed opam-format.2.3.0
-> installed ppxlib.0.33.0
-> installed opam-repository.2.3.0
-> installed ppx_sexp_conv.v0.16.0
-> installed opam-state.2.3.0
-> installed opam-dune-lint.0.6
Done.

<><> mirage-no-xen.1 installed successfully <><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.

<><> mirage-no-solo5.1 installed successfully <><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# Run eval $(opam env) to update the current shell environment
2024-12-12 13:08.36 ---> saved as "e31896b189812fc16ba0f90002407440522ada3ecc91f9650f5b2ecd988ecc88"

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (workdir /src)

/src: (copy (src .) (dst /src/))
2024-12-12 13:08.36 ---> saved as "d4e86a87397975922d50d2501d17303de1cf2162b092b9ed1c1e32ea2d66657f"

/src: (run (shell "opam lint"))
/src/mirage-crypto.opam: Passed.
/src/mirage-crypto-rng.opam: Passed.
/src/mirage-crypto-pk.opam: Passed.
/src/mirage-crypto-entropy.opam: Warnings.
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "BSD2"
2024-12-12 13:08.36 ---> saved as "cf4f0adf1926fa5f58a5e460d4f7c94d8013ccc882c1e6718d357ab5dbd9b019"

/src: (run (shell "opam exec -- opam-dune-lint"))
WARNING: can't find opam package providing "mirage-xen-posix"!
WARNING: can't find opam package providing "ocaml-freestanding"!
mirage-crypto-entropy.opam: OK
mirage-crypto-pk.opam: OK
mirage-crypto-rng.opam: OK
mirage-crypto.opam: OK
2024-12-12 13:08.37 ---> saved as "c2ef836d2187dc95bce3a091c32a44e13deb02e2f0b6d9f5af95f3a088953995"
Job succeeded
2024-12-12 13:08.37: Job succeeded