(for PR #28222)
2025-08-21 14:13.40: New job: build lwt_glib.1.1.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28222/head (a14b2680809606d7e55ae7ed410b73438cb77bd0) on macos-homebrew-ocaml-5.3/arm64 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 macos-homebrew-ocaml-5.3 USER 1000:1000 RUN ln -f ~/local/bin/opam-2.3 ~/local/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 -k local --strict default opam-repository/ RUN opam update --depexts || true RUN opam pin add -k version -yn lwt_glib.1.1.1 1.1.1 RUN opam reinstall lwt_glib.1.1.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 "\"macos-homebrew\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'lwt_glib.1.1.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.40: Using cache hint "macos-homebrew-ocaml-5.3-lwt_glib.1.1.1-a14b2680809606d7e55ae7ed410b73438cb77bd0" 2025-08-21 14:13.40: Using OBuilder spec: ((from macos-homebrew-ocaml-5.3) (user (uid 1000) (gid 1000)) (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) (run (network host) (shell "opam init --reinit -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 -k local --strict default opam-repository/")) (run (network host) (shell "opam update --depexts || true")) (run (shell "opam pin add -k version -yn lwt_glib.1.1.1 1.1.1")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam reinstall lwt_glib.1.1.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 \"\\\"macos-homebrew\\\"\"; 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.1.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.40: Waiting for resource in pool OCluster 2025-08-21 14:13.41: Waiting for worker… 2025-08-21 14:17.48: Got resource from pool OCluster Building on m1-worker-01 All commits already cached Updating files: 67% (12149/18065) Updating files: 68% (12285/18065) Updating files: 69% (12465/18065) Updating files: 70% (12646/18065) Updating files: 71% (12827/18065) Updating files: 72% (13007/18065) Updating files: 73% (13188/18065) Updating files: 74% (13369/18065) Updating files: 75% (13549/18065) Updating files: 76% (13730/18065) Updating files: 77% (13911/18065) Updating files: 78% (14091/18065) Updating files: 79% (14272/18065) Updating files: 80% (14452/18065) Updating files: 81% (14633/18065) Updating files: 82% (14814/18065) Updating files: 83% (14994/18065) Updating files: 84% (15175/18065) Updating files: 85% (15356/18065) Updating files: 86% (15536/18065) Updating files: 87% (15717/18065) Updating files: 88% (15898/18065) Updating files: 89% (16078/18065) Updating files: 90% (16259/18065) Updating files: 91% (16440/18065) Updating files: 92% (16620/18065) Updating files: 93% (16801/18065) Updating files: 94% (16982/18065) Updating files: 95% (17162/18065) Updating files: 96% (17343/18065) Updating files: 97% (17524/18065) Updating files: 98% (17704/18065) Updating files: 99% (17885/18065) Updating files: 100% (18065/18065) Updating files: 100% (18065/18065), done. HEAD is now at 4bae7ec4df Merge pull request #28375 from jmid/opam-compiler-re-bounds Merge made by the 'ort' strategy. 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 macos-homebrew-ocaml-5.3) 2025-08-21 14:17.51 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache /: (user (uid 1000) (gid 1000)) /: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) 2025-08-21 14:17.51 ---> using "92705670bd1f6c37fa31d9a6dfa42537267d9f8e4fd7c2ec00237f6a7d22e661" from cache /: (run (network host) (shell "opam init --reinit -ni")) No configuration file found, using 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 version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2025-08-21 14:17.52 ---> using "8bd5d340faa8ad1722e010203f7a4caea560522985969db275c7542dbb56b072" from cache /: (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 # self-upgrade no # system arch=arm64 os=macos os-distribution=homebrew os-version=15.5 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 7 # repositories 1 (version-controlled) # pinned 0 # current-switch 5.3.0 # invariant ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "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 /Users/mac1000/.opam/5.3.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.3.0/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-08-21 14:17.52 ---> using "401f61792e35006b8b67fb65b6928feb197e69b5582a54739bb4533b10bc0056" from cache /: (env OPAMDOWNLOADJOBS 1) /: (env OPAMERRLOGLEN 0) /: (env OPAMPRECISETRACKING 1) /: (env CI true) /: (env OPAM_REPO_CI true) /: (run (shell "rm -rf opam-repository/")) 2025-08-21 14:17.52 ---> using "30332a7c2ac1a8ef60b47b6542aab2c86d16592008aab0760c9c2da8824ae6fb" from cache /: (copy (src .) (dst opam-repository/)) 2025-08-21 14:17.53 ---> using "2f5c1733ed2a3dcdd07aec453484c74b7d6f2249e06226856b9580cc63c8055c" from cache /: (run (shell "opam repository set-url -k local --strict default opam-repository/")) [default] Initialised 2025-08-21 14:17.53 ---> using "b74334cbcfb663c29848d13952b19ecfb605aa13fad3879fb35e5be0ce94bb97" from cache /: (run (network host) (shell "opam update --depexts || true")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - ==> Homebrew collects anonymous analytics. - Read the analytics documentation (and how to opt-out) here: - https://docs.brew.sh/Analytics - No analytics have been recorded yet (nor will be during this `brew` run). - - ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: - https://github.com/Homebrew/brew#donations - - Already up-to-date. 2025-08-21 14:17.53 ---> using "10babad0b471a2f73868c5bf01180aabe2bf5b9d89aa42f5486c11cce28d4bda" from cache /: (run (shell "opam pin add -k version -yn lwt_glib.1.1.1 1.1.1")) lwt_glib is now pinned to version 1.1.1 2025-08-21 14:17.54 ---> saved as "01890457fd2ac1379c16de65db153c749f0575c43e9b273e2d07c666fb769d73" /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam reinstall lwt_glib.1.1.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 \"\\\"macos-homebrew\\\"\"; 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.1.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.1.1 is not installed. Install it? [y/n] y The following actions will be performed: === install 11 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_glib] - install dune-configurator 3.20.0 [required by lwt] - install lwt 5.9.1 [required by lwt_glib] - install lwt_glib 1.1.1 (pinned) - install ocamlfind 1.9.8 [required by base-bytes] - install ocplib-endian 1.2 [required by lwt] The following system packages will first need to be installed: glib pkgconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run brew to install them (may need root/sudo access) 2. Display the recommended brew 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 + /opt/homebrew/bin/brew "install" "glib" "pkgconf" - ==> Fetching downloads for: glib and pkgconf - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/manifests/2.84.4 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3db0726f3fd940592efee3f8dbe593cafdc70ff197f6d29f11d9fa7246035cf--glib-2.84.4.bottle_manifest.json - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json - ==> Fetching dependencies for glib: pcre2, libunistring and gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.45 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbac938545583185faba88567f1a952d7cc0b825820a2980533f7b3550dc31ad--pcre2-10.45.bottle_manifest.json - ==> Fetching pcre2 - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:f2abc87de6796a4e639f93d42c6d515cad90418fd7b701bcf322fb8e1443704e - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/88445f7454217363d7e15a197ec66d4e5eabc39b0ded60d59793a7ececc131b8--pcre2--10.45.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a570da63bc1839c7e217f203abd54d4d873ebd6b99f6e88994d0e79e2ebe987c--libunistring-1.3.bottle_manifest.json - ==> Fetching libunistring - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/blobs/sha256:3cd26bae2d5fcf61294f14c18e5e7ec773a59ed1bf710fb92055e0db0244e909 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fcd7bbcac172df40c1f61d5e72ade9dda96154126e83f8496c5288ae2118ad4d--libunistring--1.3.arm64_sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json - ==> Fetching gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:b25ac1e62443f8f79eadc3dadf6d3af954d4cbc33a0577fc626aa0c8f2bb01a5 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4e4400df4cd1b1ba5e981061d5c674e2847e96951b505339505452340fc926f6--gettext--0.26.arm64_sequoia.bottle.tar.gz - ==> Fetching glib - ==> Downloading https://ghcr.io/v2/homebrew/core/glib/blobs/sha256:8c27060502813360234e956090f1c6436f83769c422434e022921afa2f8c5f62 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1706f3e6eba63a594fde98574fbb59e81415544dc4cb8221a55818f294c7c7c1--glib--2.84.4.arm64_sequoia.bottle.tar.gz - ==> Fetching pkgconf - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:6fabdc3d0a656e2d505aec4e39b2f8e354601ee141469554fa71eabc3386e18f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a24d1ad02d9375a2488968c81e160cf6edbbb0709cc51dbeeb5c7f9c5e473b0--pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz - ==> Installing dependencies for glib: pcre2, libunistring and gettext - ==> Installing glib dependency: pcre2 - ==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.45 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bbac938545583185faba88567f1a952d7cc0b825820a2980533f7b3550dc31ad--pcre2-10.45.bottle_manifest.json - ==> Pouring pcre2--10.45.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/pcre2/10.45: 242 files, 6.7MB - ==> Installing glib dependency: libunistring - ==> Downloading https://ghcr.io/v2/homebrew/core/libunistring/manifests/1.3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a570da63bc1839c7e217f203abd54d4d873ebd6b99f6e88994d0e79e2ebe987c--libunistring-1.3.bottle_manifest.json - ==> Pouring libunistring--1.3.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/libunistring/1.3: 59 files, 5.4MB - ==> Installing glib dependency: gettext - ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.26 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d28158ffec04fae757cdbeb46750e8e2ed43b7b17ada49d72a5bda2cff4cd6ed--gettext-0.26.bottle_manifest.json - ==> Pouring gettext--0.26.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/gettext/0.26: 2,428 files, 28.2MB - ==> Installing glib - ==> Pouring glib--2.84.4.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/glib/2.84.4: 504 files, 37.6MB - ==> Running `brew cleanup glib`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). - ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 518.6KB - ==> Running `brew cleanup pkgconf`... - ==> No outdated dependents to upgrade! - ==> Caveats - Bash completion has been installed to: - /opt/homebrew/etc/bash_completion.d <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> 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.1.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> 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.1.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-21 14:18.44 ---> saved as "ed4bfb05aa29cb9c7db58337877510a168985fa15b99bf1a4d0234d3876ee025" Job succeeded 2025-08-21 14:18.52: Job succeeded