Organisationsmirageocaml-tara447ca (main)(lint-opam)

(lint-opam)

Logs

Show full logs
2025-07-03 22:30.50: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (a447ca8ab368916aeb107bfbc3757934d64164eb) (linux-x86_64:(lint-opam))
Base: ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485
Opam files lint

To reproduce locally:

git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard a447ca8a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485
# debian-12-5.1_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 f7060d5dd1056d18a1e0f07c7958d7529ad9f555 || git fetch origin master) && git reset -q --hard f7060d5dd1056d18a1e0f07c7958d7529ad9f555 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam ./
RUN opam pin add -yn tar.dev './' && \
    opam pin add -yn tar-unix.dev './' && \
    opam pin add -yn tar-mirage.dev './' && \
    opam pin add -yn tar-eio.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bos.0.2.1 checkseum.0.5.2 cmdliner.1.3.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 eio.1.2 fmt.0.10.0 fpath.0.7.3 hmap.0.8.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 lwt-dllist.1.1.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.0.0 mtime.2.1.0 num.1.6 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 ordering.3.19.1 parsexp.v0.17.0 pp.2.0.0 psq.0.2.1 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.19.1 stringext.1.6.0 swhid_core.0.1 thread-table.1.0.0 topkg.1.0.8 uri.4.4.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.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

2025-07-03 22:30.50: Using cache hint "mirage/ocaml-tar-ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485-debian-12-5.1_opam-2.3-76c8236dede6a6f1fdff883ecdb49935"
2025-07-03 22:30.50: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485)
 (comment debian-12-5.1_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 f7060d5dd1056d18a1e0f07c7958d7529ad9f555 || git fetch origin master) && git reset -q --hard f7060d5dd1056d18a1e0f07c7958d7529ad9f555 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn tar.dev './' && \
             \nopam pin add -yn tar-unix.dev './' && \
             \nopam pin add -yn tar-mirage.dev './' && \
             \nopam pin add -yn tar-eio.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bos.0.2.1 checkseum.0.5.2 cmdliner.1.3.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 eio.1.2 fmt.0.10.0 fpath.0.7.3 hmap.0.8.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 lwt-dllist.1.1.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.0.0 mtime.2.1.0 num.1.6 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 ordering.3.19.1 parsexp.v0.17.0 pp.2.0.0 psq.0.2.1 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.19.1 stringext.1.6.0 swhid_core.0.1 thread-table.1.0.0 topkg.1.0.8 uri.4.4.0 uutf.1.0.4")
 (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 tar.dev tar-unix.dev tar-mirage.dev tar-eio.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"))
)

2025-07-03 22:30.50: Waiting for resource in pool OCluster
2025-07-04 01:37.07: Waiting for worker…
2025-07-04 01:40.46: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
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/ocaml-tar.git-36218b3180fc0cf8b4f4746cdf083bb4397883ab/.git/
HEAD is now at a447ca8 Merge pull request #169 from mirage/prepare-v3.3.0

(from ocaml/opam:debian-12-ocaml-5.1@sha256:6f222b619eee423bd9fb6ae43592023cf8de324d5956e9c85035a255c36ae485)
2025-07-04 01:40.47 ---> using "85693fa191b6218285aa46bde412ba835ac3fae6e3e7fdbec4031237b26be312" from cache

/: (comment debian-12-5.1_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"))
2025-07-04 01:40.47 ---> using "8ccb320ba850a8948c6e199a0f3b8b95024d7e9753b70b06ab30a6cd5361e5fa" 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 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-04 01:40.47 ---> using "4e8a3621f1153341fb48531720c17e4e3b8158f33a7e449b22b55a21f354937f" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.1.1
2.2.1
2025-07-04 01:40.47 ---> using "79d3b66ee3d4705dbcb2032afd78e2518c3fac94a0e5ef915f2a77a732582319" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-07-04 01:40.47 ---> using "f680bb53c131790b10f6ab2c0917fdcc8f78f34bb6ae7748e7581b6b3b8a7ab9" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e f7060d5dd1056d18a1e0f07c7958d7529ad9f555 || git fetch origin master) && git reset -q --hard f7060d5dd1056d18a1e0f07c7958d7529ad9f555 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c7269f729a..f7060d5dd1  master     -> origin/master
f7060d5dd1 Merge pull request #28126 from kit-ty-kate/opam-publish-opam-file-format.2.2.0

