Organisationsocaml-ppxocamlformata4ad9e ()(lint-opam)

(lint-opam)

Link Copied
Code Copied

Logs

2025-01-21 23:44.51: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2644/head (a4ad9ec8f12bd13c272c5e57893908bed12d308a) (linux-x86_64:(lint-opam))
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0
Opam files lint


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2644/head" && git reset --hard a4ad9ec8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0
# 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 3faeaa6b48362d9cde768a4e14e4112c6b621d2d || git fetch origin master) && git reset -q --hard 3faeaa6b48362d9cde768a4e14e4112c6b621d2d && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./
RUN opam pin add -yn ocamlformat.dev './' && \
opam pin add -yn ocamlformat-rpc-lib.dev './' && \
opam pin add -yn ocamlformat-lib.dev './' && \
opam pin add -yn ocamlformat-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.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 bechamel.0.5.0 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 csexp.1.5.2 dune.3.17.1 dune-build-info.3.17.1 dune-configurator.3.17.1 dyn.3.17.1 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 jsonm.1.0.2 logs.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocp-indent.1.8.1 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.1 parsexp.v0.16.0 pp.2.0.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.3.0 stdio.v0.16.0 stdlib-shims.0.3.0 stdune.3.17.1 swhid_core.0.1 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-01-21 23:44.51: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-12-ocaml-5.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0-debian-12-5.0_opam-2.3-e8933830bd108bd838bc7269fdf22e7f"
2025-01-21 23:44.51: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0)
(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 3faeaa6b48362d9cde768a4e14e4112c6b621d2d || git fetch origin master) && git reset -q --hard 3faeaa6b48362d9cde768a4e14e4112c6b621d2d && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn ocamlformat.dev './' && \
\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
\nopam pin add -yn ocamlformat-lib.dev './' && \
\nopam pin add -yn ocamlformat-bench.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.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 bechamel.0.5.0 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 csexp.1.5.2 dune.3.17.1 dune-build-info.3.17.1 dune-configurator.3.17.1 dyn.3.17.1 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 jsonm.1.0.2 logs.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocp-indent.1.8.1 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.1 parsexp.v0.16.0 pp.2.0.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.3.0 stdio.v0.16.0 stdlib-shims.0.3.0 stdune.3.17.1 swhid_core.0.1 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.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.2 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-01-21 23:44.51: Waiting for resource in pool OCluster
2025-01-22 00:08.44: Waiting for worker…
2025-01-22 00:12.08: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at a4ad9ec8 add a Pattern constructor to Extended_ast.t


(from ocaml/opam:debian-12-ocaml-5.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0)
2025-01-22 00:12.09 ---> using "810efee3cf583c9f1c39146a67e6881f77bdf5162f874b2f96caa8c7358148f6" 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"))
2025-01-22 00:12.09 ---> using "f7041f9855957e00ea89ca09809f4cf0e264dfb7afd100ebea9b26f735de2189" 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
2025-01-22 00:12.09 ---> using "06f256aebc535a506991b8fd271956d70d6813b09be329ccb40c8d128239e77d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 5.0.0
2.2.1
2025-01-22 00:12.09 ---> using "4edf431f520bbac15176522e01134b6e144f3aca5edf4415ce742edf8526778b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-01-22 00:12.09 ---> using "bd6a34c84e11281d38b84db3688e7367665263e565c5c603a1f494b51fb4393b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3faeaa6b48362d9cde768a4e14e4112c6b621d2d || git fetch origin master) && git reset -q --hard 3faeaa6b48362d9cde768a4e14e4112c6b621d2d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
3e681a81f6..bc599cf181  master     -> origin/master
3faeaa6b48 Merge pull request #27293 from kit-ty-kate/opam-publish-spdx_licenses.1.3.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
2025-01-22 00:12.09 ---> using "dc08f154b0b75316c8e9bfcf078999b1ef3ed52df34b46cc1806840e8a784e7e" from cache


/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst ./))
2025-01-22 00:12.09 ---> using "50395d052fa716ea3f1fdee631ba30264aff80d5a5c8945b38990b787dce818d" from cache


