Organisationsocurrentobuilder6bb4a4 ()(lint-opam)

(lint-opam)

Link Copied
Code Copied

Logs

2024-07-25 13:03.00: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (6bb4a4e9b1f4134ff0b1ade523427ad06dbab6ed) (linux-x86_64:(lint-opam))
Base: ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302
Opam files lint


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard 6bb4a4e9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302
# debian-12-5.0_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./
RUN opam pin add -yn obuilder.dev './' && \
    opam pin add -yn obuilder-spec.dev './'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 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 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 dyn.3.16.0 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-core.2.2.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.2.0 opam-repository.2.2.0 opam-state.2.2.0 optint.0.3.0 ordering.3.16.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 sqlite3.5.1.0 stdlib-shims.0.3.0 stdune.3.16.0 swhid_core.0.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y obuilder.dev obuilder-spec.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-07-25 13:03.00: Using cache hint "ocurrent/obuilder-ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302-debian-12-5.0_opam-2.1-0a1a8f5a707497c60654caed67627f58"
2024-07-25 13:03.00: Using OBuilder spec:
((from ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302)
 (comment debian-12-5.0_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn obuilder.dev './' && \
             \nopam pin add -yn obuilder-spec.dev './'"))
 (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 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 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 dyn.3.16.0 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-core.2.2.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.2.0 opam-repository.2.2.0 opam-state.2.2.0 optint.0.3.0 ordering.3.16.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 sqlite3.5.1.0 stdlib-shims.0.3.0 stdune.3.16.0 swhid_core.0.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
 (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.1 --depext-only -y obuilder.dev obuilder-spec.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-07-25 13:03.00: Waiting for resource in pool OCluster
2024-07-25 16:58.32: Waiting for worker…
2024-07-25 17:02.29: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
HEAD is now at 6bb4a4e Update GHA script


(from ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302)
2024-07-25 17:02.29 ---> using "46ac52aff36cb2b4d4435d78d3ed19578721d1b2b2647137403dbd7484ebff2d" from cache


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


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-07-25 17:02.29 ---> using "eb74da3f5dee7886eef23a43d4b6484ab841d1d8b19f66878147203acc637499" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-07-25 17:02.29 ---> using "3377177fb565b2df02b2ec38c9a7809ea03efdbcb8832ff6f38f3591d6abc2e5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-116-generic
The OCaml toplevel, version 5.0.0
2.1.6
2024-07-25 17:02.29 ---> using "2c4771b433599d54f27e5be8f0a52c157b4aa110b1d3296f9de98cff72f5f326" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-07-25 17:02.29 ---> using "49f8c77d759317806b2526147e5a5e0c6989acc0f6f2cdab361f6fb34e119eff" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ffa13bde69..d7e8a9dd3d  master     -> origin/master
44a281fd66 [new release] alcotest (5 packages) (1.8.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-07-25 17:02.29 ---> using "c654465a6ba9bd3e7ef58d43666d875a87897f20b5edeb9318f4f1667fe9c653" from cache


/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2024-07-25 17:02.29 ---> saved as "580dcbf395249e6b9314346abc67c0cc433e739017301aa786f6ac62e908c4c9"


/src: (run (network host)
           (shell  "opam pin add -yn obuilder.dev './' && \
                  \nopam pin add -yn obuilder-spec.dev './'"))
[obuilder.dev] synchronised (file:///src)
obuilder is now pinned to file:///src (version dev)
[obuilder-spec.dev] synchronised (file:///src)
obuilder-spec is now pinned to file:///src (version dev)
2024-07-25 17:02.34 ---> saved as "f85e71bb4833698693947e16caa2b2762e42eeb4131c63b666bf2d3dbc114ab9"


/src: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 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 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.6.9 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 dyn.3.16.0 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-core.2.2.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.2.0 opam-repository.2.2.0 opam-state.2.2.0 optint.0.3.0 ordering.3.16.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.6.0.2 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.2.0 sqlite3.5.1.0 stdlib-shims.0.3.0 stdune.3.16.0 swhid_core.0.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")


/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.1 --depext-only -y obuilder.dev obuilder-spec.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 [169 kB]
- Fetched 272 kB in 0s (1033 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder.dev] synchronised (no changes)
[obuilder-spec.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.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:
    libsqlite3-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-07-25 17:02.59 ---> saved as "c191e1531f852eb8a36e030f1b1097eb83bddc07c5761e4b20b7666dfcec9070"


/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 conf-bash           1
  - install num                 1.5-1
  - install ocamlfind           1.9.6
  - install conf-pkg-config     3
  - install ocamlbuild          0.15.0
  - install seq                 base
  - install dune                3.16.0
  - install cmdliner            1.3.0
  - install base-bytes          base
  - install conf-sqlite3        1
  - install topkg               1.0.7
  - install yojson              2.2.2
  - install swhid_core          0.1
  - install stdlib-shims        0.3.0
  - install spdx_licenses       1.2.0
  - install sexplib0            v0.16.0
  - install re                  1.11.0
  - install ppx_derivers        1.2.1
  - install pp                  1.2.0
  - install ordering            3.16.0
  - install optint              0.3.0
  - install opam-file-format    2.1.6
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.12.4
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install camlp-streams       5.0.1
  - install uutf                1.0.3
  - install rresult             0.7.0
  - install ptime               1.1.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install sha                 1.15.4
  - install ocamlgraph          2.1.0
  - install parsexp             v0.16.0
  - install dyn                 3.16.0
  - install ppxlib              0.33.0
  - install dune-configurator   3.16.0
  - install ocplib-endian       1.2
  - install jsonm               1.0.2
  - install crunch              3.3.1
  - install cstruct             6.2.0
  - install fpath               0.7.3
  - install alcotest            1.8.0
  - install sexplib             v0.16.0
  - install stdune              3.16.0
  - install ppx_deriving        6.0.2
  - install sqlite3             5.1.0
  - install extunix             0.4.1
  - install checkseum           0.5.2
  - install base                v0.16.3
  - install lwt                 5.7.0
  - install opam-core           2.2.0
  - install decompress          1.5.3
  - install ppx_sexp_conv       v0.16.0
  - install logs                0.7.0
  - install cstruct-lwt         6.2.0
  - install opam-format         2.2.0
  - install tar                 2.6.0
  - install bos                 0.2.1
  - install alcotest-lwt        1.8.0
  - install opam-repository     2.2.0
  - install tar-unix            2.6.0
  - install opam-state          2.2.0
  - install opam-dune-lint      0.6
===== 65 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved alcotest-lwt.1.8.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-bash.1
-> installed conf-pkg-config.3
-> retrieved crunch.3.3.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-sqlite3.1
-> retrieved cstruct-lwt.6.2.0  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved dyn.3.16.0  (cached)
-> retrieved extunix.0.4.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (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.2.0  (cached)
-> retrieved opam-dune-lint.0.6  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved opam-format.2.2.0  (cached)
-> retrieved opam-repository.2.2.0  (cached)
-> retrieved opam-state.2.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pp.1.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.2  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> 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 ppxlib.0.33.0  (cached)
-> retrieved ordering.3.16.0  (cached)
-> retrieved sqlite3.5.1.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved tar.2.6.0  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> retrieved tar-unix.2.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved stdune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed cstruct.6.2.0
-> installed opam-file-format.2.1.6
-> installed optint.0.3.0
-> installed pp.1.2.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed spdx_licenses.1.2.0
-> installed swhid_core.0.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed cppo.1.6.9
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed ocplib-endian.1.2
-> installed ordering.3.16.0
-> installed yojson.2.2.2
-> installed sha.1.15.4
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.16.0
-> installed alcotest.1.8.0
-> installed dyn.3.16.0
-> installed ocamlgraph.2.1.0
-> installed checkseum.0.5.2
-> installed sqlite3.5.1.0
-> installed sexplib.v0.16.0
-> installed decompress.1.5.3
-> installed tar.2.6.0
-> installed lwt.5.7.0
-> installed cstruct-lwt.6.2.0
-> installed tar-unix.2.6.0
-> installed stdune.3.16.0
-> installed logs.0.7.0
-> installed alcotest-lwt.1.8.0
-> installed base.v0.16.3
-> installed opam-core.2.2.0
-> installed bos.0.2.1
-> installed opam-format.2.2.0
-> installed ppxlib.0.33.0
-> installed ppx_deriving.6.0.2
-> installed ppx_sexp_conv.v0.16.0
-> installed opam-repository.2.2.0
-> installed extunix.0.4.1
-> installed opam-state.2.2.0
-> installed opam-dune-lint.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-25 17:05.23 ---> saved as "3e3fb5ba4fbb625a6246941658ba063f21c740e69acf9e9cd35071c2f9546086"


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (workdir /src)


/src: (copy (src .) (dst /src/))
2024-07-25 17:05.23 ---> saved as "9b31a74c9f8bb64788871113476933bbf96bbb7a86a5f30ffc20b8cf9a9f7c06"


/src: (run (shell "opam lint"))
/src/obuilder.opam: Passed.
/src/obuilder-spec.opam: Passed.
2024-07-25 17:05.23 ---> saved as "2b1624a3ae7aad872c2b6a2a657cd2939b945403b7df5d5fabbaba80d5b89a06"


/src: (run (shell "opam exec -- opam-dune-lint"))
obuilder-spec.opam: OK
obuilder.opam: OK
2024-07-25 17:05.23 ---> saved as "c0f7beb6ccca953858a26aadfe198312f69fc9b236286ef293c6f9e4c3440802"
Job succeeded
2024-07-25 17:05.24: Job succeeded