<><> 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
2025-07-04 01:40.57 ---> saved as "c4109ae6d5da001ad4bde5f21cff8ec5054f392e6b730acd7502faf50152ae11"

/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
            (dst ./))
2025-07-04 01:40.57 ---> saved as "893c8cb84ce60d18574ddbdfc60e4f5968d00387f2dd54b884784eb3cc352461"

/src: (run (network host)
           (shell  "opam pin add -yn tar.dev './' && \
                  \nopam pin add -yn tar-unix.dev './' && \
                  \nopam pin add -yn tar-mirage.dev './' && \
                  \nopam pin add -yn tar-eio.dev './'"))
[tar.dev] synchronised (file:///src)
tar is now pinned to file:///src (version dev)
[tar-unix.dev] synchronised (file:///src)
tar-unix is now pinned to file:///src (version dev)
[tar-mirage.dev] synchronised (file:///src)
tar-mirage is now pinned to file:///src (version dev)
[tar-eio.dev] synchronised (file:///src)
tar-eio is now pinned to file:///src (version dev)
2025-07-04 01:41.02 ---> saved as "95534deb17fc385426931663aba8d0949a49b08cd0d3a53d7b55cb9d303ee847"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-04 01:41.02 ---> saved as "d8ba1772eda0d84e911f0bb56e6f52247dc28124bd8ead00554a5730d88db6bd"

/src: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bos.0.2.1 checkseum.0.5.2 cmdliner.1.3.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 dyn.3.19.1 eio.1.2 fmt.0.10.0 fpath.0.7.3 hmap.0.8.1 jsonm.1.0.2 logs.0.8.0 lwt.5.9.1 lwt-dllist.1.1.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.0.0 mtime.2.1.0 num.1.6 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 ordering.3.19.1 parsexp.v0.17.0 pp.2.0.0 psq.0.2.1 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.19.1 stringext.1.6.0 swhid_core.0.1 thread-table.1.0.0 topkg.1.0.8 uri.4.4.0 uutf.1.0.4")

/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 tar.dev tar-unix.dev tar-mirage.dev tar-eio.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 [270 kB]
- Fetched 374 kB in 0s (1261 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar.dev] synchronised (file:///src)
[tar-eio.dev] synchronised (file:///src)
[tar-mirage.dev] synchronised (file:///src)
[tar-unix.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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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).
2025-07-04 01:41.10 ---> saved as "26ead74cd790da7651f266750329c5a4bb74a17f5b923d5d6901ce8b98549f85"

/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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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 69 packages
  - install alcotest            1.9.0
  - install alcotest-lwt        1.9.0
  - install angstrom            0.16.1
  - install astring             0.8.5
  - install base-bytes          base
  - install bigstringaf         0.10.0
  - install bos                 0.2.1
  - install checkseum           0.5.2
  - install cmdliner            1.3.0
  - install conf-linux-libc-dev 0
  - install cppo                1.8.0
  - install csexp               1.5.2
  - install cstruct             6.2.0
  - install cstruct-lwt         6.2.0
  - install decompress          1.5.3
  - install domain-local-await  1.0.1
  - install dune                3.19.1
  - install dune-configurator   3.19.1
  - install dyn                 3.19.1
  - install eio                 1.2
  - install fmt                 0.10.0
  - install fpath               0.7.3
  - install hmap                0.8.1
  - install jsonm               1.0.2
  - install logs                0.8.0
  - install lwt                 5.9.1
  - install lwt-dllist          1.1.0
  - install menhir              20240715
  - install menhirCST           20240715
  - install menhirLib           20240715
  - install menhirSdk           20240715
  - install mirage-block        3.0.2
  - install mirage-block-unix   2.14.2
  - install mirage-kv           6.1.1
  - install mirage-ptime        5.0.0
  - install mtime               2.1.0
  - install num                 1.6
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ocamlgraph          2.2.0
  - install ocplib-endian       1.2
  - install opam-core           2.3.0
  - install opam-dune-lint      0.6
  - install opam-file-format    2.2.0
  - install opam-format         2.3.0
  - install opam-repository     2.3.0
  - install opam-state          2.3.0
  - install optint              0.3.0
  - install ordering            3.19.1
  - install parsexp             v0.17.0
  - install pp                  2.0.0
  - install psq                 0.2.1
  - install ptime               1.2.0
  - install re                  1.12.0
  - install rresult             0.7.0
  - install seq                 base
  - install sexplib             v0.17.0
  - install sexplib0            v0.17.0
  - install sha                 1.15.4
  - install spdx_licenses       1.4.0
  - install stdlib-shims        0.3.0
  - install stdune              3.19.1
  - install stringext           1.6.0
  - install swhid_core          0.1
  - install thread-table        1.0.0
  - install topkg               1.0.8
  - install uri                 4.4.0
  - install uutf                1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved eio.1.2  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved mirage-block.3.0.2  (cached)
-> retrieved mirage-block-unix.2.14.2  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1, dyn.3.19.1, ordering.3.19.1, stdune.3.19.1  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-ptime.5.0.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed cmdliner.1.3.0
-> retrieved opam-core.2.3.0, opam-format.2.3.0, opam-repository.2.3.0, opam-state.2.3.0  (cached)
-> retrieved opam-dune-lint.0.6  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved rresult.0.7.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved spdx_licenses.1.4.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uri.4.4.0  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.19.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed lwt-dllist.1.1.0
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed mirage-ptime.5.0.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocamlgraph.2.2.0
-> installed optint.0.3.0
-> installed pp.2.0.0
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed sexplib0.v0.17.0
-> installed spdx_licenses.1.4.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed swhid_core.0.1
-> installed thread-table.1.0.0
-> installed ocplib-endian.1.2
-> installed domain-local-await.1.0.1
-> installed ordering.3.19.1
-> installed parsexp.v0.17.0
-> installed alcotest.1.9.0
-> installed dune-configurator.3.19.1
-> installed sha.1.15.4
-> installed bigstringaf.0.10.0
-> installed dyn.3.19.1
-> installed sexplib.v0.17.0
-> installed checkseum.0.5.2
-> installed angstrom.0.16.1
-> installed eio.1.2
-> installed lwt.5.9.1
-> installed decompress.1.5.3
-> installed mirage-block.3.0.2
-> installed cstruct-lwt.6.2.0
-> installed mirage-kv.6.1.1
-> installed uri.4.4.0
-> installed logs.0.8.0
-> installed stdune.3.19.1
-> installed opam-core.2.3.0
-> installed alcotest-lwt.1.9.0
-> installed mirage-block-unix.2.14.2
-> installed bos.0.2.1
-> installed menhir.20240715
-> installed opam-file-format.2.2.0
-> installed opam-format.2.3.0
-> installed opam-repository.2.3.0
-> installed opam-state.2.3.0
-> installed opam-dune-lint.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2025-07-04 01:42.20 ---> saved as "6779d89b2c5263ab9ffb03a4c513bea584165d7c8dc5e7f96bcfb35602aa372d"

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (workdir /src)

/src: (copy (src .) (dst /src/))
2025-07-04 01:42.20 ---> saved as "145302e706b7427d2118d5741c7f980150ea5763d3421c150f6a30751834f25c"

/src: (run (shell "opam lint"))
/src/tar.opam: Passed.
/src/tar-unix.opam: Passed.
/src/tar-mirage.opam: Passed.
/src/tar-eio.opam: Passed.
2025-07-04 01:42.21 ---> saved as "5570e3803aaeaf39d7053094bdd0cf57179ba7f900a4dec8fa8e5322e0c94263"

/src: (run (shell "opam exec -- opam-dune-lint"))
tar-eio.opam: OK
tar-mirage.opam: OK
tar-unix.opam: OK
tar.opam: OK
2025-07-04 01:42.21 ---> saved as "fe0dcf1fb0f75efb5e12648ed4226df0aac068b5dd0c2f293ce238720ae8d701"
Job succeeded
2025-07-04 01:42.21: Job succeeded