/src: (run (network host)
(shell  "opam pin add -yn ocamlformat.dev './' && \
\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
\nopam pin add -yn ocamlformat-lib.dev './' && \
\nopam pin add -yn ocamlformat-bench.dev './'"))
[ocamlformat.dev] synchronised (file:///src)
ocamlformat is now pinned to file:///src (version dev)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)
ocamlformat-rpc-lib is now pinned to file:///src (version dev)
[ocamlformat-lib.dev] synchronised (file:///src)
ocamlformat-lib is now pinned to file:///src (version dev)
Package ocamlformat-bench does not exist, create as a NEW package? [y/n] y
[ocamlformat-bench.dev] synchronised (file:///src)
[WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src:
warning 68: Missing field 'license'
ocamlformat-bench is now pinned to file:///src (version dev)
2025-01-22 00:12.15 ---> saved as "3242c23848a36a096b0699b8558ba1f771a9909557d725e87b91c8da1e7ffc7b"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-22 00:12.16 ---> saved as "08f9633747b49ed0692433a9f9a54d99fba6b5badb4c50da90306e887b063b64"


/src: (env DEPS "alcotest.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 bechamel.0.5.0 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 csexp.1.5.2 dune.3.17.1 dune-build-info.3.17.1 dune-configurator.3.17.1 dyn.3.17.1 either.1.0.0 fix.20230505 fmt.0.9.0 fpath.0.7.3 jsonm.1.0.2 logs.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.2.1.0 ocp-indent.1.8.1 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.1 parsexp.v0.16.0 pp.2.0.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.3.0 stdio.v0.16.0 stdlib-shims.0.3.0 stdune.3.17.1 swhid_core.0.1 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.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.2 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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 [241 kB]
- Fetched 345 kB in 0s (1326 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlformat.dev] synchronised (file:///src)
[ocamlformat-bench.dev] synchronised (file:///src)
[ocamlformat-lib.dev] synchronised (file:///src)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-01-22 00:12.41 ---> saved as "46a88fbdb93ee6615add47f52a86d3faa7c0ea573d724ed6282b5ef8cdb62994"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 56 packages
- install alcotest           1.8.0
- install astring            0.8.5
- install base               v0.16.3
- install base-bytes         base
- install bechamel           0.5.0
- install bos                0.2.1
- install camlp-streams      5.0.1
- install cmdliner           1.3.0
- install conf-bash          1
- install csexp              1.5.2
- install dune               3.17.1
- install dune-build-info    3.17.1
- install dune-configurator  3.17.1
- install dyn                3.17.1
- install either             1.0.0
- install fix                20230505
- install fmt                0.9.0
- install fpath              0.7.3
- install jsonm              1.0.2
- install logs               0.7.0
- install menhir             20240715
- install menhirCST          20240715
- install menhirLib          20240715
- install menhirSdk          20240715
- install num                1.5-1
- install ocaml-syntax-shims 1.0.0
- install ocaml-version      3.7.3
- install ocamlbuild         0.15.0
- install ocamlfind          1.9.6
- install ocamlgraph         2.1.0
- install ocp-indent         1.8.1
- 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.1
- install parsexp            v0.16.0
- install pp                 2.0.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.3.0
- install stdio              v0.16.0
- install stdlib-shims       0.3.0
- install stdune             3.17.1
- install swhid_core         0.1
- install topkg              1.0.7
- install uucp               16.0.0
- install uuseg              16.0.0
- install uutf               1.0.3
- install yojson             2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved bechamel.0.5.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> retrieved either.1.0.0  (cached)
-> retrieved fix.20230505  (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 num.1.5-1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocaml-version.3.7.3  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved dune.3.17.1, dune-build-info.3.17.1, dune-configurator.3.17.1, dyn.3.17.1, ordering.3.17.1, stdune.3.17.1  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved ocp-indent.1.8.1  (cached)
-> 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.1.6  (cached)
-> installed cmdliner.1.3.0
-> installed num.1.5-1
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pp.2.0.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 sha.1.15.4  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved spdx_licenses.1.3.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uuseg.16.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved uucp.16.0.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 astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed jsonm.1.0.2
-> installed bos.0.2.1
-> installed dune.3.17.1
-> installed bechamel.0.5.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20230505
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.3.7.3
-> installed ocp-indent.1.8.1
-> installed opam-file-format.2.1.6
-> installed pp.2.0.0
-> installed sexplib0.v0.16.0
-> installed re.1.12.0
-> installed spdx_licenses.1.3.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed yojson.2.2.2
-> installed dune-build-info.3.17.1
-> installed ordering.3.17.1
-> installed alcotest.1.8.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.17.1
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed sexplib.v0.16.0
-> installed dyn.3.17.1
-> installed stdune.3.17.1
-> installed opam-core.2.3.0
-> installed base.v0.16.3
-> installed uucp.16.0.0
-> installed stdio.v0.16.0
-> installed uuseg.16.0.0
-> installed opam-format.2.3.0
-> installed menhir.20240715
-> installed opam-repository.2.3.0
-> installed opam-state.2.3.0
-> installed opam-dune-lint.0.6
Done.


<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:


* for Emacs, add these lines to ~/.emacs:
(add-to-list 'load-path "/home/opam/.opam/5.0/share/emacs/site-lisp")
(require 'ocp-indent)


* for Vim, add this line to ~/.vimrc:
set rtp^="/home/opam/.opam/5.0/share/ocp-indent/vim"
# Run eval $(opam env) to update the current shell environment
2025-01-22 00:15.17 ---> saved as "9770d9942ff27f2b8b6ce0c1610962d65f57008e8dbe34ed7f6e15c231f692c5"


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (workdir /src)


/src: (copy (src .) (dst /src/))
2025-01-22 00:15.18 ---> saved as "7abb4e177ccef17e40286e692f2e529437f7300154c4b9e81dcc0553b37e8eca"


/src: (run (shell "opam lint"))
/src/ocamlformat.opam: Passed.
/src/ocamlformat-rpc-lib.opam: Passed.
/src/ocamlformat-lib.opam: Passed.
/src/ocamlformat-bench.opam: Warnings.
warning 68: Missing field 'license'
2025-01-22 00:15.18 ---> saved as "4eee572d983ef450616127ece26b163d7926c08511d3861b6e0024b6c93c3023"


/src: (run (shell "opam exec -- opam-dune-lint"))
ocamlformat-bench.opam: OK
ocamlformat-lib.opam: OK
ocamlformat-rpc-lib.opam: OK
ocamlformat.opam: OK
2025-01-22 00:15.19 ---> saved as "d465cd0e671304117dddc664ad464ce9f6d18c4ae9de1610e5d9c58895694886"
Job succeeded
2025-01-22 00:15.19: Job succeeded