(for PR #26991)
2025-04-03 13:30.28: New job: build conf-gcc-multilib.1.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/26991/head (3500c88614e8805aed82ce8c2bd2cee803e97b69) 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/26991/head" && git reset --hard 3500c886 git fetch origin master git merge --no-edit ecbfc6754f6e95544eb1eab71c162099f77308bf cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:archlinux-ocaml-5.3@sha256:9e1a48812e76be656d9345e2b992bd3ba204f8055b6668da8ac76a825eca5c62 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-gcc-multilib.1.0 1.0 RUN opam reinstall conf-gcc-multilib.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 "\"archlinux\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'conf-gcc-multilib.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-04-03 13:30.28: Using cache hint "ocaml/opam:archlinux-ocaml-5.3@sha256:9e1a48812e76be656d9345e2b992bd3ba204f8055b6668da8ac76a825eca5c62-conf-gcc-multilib.1.0-3500c88614e8805aed82ce8c2bd2cee803e97b69" 2025-04-03 13:30.28: Using OBuilder spec: ((from ocaml/opam:archlinux-ocaml-5.3@sha256:9e1a48812e76be656d9345e2b992bd3ba204f8055b6668da8ac76a825eca5c62) (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-gcc-multilib.1.0 1.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-gcc-multilib.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 \"\\\"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-gcc-multilib.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-04-03 13:30.28: Connecting to build cluster… 2025-04-03 13:30.28: Waiting for resource in pool OCluster 2025-04-03 16:18.52: Waiting for worker… 2025-04-03 16:21.34: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at ecbfc6754f Merge pull request #27708 from ocaml/dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-46 Merge made by the 'ort' strategy. .../conf-gcc-multilib/conf-gcc-multilib.1.0/opam | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/conf-gcc-multilib/conf-gcc-multilib.1.0/opam (from ocaml/opam:archlinux-ocaml-5.3@sha256:9e1a48812e76be656d9345e2b992bd3ba204f8055b6668da8ac76a825eca5c62) 2025-04-03 16:21.46 ---> using "45390990df0cc24fd3ec47ff9ba1ce2d91c010d0ce12094a8619bef317e5f4fc" 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-04-03 16:21.46 ---> using "9b8e69f9892b0a2a5c22d413e9c94d71d11a5831c2ea18ed1bbbe693164ee51c" 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] synchronised from file:///home/opam/opam-repository 2025-04-03 16:21.46 ---> using "83179d5c84bf019d1928f4ad7b38c59c9fd75bb15b4ec56f00f4a6411e1f5ce2" 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=arch os-version=20250323.0.325468 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 255 # repositories 1 (local) # 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-04-03 16:21.46 ---> using "c7afbef124ce31a5e52c45969974d59b5099bf16cc1fe7b66665e3d233f61ca4" 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-04-03 16:21.46 ---> using "8ac3d7274e6db9aba118558315a1424c6f9fa2653121a03841766b0ede974fce" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-03 16:21.51 ---> saved as "c8f444adc13469d350a72ee45551bfee0e0367c21e5253df7fe0abdfc20ae780" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-03 16:22.35 ---> saved as "c3415773ac3bde4487df296c5891da7e419b548061946955bef232dd1ff8aae0" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/sbin/sudo "pacman" "-Sy" - :: Synchronizing package databases... - core downloading... - extra downloading... 2025-04-03 16:22.38 ---> saved as "eccd3a3191e170e1a25532002de1f83d7cfd10417fa1c6db22b4248cb7297e79" /home/opam: (run (shell "opam pin add -k version -yn conf-gcc-multilib.1.0 1.0")) conf-gcc-multilib is now pinned to version 1.0 2025-04-03 16:22.39 ---> saved as "bb92ead5011ed83d89ae54660eb793e399b1653cbad6dd6cd49d6112b47b7e50" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-gcc-multilib.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 \"\\\"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-gcc-multilib.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-gcc-multilib.1.0 is not installed. Install it? [y/n] y The following actions will be performed: === install 1 package ∗ conf-gcc-multilib 1.0 (pinned) The following system packages will first need to be installed: lib32-glibc <><> 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" "lib32-glibc" - :: Starting full system upgrade... - resolving dependencies... - looking for conflicting packages... - - Package (17) Old Version New Version Net Change Download Size - - core/ca-certificates-mozilla 3.109-1 3.110-1 0.00 MiB 0.38 MiB - core/curl 8.12.1-1 8.13.0-1 0.03 MiB 1.16 MiB - core/e2fsprogs 1.47.2-1 1.47.2-2 0.00 MiB 1.23 MiB - core/expat 2.7.0-1 2.7.1-1 0.00 MiB 0.11 MiB - core/gawk 5.3.1-2 5.3.2-1 0.33 MiB 1.43 MiB - core/gdbm 1.24-2 1.25-1 0.01 MiB 0.25 MiB - core/iana-etc 20250213-1 20250328-1 0.00 MiB 0.39 MiB - core/iptables 1:1.8.11-1 1:1.8.11-2 0.00 MiB 0.41 MiB - core/jansson 2.14-4 2.14.1-1 0.08 MiB 0.09 MiB - core/kmod 34.1-1 34.2-1 0.00 MiB 0.13 MiB - core/leancrypto 1.2.0-2 1.3.0-1 1.12 MiB 0.70 MiB - core/libarchive 3.7.7-4 3.7.9-1 0.00 MiB 0.54 MiB - core/libksba 1.6.7-1 1.6.7-2 0.00 MiB 0.14 MiB - extra/libsysprof-capture 48.0-2 48.0-3 0.00 MiB 0.05 MiB - core/util-linux 2.41-3 2.41-4 0.00 MiB 5.06 MiB - core/util-linux-libs 2.41-3 2.41-4 0.00 MiB 0.48 MiB - core/lib32-glibc 2.41+r9+ga900dbaf70f0-1 18.35 MiB 3.41 MiB - - Total Download Size: 15.95 MiB - Total Installed Size: 62.13 MiB - Net Upgrade Size: 19.94 MiB - - :: Proceed with installation? [Y/n] - :: Retrieving packages... - util-linux-2.41-4-x86_64 downloading... - lib32-glibc-2.41+r9+ga900dbaf70f0-1-x86_64 downloading... - gawk-5.3.2-1-x86_64 downloading... - e2fsprogs-1.47.2-2-x86_64 downloading... - curl-8.13.0-1-x86_64 downloading... - leancrypto-1.3.0-1-x86_64 downloading... - libarchive-3.7.9-1-x86_64 downloading... - util-linux-libs-2.41-4-x86_64 downloading... - iptables-1:1.8.11-2-x86_64 downloading... - iana-etc-20250328-1-any downloading... - ca-certificates-mozilla-3.110-1-x86_64 downloading... - gdbm-1.25-1-x86_64 downloading... - libksba-1.6.7-2-x86_64 downloading... - kmod-34.2-1-x86_64 downloading... - expat-2.7.1-1-x86_64 downloading... - jansson-2.14.1-1-x86_64 downloading... - libsysprof-capture-48.0-3-x86_64 downloading... - checking keyring... - checking package integrity... - loading package files... - checking for file conflicts... - :: Processing package changes... - upgrading iana-etc... - installing lib32-glibc... - upgrading util-linux-libs... - upgrading e2fsprogs... - upgrading gdbm... - upgrading ca-certificates-mozilla... - upgrading curl... - upgrading expat... - upgrading gawk... - upgrading iptables... - upgrading jansson... - upgrading kmod... - upgrading leancrypto... - upgrading libarchive... - upgrading libksba... - upgrading libsysprof-capture... - upgrading util-linux... - :: Running post-transaction hooks... - (1/7) Creating system user accounts... - (2/7) Reloading system manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - (3/7) Restarting marked services... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - (4/7) 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. - (5/7) Reloading device manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Device manager is not running. - (6/7) Arming ConditionNeedsUpdate... - (7/7) Rebuilding certificate stores... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ∗ installed conf-gcc-multilib.1.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-03 16:22.54 ---> saved as "d161e7dc56187876292ef2566bd932dc29c3def8adef17077f7c1dde9a8bef47" Job succeeded 2025-04-03 16:23.07: Job succeeded