Organisationsmbarbindunolint90f8e0 ()(lower-bound)

(lower-bound)

Logs

Show full logs
2025-06-07 10:30.04: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (90f8e04f14e3fbc164f0e579ed77b2d1dc76c943) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 90f8e04f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453
# debian-12-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 f5c1936fa5c32d29749894f9717c2eea4a72c4d5 || git fetch origin master) && git reset -q --hard f5c1936fa5c32d29749894f9717c2eea4a72c4d5 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam ./
RUN opam pin add -yn dunolint.dev './' && \
    opam pin add -yn dunolint-tests.dev './' && \
    opam pin add -yn dunolint-lib.dev './' && \
    opam pin add -yn dunolint-dev.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base.v0.16.0 base-bigarray.base base-threads.base base-unix.base conf-bash.1 dune.3.17.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fpath.0.7.3 fpath-sexp0.0.3.1 jbuilder.1.0+beta20.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ppx_compare.v0.16.0 ppx_derivers.1.0 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.8.0 seq.0.3 sexplib0.v0.16.0 stdlib-shims.0.1.0 topkg.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y dunolint-lib.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-06-07 10:30.04: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453-debian-12-4.14_opam-2.3-25424e881c47ff1c4d3253905ef313ca"
2025-06-07 10:30.04: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453)
 (comment debian-12-4.14_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.3 /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 f5c1936fa5c32d29749894f9717c2eea4a72c4d5 || git fetch origin master) && git reset -q --hard f5c1936fa5c32d29749894f9717c2eea4a72c4d5 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn dunolint.dev './' && \
             \nopam pin add -yn dunolint-tests.dev './' && \
             \nopam pin add -yn dunolint-lib.dev './' && \
             \nopam pin add -yn dunolint-dev.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base.v0.16.0 base-bigarray.base base-threads.base base-unix.base conf-bash.1 dune.3.17.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fpath.0.7.3 fpath-sexp0.0.3.1 jbuilder.1.0+beta20.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ppx_compare.v0.16.0 ppx_derivers.1.0 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.8.0 seq.0.3 sexplib0.v0.16.0 stdlib-shims.0.1.0 topkg.1.0.3")
 (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.3 --depext-only -y dunolint-lib.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build"))
)

2025-06-07 10:30.04: Waiting for resource in pool OCluster
2025-06-07 10:30.04: Waiting for worker…
2025-06-07 10:30.04: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 90f8e04 Update README.md

(from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453)
2025-06-07 10:30.06 ---> using "8fc05cdda16df548920c1f78c4fe559e1928343c0387f98662ad0cea1d69c1c6" from cache

/: (comment debian-12-4.14_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.3 /usr/bin/opam"))
2025-06-07 10:30.06 ---> using "9db39afb9ae618df1806574e1622d0f17b1c531212faa3f825641aa4b44d35ae" 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] Initialised
2025-06-07 10:30.06 ---> using "1037229ea3e508281998c5ba6de2dbb9159f8f2bce340117a55afc77dbf101b4" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-07 10:30.06 ---> using "259cec8c540a5a38ed4ceda484aea7ba92c8d93274a504c07043e0c9cadecbf9" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-06-07 10:30.06 ---> using "135b2e73af3827608b107663e12f58b0312c1ce511ebfc771dfd2bd9fa27238c" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e f5c1936fa5c32d29749894f9717c2eea4a72c4d5 || git fetch origin master) && git reset -q --hard f5c1936fa5c32d29749894f9717c2eea4a72c4d5 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0d013e603b..bc726805e3  master     -> origin/master
f5c1936fa5 Merge pull request #27987 from maroneze/master

<><> 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.
# To update the current shell environment, run: eval $(opam env)
2025-06-07 10:30.06 ---> using "76b7bf753b393fab5b079bb0eb83ad13050e6e1fe9acd4f11144de5ec8a2be55" from cache

/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam)
            (dst ./))
2025-06-07 10:30.06 ---> using "3653510166dd69ee567fd2d89652e5c247a6a04c7f2f4497d5cfb3e9bd87efa2" from cache

