Organisationsocaml-multicoresaturn171b66 ()(lint-opam)

(lint-opam)

Link Copied
Code Copied

Logs

2024-07-25 15:03.03: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/pull/146/head (171b6666b57e867590f505ee107b923e6fc4af56) (linux-x86_64:(lint-opam))
Base: ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302
Opam files lint


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/saturn.git" && cd "saturn" && git fetch origin "refs/pull/146/head" && git reset --hard 171b6666
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 saturn_lockfree.opam saturn.opam ./
RUN opam pin add -yn saturn_lockfree.dev './' && \
    opam pin add -yn saturn.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 containers.3.13.1 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 dyn.3.16.0 either.1.0.0 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 mtime.2.0.0 multicore-bench.0.1.4 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 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 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 ordering.3.16.0 oseq.0.5.1 ounit2.2.2.7 parsexp.v0.16.0 pp.1.2.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-ounit.0.22 qcheck-stm.0.3 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 stdlib-shims.0.3.0 stdune.3.16.0 swhid_core.0.1 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 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 saturn_lockfree.dev saturn.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 15:03.03: Using cache hint "ocaml-multicore/saturn-ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302-debian-12-5.0_opam-2.1-f26e732b384b9b6a633840ca7e200878"
2024-07-25 15:03.03: 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 saturn_lockfree.opam saturn.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn saturn_lockfree.dev './' && \
             \nopam pin add -yn saturn.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 containers.3.13.1 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 dyn.3.16.0 either.1.0.0 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 mtime.2.0.0 multicore-bench.0.1.4 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 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 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 ordering.3.16.0 oseq.0.5.1 ounit2.2.2.7 parsexp.v0.16.0 pp.1.2.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-ounit.0.22 qcheck-stm.0.3 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 stdlib-shims.0.3.0 stdune.3.16.0 swhid_core.0.1 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 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 saturn_lockfree.dev saturn.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 15:03.03: Waiting for resource in pool OCluster
2024-07-25 15:03.03: Waiting for worker…
2024-07-25 15:03.33: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 171b666 Add missing file to make dscheck tests work.


(from ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302)
Unable to find image 'ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302' locally
docker.io/ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302: Pulling from ocaml/opam
069aad9ef107: Pulling fs layer
069aad9ef107: Waiting
069aad9ef107: Verifying Checksum
069aad9ef107: Download complete
069aad9ef107: Pull complete
Digest: sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302
Status: Downloaded newer image for ocaml/opam@sha256:a5c98b88cee25ac0de30a86409308e92e74645212737190f289c4cf269142302
2024-07-25 15:03.34 ---> 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 15:03.34 ---> 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 15:03.34 ---> 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 15:03.34 ---> using "2c4771b433599d54f27e5be8f0a52c157b4aa110b1d3296f9de98cff72f5f326" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-07-25 15:03.34 ---> 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 15:03.34 ---> using "c654465a6ba9bd3e7ef58d43666d875a87897f20b5edeb9318f4f1667fe9c653" from cache


