Organisationsygrekocurl0b4f21 ()macos-homebrew-4.14_arm64_opam-2.5

macos-homebrew-4.14_arm64_opam-2.5

Link Copied
Code Copied

Logs

2026-04-17 00:53.07: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (0b4f2191aff13d20b656261ba6d7b2e5092a8f93) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.5)
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 0b4f2191
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_arm64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.5 ~/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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.22.2 dune-configurator.3.22.2 lwt.6.1.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.5 --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


2026-04-17 00:53.07: Using cache hint "ygrek/ocurl-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.5-f1969951ad3d33431fb5c9b923712234"
2026-04-17 00:53.07: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(comment macos-homebrew-4.14_arm64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.5 ~/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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 (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.22.2 dune-configurator.3.22.2 lwt.6.1.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.5 --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"))
)


2026-04-17 00:53.07: Waiting for resource in pool OCluster
2026-04-17 00:53.07: Waiting for workerโ€ฆ
2026-04-17 00:53.07: Got resource from pool OCluster
Building on m1-worker-02
HEAD is now at 713e872 Remove the ocurl package definition
HEAD is now at 0b4f219 Remove the ocurl package definition (#107)


(from macos-homebrew-ocaml-4.14)
2026-04-17 00:53.08 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_arm64_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
2026-04-17 00:53.08 ---> using "75b1629629d7f21c50a7e1e39b2ef83e2edb8ace81aab34254c0c8782b814749" 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
2026-04-17 00:53.08 ---> using "a61e945ab7671a6fff400f946e3fe88df4d67a783ea1f56fa59dc21595ef1b19" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 4.14.2
2.5.0
2026-04-17 00:53.08 ---> using "11a9923a4c4f0ab256d15330129e4c4938459d2e6239eb4f7bdf0f2620300e09" 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
95f7875db7..9af1f0b103  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-17 00:53.08 ---> using "b14579ae280cd8323f5f35223b57e21bff85c0ab5d30339daad34ff9e70be56f" from cache


/: (copy (src curl_lwt.opam curl.opam) (dst ./src/./))
2026-04-17 00:53.09 ---> using "633f38084e135ca98639dd7d1ae47b550cfc3779ad9b51ca8a56770475606e22" from cache


/: (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)
2026-04-17 00:53.09 ---> using "61dc71363c103abe19ab7f366ade034f5663d11887c48cca376fb6b70403f3a3" from cache


/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-04-17 00:53.09 ---> using "6d3922bca984e167db4f9fb9c9f003c764f7067538909d69bed733e143f5f40e" 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.22.2 dune-configurator.3.22.2 lwt.6.1.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.5 --depext-only -y curl_lwt.dev curl.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:f41c72b891c40623f9d5cd2135f58a1b8a5c014ae04149888289409316276c72
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-4.0.2_1.arm64_big_sur.bottle.tar.gz
- ==> Pouring portable-ruby-4.0.2_1.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
- 
- Updated 1 tap (homebrew/cask).


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[curl_lwt.dev] synchronised (file:///Users/mac1000/src)
[curl.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
- โœ”๏ธŽ Bottle Manifest curl (8.19.0)
- โœ”๏ธŽ Bottle Manifest curl (8.19.0)
- โœ”๏ธŽ Bottle Manifest brotli (1.2.0)
- โœ”๏ธŽ Bottle brotli (1.2.0)
- โœ”๏ธŽ Bottle Manifest libnghttp2 (1.68.1)
- โœ”๏ธŽ Bottle libnghttp2 (1.68.1)
- โœ”๏ธŽ Bottle Manifest libnghttp3 (1.15.0)
- โœ”๏ธŽ Bottle libnghttp3 (1.15.0)
- โœ”๏ธŽ Bottle Manifest ca-certificates (2026-03-19)
- โœ”๏ธŽ Bottle ca-certificates (2026-03-19)
- โœ”๏ธŽ Bottle Manifest openssl@3 (3.6.2)
- โœ”๏ธŽ Bottle Manifest libngtcp2 (1.22.0)
- โœ”๏ธŽ Bottle libngtcp2 (1.22.0)
- โœ”๏ธŽ Bottle Manifest libssh2 (1.11.1_1)
- โœ”๏ธŽ Bottle Manifest lz4 (1.10.0)
- โœ”๏ธŽ Bottle lz4 (1.10.0)
- โœ”๏ธŽ Bottle Manifest xz (5.8.3)
- โœ”๏ธŽ Bottle Manifest zstd (1.5.7_1)
- โœ”๏ธŽ Bottle libssh2 (1.11.1_1)
- โœ”๏ธŽ Bottle xz (5.8.3)
- โœ”๏ธŽ Bottle zstd (1.5.7_1)
- โœ”๏ธŽ Bottle curl (8.19.0)
- โœ”๏ธŽ Bottle openssl@3 (3.6.2)
- ==> Installing dependencies for curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, lz4, xz and zstd
- ==> Installing curl dependency: brotli
- ==> Pouring brotli--1.2.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/brotli/1.2.0: 33 files, 1.9MB
- ==> Installing curl dependency: libnghttp2
- ==> Pouring libnghttp2--1.68.1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libnghttp2/1.68.1: 14 files, 757.1KB
- ==> Installing curl dependency: libnghttp3
- ==> Pouring libnghttp3--1.15.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libnghttp3/1.15.0: 20 files, 603KB
- ==> Installing curl dependency: ca-certificates
- ==> Pouring ca-certificates--2026-03-19.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- ๐Ÿบ  /opt/homebrew/Cellar/ca-certificates/2026-03-19: 4 files, 237KB
- ==> Installing curl dependency: openssl@3
- ==> Pouring openssl@3--3.6.2.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openssl@3/3.6.2: 7,627 files, 37.5MB
- ==> Installing curl dependency: libngtcp2
- ==> Pouring libngtcp2--1.22.0.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libngtcp2/1.22.0: 21 files, 1.4MB
- ==> Installing curl dependency: libssh2
- ==> Pouring libssh2--1.11.1_1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/libssh2/1.11.1_1: 201 files, 1.3MB
- ==> Installing curl dependency: lz4
- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.2KB
- ==> Installing curl dependency: xz
- ==> Pouring xz--5.8.3.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/xz/5.8.3: 96 files, 2.7MB
- ==> Installing curl dependency: zstd
- ==> Pouring zstd--1.5.7_1.arm64_sequoia.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/zstd/1.5.7_1: 32 files, 2.3MB
- ==> Installing curl
- ==> Pouring curl--8.19.0.arm64_sequoia.bottle.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.19.0: 551 files, 4.7MB
- ==> Running `brew cleanup curl`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> 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"
# To update the current shell environment, run: eval $(opam env)
2026-04-17 00:53.09 ---> using "b953e1774259ac4d9350e76d844c6cd4140b3446775ebc4c9e18f7913cd7c10a" 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.22.2
- install dune-configurator 3.22.2
- install lwt               6.1.1
- install ocamlfind         1.9.8
- install ocplib-endian     1.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-libcurl.2
-> retrieved csexp.1.5.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.22.2
-> installed lwt.6.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-17 00:53.09 ---> using "172378ff0128772072ca65e80c317dc7f05b2262537ca0f60db044aac26aee4f" from cache


/: (copy (src .) (dst ./src))
2026-04-17 00:53.09 ---> using "a2b126eeec39774702a7134032ce5cee3df412ff85b0c37fe0da868375b22c63" from cache


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "examples/dune", line 35, characters 18-25:
35 |  (preprocess (pps lwt_ppx))
^^^^^^^
Error: Library "lwt_ppx" not found.
-> required by
_build/default/examples/.merlin-conf/exe-test_lwt-4ae3cca8f9be9de71a1a7b2ad5e3dcce
-> 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 .curl_lwt.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/lwt -I /Users/mac1000/.opam/4.14.2/lib/lwt/unix -I /Users/mac1000/.opam/4.14.2/lib/ocaml/threads -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian/bigstring -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o .curl_lwt.objs/byte/curl_lwt.cmo -c -impl curl_lwt.ml)
File "curl_lwt.ml", line 42, characters 4-20:
42 |     M.action_timeout mt;
^^^^^^^^^^^^^^^^
Alert deprecated: M.action_timeout
Use action_timeout' instead
(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 && /Users/mac1000/.opam/4.14.2/bin/ocamlopt.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 -I .curl_lwt.objs/byte -I .curl_lwt.objs/native -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/lwt -I /Users/mac1000/.opam/4.14.2/lib/lwt/unix -I /Users/mac1000/.opam/4.14.2/lib/ocaml/threads -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian -I /Users/mac1000/.opam/4.14.2/lib/ocplib-endian/bigstring -I .curl.objs/byte -I .curl.objs/native -intf-suffix .ml -no-alias-deps -opaque -o .curl_lwt.objs/native/curl_lwt.cmx -c -impl curl_lwt.ml)
File "curl_lwt.ml", line 42, characters 4-20:
42 |     M.action_timeout mt;
^^^^^^^^^^^^^^^^
Alert deprecated: M.action_timeout
Use action_timeout' instead
(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:3437:51: warning: passing 'const int[4]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
3437 |     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:4981:72: warning: passing 'const int[3]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
4981 |     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/73954/statm (Sys_error("/proc/73954/statm: No such file or directory")), ignoring
Error opening /proc/73954/statm (Sys_error("/proc/73954/statm: No such file or directory")), ignoring
Error opening /proc/73954/statm (Sys_error("/proc/73954/statm: No such file or directory")), ignoring
Error opening /proc/73954/statm (Sys_error("/proc/73954/statm: No such file or directory")), ignoring
Error opening /proc/73954/statm (Sys_error("/proc/73954/statm: No such file or directory")), ignoring
Error opening /proc/73954/statm (Sys_error("/proc/73954/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
2026-04-17 00:53.15: Job failed: Failed: Build failed