2025-05-02 14:54.25: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/pull/90/head (04b40e3b0140990ea0503a0d6d1dda1c54c826d0) (macos-x86_64:macos-homebrew-5.3_opam-2.3)Base: macos-homebrew-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocurl.git" && cd "ocurl" && git fetch origin "refs/pull/90/head" && git reset --hard 04b40e3bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.3# macos-homebrew-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocurl.opam curl_lwt.opam curl.opam ./src/./RUN opam pin add -yn ocurl.dev './src/./' && \opam pin add -yn curl_lwt.dev './src/./' && \opam pin add -yn curl.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocurl.dev curl_lwt.dev curl.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-05-02 14:54.25: Using cache hint "ygrek/ocurl-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.3-e6c4403cca1791c04accc9e80cb75acb"2025-05-02 14:54.25: Using OBuilder spec:((from macos-homebrew-ocaml-5.3)(comment macos-homebrew-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn ocurl.dev './src/./' && \\nopam pin add -yn curl_lwt.dev './src/./' && \\nopam pin add -yn curl.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocurl.dev curl_lwt.dev curl.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-05-02 14:54.25: Waiting for resource in pool OCluster2025-05-02 15:12.11: Waiting for workerโฆ2025-05-02 18:55.39: Got resource from pool OClusterBuilding on i7-worker-02All commits already cachedHEAD is now at 04b40e3 Release lock on cleanup because it might call callbacks(from macos-homebrew-ocaml-5.3)2025-05-02 18:55.40 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache/: (comment macos-homebrew-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))2025-05-02 18:55.41 ---> using "8efc335cb5004a650aab29e72b9849a2b2e2f0853bc55d3a74763c7cceed5d74" from cache/: (run (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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-05-02 18:55.41 ---> using "e29fa6de89fe919799ac81fd4a1c768d8341cedf873c17042854467d2aebeceb" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 23.4.0The OCaml toplevel, version 5.3.02.3.02025-05-02 18:55.41 ---> using "a268524b45b0c90a951719c2a6c8c78c0b8a0fec90c9f437befd49b0008dc673" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD67e940587b..35eb2f107a master -> origin/master35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0- ocaml-compiler.5.4-- ocaml-base-compiler.5.3.0 is installed and requires ocaml-compiler = 5.3.0However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-05-02 18:55.42 ---> using "3fe2ca036e72efc59f5925647c72146459ead6189784d75e8eed5e891f24693d" from cache/: (copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./src/./))2025-05-02 18:55.43 ---> saved as "946ca2f3299a3bcc0cbcf651aca0455b676ef6732827607bbd3b84bdfa59ab7b"/: (run (network host)(shell "opam pin add -yn ocurl.dev './src/./' && \\nopam pin add -yn curl_lwt.dev './src/./' && \\nopam pin add -yn curl.dev './src/./'"))[ocurl.dev] synchronised (file:///Users/mac1000/src)ocurl is now pinned to file:///Users/mac1000/src (version dev)Package curl_lwt does not exist, create as a NEW package? [y/n] y[curl_lwt.dev] synchronised (file:///Users/mac1000/src)curl_lwt is now pinned to file:///Users/mac1000/src (version dev)Package curl does not exist, create as a NEW package? [y/n] y[curl.dev] synchronised (file:///Users/mac1000/src)curl is now pinned to file:///Users/mac1000/src (version dev)2025-05-02 18:55.59 ---> saved as "4826fc22460dee0c7c2b3074512ef06a206624a9507adbb016f29e19a3002bd3"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-05-02 18:56.01 ---> saved as "9b10d829ef4faecf88a19056c2903921a817ce12804854da5fcceb7430e062e5"/: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocurl.dev curl_lwt.dev curl.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[curl.dev] synchronised (file:///Users/mac1000/src)[curl_lwt.dev] synchronised (file:///Users/mac1000/src)[ocurl.dev] synchronised (file:///Users/mac1000/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:curl<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/brew "install" "curl"- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/manifests/8.13.0-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0013f35f2e2e16b220377d77be1129a1a7ba7a9bab19e05df28d9149445aeef8--curl-8.13.0-1.bottle_manifest.json- ==> Fetching dependencies for curl: brotli, libnghttp2, ca-certificates, openssl@3, 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.65.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5a72fb9f57dd728c5d6d30917849ae15111c3b440595f5694738ec9434c12427--libnghttp2-1.65.0.bottle_manifest.json- ==> Fetching libnghttp2- ==> Downloading https://ghcr.io/v2/homebrew/core/libnghttp2/blobs/sha256:523994aa28f56be6c23161889273d48ce9a964acfe3517768c41cf46359e27e8- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/191d95acdc4141c166b592449043fb072918e1ddf7c8be5f54ed89c72b0f617f--libnghttp2--1.65.0.sonoma.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-02-25- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c1debb525d4dc6007afae4cd2b772105111632b22fc28506550f6dfe27c6d52--ca-certificates-2025-02-25.bottle_manifest.json- ==> Fetching ca-certificates- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:8f46fb05f753f80f2bc398c0a24b10d680bd77d496e2b931de0b61998e37aebc- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/50c52ec06796c09a75e7a9484e6db3205765a935a486322e3795612fd23b405e--ca-certificates--2025-02-25.all.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json- ==> Fetching openssl@3- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:0c5f237b38048abfe7fe045f709d334f235e3dfe39853f7877dd248f5c7670fe- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af014e946c69c130ad22e2a4bd793249a49e84e5bec2acc1c6aab25f7f24693e--openssl@3--3.5.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:96c1ed07b013308a9c205a56c0232e45ae7da70e28200c9adb03ec78b294bffd- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd243f07288aec8a15707d4cf2457410749e6c1528c2b79777c8f8f92e656832--lz4--1.10.0.sonoma.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:87c3638621021437d470c7f650336da533fa41222dfe54b94473bbea2acf6bbd- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b6af1a3422cc5b29276f7f0f818e42deb532ab307722b89353e1748392acc7a9--xz--5.8.1.sonoma.bottle.tar.gz- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/596a67b1677f62a8e24e6fdfa7c879891221cb8261242f4355fb4deff1a2ec39--zstd-1.5.7.bottle_manifest.json- ==> Fetching zstd- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:fa320bd56f0b839438336ae22fa6f404522e53f8297d72de04355f5483324499- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b5ba2bffc37e62b2c8c83c0c5d09adecf2cda94b91ee59b02cec686fac207b5d--zstd--1.5.7.sonoma.bottle.tar.gz- ==> Fetching curl- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:49161bfb410f5a2f585256b452f9252319064f633789109f7f53941b28816b7b- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7647d01e0269cce9665309fe55f039b5e099bf236f81babda26e2a44d7ff7cfd--curl--8.13.0.sonoma.bottle.1.tar.gz- ==> Installing dependencies for curl: brotli, libnghttp2, ca-certificates, openssl@3, 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.65.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5a72fb9f57dd728c5d6d30917849ae15111c3b440595f5694738ec9434c12427--libnghttp2-1.65.0.bottle_manifest.json- ==> Pouring libnghttp2--1.65.0.sonoma.bottle.tar.gz- ๐บ /usr/local/Cellar/libnghttp2/1.65.0: 14 files, 730.2KB- ==> Installing curl dependency: ca-certificates- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-02-25- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c1debb525d4dc6007afae4cd2b772105111632b22fc28506550f6dfe27c6d52--ca-certificates-2025-02-25.bottle_manifest.json- ==> Pouring ca-certificates--2025-02-25.all.bottle.tar.gz- ==> Regenerating CA certificate bundle from keychain, this may take a while...- ๐บ /usr/local/Cellar/ca-certificates/2025-02-25: 4 files, 235.4KB- ==> Installing curl dependency: openssl@3- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json- ==> Pouring openssl@3--3.5.0.sonoma.bottle.tar.gz- ๐บ /usr/local/Cellar/openssl@3/3.5.0: 7,563 files, 35.6MB- ==> 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, 544.7KB- ==> 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.sonoma.bottle.1.tar.gz- ๐บ /usr/local/Cellar/lz4/1.10.0: 24 files, 662.9KB- ==> 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.sonoma.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- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/596a67b1677f62a8e24e6fdfa7c879891221cb8261242f4355fb4deff1a2ec39--zstd-1.5.7.bottle_manifest.json- ==> Pouring zstd--1.5.7.sonoma.bottle.tar.gz- ๐บ /usr/local/Cellar/zstd/1.5.7: 32 files, 2.3MB- ==> Installing curl- ==> Pouring curl--8.13.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.13.0: 536 files, 4.1MB- ==> Running `brew cleanup curl`...- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).- ==> 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"2025-05-02 18:57.10 ---> saved as "f7765a951c95b6a06bc4f918878e97836552fd4e5da3c1d2ae5c12a028452ba8"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 9 packages- install base-bytes base- install conf-libcurl 2- install cppo 1.8.0- install csexp 1.5.2- install dune 3.18.2- install dune-configurator 3.18.2- install lwt 5.9.1- install ocamlfind 1.9.8- install ocplib-endian 1.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-libcurl.2-> retrieved lwt.5.9.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved dune.3.18.2, dune-configurator.3.18.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.18.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.18.2-> installed lwt.5.9.1Done.# To update the current shell environment, run: eval $(opam env)2025-05-02 18:58.27 ---> saved as "d17c029a9049a006bf64d9d8abc043112d4f306aa9f0fa4d514c4db6c6134563"/: (copy (src .) (dst ./src))2025-05-02 18:58.29 ---> saved as "b6024ac2863139efa38136b4bf0d3554e9722fa4adf68ae0591d3313b41ca7fb"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))File "dune", line 9, characters 9-20:9 | (names curl-helper))^^^^^^^^^^^Error: No rule found for cflags.sexpFile "examples/dune", line 32, characters 18-25:32 | (preprocess (pps lwt_ppx))^^^^^^^Error: Library "lwt_ppx" not found.-> required by_build/default/examples/.merlin-conf/exe-test_lwt-0dcf2dfa4ae9573d2c95196fdb3fad76-> required by alias examples/checkFile "dune", lines 3-12, characters 0-234:3 | (library4 | (public_name curl)5 | (wrapped false)6 | (foreign_stubs7 | (language c)8 | (flags -DHAVE_CONFIG_H :standard (:include cflags.sexp))9 | (names curl-helper))10 | (c_library_flags (:include clibs.sexp))11 | (libraries unix)12 | (modules curl))Error: No rule found for clibs.sexp(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -bin-annot-occurrences -I examples/.ocurl.eobjs/byte -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.ocurl.eobjs/byte/dune__exe__Ocurl.cmo -c -impl examples/ocurl.ml)File "examples/ocurl.ml", line 21, characters 4-14:21 | let getContent connection url =^^^^^^^^^^Warning 32 [unused-value-declaration]: unused value getContent.(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -bin-annot-occurrences -I examples/.opar.eobjs/byte -I /Users/mac1000/.opam/5.3.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.opar.eobjs/byte/dune__exe__Opar.cmo -c -impl examples/opar.ml)File "examples/opar.ml", line 9, characters 4-17:9 | let show_progress fname conn =^^^^^^^^^^^^^Warning 32 [unused-value-declaration]: unused value show_progress."/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-05-02 18:58.36: Job failed: Failed: Build failed