(for PR #28222)
2025-08-21 14:13.39: New job: build ocurl.0.9.2, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28222/head (a14b2680809606d7e55ae7ed410b73438cb77bd0) on macos-homebrew-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/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 ocurl.0.9.2 0.9.2 RUN opam reinstall ocurl.0.9.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 "\"macos-homebrew\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'ocurl.0.9.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-08-21 14:13.39: Using cache hint "macos-homebrew-ocaml-5.3-ocurl.0.9.2-a14b2680809606d7e55ae7ed410b73438cb77bd0" 2025-08-21 14:13.39: 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 ocurl.0.9.2 0.9.2")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam reinstall ocurl.0.9.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 \"\\\"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\" != 'ocurl.0.9.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-08-21 14:13.39: Waiting for resource in pool OCluster 2025-08-21 14:13.41: Waiting for workerโฆ 2025-08-21 14:14.02: Got resource from pool OCluster Building on i7-worker-01 Updating files: 35% (6488/18065) Updating files: 36% (6504/18065) Updating files: 37% (6685/18065) Updating files: 38% (6865/18065) Updating files: 39% (7046/18065) Updating files: 40% (7226/18065) Updating files: 41% (7407/18065) Updating files: 42% (7588/18065) Updating files: 43% (7768/18065) Updating files: 44% (7949/18065) Updating files: 45% (8130/18065) Updating files: 46% (8310/18065) Updating files: 47% (8491/18065) Updating files: 48% (8672/18065) Updating files: 49% (8852/18065) Updating files: 50% (9033/18065) Updating files: 51% (9214/18065) Updating files: 52% (9394/18065) Updating files: 53% (9575/18065) Updating files: 54% (9756/18065) Updating files: 55% (9936/18065) Updating files: 56% (10117/18065) Updating files: 57% (10298/18065) Updating files: 58% (10478/18065) Updating files: 59% (10659/18065) Updating files: 60% (10839/18065) Updating files: 61% (11020/18065) Updating files: 62% (11201/18065) Updating files: 63% (11381/18065) Updating files: 64% (11562/18065) Updating files: 64% (11643/18065) Updating files: 65% (11743/18065) Updating files: 66% (11923/18065) Updating files: 67% (12104/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: 97% (17621/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 f2566ed012 Merge commit '1e1bf68a3c6e798f9c68edca3621d403a3427bb1' 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:14.19 ---> 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:14.20 ---> 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:14.20 ---> 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=x86_64 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 11 # 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:14.20 ---> 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:14.20 ---> using "30332a7c2ac1a8ef60b47b6542aab2c86d16592008aab0760c9c2da8824ae6fb" from cache /: (copy (src .) (dst opam-repository/)) 2025-08-21 14:14.31 ---> saved as "2f5c1733ed2a3dcdd07aec453484c74b7d6f2249e06226856b9580cc63c8055c" /: (run (shell "opam repository set-url -k local --strict default opam-repository/")) [default] Initialised 2025-08-21 14:14.48 ---> saved as "b74334cbcfb663c29848d13952b19ecfb605aa13fad3879fb35e5be0ce94bb97" /: (run (network host) (shell "opam update --depexts || true")) + /usr/local/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:15.03 ---> saved as "10babad0b471a2f73868c5bf01180aabe2bf5b9d89aa42f5486c11cce28d4bda" /: (run (shell "opam pin add -k version -yn ocurl.0.9.2 0.9.2")) ocurl is now pinned to version 0.9.2 2025-08-21 14:15.05 ---> saved as "0a44c645178357cb2b085c62fa46c1caa7c090e598a54b347a5e300e0162a912" /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam reinstall ocurl.0.9.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 \"\\\"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\" != 'ocurl.0.9.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ocurl.0.9.2 is not installed. Install it? [y/n] y The following actions will be performed: === install 3 packages - install conf-libcurl 2 [required by ocurl] - install ocamlfind 1.9.8 [required by ocurl] - install ocurl 0.9.2 (pinned) The following system packages will first need to be installed: curl <><> 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 + /usr/local/bin/brew "install" "curl" - ==> Fetching downloads for: curl - ==> Downloading https://ghcr.io/v2/homebrew/core/curl/manifests/8.15.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3d35ebfec47f78031e34f114f36dfd26d8c81b8559ebde18edbf0f079d4b5e75--curl-8.15.0-1.bottle_manifest.json - ==> Fetching dependencies for curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, rtmpdump, lz4, xz and zstd - ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json - ==> Fetching brotli - ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/blobs/sha256:8934e84777d1c6f63d6e4c07213731c9af1b7a66d5f0a6b3ef0bb6d56bb63a86 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4822f8f201cbdc0e3eb6468466e796865c20a2c0cd1a7244ef39c3b88482e895--brotli--1.1.0.sonoma.bottle.2.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.66.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/be9e0fef84716f95c06b3d1b3574fca38069df3aae334c7818b5591d6a24df5b--libnghttp2-1.66.0.bottle_manifest.json - ==> Fetching libnghttp2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:ad8bf90461b2644c68a52eac9f1bee68878a646d8f66cd4440e9896b8bb9df3d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aaed6abe0330dffa9bb80072b934c2ce5bf7087f1b3c50c14e8a6044267064b0--libnghttp2--1.66.0.sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp3/manifests/1.11.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3efff4f68e2c19db2315e48ca4b115b707b8aaea4c1f6c1576c8df2bb796cb61--libnghttp3-1.11.0.bottle_manifest.json - ==> Fetching libnghttp3 - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp3/blobs/sha256:0a683e0b2ef8a5a3096e1749af7e0ea4adad5c30d318d95cdc8baa5fb073fa5c - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/51bb246671ed501da6949082f047548ad872c3749902604c8dec3da5c7072949--libnghttp3--1.11.0.sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-08-12-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0c788150cb28c41121baa5dcb0032bdec0ab95890252cb26a69f6fbe4ba640c2--ca-certificates-2025-08-12-1.bottle_manifest.json - ==> Fetching ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:80f4508a2a5711fcabeeaafdeebb88c9eec6b0e834e75f47b837ffe3da60c7d3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c1f1de045c18aef8270687af5112d4da8c3fe66f113c18b732dec2771b1ed890--ca-certificates--2025-08-12.all.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6659abe178bdf49b65451e77f6165a3e07274432f445342092e5ad2a927b23c--openssl@3-3.5.2.bottle_manifest.json - ==> Fetching openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:13d2f6fc2b05e14af0351797e8605bd8aee8888272d8205632f6c981be7e2518 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e4f3cdeb33edbd86de6308e4185377a20db27ac9205eb4f55dd5d22c7f685c72--openssl@3--3.5.2.sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libngtcp2/manifests/1.14.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fb3258b72e4cdf4e2292d46ab1b20b7c83fbdf6bb5d32ba986388d0c5fc91005--libngtcp2-1.14.0.bottle_manifest.json - ==> Fetching libngtcp2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libngtcp2/blobs/sha256:1f5e06c3db1aeb0316c866c62410341279249cbabd6c9f4fbbcec50d246ab2d5 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e3eeff7bdc613e45d7d03e7ddc03aa5c3b342a7c9f60150b88902c7b38a5ceba--libngtcp2--1.14.0.sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d2495eb2b5f37f7931b23940ceb29db14a4742a49d1d8cce26964ad91a03f26--libssh2-1.11.1.bottle_manifest.json - ==> Fetching libssh2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/blobs/sha256:092a33680301532d2ba966e85b3316198d65891a0aa6211d616575cc82bbd09f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a600d35512dad4fc9e77648abdf64a7b9d67f2bc386effd99c8da1a6c6340730--libssh2--1.11.1.sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/manifests/2.4-20151223_3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b40cb4d6b301aad8ce26f9deb74a74c0d98d1868d19881f9bff55b81d6f11e50--rtmpdump-2.4-20151223_3.bottle_manifest.json - ==> Fetching rtmpdump - ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/blobs/sha256:5d019561203c8b1c1c1e69c48b3987d531c55fa806bd83f0a462b6b7da732f48 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3a980f46986f7f4efd1b31aee2abf79e75dacb40afcfeab393c1a5127afff72e--rtmpdump--2.4-20151223_3.sonoma.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json - ==> Fetching lz4 - ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:f75cb29a4d25d37e1db38d95c5970cc45de7ec63ce43cfa881a877b424154a42 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/042532902d873e5c9a0241944df9f8952f25a1befbce2f95faa3f3154161bc3a--lz4--1.10.0.sequoia.bottle.1.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json - ==> Fetching xz - ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:6558e19cb2f13893677ec1fe075d268a69ce242a064ce1dc53940234da4b2c5f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b6542fb56398cfc7335831c3feeff47ff3e191a92b7c43c5e74539fe62d952c--xz--5.8.1.sequoia.bottle.tar.gz - ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json - ==> Fetching zstd - ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:342e64c01287a716615d14d4a71770fc5930871dc0a965fbdda6062f80dc1952 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/526ee0bcc5dbf4b6f0ca556d34954a7267d57322b268645072b5e0bd8e908c44--zstd--1.5.7.sequoia.bottle.1.tar.gz - ==> Fetching curl - ==> Downloading https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:442c98283e65e7257c6f461add5bdf660f459c52467449e67e30f25f2e552b20 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3620bebd2f0aeea0d6deb583ebec926ab99121d6250bfc87a9ffb5f4d416bbd4--curl--8.15.0.sonoma.bottle.1.tar.gz - ==> Installing dependencies for curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, rtmpdump, lz4, xz and zstd - ==> Installing curl dependency: brotli - ==> Downloading https://ghcr.io/v2/homebrew/core/brotli/manifests/1.1.0-2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/72b36368116298518fd66e638dfbe8cb541d8db2d33e279683bbdb4b79c73e0d--brotli-1.1.0-2.bottle_manifest.json - ==> Pouring brotli--1.1.0.sonoma.bottle.2.tar.gz - ๐บ /usr/local/Cellar/brotli/1.1.0: 28 files, 1.6MB - ==> Installing curl dependency: libnghttp2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/manifests/1.66.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/be9e0fef84716f95c06b3d1b3574fca38069df3aae334c7818b5591d6a24df5b--libnghttp2-1.66.0.bottle_manifest.json - ==> Pouring libnghttp2--1.66.0.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/libnghttp2/1.66.0: 14 files, 805.2KB - ==> Installing curl dependency: libnghttp3 - ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp3/manifests/1.11.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3efff4f68e2c19db2315e48ca4b115b707b8aaea4c1f6c1576c8df2bb796cb61--libnghttp3-1.11.0.bottle_manifest.json - ==> Pouring libnghttp3--1.11.0.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/libnghttp3/1.11.0: 20 files, 543.6KB - ==> Installing curl dependency: ca-certificates - ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-08-12-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0c788150cb28c41121baa5dcb0032bdec0ab95890252cb26a69f6fbe4ba640c2--ca-certificates-2025-08-12-1.bottle_manifest.json - ==> Pouring ca-certificates--2025-08-12.all.bottle.1.tar.gz - ==> Regenerating CA certificate bundle from keychain, this may take a while... - ๐บ /usr/local/Cellar/ca-certificates/2025-08-12: 4 files, 232.3KB - ==> Installing curl dependency: openssl@3 - ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.2 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e6659abe178bdf49b65451e77f6165a3e07274432f445342092e5ad2a927b23c--openssl@3-3.5.2.bottle_manifest.json - ==> Pouring openssl@3--3.5.2.sequoia.bottle.tar.gz - ๐บ /usr/local/Cellar/openssl@3/3.5.2: 7,563 files, 35.7MB - ==> Installing curl dependency: libngtcp2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libngtcp2/manifests/1.14.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fb3258b72e4cdf4e2292d46ab1b20b7c83fbdf6bb5d32ba986388d0c5fc91005--libngtcp2-1.14.0.bottle_manifest.json - ==> Pouring libngtcp2--1.14.0.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/libngtcp2/1.14.0: 21 files, 1.1MB - ==> Installing curl dependency: libssh2 - ==> Downloading https://ghcr.io/v2/homebrew/core/libssh2/manifests/1.11.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6d2495eb2b5f37f7931b23940ceb29db14a4742a49d1d8cce26964ad91a03f26--libssh2-1.11.1.bottle_manifest.json - ==> Pouring libssh2--1.11.1.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/libssh2/1.11.1: 201 files, 1.2MB - ==> Installing curl dependency: rtmpdump - ==> Downloading https://ghcr.io/v2/homebrew/core/rtmpdump/manifests/2.4-20151223_3 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b40cb4d6b301aad8ce26f9deb74a74c0d98d1868d19881f9bff55b81d6f11e50--rtmpdump-2.4-20151223_3.bottle_manifest.json - ==> Pouring rtmpdump--2.4-20151223_3.sonoma.bottle.tar.gz - ๐บ /usr/local/Cellar/rtmpdump/2.4-20151223_3: 21 files, 543.8KB - ==> Installing curl dependency: lz4 - ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json - ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz - ๐บ /usr/local/Cellar/lz4/1.10.0: 24 files, 662.3KB - ==> Installing curl dependency: xz - ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json - ==> Pouring xz--5.8.1.sequoia.bottle.tar.gz - ๐บ /usr/local/Cellar/xz/5.8.1: 96 files, 2.3MB - ==> Installing curl dependency: zstd - ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json - ==> Pouring zstd--1.5.7.sequoia.bottle.1.tar.gz - ๐บ /usr/local/Cellar/zstd/1.5.7: 32 files, 2.4MB - ==> Installing curl - ==> Pouring curl--8.15.0.sonoma.bottle.1.tar.gz - ==> Caveats - curl is keg-only, which means it was not symlinked into /usr/local, - because macOS already provides this software and installing another version in - parallel can cause all kinds of trouble. - - If you need to have curl first in your PATH, run: - echo 'export PATH="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile - - For compilers to find curl you may need to set: - export LDFLAGS="-L/usr/local/opt/curl/lib" - export CPPFLAGS="-I/usr/local/opt/curl/include" - ==> Summary - ๐บ /usr/local/Cellar/curl/8.15.0: 539 files, 4.2MB - ==> Running `brew cleanup curl`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). - ==> No outdated dependents to upgrade! - ==> Caveats - ==> curl - curl is keg-only, which means it was not symlinked into /usr/local, - because macOS already provides this software and installing another version in - parallel can cause all kinds of trouble. - - If you need to have curl first in your PATH, run: - echo 'export PATH="/usr/local/opt/curl/bin:$PATH"' >> ~/.profile - - For compilers to find curl you may need to set: - export LDFLAGS="-L/usr/local/opt/curl/lib" - export CPPFLAGS="-I/usr/local/opt/curl/include" <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-libcurl.2 -> retrieved ocurl.0.9.2 (https://ygrek.org/p/release/ocurl/ocurl-0.9.2.tar.gz) -> installed ocamlfind.1.9.8 -> installed ocurl.0.9.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-21 14:16.26 ---> saved as "7ca7ad5d3c1ea96e16945f75a1df721c82d6b8ffa7b3d6564db66ada3899102f" Job succeeded 2025-08-21 14:16.37: Job succeeded