2025-03-19 21:08.23: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (2c3c97fd876c30e992af7c42b6b5ac7727ebbaea) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.3) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard 2c3c97fd cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_arm64_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-03-19 21:08.23: Using cache hint "ygrek/ocurl-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.3-97032dd3bcac32d172e360d0eb1d7695" 2025-03-19 21:08.23: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_arm64_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 OCluster 2025-03-19 21:08.23: Waiting for workerโฆ 2025-03-19 21:08.23: Got resource from pool OCluster Building on m1-worker-03 HEAD is now at 2a3eb76 GHA: quote OCaml version numbers HEAD 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_arm64_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.24 ---> 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2025-03-19 21:08.24 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 4.14.2 2.3.0 2025-03-19 21:08.24 ---> 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_HEAD 11bdbee611..6ccbe63dbf master -> origin/master cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything 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.3 However, 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.24 ---> using "a7da8564b83acd02f316343d92f2929a82dbea6af90a8acaed3a075e79143776" from cache /: (copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./src/./)) 2025-03-19 21:08.24 ---> 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.24 ---> using "91a68ce914f0af5e08ad924a5bd84b9352f641827cdc03bcfa6aa8252797d4f1" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-03-19 21:08.24 ---> 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")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:d9faa506c014dedc0b034a68103ba75c9a58242f4d6c67b6ca0f649c39602bcf - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.3.7.arm64_big_sur.bottle.tar.gz - ==> Pouring portable-ruby-3.3.7.arm64_big_sur.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 <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/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:e75e7d3e86aba0f1a48f59bab9d819dbdd52c22259fb893ff1e796ca4dc9be75 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f16c8f2c603c4f0dbf49caa7c6d75d448c39b11f7770a3f3abc4a11a1c4d0656--brotli--1.1.0.arm64_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:fa2ef36dadacb754e7233697f80a8929010e249b35dff577c86d1cf88f0ece49 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a45d5458d844657d03d33d98f878d15ec043f0c6b64de1a92ecdd051a1f8aec4--libnghttp2--1.65.0.arm64_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:cdc22c278167801e3876a4560eac469cfa7f86c6958537d84d21bda3caf6972c - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b936dcc22ffd3583663b90636ef9004e6df8318312e15420fc382a6e9e5e1d5--openssl@3--3.4.1.arm64_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:2e6ffae575cf6e8335026f209f24c8a12250afa093e7a49577ee95c3bb781554 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9ba186c7a1a9773adff4965fb98340e2ff1a25dcd667d696d0c8e7b28debaca9--libssh2--1.11.1.arm64_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:fc5748b95d47c39bb4d633090cc0a7b5fe90bda5ef163fa5b8809272c9bf4618 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29a8b94b6f773b8a95202fd7e8c6f0ddbb98973233725e67691f3a939d449587--rtmpdump--2.4-20151223_3.arm64_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:6590245dc4a919c46afa16366914cd4b5c0c4a8f4fb35a4f6ab89053f289ae5d - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a55f61ddbdff069a1efe8a91355fe7541dc2dd53cddb6ab925c6af8d6b7de045--lz4--1.10.0.arm64_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:6206718ef4a56b67651a96d220688deada5727ac67e5e9c23012acc99e0bc4a8 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c8824b5c0b4ddcba9b53cf2fd7eec5317325c11885141de462e696f04295dac6--xz--5.6.4.arm64_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:af7a39452f08144cb27f8f9c31feafd46beca7eb4dd3047c49925800e00c6e7a - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fa53902bce40005de43ca3cfa87263146aecb68f9d468d8b8e9af04dc250f711--zstd--1.5.7.arm64_sonoma.bottle.tar.gz - ==> Fetching curl - ==> Downloading https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:e503e72b7abf7710b3ba4e9b7d7e157e88d3d64291d9cb2b8a3048976a6cd9b7 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8a66cf6fe269b2cb63f4f1805e280bc12d6e8f0930635e11fd2b2a662cebb0b1--curl--8.12.1.arm64_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.arm64_sonoma.bottle.2.tar.gz - ๐บ /opt/homebrew/Cellar/brotli/1.1.0: 28 files, 1.7MB - ==> 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.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/libnghttp2/1.65.0: 14 files, 766.1KB - ==> 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... - ๐บ /opt/homebrew/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.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/openssl@3/3.4.1: 7,236 files, 33.2MB - ==> 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.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/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.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/rtmpdump/2.4-20151223_3: 21 files, 652.4KB - ==> 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.arm64_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 712.7KB - ==> 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.arm64_sonoma.bottle.1.tar.gz - ๐บ /opt/homebrew/Cellar/xz/5.6.4: 96 files, 2.4MB - ==> 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.arm64_sonoma.bottle.tar.gz - ๐บ /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.2MB - ==> Installing curl - ==> Pouring curl--8.12.1.arm64_sonoma.bottle.1.tar.gz - ==> Caveats - curl is keg-only, which means it was not symlinked into /opt/homebrew, - 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="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile - - For compilers to find curl you may need to set: - export LDFLAGS="-L/opt/homebrew/opt/curl/lib" - export CPPFLAGS="-I/opt/homebrew/opt/curl/include" - ==> Summary - ๐บ /opt/homebrew/Cellar/curl/8.12.1: 535 files, 4.2MB - ==> 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 /opt/homebrew, - 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="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile - - For compilers to find curl you may need to set: - export LDFLAGS="-L/opt/homebrew/opt/curl/lib" - export CPPFLAGS="-I/opt/homebrew/opt/curl/include" 2025-03-19 21:08.24 ---> 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 ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved lwt.5.9.1 (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.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-19 21:08.25 ---> using "ac0d97ea8aac89e9335fdfc82924e0474d9864bb2213648bcd7969b335d2a9ab" from cache /: (copy (src .) (dst ./src)) 2025-03-19 21:08.25 ---> 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 here CAMLextern 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 here CAMLextern int caml_convert_flag_list (value, int *); ^ 2 warnings generated. (cd _build/default/examples && ./test_memory_leaks.exe) RSS 0 -> 0 OK RSS 0 -> 0 OK RSS 0 -> 0 OK Error opening /proc/66545/statm (Sys_error("/proc/66545/statm: No such file or directory")), ignoring Error opening /proc/66545/statm (Sys_error("/proc/66545/statm: No such file or directory")), ignoring Error opening /proc/66545/statm (Sys_error("/proc/66545/statm: No such file or directory")), ignoring Error opening /proc/66545/statm (Sys_error("/proc/66545/statm: No such file or directory")), ignoring Error opening /proc/66545/statm (Sys_error("/proc/66545/statm: No such file or directory")), ignoring Error opening /proc/66545/statm (Sys_error("/proc/66545/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 1 2025-03-19 21:08.31: Job failed: Failed: Build failed