/src: (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
2024-07-25 15:03.34 ---> using "97de2c8074d4a014a055f7f5214c99ba1706ed37f5c7e51506b522ae1db0959a" from cache


/src: (run (network host)
           (shell  "opam pin add -yn saturn_lockfree.dev './' && \
                  \nopam pin add -yn saturn.dev './'"))
[saturn_lockfree.dev] synchronised (file:///src)
saturn_lockfree is now pinned to file:///src (version dev)
[saturn.dev] synchronised (file:///src)
saturn is now pinned to file:///src (version dev)
2024-07-25 15:03.34 ---> using "331018633a620c837a32aa868273724a1cc4b95360104bde67b266e100bb96bf" from cache


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 containers.3.13.1 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 dyn.3.16.0 either.1.0.0 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 mtime.2.0.0 multicore-bench.0.1.4 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 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 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 ordering.3.16.0 oseq.0.5.1 ounit2.2.2.7 parsexp.v0.16.0 pp.1.2.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-ounit.0.22 qcheck-stm.0.3 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 stdlib-shims.0.3.0 stdune.3.16.0 swhid_core.0.1 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 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 saturn_lockfree.dev saturn.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 (667 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[saturn.dev] synchronised (no changes)
[saturn_lockfree.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).
2024-07-25 15:03.34 ---> using "e804aa50eea0ed982e64e08eb28bcd29b7646f743d339d6c6b5efe5c59d82f46" from cache


/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 ocamlbuild                 0.15.0
  - install num                        1.5-1
  - install ocamlfind                  1.9.6
  - install seq                        base
  - install dune                       3.16.0
  - install cmdliner                   1.3.0
  - install topkg                      1.0.7
  - install yojson                     2.2.2
  - install tsort                      2.1.0
  - install thread-table               1.0.0
  - 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 qcheck-core                0.22
  - install pp                         1.2.0
  - install oseq                       0.5.1
  - install ordering                   3.16.0
  - install opam-file-format           2.1.6
  - install ocaml-syntax-shims         1.0.0
  - install multicore-magic            2.3.0
  - install either                     1.0.0
  - install domain_shims               0.1.0
  - install csexp                      1.5.2
  - install backoff                    0.1.0
  - install uutf                       1.0.3
  - install rresult                    0.7.0
  - install mtime                      2.0.0
  - install fmt                        0.9.0
  - install astring                    0.8.5
  - install domain-local-await         1.0.1
  - install sha                        1.15.4
  - install ounit2                     2.2.7
  - install ocamlgraph                 2.1.0
  - install parsexp                    v0.16.0
  - install qcheck-multicoretests-util 0.3
  - install dyn                        3.16.0
  - install dune-configurator          3.16.0
  - install jsonm                      1.0.2
  - install logs                       0.7.0
  - install fpath                      0.7.3
  - install alcotest                   1.8.0
  - install multicore-bench            0.1.4
  - install qcheck-ounit               0.22
  - install sexplib                    v0.16.0
  - install qcheck-stm                 0.3
  - install stdune                     3.16.0
  - install containers                 3.13.1
  - install opam-core                  2.2.0
  - install bos                        0.2.1
  - install qcheck-alcotest            0.22
  - install qcheck                     0.22
  - install dscheck                    0.5.0
  - install opam-format                2.2.0
  - install multicore-magic-dscheck    2.3.0
  - install opam-repository            2.2.0
  - install opam-state                 2.2.0
  - install opam-dune-lint             0.6
===== 59 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved dyn.3.16.0  (cached)
-> retrieved either.1.0.0  (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)
-> installed cmdliner.1.3.0
-> retrieved mtime.2.0.0  (cached)
-> retrieved multicore-bench.0.1.4  (cached)
-> retrieved multicore-magic.2.3.0  (cached)
-> retrieved multicore-magic-dscheck.2.3.0  (cached)
-> retrieved num.1.5-1  (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 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 oseq.0.5.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pp.1.2.0  (cached)
-> retrieved qcheck.0.22  (cached)
-> retrieved qcheck-alcotest.0.22  (cached)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.3  (cached)
-> retrieved qcheck-ounit.0.22  (cached)
-> retrieved qcheck-stm.0.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> 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 ordering.3.16.0  (cached)
-> installed num.1.5-1
-> retrieved stdune.3.16.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsort.2.1.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed backoff.0.1.0
-> installed csexp.1.5.2
-> installed bos.0.2.1
-> installed domain_shims.0.1.0
-> installed either.1.0.0
-> installed multicore-magic.2.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed opam-file-format.2.1.6
-> installed oseq.0.5.1
-> installed pp.1.2.0
-> installed sexplib0.v0.16.0
-> installed spdx_licenses.1.2.0
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed swhid_core.0.1
-> installed thread-table.1.0.0
-> installed tsort.2.1.0
-> installed domain-local-await.1.0.1
-> installed yojson.2.2.2
-> installed qcheck-core.0.22
-> installed ordering.3.16.0
-> installed parsexp.v0.16.0
-> installed ounit2.2.2.7
-> installed alcotest.1.8.0
-> installed dune-configurator.3.16.0
-> installed multicore-bench.0.1.4
-> installed qcheck-multicoretests-util.0.3
-> installed sha.1.15.4
-> installed qcheck-ounit.0.22
-> installed qcheck-alcotest.0.22
-> installed ocamlgraph.2.1.0
-> installed qcheck-stm.0.3
-> installed qcheck.0.22
-> installed dyn.3.16.0
-> installed sexplib.v0.16.0
-> installed containers.3.13.1
-> installed dscheck.0.5.0
-> installed multicore-magic-dscheck.2.3.0
-> installed stdune.3.16.0
-> installed opam-core.2.2.0
-> installed opam-format.2.2.0
-> installed opam-repository.2.2.0
-> 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 15:03.34 ---> using "f170c4cb589fd7f6c2b02a7512c0a0462cb09bad95400f4606e8a6603e19f327" from cache


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (workdir /src)


/src: (copy (src .) (dst /src/))
2024-07-25 15:03.34 ---> saved as "f23b67cb8d7f6b7efb4498626dc970d8cd9de720935f23bf5ef1f920e4b2e7a0"


/src: (run (shell "opam lint"))
/src/saturn_lockfree.opam: Passed.
/src/saturn.opam: Passed.
2024-07-25 15:03.35 ---> saved as "4d76a237a8ba62618a03c87104986862ed488748898a2028f32ff67cd6b0e234"


/src: (run (shell "opam exec -- opam-dune-lint"))
saturn.opam: OK
saturn_lockfree.opam: OK
2024-07-25 15:03.36 ---> saved as "40488293785a19d22afa88c8aa4c4ee4c0f497a1940540b2fe0138a65041d793"
Job succeeded
2024-07-25 15:03.37: Job succeeded