(for PR #27865)
2025-05-15 13:51.56: New job: build conf-mariadb.2, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27865/head (0af3387cfd771bb24a046c8cfc04cfede1c22f1a) on fedora-40-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/27865/head" && git reset --hard 0af3387c git fetch origin master git merge --no-edit 8efeb9aa265b6d2d4fa7cb352b4e4e94a93ab845 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf 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-mariadb.2 2 RUN opam reinstall conf-mariadb.2; \ 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-40\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'conf-mariadb.2' && 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-15 13:51.56: Using cache hint "ocaml/opam:fedora-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf-conf-mariadb.2-0af3387cfd771bb24a046c8cfc04cfede1c22f1a" 2025-05-15 13:51.56: Using OBuilder spec: ((from ocaml/opam:fedora-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf) (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-mariadb.2 2")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-mariadb.2;\ \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-40\\\"\"; 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-mariadb.2' && 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-15 13:51.56: Connecting to build cluster… 2025-05-15 13:51.56: Waiting for resource in pool OCluster 2025-05-15 13:52.01: Waiting for worker… 2025-05-15 14:03.16: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached Updating files: 96% (22295/23038) Updating files: 97% (22347/23038) Updating files: 98% (22578/23038) Updating files: 99% (22808/23038) Updating files: 100% (23038/23038) Updating files: 100% (23038/23038), done. HEAD is now at 8efeb9aa26 Merge pull request #27768 from recoules/release-bitwuzla-cxx-0.7.0 Merge made by the 'ort' strategy. packages/conf-mariadb/conf-mariadb.2/opam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (from ocaml/opam:fedora-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf) 2025-05-15 13:55.25 ---> saved as "878a7c4d63982f7560a9e447087a87f31bea1ca792235ab887a02391aaed4d11" /: (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-15 13:55.26 ---> saved as "1bf680bb851a835c583718fdea08c3e7205a93fdc9bf6403ca96fc875b040779" /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 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-15 13:55.54 ---> saved as "c16e429d4943914663966fa3b1b341d791e66fff43037583ac73160a5434dcd7" /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=40 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 255 # 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-15 13:55.55 ---> saved as "8087769ed35fd551287df468bee8380c3447a8e25ea3bd0f91311cc47210051a" /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-15 13:56.06 ---> saved as "e8c21ce74367a9d74ed9dfce1ce355d22fae9dd84bea840476db301b182ff598" /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-15 13:56.58 ---> saved as "54ebb94b22c4754de33d4cd8957252df98ae7ddcb922a86cc49acdc9f1ac6a6c" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-15 13:57.25 ---> saved as "d502b24c2fc597826d8f7e37db32370c029dd090e195a7cd94aae2d0bf3ffc24" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "yum" "makecache" - Fedora 40 - x86_64 73 kB/s | 26 kB 00:00 - Fedora 40 openh264 (From Cisco) - x86_64 3.9 kB/s | 989 B 00:00 - Fedora 40 - x86_64 - Updates 74 kB/s | 23 kB 00:00 - Fedora 40 - x86_64 - Updates 6.9 MB/s | 6.3 MB 00:00 - Metadata cache created. 2025-05-15 13:57.32 ---> saved as "d6f99197e3daba4c1d09e124620bf84f0034d5217ea826143d854ce9b9cf6082" /home/opam: (run (shell "opam pin add -k version -yn conf-mariadb.2 2")) conf-mariadb is now pinned to version 2 2025-05-15 13:57.33 ---> saved as "b45d80c8725d64e87cd6938d82b93f2b38ec75795a08add7a3a9bbe2beef6940" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-mariadb.2;\ \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-40\\\"\"; 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-mariadb.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) conf-mariadb.2 is not installed. Install it? [y/n] y The following actions will be performed: === install 2 packages - install conf-mariadb 2 (pinned) - install conf-pkg-config 4 [required by conf-mariadb] The following system packages will first need to be installed: mariadb-connector-c-devel <><> 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/bin/sudo "yum" "install" "-y" "mariadb-connector-c-devel" - Last metadata expiration check: 0:00:08 ago on Thu May 15 13:57:28 2025. - Dependencies resolved. - ================================================================================ - Package Arch Version Repository Size - ================================================================================ - Installing: - mariadb-connector-c-devel x86_64 3.3.8-3.fc40 fedora 61 k - Installing dependencies: - cmake-filesystem x86_64 3.30.8-1.fc40 updates 17 k - mariadb-connector-c x86_64 3.3.8-3.fc40 fedora 203 k - mariadb-connector-c-config noarch 3.3.8-3.fc40 fedora 8.7 k - openssl-devel x86_64 1:3.2.4-1.fc40 updates 2.8 M - zlib-ng-compat-devel x86_64 2.1.7-2.fc40 updates 38 k - Installing weak dependencies: - mariadb-connector-c-doc noarch 3.3.8-3.fc40 fedora 118 k - - Transaction Summary - ================================================================================ - Install 7 Packages - - Total download size: 3.3 M - Installed size: 5.2 M - Downloading Packages: - (1/7): mariadb-connector-c-config-3.3.8-3.fc40. 202 kB/s | 8.7 kB 00:00 - (2/7): mariadb-connector-c-devel-3.3.8-3.fc40.x 1.0 MB/s | 61 kB 00:00 - (3/7): cmake-filesystem-3.30.8-1.fc40.x86_64.rp 1.7 MB/s | 17 kB 00:00 - (4/7): mariadb-connector-c-3.3.8-3.fc40.x86_64. 2.7 MB/s | 203 kB 00:00 - (5/7): mariadb-connector-c-doc-3.3.8-3.fc40.noa 3.9 MB/s | 118 kB 00:00 - (6/7): zlib-ng-compat-devel-2.1.7-2.fc40.x86_64 4.2 MB/s | 38 kB 00:00 - (7/7): openssl-devel-3.2.4-1.fc40.x86_64.rpm 9.2 MB/s | 2.8 MB 00:00 - -------------------------------------------------------------------------------- - Total 3.3 MB/s | 3.3 MB 00:00 - Running transaction check - Transaction check succeeded. - Running transaction test - Transaction test succeeded. - Running transaction - Preparing : 1/1 - Installing : openssl-devel-1:3.2.4-1.fc40.x86_64 1/7 - Installing : cmake-filesystem-3.30.8-1.fc40.x86_64 2/7 - Installing : zlib-ng-compat-devel-2.1.7-2.fc40.x86_64 3/7 - Installing : mariadb-connector-c-config-3.3.8-3.fc40.noarch 4/7 - Installing : mariadb-connector-c-3.3.8-3.fc40.x86_64 5/7 - Installing : mariadb-connector-c-doc-3.3.8-3.fc40.noarch 6/7 - Installing : mariadb-connector-c-devel-3.3.8-3.fc40.x86_64 7/7 - Running scriptlet: mariadb-connector-c-devel-3.3.8-3.fc40.x86_64 7/7 - - Installed: - cmake-filesystem-3.30.8-1.fc40.x86_64 - mariadb-connector-c-3.3.8-3.fc40.x86_64 - mariadb-connector-c-config-3.3.8-3.fc40.noarch - mariadb-connector-c-devel-3.3.8-3.fc40.x86_64 - mariadb-connector-c-doc-3.3.8-3.fc40.noarch - openssl-devel-1:3.2.4-1.fc40.x86_64 - zlib-ng-compat-devel-2.1.7-2.fc40.x86_64 - - Complete! + /usr/bin/rpm "-q" "--whatprovides" "mariadb-connector-c-devel" - mariadb-connector-c-devel-3.3.8-3.fc40.x86_64 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-pkg-config.4 -> installed conf-mariadb.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-15 13:57.39 ---> saved as "3e9b35767c06e6332b70806bcea6a257d4c59fdaa0fdc22ac94fb022edd8934f" Job succeeded 2025-05-15 14:03.18: Job succeeded