2025-07-25 21:32.55: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/remove-ocurl (f31cdb042a734e243a68cf4cb994a020a3119fb1) (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 "remove-ocurl" && cd "ocurl" && git reset --hard f31cdb04
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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 curl_lwt.opam curl.opam ./src/./
RUN 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.19.1 dune-configurator.3.19.1 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 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-07-25 21:32.55: Using cache hint "ygrek/ocurl-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.3-f5371ef64e79c73304f9e41cc9dc2d80"
2025-07-25 21:32.55: 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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src curl_lwt.opam curl.opam) (dst ./src/./))
(run (network host)
(shell "opam 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.19.1 dune-configurator.3.19.1 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 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-07-25 21:32.55: Waiting for resource in pool OCluster
2025-07-25 21:32.55: Waiting for workerโฆ
2025-07-25 23:58.06: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
HEAD is now at f31cdb0 Remove the ocurl package definition
(from macos-homebrew-ocaml-4.14)
2025-07-25 23:58.07 ---> 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-07-25 23:58.07 ---> 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-07-25 23:58.07 ---> 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-07-25 23:58.07 ---> 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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
11bdbee611..b8021439f8 master -> origin/master
b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository
The following actions will be performed:
=== recompile 1 package
- recompile ocaml 4.14.2 [upstream or system changes]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed ocaml.4.14.2
-> installed ocaml.4.14.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-25 23:58.07 ---> using "af6704ed52f735472a12d191515b83a5681cdebdc23eee7440c5147badf2c093" from cache
/: (copy (src curl_lwt.opam curl.opam) (dst ./src/./))
2025-07-25 23:58.08 ---> saved as "964e52e9cfa843658122903d75f914cbde27cfd8c1f2b2d823666af022affecc"
/: (run (network host)
(shell "opam pin add -yn curl_lwt.dev './src/./' && \
\nopam pin add -yn curl.dev './src/./'"))
[curl_lwt.dev] synchronised (file:///Users/mac1000/src)
curl_lwt is now pinned to file:///Users/mac1000/src (version dev)
[curl.dev] synchronised (file:///Users/mac1000/src)
curl is now pinned to file:///Users/mac1000/src (version dev)
2025-07-25 23:58.17 ---> saved as "ec3bb278b3b793c85bf9f1c7b60a488e7f93c6b3d09d001883f89162e3a6e891"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-07-25 23:58.18 ---> saved as "b29df0f11cfa5ce4c8ad425985c5733706e979756ac59a15c8d93189fef05530"
/: (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.19.1 dune-configurator.3.19.1 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 curl_lwt.dev curl.dev $DEPS"))
+ /opt/homebrew/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)
[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"
- ==> 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:64750425b7578860d8b6a75fdb187408667f7d6523169e8dc29528bbc15309f0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0f8955da5257a91013dddd4713b67b6b0128b25fa5ea35e9662f69d6f5eb0848--brotli--1.1.0.arm64_sequoia.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:41c3c42b773f4a02cdd9e4f7724e10aea9b6bd1ee2a78408fb02083725a1443f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/65895eee797f1009abd5a107e2e1202e6c3138cf84863494802bd7d3225ee4e3--libnghttp2--1.66.0.arm64_sequoia.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:1c9d28dd6fde53d9fa821b5193f3544efb334ff6a22c9153a3ad962f0263c7dc
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/108299c324ea7f0dc8c96c49302200fc945a57b18485ffbeb74395ed4a72e23d--libnghttp3--1.11.0.arm64_sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-07-15
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b8ec93adfe410583ff46788783b030707eec1898c7ded356e25694e4c29aa32--ca-certificates-2025-07-15.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:84e089e758e75d61228f97d54b3eb1918737a2272c747206cc4d9d75d8a3cb52
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2b4ae11f56221481ba995171d173e64679267530761c1e32c331269d91aaedb1--ca-certificates--2025-07-15.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d8c8da104539ae29f198f366fe5794ac377d96a92458ae62557e3f83b03a351--openssl@3-3.5.1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:e14a37b55eb218aff8024cd9dedb2c2884f0405e2803ce5b0f9995bbbce972d3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4ce3a569ec0665c80942dfd9bdd1dfcf890ed8199bb2c74383b89bf93307d491--openssl@3--3.5.1.arm64_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:9b415426148c99279e3e9d67ba501b105906223e42fe594e84ba35ead58ac2cd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/19289727f5fd07f9f9a5924b2bd7d9ce7aceba8f5f56918995353456074b4347--libngtcp2--1.14.0.arm64_sequoia.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:4fd55e8973a9454001ac289972767ca8927f3639aa44715aa1e9ba81c3712245
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3b8b00a0b637aae8362d1503037ccf214f80364f9bb72f96cd399fe6bb64d8fc--libssh2--1.11.1.arm64_sequoia.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:4d88c286ea074e6dc9612679d33f1e25910dce5cd4c4a3f9f2dcdec8ad950516
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/09702a95628df5b4d229e00f81d84d5dc7c252e31854ce0b8af27269e3c8ed84--rtmpdump--2.4-20151223_3.arm64_sequoia.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:5bd143b7b784989e549637ea4e484af85ba481e640dde69bc35f3843ae25abc6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8af6cbc3dc870dba18d9a1b3f311f2d43b56a020a1e565289122cfda703ab791--lz4--1.10.0.arm64_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:dcd7823f2624cbcd08f55c232097a79300c7d76ab5969004db1a4785c6c0cd87
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8f568766296bfa5c5404abb3a41380af721fb0128bae1a3495429085db009872--xz--5.8.1.arm64_sequoia.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:b039c851ef22617804576274872c33727ebb3a0b5e0db2ab62e0d8a97ec9605a
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7c3d88236a62bc56952bb198399b9364d58cb1eb139f7ad77cc098d4671ccb63--zstd--1.5.7.arm64_sequoia.bottle.tar.gz
- ==> Fetching curl
- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/blobs/sha256:5b3365c6327695b3fd7013edce642836dc10320c6f04460feceb1c91c1b69233
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ce0c39c7ec1a42c640471177902854fbc21aaa26636446dc1cd389f17fb6e9bd--curl--8.15.0.arm64_sequoia.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.arm64_sequoia.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.66.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/be9e0fef84716f95c06b3d1b3574fca38069df3aae334c7818b5591d6a24df5b--libnghttp2-1.66.0.bottle_manifest.json
- ==> Pouring libnghttp2--1.66.0.arm64_sequoia.bottle.tar.gz
- ๐บ /opt/homebrew/Cellar/libnghttp2/1.66.0: 14 files, 840KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- ๐บ /opt/homebrew/Cellar/libnghttp3/1.11.0: 20 files, 578.2KB
- ==> Installing curl dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-07-15
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1b8ec93adfe410583ff46788783b030707eec1898c7ded356e25694e4c29aa32--ca-certificates-2025-07-15.bottle_manifest.json
- ==> Pouring ca-certificates--2025-07-15.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- ๐บ /opt/homebrew/Cellar/ca-certificates/2025-07-15: 4 files, 225.3KB
- ==> Installing curl dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d8c8da104539ae29f198f366fe5794ac377d96a92458ae62557e3f83b03a351--openssl@3-3.5.1.bottle_manifest.json
- ==> Pouring openssl@3--3.5.1.arm64_sequoia.bottle.tar.gz
- ๐บ /opt/homebrew/Cellar/openssl@3/3.5.1: 7,563 files, 35.2MB
- ==> 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.arm64_sequoia.bottle.tar.gz
- ๐บ /opt/homebrew/Cellar/libngtcp2/1.14.0: 21 files, 1.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_sequoia.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_sequoia.bottle.tar.gz
- ๐บ /opt/homebrew/Cellar/rtmpdump/2.4-20151223_3: 21 files, 651.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.arm64_sequoia.bottle.1.tar.gz
- ๐บ /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 712KB
- ==> 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.arm64_sequoia.bottle.tar.gz
- ๐บ /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.5MB
- ==> 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_sequoia.bottle.tar.gz
- ๐บ /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.2MB
- ==> Installing curl
- ==> Pouring curl--8.15.0.arm64_sequoia.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.15.0: 539 files, 4.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 /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-07-25 23:59.08 ---> saved as "dac611cf7bbc1497c1ecc2e65f13303755a85a5150b1acf563faf216ec879a74"
/: (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.19.1
- install dune-configurator 3.19.1
- 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.19.1, dune-configurator.3.19.1 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.19.1
-> installed lwt.5.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-25 23:59.58 ---> saved as "9cdbbcf78688122bdd430dad98096e1a37fd0f5b18bb37abfbd6c63012c9b6d0"
/: (copy (src .) (dst ./src))
2025-07-25 23:59.59 ---> saved as "cfebaafab96834c550114e25e47068c785bd8871c5438d8462cc92dfa03529ee"
/: (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 -Wall -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:3334:51: warning: passing 'const int[4]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3334 | 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
60 | CAMLextern int caml_convert_flag_list (value, int *);
| ^
curl-helper.c:4868:72: warning: passing 'const int[3]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4868 | 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
60 | 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/38518/statm (Sys_error("/proc/38518/statm: No such file or directory")), ignoring
Error opening /proc/38518/statm (Sys_error("/proc/38518/statm: No such file or directory")), ignoring
Error opening /proc/38518/statm (Sys_error("/proc/38518/statm: No such file or directory")), ignoring
Error opening /proc/38518/statm (Sys_error("/proc/38518/statm: No such file or directory")), ignoring
Error opening /proc/38518/statm (Sys_error("/proc/38518/statm: No such file or directory")), ignoring
Error opening /proc/38518/statm (Sys_error("/proc/38518/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-07-26 00:00.04: Job failed: Failed: Build failed