(for PR #27922)
2025-05-30 20:08.26: New job: build conf-libelf.1.0.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27922/head (0f3f6b7730b4831be6a61e8e675ff85eb5e66b71) on archlinux-ocaml-5.3/amd64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27922/head" && git reset --hard 0f3f6b77 git fetch origin master git merge --no-edit 6ef11c3f3418da8dac044b83bba15d8b424f95d4 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:archlinux-ocaml-5.3@sha256:6ae91edf9905fd621b17745564a5613a16f232132bad4faf4d3aa31062679a4e USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN opam option solver=builtin-0install && opam config report ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMPRECISETRACKING="1" ENV CI="true" ENV OPAM_REPO_CI="true" RUN rm -rf opam-repository/ COPY --chown=1000:1000 . opam-repository/ RUN opam repository set-url --strict default opam-repository/ RUN opam update --depexts || true RUN opam pin add -k version -yn conf-libelf.1.0.0 1.0.0 RUN opam reinstall conf-libelf.1.0.0; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"archlinux\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'conf-libelf.1.0.0' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-05-30 20:08.26: Using cache hint "ocaml/opam:archlinux-ocaml-5.3@sha256:6ae91edf9905fd621b17745564a5613a16f232132bad4faf4d3aa31062679a4e-conf-libelf.1.0.0-0f3f6b7730b4831be6a61e8e675ff85eb5e66b71" 2025-05-30 20:08.26: Using OBuilder spec: ((from ocaml/opam:archlinux-ocaml-5.3@sha256:6ae91edf9905fd621b17745564a5613a16f232132bad4faf4d3aa31062679a4e) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "opam option solver=builtin-0install && opam config report")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMPRECISETRACKING 1) (env CI true) (env OPAM_REPO_CI true) (run (shell "rm -rf opam-repository/")) (copy (src .) (dst opam-repository/)) (run (shell "opam repository set-url --strict default opam-repository/")) (run (network host) (shell "opam update --depexts || true")) (run (shell "opam pin add -k version -yn conf-libelf.1.0.0 1.0.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libelf.1.0.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"archlinux\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'conf-libelf.1.0.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-05-30 20:08.26: Waiting for resource in pool OCluster 2025-05-30 20:08.26: Waiting for worker… 2025-05-30 20:08.27: Got resource from pool OCluster Building on x86-bm-c8.sw.ocaml.org All commits already cached Updating files: 67% (15696/23165) Updating files: 68% (15753/23165) Updating files: 69% (15984/23165) Updating files: 70% (16216/23165) Updating files: 71% (16448/23165) Updating files: 72% (16679/23165) Updating files: 73% (16911/23165) Updating files: 74% (17143/23165) Updating files: 75% (17374/23165) Updating files: 76% (17606/23165) Updating files: 77% (17838/23165) Updating files: 78% (18069/23165) Updating files: 79% (18301/23165) Updating files: 80% (18532/23165) Updating files: 81% (18764/23165) Updating files: 82% (18996/23165) Updating files: 83% (19227/23165) Updating files: 84% (19459/23165) Updating files: 85% (19691/23165) Updating files: 86% (19922/23165) Updating files: 87% (20154/23165) Updating files: 88% (20386/23165) Updating files: 89% (20617/23165) Updating files: 90% (20849/23165) Updating files: 91% (21081/23165) Updating files: 92% (21312/23165) Updating files: 93% (21544/23165) Updating files: 94% (21776/23165) Updating files: 95% (22007/23165) Updating files: 96% (22239/23165) Updating files: 97% (22471/23165) Updating files: 98% (22702/23165) Updating files: 99% (22934/23165) Updating files: 100% (23165/23165) Updating files: 100% (23165/23165), done. HEAD is now at 6ef11c3f34 Merge pull request #27966 from Leonidas-from-XIV/lsp-csexp Merge made by the 'ort' strategy. packages/conf-libelf/conf-libelf.1.0.0/opam | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/conf-libelf/conf-libelf.1.0.0/opam (from ocaml/opam:archlinux-ocaml-5.3@sha256:6ae91edf9905fd621b17745564a5613a16f232132bad4faf4d3aa31062679a4e) 2025-05-30 20:09.31 ---> saved as "fd4bd5ccfa8fd2dd6ac10a1f3fad714df9bc9ce1dcfbc4051ffd012b4216128e" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-05-30 20:09.31 ---> saved as "cf434139acd636ef587111825b3fdb62c1f8edcd0e4efb9deb650d8a1d7a6a46" /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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-05-30 20:10.02 ---> saved as "2d66601b87e1a2af9ea7403e16a6b07e23d38b0c88b695a28374d99d4c69b935" /home/opam: (run (shell "opam option solver=builtin-0install && opam config report")) Set to 'builtin-0install' the field solver in global configuration # opam config report # opam-version 2.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724) # self-upgrade no # system arch=x86_64 os=linux os-distribution=arch os-version=20250518.0.352066 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 31 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-05-30 20:10.02 ---> saved as "7ff48ab00eb2d5bbf5b850248cd321fdc2f74804c17293e1e9c814549abd27df" /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMPRECISETRACKING 1) /home/opam: (env CI true) /home/opam: (env OPAM_REPO_CI true) /home/opam: (run (shell "rm -rf opam-repository/")) 2025-05-30 20:10.09 ---> saved as "4e999c14629efc3c233ad982ec3bdb9a27a6fb3ddef33ff572795269c5a85f85" /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-30 20:10.16 ---> saved as "4fde48586b6e9b8d41d5872a08a64e224bfa50985cc917a3afa42b7d629a8a63" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-30 20:10.40 ---> saved as "61cb21a082551920f6b9eabec156853573e77c24438413d5efd457581c1f3a0a" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/sbin/sudo "pacman" "-Sy" - :: Synchronizing package databases... - core downloading... - extra downloading... 2025-05-30 20:10.40 ---> saved as "6c459a079ba4b710c41f4cfa0c5ab235104e4db4a5ea1d7c92bf800ebb7084bf" /home/opam: (run (shell "opam pin add -k version -yn conf-libelf.1.0.0 1.0.0")) conf-libelf is now pinned to version 1.0.0 2025-05-30 20:10.41 ---> saved as "8384a8cd24bb98e7810e6f202c282b28ac09be94b0d90d998ee8c2e2e99bd233" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libelf.1.0.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"archlinux\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'conf-libelf.1.0.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) conf-libelf.1.0.0 is not installed. Install it? [y/n] y The following actions will be performed: === install 2 packages ∗ conf-libelf 1.0.0 (pinned) ∗ conf-pkg-config 4 [required by conf-libelf] The following system packages will first need to be installed: pkgconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run pacman to install them (may need root/sudo access) 2. Display the recommended pacman command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf" - :: Starting full system upgrade... - resolving dependencies... - looking for conflicting packages... - - Package (9) Old Version New Version Net Change Download Size - - core/ca-certificates-mozilla 3.111-1 3.112-1 0.00 MiB 0.38 MiB - core/curl 8.13.0-2 8.14.0-2 0.05 MiB 1.18 MiB - core/iproute2 6.14.0-1 6.15.0-1 -0.03 MiB 1.10 MiB - core/libldap 2.6.9-1 2.6.10-1 0.01 MiB 0.28 MiB - core/libnghttp3 1.9.0-1 1.10.1-1 0.00 MiB 0.07 MiB - core/systemd 257.5-3 257.6-1 0.14 MiB 8.82 MiB - core/systemd-libs 257.5-3 257.6-1 0.00 MiB 1.20 MiB - core/systemd-sysvcompat 257.5-3 257.6-1 0.00 MiB 0.01 MiB - core/pkgconf 2.4.3-1 0.17 MiB 0.06 MiB - - Total Download Size: 13.09 MiB - Total Installed Size: 43.82 MiB - Net Upgrade Size: 0.34 MiB - - :: Proceed with installation? [Y/n] - :: Retrieving packages... - systemd-257.6-1-x86_64 downloading... - systemd-libs-257.6-1-x86_64 downloading... - curl-8.14.0-2-x86_64 downloading... - iproute2-6.15.0-1-x86_64 downloading... - ca-certificates-mozilla-3.112-1-x86_64 downloading... - libldap-2.6.10-1-x86_64 downloading... - libnghttp3-1.10.1-1-x86_64 downloading... - pkgconf-2.4.3-1-x86_64 downloading... - systemd-sysvcompat-257.6-1-x86_64 downloading... - checking keyring... - checking package integrity... - loading package files... - checking for file conflicts... - :: Processing package changes... - installing pkgconf... - upgrading systemd-libs... - upgrading libldap... - upgrading ca-certificates-mozilla... - upgrading libnghttp3... - upgrading curl... - upgrading iproute2... - upgrading systemd... - upgrading systemd-sysvcompat... - :: Running post-transaction hooks... - ( 1/12) Creating system user accounts... - ( 2/12) Updating journal message catalog... - ( 3/12) Reloading system manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - ( 4/12) Reloading user manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - ( 5/12) Updating udev hardware database... - ( 6/12) Restarting marked services... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - ( 7/12) Applying kernel sysctl settings... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - ( 8/12) Creating temporary files... - /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping. - All rules containing unresolvable specifiers will be skipped. - ( 9/12) Reloading device manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Device manager is not running. - (10/12) Arming ConditionNeedsUpdate... - (11/12) Rebuilding certificate stores... - (12/12) Reloading system bus configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ∗ installed conf-pkg-config.4 ∗ installed conf-libelf.1.0.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-30 20:10.54 ---> saved as "837e17ba123a294d79d03c49a7c7ffd9254e62d82356fa754dc0b3390a3d9e7a" Job succeeded 2025-05-30 20:11.03: Job succeeded