Organisationsmbarbindunolinte20fdc (implicit-transitive-false)fedora-42-4.14_opam-2.4

fedora-42-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-07-31 07:28.02: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/implicit-transitive-false (e20fdc3ba28be212199f334b67c07720c67d703c) (linux-x86_64:fedora-42-4.14_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd
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:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd
# fedora-42-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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-31 07:28.02: Using cache hint "mbarbin/dunolint-ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd-fedora-42-4.14_opam-2.4-88b3f9e3aa0d82fc7a860ba1a13fd8a1"
2025-07-31 07:28.02: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd)
(comment fedora-42-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.1.0")
(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.4 --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-31 07:28.02: Waiting for resource in pool OCluster
2025-07-31 09:12.35: Waiting for worker…
2025-07-31 09:16.15: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at e20fdc3 DO NOT MERGE


(from ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd' locally
docker.io/ocaml/opam@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd: Pulling from ocaml/opam
8fe5e06310fd: Already exists
660edf3af839: Pulling fs layer
5319165655e2: Pulling fs layer
3b65a9250b46: Pulling fs layer
8edbe4eedeaa: Pulling fs layer
5319165655e2: Waiting
8edbe4eedeaa: Waiting
3b65a9250b46: Waiting
660edf3af839: Waiting
660edf3af839: Verifying Checksum
660edf3af839: Download complete
5319165655e2: Verifying Checksum
5319165655e2: Download complete
3b65a9250b46: Verifying Checksum
3b65a9250b46: Download complete
8edbe4eedeaa: Download complete
660edf3af839: Pull complete
5319165655e2: Pull complete
3b65a9250b46: Pull complete
8edbe4eedeaa: Pull complete
Digest: sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd
Status: Downloaded newer image for ocaml/opam@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd
2025-07-31 09:16.16 ---> using "b0ce0668658f00224ebb11ac03b4a2ca185c2304d2455ae2c7220bc6d1982104" from cache


/: (comment fedora-42-4.14_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 42 - x86_64 - Updates           100% |  17.5 KiB/s |  24.7 KiB |  00m01s
Fedora 42 - x86_64 - Updates           100% |  52.2 KiB/s |   4.7 MiB |  01m33s
>>> Curl error (28): Timeout was reached for https://fedora.mirrorservice.org/fe
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2025-07-31 09:16.16 ---> using "365a7426ed0659cb5657e8e8a0bbc7fc1cdbf5469a3faff8e1648158371002f5" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 09:16.16 ---> using "4069eaeb525260f49a19ca8ec0e2ebd3f57a20aa2619f6264490011401072441" 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.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-31 09:16.16 ---> using "3b3893ef1c2f8170855b8cd6421ee0a3e71e1fd0a85ae32cdda6cfba0484487a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-07-31 09:16.16 ---> using "76e8b2c262dc69d953aab61c989094513c0634c53b1410ebdd9e60b77765d1f2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-31 09:16.16 ---> using "906de5953c061b94a0da0cbcfacfb6ed1fb2276f27bced3b6fe79097cb42e837" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819


<><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-31 09:16.16 ---> using "ee434306dafea9c96d8dfd229008c76e9e1024c5390c9c3adc0b09c8421a8a9b" from cache


/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam)
(dst ./))
2025-07-31 09:16.17 ---> saved as "1b3ad5c7c0c89ad6634cb8f0bb675ebbdea350b3ed759eadc20925fc26281f3f"


/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)
[NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch.
[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)
[NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch.
[dunolint-dev.dev] synchronised (file:///src)
dunolint-dev is now pinned to file:///src (version dev)
2025-07-31 09:16.23 ---> saved as "85bf724da3e27e9725a2eb40eb9fa6304afac68011e3c03ada8b7cdde8bc0a25"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 09:16.24 ---> saved as "974b586644a52d1ef9ef52024517f3aa21e0fa456c2d4707a541b3b41932d6a3"


/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.1.0")


/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.4 --depext-only -y dunolint-lib.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  42.7 KiB/s |   5.8 KiB |  00m00s
-  Fedora 42 - x86_64 - Updates           100% |   1.8 MiB/s |   2.1 MiB |  00m01s
- Repositories loaded.
- Metadata cache created.


<><> 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-31 09:16.47 ---> saved as "787a173940f6f8489d79d9c4420c9219d541b7973b8c52f2688d998958e85ad6"


/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.1.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved csexp.1.5.2  (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 sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> 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 sexplib0.v0.16.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.13.2
-> 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-31 09:19.34 ---> saved as "ca7694d12c8e06e48afcbbfa8ad206a446daa43900ab59daf512a2bb59318832"


/src: (copy (src .) (dst /src))
2025-07-31 09:19.35 ---> saved as "1d3ad3cec4e2c9646c5388b2917a7965010902ef6a48a123f6670b8ff61de270"


/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build"))
2025-07-31 09:19.42 ---> saved as "d1666f120255f0efe15b528ea9e6d5367381774475621b7b77a7a4e7e535e6a0"
Job succeeded
2025-07-31 09:19.43: Job succeeded