(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 opensuse-tumbleweed-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:opensuse-tumbleweed-ocaml-5.3@sha256:f03770c6e417c8c591b2ff8b4b15ddc1be68a9faa2ef94c910a71fa95873009a 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 "\"opensuse-tumbleweed\""; 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:opensuse-tumbleweed-ocaml-5.3@sha256:f03770c6e417c8c591b2ff8b4b15ddc1be68a9faa2ef94c910a71fa95873009a-conf-gcc-multilib.1.0-3500c88614e8805aed82ce8c2bd2cee803e97b69" 2025-04-03 13:30.28: Using OBuilder spec: ((from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:f03770c6e417c8c591b2ff8b4b15ddc1be68a9faa2ef94c910a71fa95873009a) (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 \"\\\"opensuse-tumbleweed\\\"\"; 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:19.06: Waiting for worker… 2025-04-03 16:22.09: Got resource from pool OCluster Building on x86-bm-c1.sw.ocaml.org 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:opensuse-tumbleweed-ocaml-5.3@sha256:f03770c6e417c8c591b2ff8b4b15ddc1be68a9faa2ef94c910a71fa95873009a) 2025-04-03 16:22.11 ---> using "7d1b81ff2d63f79794133fbdfb3d3849166d0242a283df5ff0b9b183fc2e19de" 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:22.11 ---> using "4c10419a689e8ab21f943497c1409d597c350e19885f9a96ea7eb9948a53f63a" 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 [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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-04-03 16:22.11 ---> using "90ae2ef69e7bbbd5ce21ba5c684be17277bfc1ffbc2ab11604acb563ed77b81f" 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=opensuse-tumbleweed os-version=20250328 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 39 # 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:22.11 ---> using "e39512b9adea5cdd335008c45ecf173154d214c76d8d81d9990229a7e4deab2c" 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:22.11 ---> using "0f8a46bf71c02da9623360cd950766c30df97815a9a8118460b1b5c5f7aaecba" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-03 16:22.12 ---> using "7768613b99c82d17dff8000ca21789b0895c0e2e1fa03526e66183cc3759ea62" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-03 16:22.37 ---> saved as "e2236879d44b10c49cb819fcd17ccdeda645387a8b803388bb42010aa3ef66c4" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'openSUSE-Tumbleweed-Update' metadata [.......done] - Building repository 'openSUSE-Tumbleweed-Update' cache [....done] - Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [.........done] - Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done] - Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [.... - ........... - .....done] - Building repository 'openSUSE-Tumbleweed-Oss' cache [.. - ..done] - All repositories have been refreshed. 2025-04-03 16:22.51 ---> saved as "2c47c53fae5f0c208d45317f2f4abec1efd28cce7910257c046e4a9dca2a53f1" /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.51 ---> saved as "2f5f16d5353b8c27cde9561fc9ec820a04e655d5a1ef0eefce5c825f6e16aee3" /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 \"\\\"opensuse-tumbleweed\\\"\"; 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 - install conf-gcc-multilib 1.0 (pinned) The following system packages will first need to be installed: gcc-32bit <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run zypper to install them (may need root/sudo access) 2. Display the recommended zypper 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/bin/sudo "zypper" "--non-interactive" "install" "gcc-32bit" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 4 packages are going to be upgraded: - cpp14 gcc14 gcc14-c++ libstdc++6-devel-gcc14 - - The following 11 NEW packages are going to be installed: - gcc-32bit gcc14-32bit glibc-32bit glibc-devel-32bit libasan8-32bit libatomic1-32bit libgcc_s1-32bit libgomp1-32bit libitm1-32bit libstdc++6-32bit libubsan1-32bit - - 4 packages to upgrade, 11 new. - - Package download size: 89.0 MiB - - Package install size change: - | 288.7 MiB required by packages that will be installed - 30.0 MiB | - 258.7 MiB released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: cpp14-14.2.1+git11321-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (1/15), 11.5 MiB - Retrieving: cpp14-14.2.1+git11321-3.1.x86_64.rpm [. - ..done (42.9 MiB/s)] - Retrieving: glibc-32bit-2.41-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (2/15), 1.6 MiB - Retrieving: glibc-32bit-2.41-2.1.x86_64.rpm [...done (8.9 MiB/s)] - Retrieving: libstdc++6-devel-gcc14-14.2.1+git11321-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (3/15), 13.0 MiB - Retrieving: libstdc++6-devel-gcc14-14.2.1+git11321-3.1.x86_64.rpm [...done (72.3 MiB/s)] - Retrieving: gcc14-14.2.1+git11321-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (4/15), 38.0 MiB - Retrieving: gcc14-14.2.1+git11321-3.1.x86_64.rpm [.. - ....done (94.3 MiB/s)] - Retrieving: libitm1-32bit-15.0.1+git9001-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (5/15), 39.3 KiB - Retrieving: libitm1-32bit-15.0.1+git9001-1.1.x86_64.rpm [.done] - Retrieving: libgomp1-32bit-15.0.1+git9001-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (6/15), 159.4 KiB - Retrieving: libgomp1-32bit-15.0.1+git9001-1.1.x86_64.rpm [..done (4.9 MiB/s)] - Retrieving: libgcc_s1-32bit-15.0.1+git9001-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (7/15), 99.8 KiB - Retrieving: libgcc_s1-32bit-15.0.1+git9001-1.1.x86_64.rpm [.done] - Retrieving: libatomic1-32bit-15.0.1+git9001-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (8/15), 17.0 KiB - Retrieving: libatomic1-32bit-15.0.1+git9001-1.1.x86_64.rpm [.done] - Retrieving: glibc-devel-32bit-2.41-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (9/15), 51.9 KiB - Retrieving: glibc-devel-32bit-2.41-2.1.x86_64.rpm [..done (51.9 KiB/s)] - Retrieving: gcc14-c++-14.2.1+git11321-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (10/15), 12.9 MiB - Retrieving: gcc14-c++-14.2.1+git11321-3.1.x86_64.rpm [. - ..done (55.5 MiB/s)] - Retrieving: libstdc++6-32bit-15.0.1+git9001-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (11/15), 801.4 KiB - Retrieving: libstdc++6-32bit-15.0.1+git9001-1.1.x86_64.rpm [.done] - Retrieving: libubsan1-32bit-15.0.1+git9001-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (12/15), 220.1 KiB - Retrieving: libubsan1-32bit-15.0.1+git9001-1.1.x86_64.rpm [..done] - Retrieving: libasan8-32bit-15.0.1+git9001-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (13/15), 508.9 KiB - Retrieving: libasan8-32bit-15.0.1+git9001-1.1.x86_64.rpm [..done (970.5 KiB/s)] - Retrieving: gcc14-32bit-14.2.1+git11321-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (14/15), 10.0 MiB - Retrieving: gcc14-32bit-14.2.1+git11321-3.1.x86_64.rpm [... - .done (48.6 MiB/s)] - Retrieving: gcc-32bit-14-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (15/15), 7.6 KiB - Retrieving: gcc-32bit-14-3.1.x86_64.rpm [.done] - - Checking for file conflicts: [....done] - ( 1/15) Installing: cpp14-14.2.1+git11321-3.1.x86_64 [.....done] - ( 2/15) Installing: glibc-32bit-2.41-2.1.x86_64 [.. - done] - ( 3/15) Installing: libstdc++6-devel-gcc14-14.2.1+git11321-3.1.x86_64 [......done] - ( 4/15) Installing: gcc14-14.2.1+git11321-3.1.x86_64 [.. - ..... - ...done] - ( 5/15) Installing: libitm1-32bit-15.0.1+git9001-1.1.x86_64 [..done] - ( 6/15) Installing: libgomp1-32bit-15.0.1+git9001-1.1.x86_64 [..done] - ( 7/15) Installing: libgcc_s1-32bit-15.0.1+git9001-1.1.x86_64 [..done] - ( 8/15) Installing: libatomic1-32bit-15.0.1+git9001-1.1.x86_64 [..done] - ( 9/15) Installing: glibc-devel-32bit-2.41-2.1.x86_64 [..done] - (10/15) Installing: gcc14-c++-14.2.1+git11321-3.1.x86_64 [.....done] - (11/15) Installing: libstdc++6-32bit-15.0.1+git9001-1.1.x86_64 [..done] - (12/15) Installing: libubsan1-32bit-15.0.1+git9001-1.1.x86_64 [..done] - (13/15) Installing: libasan8-32bit-15.0.1+git9001-1.1.x86_64 [..done] - (14/15) Installing: gcc14-32bit-14.2.1+git11321-3.1.x86_64 [.. - ..done] - (15/15) Installing: gcc-32bit-14-3.1.x86_64 [..done] - Running post-transaction scripts [...done] - <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-gcc-multilib.1.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-03 16:23.09 ---> saved as "80e4ff75fa798b653bfd1b3dafcef9b6a921ea7676958c5d9dbb28ee7e0ec734" Job succeeded 2025-04-03 16:23.14: Job succeeded