2025-09-29 07:35.16: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/dependabot/github_actions/actions/upload-pages-artifact-4 (a3aef11ea111c6df34282162e13f67388c805235) (linux-x86_64:fedora-41-4.14_opam-2.4)
Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "dependabot/github_actions/actions/upload-pages-artifact-4" && cd "dunolint" && git reset --hard a3aef11e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54
# fedora-41-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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.20.2 dune-configurator.3.20.2 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.14.0 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-09-29 07:35.16: Using cache hint "mbarbin/dunolint-ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54-fedora-41-4.14_opam-2.4-847dab26092ab64bea0677a930b2797a"
2025-09-29 07:35.16: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54)
(comment fedora-41-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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.20.2 dune-configurator.3.20.2 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.14.0 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-09-29 07:35.16: Waiting for resource in pool OCluster
2025-09-29 09:05.16: Waiting for worker…
2025-09-29 09:56.09: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at a3aef11 Bump actions/upload-pages-artifact from 3 to 4
(from ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54)
Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54' locally
docker.io/ocaml/opam@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54: Pulling from ocaml/opam
a46400037467: Already exists
25755d4fd6de: Already exists
a053b810add0: Already exists
f4102135b0dd: Already exists
02af9c21ed32: Already exists
2b54ebcff6db: Already exists
01a3abf6cfa3: Already exists
c1792008dbb1: Already exists
04d23edc7d63: Already exists
d5d2a91e2351: Already exists
298c876c16eb: Already exists
a2a0bc95ffec: Already exists
dcc7aae194a0: Already exists
6aa095d13e83: Already exists
f8494c4c56d7: Already exists
94769cc68d69: Already exists
24a1fe01ddec: Already exists
c5193ddf7f27: Already exists
52713a874edc: Already exists
0f5af278c068: Already exists
4f4fb700ef54: Already exists
3032fbd6c8dd: Already exists
a830a1a3b806: Already exists
d45a22fc461c: Already exists
9236bb49f60d: Already exists
5224e26bbd64: Already exists
1ce35715d16e: Already exists
1d7b5a99df9c: Already exists
9559c77312ea: Already exists
6c15a16388f7: Already exists
e4a6cfc76bce: Already exists
d99d683668f7: Already exists
e3dbc176b808: Already exists
67e1fc870035: Already exists
478f6b6dc8ed: Already exists
0586f4e0ceef: Already exists
bde5511eb44a: Already exists
f7141ec29ce1: Already exists
4ad638dc8c62: Already exists
46759c7a3cb2: Already exists
3204e7ea2361: Already exists
fe7312788846: Already exists
fa91f961455d: Already exists
Digest: sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54
Status: Downloaded newer image for ocaml/opam@sha256:610d0fbbfb05928fe8554712c5f1eeb82d953698ec0cb7f1c99683f8a22b0f54
2025-09-29 09:56.10 ---> using "e28cd5a31c34e8fd55ab4ef81e0b0e9f7eec4abd3dc427817088e36fc4d31833" from cache
/: (comment fedora-41-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 41 - x86_64 - Updates 100% | 16.4 KiB/s | 7.2 KiB | 00m00s
Fedora 41 - x86_64 100% | 105.3 KiB/s | 27.2 KiB | 00m00s
Fedora 41 openh264 (From Cisco) - x86_ 100% | 7.6 KiB/s | 986.0 B | 00m00s
Repositories loaded.
Nothing to do.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.
2025-09-29 09:56.10 ---> using "d4b181d24a69951466ac40959db85a4eac9fcaa848747ed95643cf00330e3c11" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-29 09:56.10 ---> using "2067429d6f7d4b89cd12d0692495452f7a45dce4723200b40cc824ccbe94cd5b" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: 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.
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.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-29 09:56.10 ---> using "4bab63a0990a69c47c926403f6b019b7eb481bd480a92e262f1d9a49fbf5806e" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-29 09:56.10 ---> using "f70684fd970ba2dc39db2bce14bc57b79fe87436d701a180e36f29d9c9ae4680" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-29 09:56.10 ---> using "defb1bfd4df8470a0db43c7b0651e1d5378e532fb44432ccc90757447c7b181e" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
bcac5d1731..11b6180fcd master -> origin/master
3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.0
<><> 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-09-29 09:56.10 ---> using "30b9cbf5226a423977bc60d3b6519d996863cb79f6ac7de55b55b52d2f7f182b" from cache
/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam)
(dst ./))
2025-09-29 09:56.10 ---> saved as "a7e882741b1458882f99452c37c19836b7850fcdeb223f1e7a34c124f3b0bdf9"
/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-09-29 09:56.15 ---> saved as "aca206f9961b3fd0dfb129ffb6033dbd9be35ff67b17cd2b03ae29d1a0989a65"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-29 09:56.15 ---> saved as "6496c5991f00078980d569d8596876b228d20ee20bc4bea25a725d0e9b9c9a27"
/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.20.2 dune-configurator.3.20.2 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.14.0 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/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- 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-09-29 09:56.31 ---> saved as "f4eaef500bdddf09ef1aac802260c87330b90410db5f3c4e78e9fb1a962861de"
/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 19 packages
- install astring 0.8.5
- install base v0.16.4
- install csexp 1.5.2
- install dune 3.20.2
- install dune-configurator 3.20.2
- 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.14.0
- 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 ocamlfind.1.9.8 (cached)
-> retrieved ocamlbuild.0.16.1 (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.14.0 (cached)
-> 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.20.2, dune-configurator.3.20.2 (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.20.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed fpath-sexp0.0.3.1
-> installed dune-configurator.3.20.2
-> 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-09-29 09:57.52 ---> saved as "667ac703fb198443db1c3bb1507d649ee4d5cf74886938b4dd9e99f67f2db834"
/src: (copy (src .) (dst /src))
2025-09-29 09:57.52 ---> saved as "d0f55ca44a032b8251e64cc6e03ba7fcaa67c5edcc1ca7ae0e07989b930832af"
/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _build"))
2025-09-29 09:57.56 ---> saved as "638fbe2f512c593312b458bd94f376fb2acd570cbc1f46d63772303aac54f8c1"
Job succeeded
2025-09-29 09:57.56: Job succeeded