2025-08-04 06:33.30: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/support-pps-sections (3170b6daeae95adc7ed2b5fe3cb4e3f1d8ae2b23) (linux-x86_64:fedora-41-4.14_opam-2.4)Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:7f026502cefb37af352d686fb3dc1e4b4392edf9bed95fd7956b42551c3f0996Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "support-pps-sections" && cd "dunolint" && git reset --hard 3170b6dacat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:7f026502cefb37af352d686fb3dc1e4b4392edf9bed95fd7956b42551c3f0996# fedora-41-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=dunolint-lib @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-08-04 06:33.30: Using cache hint "mbarbin/dunolint-ocaml/opam:fedora-41-ocaml-4.14@sha256:7f026502cefb37af352d686fb3dc1e4b4392edf9bed95fd7956b42551c3f0996-fedora-41-4.14_opam-2.4-88b3f9e3aa0d82fc7a860ba1a13fd8a1"2025-08-04 06:33.30: Using OBuilder spec:((from ocaml/opam:fedora-41-ocaml-4.14@sha256:7f026502cefb37af352d686fb3dc1e4b4392edf9bed95fd7956b42551c3f0996)(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 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-08-04 06:33.30: Waiting for resource in pool OCluster2025-08-04 06:33.30: Waiting for worker…2025-08-04 06:33.30: Got resource from pool OClusterBuilding on asteria.caelum.ci.devHEAD is now at e20fdc3 DO NOT MERGEHEAD is now at 3170b6d Prepare changelog(from ocaml/opam:fedora-41-ocaml-4.14@sha256:7f026502cefb37af352d686fb3dc1e4b4392edf9bed95fd7956b42551c3f0996)2025-08-04 06:33.31 ---> using "7550716f2b0981cca17f3c14ba462fe3d8b1b903bc67447c554b52bb5d793ff2" 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 100% | 225.8 KiB/s | 26.6 KiB | 00m00sFedora 41 - x86_64 - Updates 100% | 196.0 KiB/s | 25.1 KiB | 00m00sFedora 41 - x86_64 - Updates 100% | 6.5 MiB/s | 4.1 MiB | 00m01sRepositories loaded.Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.Nothing to do.2025-08-04 06:33.31 ---> using "33460f681c4075c4cca9146d44b1f397028e64b029c874f3f886ab6cc99e7e7d" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-08-04 06:33.31 ---> using "de1d8dffcbae77fa3245b086d86d6d6b84b11fcf657fea0a0154c054e22ce48e" 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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-08-04 06:33.31 ---> using "3c08344fd7d0f597cd332862af3627ffc12a5e1f1966e0864c7cbf78b3aa5cc4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 4.14.22.4.12025-08-04 06:33.31 ---> using "e5f482e465f767fb2295a1829ac402583ee8adf5306b37f3a1fa7c729edd310e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-08-04 06:33.31 ---> using "4dbab0f162d2ad1639a45c1c1a91d00df9f9c6a86cf1949d69ad6b0e4378270c" 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-repositoryEverything 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-08-04 06:33.45 ---> saved as "e095e563d6585de00478e8a5c4e9a0b020e1274146a7c452fd91fb671775a9a4"/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam)(dst ./))2025-08-04 06:33.45 ---> saved as "eca1c72f6c352047fdf34e6769fccc47b5f4e5260dcc219ace4515e59487af80"/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-08-04 06:33.48 ---> saved as "ce9ff47c602ada10c43df49d98366a97a500214501774da5d22adf08c5ee5aa5"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-08-04 06:33.48 ---> saved as "ee53d6199cf830755b3a4e4b8da5e122a40acd0a25fa2d1fc2fe390b0bed7f76"/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/bin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 41 - x86_64 - Updates 100% | 26.0 KiB/s | 4.8 KiB | 00m00s- Fedora 41 - x86_64 - Updates 98% | 1.8 MiB/s | 4.3 MiB | 00m02s- >>> Status code: 416 for https://mirror.i3d.net/pub/fedora/linux/updates/41/Ever- >>> Status code: 416 for http://mirror.i3d.net/pub/fedora/linux/updates/41/Every- >>> Status code: 416 for http://mirror.i3d.net/pub/fedora/linux/updates/41/Every- >>> Status code: 416 for https://mirror.i3d.net/pub/fedora/linux/updates/41/Ever- >>> Curl error (23): Failed writing received data to disk/application for https:- >>> Status code: 404 for https://repo.hyron.dev/fedora/linux/updates/41/Everythi- >>> Status code: 404 for http://mirror.telepoint.bg/fedora/updates/41/Everything- >>> Status code: 404 for https://mirror.telepoint.bg/fedora/updates/41/Everythin- >>> Librepo error: Yum repo downloading error: Downloading error(s): repodata/a2- Failed to download metadata (metalink: "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f41&arch=x86_64") for repository "updates"- Librepo error: Yum repo downloading error: Downloading error(s): repodata/a2ec4ebfc734dbeef5ba6ac5fab61213c92a59b28ec0182791a9c9142c8c80f7-primary.xml.zck - Download failed: Curl error (23): Failed writing received data to disk/application for https://repo.hyron.dev/fedora/linux/updates/41/Everything/x86_64/repodata/a2ec4ebfc734dbeef5ba6ac5fab61213c92a59b28ec0182791a9c9142c8c80f7-primary.xml.zck [Failure writing output to destination, passed 153 returned 0]Fatal error: System package update failed with exit code 1 at command:sudo yum makecache"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.4 --depext-only -y dunolint-lib.dev $DEPS" failed with exit status 992025-08-04 06:33.52: Job failed: Failed: Build failed