2025-07-04 15:10.35: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/implicit-transitive-false (e20fdc3ba28be212199f334b67c07720c67d703c) (linux-ppc64:debian-12-4.14_ppc64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "implicit-transitive-false" && cd "dunolint" && git reset --hard e20fdc3b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2
# debian-12-4.14_ppc64_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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fpath.0.7.3 fpath-sexp0.0.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8"
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-07-04 15:10.35: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2-debian-12-4.14_ppc64_opam-2.3-cb4278862aa494a35df810753c29ddf0"
2025-07-04 15:10.35: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2)
(comment debian-12-4.14_ppc64_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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fpath.0.7.3 fpath-sexp0.0.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8")
(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-07-04 15:10.35: Waiting for resource in pool OCluster
2025-07-04 15:10.35: Waiting for worker…
2025-07-04 15:10.36: Got resource from pool OCluster
Building on scyleia.caelum.ci.dev
All commits already cached
HEAD is now at e20fdc3 DO NOT MERGE
(from ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2' locally
docker.io/ocaml/opam@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2: Pulling from ocaml/opam
65d348c3abfb: Already exists
deedcd54200e: Already exists
07f7e443a3bd: Already exists
0111e65f0847: Already exists
a8ad06d271f3: Already exists
96b25cbcc4a3: Already exists
08234616b706: Already exists
3dd3a7b4e370: Already exists
25fbd4260824: Already exists
164c40a94dc2: Already exists
4f8e0b817022: Already exists
922f0be99302: Already exists
59bfef4e33de: Already exists
73ba29f87e8d: Already exists
025a79c3c441: Already exists
ee433e83068c: Already exists
ed54117e69be: Already exists
6c7c9904215b: Already exists
7a28ffbcadc0: Already exists
85197eeed740: Already exists
4f4fb700ef54: Already exists
9d160f186137: Already exists
91ad559d4e94: Already exists
c01dd5480ad1: Already exists
a90f54b7c22f: Already exists
3b6dc232f7a1: Already exists
beb8792bed3a: Already exists
107640ab09c0: Already exists
4c62795b8a9e: Already exists
14709272be1e: Already exists
f02f490fb831: Already exists
ded8b64fcb22: Already exists
b7c8e1e52965: Already exists
1c76a9ad20b0: Already exists
463cdce9bc7c: Already exists
53639db81755: Already exists
ec8d7e09e85f: Already exists
ce7ddd2c0b63: Already exists
3ab5426f59dd: Already exists
61033c49c2bb: Pulling fs layer
a9e925e8e5e2: Pulling fs layer
1bdcef67e998: Pulling fs layer
f41098025d35: Pulling fs layer
f41098025d35: Waiting
a9e925e8e5e2: Verifying Checksum
a9e925e8e5e2: Download complete
1bdcef67e998: Download complete
f41098025d35: Verifying Checksum
f41098025d35: Download complete
61033c49c2bb: Verifying Checksum
61033c49c2bb: Download complete
61033c49c2bb: Pull complete
a9e925e8e5e2: Pull complete
1bdcef67e998: Pull complete
f41098025d35: Pull complete
Digest: sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2
Status: Downloaded newer image for ocaml/opam@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2
2025-07-04 15:10.36 ---> using "96c6b6d785153ed0cdbfb40596b44c3fa766b0ae593b80dbde0338b44a5d4dcc" from cache
/: (comment debian-12-4.14_ppc64_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-07-04 15:10.36 ---> using "8c1126dd27071e3556c6d3fcde16f5e1d1ed8f63a17bb1015baa75193a215c80" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-04 15:10.36 ---> using "9559b61327c4b1915d419c68ecdb21f9c545ed21a8ef692a0e5d8a7f4a5d2588" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-04 15:10.36 ---> using "358cb04c4209cac8ce04f5565597e46ec3e0a3e4a047281dd53d3505cf537ee5" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-04 15:10.36 ---> using "6e1b4013ba63debadde66160e064162fbbf5126f67d35de82c7eef3e81b8541e" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
c7269f729a..ee56c84f60 master -> origin/master
382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2
<><> 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-07-04 15:11.13 ---> saved as "a8d09a3c5215afc26b68264be3f3cd7cb1db0e738a5f0f38522f23a96392c7c2"
/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam)
(dst ./))
2025-07-04 15:11.13 ---> saved as "c7c3aafcd99d4c9148116784c86af121f481ee626a2577651c9ed88bcf589b36"
/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-07-04 15:11.19 ---> saved as "566d2e74709ad73596dc2a84e0661a6adeaad9c2c99740093e86f4033efc7686"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-04 15:11.20 ---> saved as "4891d193c07264e0c7d4678d3a4fab9fd8bd07b287ed4be41cd284ca6409c373"
/src: (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fpath.0.7.3 fpath-sexp0.0.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8")
/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"
- 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 ppc64el Packages [260 kB]
- Fetched 363 kB in 0s (1062 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-07-04 15:11.30 ---> saved as "8603a156d689705e8055e9f9e54977a8a0680c02d230ce7783e9a697af2310e5"
/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 20 packages
- install astring 0.8.5
- install base v0.16.4
- install csexp 1.5.2
- install dune 3.19.1
- install dune-configurator 3.19.1
- install fpath 0.7.3
- install fpath-sexp0 0.3.1
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ppx_compare v0.16.0
- install ppx_derivers 1.2.1
- install ppx_enumerate v0.16.0
- install ppx_sexp_conv v0.16.0
- install ppxlib 0.35.0
- install re 1.13.2
- install seq base
- install sexplib0 v0.16.0
- install stdlib-shims 0.3.0
- install topkg 1.0.8
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved fpath-sexp0.0.3.1 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_compare.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> installed ocamlbuild.0.16.1
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.19.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.13.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed fpath-sexp0.0.3.1
-> installed dune-configurator.3.19.1
-> installed base.v0.16.4
-> 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.
# To update the current shell environment, run: eval $(opam env)
2025-07-04 15:13.14 ---> saved as "47e8c15136916553563ab5cee1d6dc42df4c82cce01414b16592cd0a1ec43828"
/src: (copy (src .) (dst /src))
2025-07-04 15:13.15 ---> saved as "dc184943d556d054b83ab39271058c01da3b8fd1d0d0164c3ac3916d6c704ad4"
/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build"))
2025-07-04 15:13.19 ---> saved as "e81c509a65f4dbc09e9723f5dbef114da634e78bb49fd6d984eef1032917e448"
Job succeeded
2025-07-04 15:13.19: Job succeeded