2025-03-19 21:08.23: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (2c3c97fd876c30e992af7c42b6b5ac7727ebbaea) (macos-x86_64:macos-homebrew-4.14_opam-2.3)Base: macos-homebrew-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard 2c3c97fdcat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-4.14# macos-homebrew-4.14_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 lwt.5.9.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-03-19 21:08.23: Using cache hint "ygrek/ocurl-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-97032dd3bcac32d172e360d0eb1d7695"2025-03-19 21:08.23: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 lwt.5.9.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-03-19 21:08.23: Waiting for resource in pool OCluster2025-03-19 21:08.23: Waiting for workerโฆ2025-03-19 21:08.23: Got resource from pool OClusterBuilding on i7-worker-04HEAD is now at 2a3eb76 GHA: quote OCaml version numbersHEAD is now at 2c3c97f GHA: quote OCaml version numbers(from macos-homebrew-ocaml-4.14)2025-03-19 21:08.24 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache/: (comment macos-homebrew-4.14_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-03-19 21:08.25 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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-03-19 21:08.25 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 23.4.0The OCaml toplevel, version 4.14.22.3.02025-03-19 21:08.25 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" 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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD67e940587b..4f8517f5b7 master -> origin/mastercb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2<><> 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-config.3However, 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-03-19 21:08.25 ---> using "a7da8564b83acd02f316343d92f2929a82dbea6af90a8acaed3a075e79143776" from cache/: (copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./src/./))2025-03-19 21:08.26 ---> using "aea7af4f93f6e3a82b2e25de5db1d00cfa9e789080d30789329465cd3fccf596" from cache/: (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-03-19 21:08.26 ---> using "91a68ce914f0af5e08ad924a5bd84b9352f641827cdc03bcfa6aa8252797d4f1" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-03-19 21:08.26 ---> using "e77086aad4fee6fc3860002fb579a73dba2bcc4fd698f1832de09d199dfaa86c" from cache/: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 lwt.5.9.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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...- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:4ffc8607e08e9bd536f1df71643b2ecb4cea1a15be9226f297008bc34d0bc8e2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.3.7.el_capitan.bottle.tar.gz- ==> Pouring portable-ruby-3.3.7.el_capitan.bottle.tar.gz- ==> 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.<><> 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-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.12.1-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a6d17c312ddc4fb4a73f1c5dcee864cd4ee5b962e0d79a9579e395295626cea6--curl-8.12.1-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.4.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2bb8b71ebddb1fe8553581fcbc1ffc4ab36795c68b3cd47977cf83f1673a5b1--openssl@3-3.4.1.bottle_manifest.json- ==> Fetching openssl@3- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:36a85e5161befce49de6e03c5f710987bd5778a321151e011999e766249e6447- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa344417cbea89911f20a2d859f333f09b697b226b94f94a7754846085b7eb9b--openssl@3--3.4.1.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.6.4-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f801eae87692ca6dce35bdb9e284fb0a6a87715ae67695af9cc636c0727ee713--xz-5.6.4-1.bottle_manifest.json- ==> Fetching xz- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:887964ef0fbc415c0d96288072f2d5dc62800b3c10c177b673c7136b51830a9b- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6e615ca63a71779d5b47bbba175c8173e638e74994a08fb93a2756e0cd5b3471--xz--5.6.4.sonoma.bottle.1.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:548929dc8ff10764399f0395a68ac7093988e3db91d7a8a489cb14d2190ac550- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2965a90ee02133928517088465a72745b491b316b2b989d56d25b5dacf48a58a--curl--8.12.1.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.3KB- ==> 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.4.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2bb8b71ebddb1fe8553581fcbc1ffc4ab36795c68b3cd47977cf83f1673a5b1--openssl@3-3.4.1.bottle_manifest.json- ==> Pouring openssl@3--3.4.1.sonoma.bottle.tar.gz- ๐บ /usr/local/Cellar/openssl@3/3.4.1: 7,236 files, 33.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, 663.0KB- ==> Installing curl dependency: xz- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.6.4-1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f801eae87692ca6dce35bdb9e284fb0a6a87715ae67695af9cc636c0727ee713--xz-5.6.4-1.bottle_manifest.json- ==> Pouring xz--5.6.4.sonoma.bottle.1.tar.gz- ๐บ /usr/local/Cellar/xz/5.6.4: 96 files, 2.1MB- ==> 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.12.1.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.12.1: 535 files, 4MB- ==> 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-03-19 21:08.27 ---> using "552b03088fe3f49d4e1f86e5c4ae0aed023285ae3b61dd3712fbbdbb846b544e" from cache/: (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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-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.17.2- install dune-configurator 3.17.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.17.2, dune-configurator.3.17.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.17.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.17.2-> installed lwt.5.9.1Done.# To update the current shell environment, run: eval $(opam env)2025-03-19 21:08.27 ---> using "ac0d97ea8aac89e9335fdfc82924e0474d9864bb2213648bcd7969b335d2a9ab" from cache/: (copy (src .) (dst ./src))2025-03-19 21:08.27 ---> using "ae5c4d85f3d14da62970df37a435cb0d1003753b4f15ae5a017ba26b7f9fe359" from cache/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))File "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/check(cd _build/default && /Users/mac1000/.opam/4.14.2/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 -I examples/.ocurl.eobjs/byte -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/4.14.2/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 -I examples/.opar.eobjs/byte -I /Users/mac1000/.opam/4.14.2/lib/ocaml/threads -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.(cd _build/default && /usr/bin/cc -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -fdiagnostics-color=always -Wall -Wno-deprecated-declarations -g -I /Users/mac1000/.opam/4.14.2/lib/ocaml -o curl-helper.o -c curl-helper.c)curl-helper.c:3335:51: warning: passing 'const int[4]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]long bitmask = caml_convert_flag_list(option, curlPostRedir_table);^~~~~~~~~~~~~~~~~~~/Users/mac1000/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^curl-helper.c:4867:72: warning: passing 'const int[3]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]extra_fds[i].events = caml_convert_flag_list(Field(v_extra_fd, 1), curlWait_table);^~~~~~~~~~~~~~/Users/mac1000/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^2 warnings generated.(cd _build/default/examples && ./test_memory_leaks.exe)RSS 0 -> 0 OKRSS 0 -> 0 OKRSS 0 -> 0 OKError opening /proc/55369/statm (Sys_error("/proc/55369/statm: No such file or directory")), ignoringError opening /proc/55369/statm (Sys_error("/proc/55369/statm: No such file or directory")), ignoringError opening /proc/55369/statm (Sys_error("/proc/55369/statm: No such file or directory")), ignoringError opening /proc/55369/statm (Sys_error("/proc/55369/statm: No such file or directory")), ignoringError opening /proc/55369/statm (Sys_error("/proc/55369/statm: No such file or directory")), ignoringError opening /proc/55369/statm (Sys_error("/proc/55369/statm: No such file or directory")), ignoring"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-03-19 21:08.35: Job failed: Failed: Build failed