(for PR #28222)
2025-08-21 14:13.39: New job: build lwt_glib.1.0.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28222/head (a14b2680809606d7e55ae7ed410b73438cb77bd0) 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/28222/head" && git reset --hard a14b2680 git fetch origin master git merge --no-edit 4bae7ec4df49df4454ea492c8d7a1196aeae04e0 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:ffa00b5c01c8fca9e25a329c8ce9e9459e1a8eeaa97027f4eb50800d23a473d5 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 lwt_glib.1.0.1 1.0.1 RUN opam reinstall lwt_glib.1.0.1; \ 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" != 'lwt_glib.1.0.1' && 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-21 14:13.39: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:ffa00b5c01c8fca9e25a329c8ce9e9459e1a8eeaa97027f4eb50800d23a473d5-lwt_glib.1.0.1-a14b2680809606d7e55ae7ed410b73438cb77bd0" 2025-08-21 14:13.39: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:ffa00b5c01c8fca9e25a329c8ce9e9459e1a8eeaa97027f4eb50800d23a473d5) (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 lwt_glib.1.0.1 1.0.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall lwt_glib.1.0.1;\ \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\" != 'lwt_glib.1.0.1' && 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-21 14:13.39: Waiting for resource in pool OCluster 2025-08-21 14:20.09: Waiting for worker… 2025-08-21 14:21.31: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 4bae7ec4df Merge pull request #28375 from jmid/opam-compiler-re-bounds Merge made by the 'ort' strategy. Auto packing the repository in the background for optimum performance. See "git help gc" for manual housekeeping. warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. packages/curl_lwt/curl_lwt.0.10.0/opam | 2 +- packages/lwt/lwt.6.0.0~alpha01/opam | 69 +++++++++++++++++++++++ packages/lwt_direct/lwt_direct.6.0.0~alpha01/opam | 44 +++++++++++++++ packages/lwt_glib/lwt_glib.1.0.1/opam | 2 +- packages/lwt_glib/lwt_glib.1.1.0/opam | 2 +- packages/lwt_glib/lwt_glib.1.1.1/opam | 2 +- packages/lwt_log/lwt_log.1.1.0/opam | 2 +- packages/lwt_log/lwt_log.1.1.1/opam | 2 +- packages/lwt_log/lwt_log.1.1.2/opam | 2 +- packages/ocurl/ocurl.0.7.6/opam | 1 + packages/ocurl/ocurl.0.7.7/opam | 1 + packages/ocurl/ocurl.0.7.8/opam | 1 + packages/ocurl/ocurl.0.7.9/opam | 1 + packages/ocurl/ocurl.0.8.1/opam | 1 + packages/ocurl/ocurl.0.8.2/opam | 1 + packages/ocurl/ocurl.0.9.0/opam | 1 + packages/ocurl/ocurl.0.9.1/opam | 1 + packages/ocurl/ocurl.0.9.2/opam | 1 + 18 files changed, 129 insertions(+), 7 deletions(-) create mode 100644 packages/lwt/lwt.6.0.0~alpha01/opam create mode 100644 packages/lwt_direct/lwt_direct.6.0.0~alpha01/opam (from ocaml/opam:fedora-42-ocaml-4.14@sha256:ffa00b5c01c8fca9e25a329c8ce9e9459e1a8eeaa97027f4eb50800d23a473d5) 2025-08-21 14:21.38 ---> using "733b89cac63934bae5b7e997d7134390b88899a9e93eb766835935aee2cc97a1" 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-21 14:21.38 ---> using "e4630bbc608da3c7eff8331bccd9cf741c8afb90c83545208f78d329af715ed1" 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-21 14:21.38 ---> using "916f80e7477795d02a10709675f9038bc1aa75f4f62c9de5ad965f8cc9089951" 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-21 14:21.38 ---> using "9aea1ac7b0fc1e2ff7b50766c16c2995097fe5c24e8f860bac193b660e8b54b3" 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-21 14:21.38 ---> using "0bc610d29af4537ecb9e98a90eae50c6875446f583b83ce0d082c41cdf756669" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-08-21 14:21.40 ---> saved as "a2640df19a7bbc0ffe4c15e57c994e954432a16a8809f089fd1a492d279de4c0" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-08-21 14:22.00 ---> saved as "95a19f4efe3151bb237a0d3bdac530f9616baeb0c7fc6853ff24b5d9444d9501" /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% | 185.1 KiB/s | 21.8 KiB | 00m00s - Repositories loaded. - Metadata cache created. 2025-08-21 14:22.04 ---> saved as "a310aa5b27f17523fc543c3b15abe53eb0949518d4f1d34d407ae456be595528" /home/opam: (run (shell "opam pin add -k version -yn lwt_glib.1.0.1 1.0.1")) lwt_glib is now pinned to version 1.0.1 2025-08-21 14:22.05 ---> saved as "ce4d29b5fc191fdab1df0966efb3088ebd1f78aaf48c840f4f6cc104ae581410" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall lwt_glib.1.0.1;\ \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\" != 'lwt_glib.1.0.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) lwt_glib.1.0.1 is not installed. Install it? [y/n] y The following actions will be performed: === install 12 packages - install base-bytes base [required by ocplib-endian] - install conf-glib-2 1 [required by lwt_glib] - install conf-pkg-config 4 [required by lwt_glib] - install cppo 1.8.0 [required by lwt] - install csexp 1.5.2 [required by dune-configurator] - install dune 3.20.0 [required by lwt] - install dune-configurator 3.20.0 [required by lwt] - install lwt 5.9.1 [required by lwt_glib] - install lwt_glib 1.0.1 (pinned) - install ocamlbuild 0.16.1 [required by lwt_glib] - install ocamlfind 1.9.8 [required by lwt_glib] - install ocplib-endian 1.2 [required by lwt] The following system packages will first need to be installed: glib2-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/sbin/sudo "yum" "install" "-y" "glib2-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Upgrading: - zlib-ng-compat x86_64 2.2.5-2.fc42 updates 137.6 KiB - replacing zlib-ng-compat x86_64 2.2.4-3.fc42 fe51869e3eca4ddfae9b7e2ec5a60d51 137.6 KiB - Installing: - glib2-devel x86_64 2.84.4-1.fc42 updates 15.8 MiB - Installing dependencies: - cmake-filesystem x86_64 3.31.6-2.fc42 fedora 0.0 B - libblkid-devel x86_64 2.40.4-7.fc42 fedora 44.9 KiB - libffi-devel x86_64 3.4.6-5.fc42 fedora 33.1 KiB - libmount-devel x86_64 2.40.4-7.fc42 fedora 63.5 KiB - libselinux-devel x86_64 3.8-2.fc42 updates 126.8 KiB - libsepol-devel x86_64 3.8-1.fc42 fedora 120.8 KiB - pcre2-devel x86_64 10.45-1.fc42 fedora 2.1 MiB - pcre2-utf16 x86_64 10.45-1.fc42 fedora 626.3 KiB - pcre2-utf32 x86_64 10.45-1.fc42 fedora 598.2 KiB - python3-packaging noarch 24.2-3.fc42 fedora 555.7 KiB - sysprof-capture-devel x86_64 48.0-1.fc42 fedora 273.8 KiB - zlib-ng-compat-devel x86_64 2.2.5-2.fc42 updates 107.0 KiB - - Transaction Summary: - Installing: 13 packages - Upgrading: 1 package - Replacing: 1 package - - Total size of inbound packages is 3 MiB. Need to download 3 MiB. - After this operation, 20 MiB extra will be used (install 21 MiB, remove 138 KiB). - [ 1/14] python3-packaging-0:24.2-3.fc42 100% | 3.3 MiB/s | 154.0 KiB | 00m00s - [ 2/14] libsepol-devel-0:3.8-1.fc42.x86 100% | 9.5 MiB/s | 48.4 KiB | 00m00s - [ 3/14] zlib-ng-compat-devel-0:2.2.5-2. 100% | 7.5 MiB/s | 38.3 KiB | 00m00s - [ 4/14] cmake-filesystem-0:3.31.6-2.fc4 100% | 4.3 MiB/s | 17.6 KiB | 00m00s - [ 5/14] libffi-devel-0:3.4.6-5.fc42.x86 100% | 7.0 MiB/s | 28.8 KiB | 00m00s - [ 6/14] libmount-devel-0:2.40.4-7.fc42. 100% | 5.8 MiB/s | 23.9 KiB | 00m00s - [ 7/14] libselinux-devel-0:3.8-2.fc42.x 100% | 1.9 MiB/s | 151.5 KiB | 00m00s - [ 8/14] pcre2-devel-0:10.45-1.fc42.x86_ 100% | 25.3 MiB/s | 543.4 KiB | 00m00s - [ 9/14] pcre2-utf16-0:10.45-1.fc42.x86_ 100% | 14.8 MiB/s | 241.9 KiB | 00m00s - [10/14] sysprof-capture-devel-0:48.0-1. 100% | 10.9 MiB/s | 55.8 KiB | 00m00s - [11/14] libblkid-devel-0:2.40.4-7.fc42. 100% | 5.6 MiB/s | 23.0 KiB | 00m00s - [12/14] pcre2-utf32-0:10.45-1.fc42.x86_ 100% | 16.0 MiB/s | 228.7 KiB | 00m00s - [13/14] zlib-ng-compat-0:2.2.5-2.fc42.x 100% | 1.6 MiB/s | 79.2 KiB | 00m00s - [14/14] glib2-devel-0:2.84.4-1.fc42.x86 100% | 8.5 MiB/s | 1.5 MiB | 00m00s - -------------------------------------------------------------------------------- - [14/14] Total 100% | 7.4 MiB/s | 3.1 MiB | 00m00s - Running transaction - [ 1/17] Verify package files 100% | 466.0 B/s | 14.0 B | 00m00s - [ 2/17] Prepare transaction 100% | 161.0 B/s | 15.0 B | 00m00s - [ 3/17] Upgrading zlib-ng-compat-0:2.2. 100% | 45.1 MiB/s | 138.4 KiB | 00m00s - [ 4/17] Installing libblkid-devel-0:2.4 100% | 22.5 MiB/s | 46.0 KiB | 00m00s - [ 5/17] Installing sysprof-capture-deve 100% | 67.5 MiB/s | 276.7 KiB | 00m00s - [ 6/17] Installing pcre2-utf32-0:10.45- 100% | 117.0 MiB/s | 599.1 KiB | 00m00s - [ 7/17] Installing pcre2-utf16-0:10.45- 100% | 102.1 MiB/s | 627.1 KiB | 00m00s - [ 8/17] Installing pcre2-devel-0:10.45- 100% | 65.4 MiB/s | 2.1 MiB | 00m00s - [ 9/17] Installing libffi-devel-0:3.4.6 100% | 17.0 MiB/s | 34.8 KiB | 00m00s - [10/17] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s - [11/17] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.5 KiB | 00m00s - [12/17] Installing libsepol-devel-0:3.8 100% | 20.9 MiB/s | 128.3 KiB | 00m00s - [13/17] Installing libselinux-devel-0:3 100% | 31.6 MiB/s | 161.6 KiB | 00m00s - [14/17] Installing libmount-devel-0:2.4 100% | 31.5 MiB/s | 64.5 KiB | 00m00s - [15/17] Installing python3-packaging-0: 100% | 50.4 MiB/s | 568.0 KiB | 00m00s - [16/17] Installing glib2-devel-0:2.84.4 100% | 112.0 MiB/s | 15.9 MiB | 00m00s - [17/17] Removing zlib-ng-compat-0:2.2.4 100% | 52.0 B/s | 5.0 B | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "glib2-devel" - glib2-devel-2.84.4-1.fc42.x86_64 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> installed conf-glib-2.1 -> retrieved dune.3.20.0, dune-configurator.3.20.0 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved lwt_glib.1.0.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed dune.3.20.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.20.0 -> installed lwt.5.9.1 -> installed lwt_glib.1.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-21 14:23.01 ---> saved as "91a678463a3d54ba1b393f7e544105e0e1bd11867f3e567d6a5155d2bd5689db" Job succeeded 2025-08-21 14:23.14: Job succeeded