(for PR #28262)
2025-08-01 10:09.37: New job: build conf-bpftool.0.1.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28262/head (27b93b8d254212c1249540d74f600850023faef7) on fedora-42-ocaml-4.14/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/28262/head" && git reset --hard 27b93b8d git fetch origin master git merge --no-edit 8aad5f26860255f60c9aa23b310ac61aef78f1c8 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:4ae2a136308332e44ba01be3d344d6eaa7d6d9580c04070805fc02cbf03e3564 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-bpftool.0.1.0 0.1.0 RUN opam reinstall conf-bpftool.0.1.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 "\"fedora-42\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'conf-bpftool.0.1.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-08-01 10:09.37: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:4ae2a136308332e44ba01be3d344d6eaa7d6d9580c04070805fc02cbf03e3564-conf-bpftool.0.1.0-27b93b8d254212c1249540d74f600850023faef7" 2025-08-01 10:09.37: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:4ae2a136308332e44ba01be3d344d6eaa7d6d9580c04070805fc02cbf03e3564) (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-bpftool.0.1.0 0.1.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-bpftool.0.1.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 \"\\\"fedora-42\\\"\"; 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-bpftool.0.1.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-08-01 10:09.37: Waiting for resource in pool OCluster 2025-08-01 13:59.57: Waiting for worker… 2025-08-01 14:01.34: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at 8aad5f2686 Merge pull request #28272 from ocaml/mseri-patch-1 Merge made by the 'ort' strategy. packages/conf-bpftool/conf-bpftool.0.1.0/opam | 4 +++- packages/libbpf/libbpf.0.1.0/opam | 11 ++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) (from ocaml/opam:fedora-42-ocaml-4.14@sha256:4ae2a136308332e44ba01be3d344d6eaa7d6d9580c04070805fc02cbf03e3564) 2025-08-01 14:01.42 ---> using "3495e6df8e4017b0bc8e8c68857391d443062afe5b7174e9146495ba08358cf6" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-08-01 14:01.42 ---> using "a543077b44976cd8665805809873d7b686184d8f9936534fe6c877e0c56f98af" from cache /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-08-01 14:01.42 ---> using "a7fa05a6639f777227dcb6afa7a6cdf4453a5abc8214ea786a880be45d1ca903" from cache /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=fedora os-version=42 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 71 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 4.14 # invariant ["ocaml-base-compiler" {= "4.14.2"}] # compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.14.2 2025-08-01 14:01.42 ---> using "5746714874ffc7646d7a1f7bb02d393e96a2c8beb56e00fd78e89814b3e2a608" from cache /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-08-01 14:01.42 ---> using "d00ed78cafefabecdb219a00dfbeca860df0be4883ffdcb8ef9b43933e2cbf48" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-08-01 14:01.45 ---> saved as "b891e5d1ee8be2e3ed31bdb465916bc73e5e9cd93ee038818a6426cd74a50b15" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-08-01 14:02.06 ---> saved as "86a2376792c93f258476dd9ea5ba55bb11abf1b2b2553831e31bbd5cf33067d6" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Fedora 42 - x86_64 - Updates 100% | 92.5 KiB/s | 9.9 KiB | 00m00s - Fedora 42 - x86_64 - Updates 100% | 5.1 MiB/s | 3.4 MiB | 00m01s - Repositories loaded. - Metadata cache created. 2025-08-01 14:02.10 ---> saved as "88bcd32bfb77ac7a5d6a776a47cbc92a92e87bab81f0ea39c6ae82b5c54738ef" /home/opam: (run (shell "opam pin add -k version -yn conf-bpftool.0.1.0 0.1.0")) conf-bpftool is now pinned to version 0.1.0 2025-08-01 14:02.11 ---> saved as "ca966643e1128a0b24dd1e001ab214092c469855a077f0c7e3277b208f13af36" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-bpftool.0.1.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 \"\\\"fedora-42\\\"\"; 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-bpftool.0.1.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-bpftool.0.1.0 is not installed. Install it? [y/n] y The following actions will be performed: === install 1 package - install conf-bpftool 0.1.0 (pinned) The following system packages will first need to be installed: bpftool <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run yum to install them (may need root/sudo access) 2. Display the recommended yum 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 "yum" "install" "-y" "bpftool" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - bpftool x86_64 7.5.0-3.fc42 updates 725.9 KiB - - Transaction Summary: - Installing: 1 package - - Total size of inbound packages is 322 KiB. Need to download 322 KiB. - After this operation, 726 KiB extra will be used (install 726 KiB, remove 0 B). - [1/1] bpftool-0:7.5.0-3.fc42.x86_64 100% | 3.2 MiB/s | 321.7 KiB | 00m00s - -------------------------------------------------------------------------------- - [1/1] Total 100% | 1.5 MiB/s | 321.7 KiB | 00m00s - Running transaction - [1/3] Verify package files 100% | 333.0 B/s | 1.0 B | 00m00s - [2/3] Prepare transaction 100% | 13.0 B/s | 1.0 B | 00m00s - [3/3] Installing bpftool-0:7.5.0-3.fc42 100% | 7.9 MiB/s | 728.5 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "bpftool" - bpftool-7.5.0-3.fc42.x86_64 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-bpftool.0.1.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-01 14:02.20 ---> saved as "b280d2ec30ba7482427a32c4f7e828ff1b436ffa5b55c83022cf50eaf1f792c9" Job succeeded 2025-08-01 14:02.30: Job succeeded