/src: (run (network host)
           (shell  "opam pin add -yn dunolint.dev './' && \
                  \nopam pin add -yn dunolint-tests.dev './' && \
                  \nopam pin add -yn dunolint-lib.dev './' && \
                  \nopam pin add -yn dunolint-dev.dev './'"))
[dunolint.dev] synchronised (file:///src)
dunolint is now pinned to file:///src (version dev)
Package dunolint-tests does not exist, create as a NEW package? [y/n] y
[dunolint-tests.dev] synchronised (file:///src)
dunolint-tests is now pinned to file:///src (version dev)
[dunolint-lib.dev] synchronised (file:///src)
dunolint-lib is now pinned to file:///src (version dev)
Package dunolint-dev does not exist, create as a NEW package? [y/n] y
[dunolint-dev.dev] synchronised (file:///src)
dunolint-dev is now pinned to file:///src (version dev)
2025-06-07 10:30.06 ---> using "513dbcd1cc096f71e5ef24fc799ccdce4eec2400f38dd9a1124b2f7a3ea034f5" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-07 10:30.06 ---> using "1739522c69e94c03a11e8c972f41a2dbc072c9851b7940dd1407401caddd1899" from cache

/src: (env DEPS "astring.0.8.5 base.v0.16.0 base-bigarray.base base-threads.base base-unix.base conf-bash.1 dune.3.17.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fpath.0.7.3 fpath-sexp0.0.3.1 jbuilder.1.0+beta20.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ppx_compare.v0.16.0 ppx_derivers.1.0 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.8.0 seq.0.3 sexplib0.v0.16.0 stdlib-shims.0.1.0 topkg.1.0.3")

/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.3 --depext-only -y dunolint-lib.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [47.9 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [265 kB]
- Fetched 9313 kB in 9s (1045 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dunolint-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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
2025-06-07 10:30.06 ---> using "2f07355f7f0d1978c4ae6a8d5f602d0f60b0f5c25653d89251b133001ee90e52" 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 22 packages
  - install astring             0.8.5
  - install base                v0.16.0
  - install conf-bash           1
  - install dune                3.17.0
  - install dune-configurator   2.3.0
  - install dune-private-libs   2.3.0
  - install fpath               0.7.3
  - install fpath-sexp0         0.3.1
  - install jbuilder            1.0+beta20.1 (deprecated)
  - install ocaml-compiler-libs v0.11.0
  - install ocamlbuild          0.14.0
  - install ocamlfind           1.9.1
  - install ppx_compare         v0.16.0
  - install ppx_derivers        1.0
  - install ppx_enumerate       v0.16.0
  - install ppx_sexp_conv       v0.16.0
  - install ppxlib              0.35.0
  - install re                  1.8.0
  - install seq                 0.3
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.1.0
  - install topkg               1.0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.0  (cached)
-> installed conf-bash.1
-> retrieved fpath.0.7.3  (cached)
-> retrieved fpath-sexp0.0.3.1  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0  (cached)
-> retrieved dune.3.17.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved re.1.8.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> installed ocamlfind.1.9.1
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed ocaml-compiler-libs.v0.11.0
-> installed topkg.1.0.3
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.17.0
-> installed stdlib-shims.0.1.0
-> installed seq.0.3
-> installed sexplib0.v0.16.0
-> installed fpath-sexp0.0.3.1
-> installed re.1.8.0
-> installed dune-private-libs.2.3.0
-> installed dune-configurator.2.3.0
-> installed base.v0.16.0
-> installed ppxlib.0.35.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
Done.

<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-06-07 10:30.06 ---> using "c35e53a33b9333e047b87407f5beb7e36be1ff5f829d5937e345290fa0c1841a" from cache

/src: (copy (src .) (dst /src))
2025-06-07 10:30.07 ---> saved as "5a2af561058670c60132b399819b4d9f8aaddf5e2290b92593413ddb56030707"

/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build"))
2025-06-07 10:30.09 ---> saved as "e49120379052d535406d88fc095de8277979b7fd87ae63278ecf6de5eff093de"
Job succeeded
2025-06-07 10:30.09: Job succeeded