2026-04-17 00:53.07: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (0b4f2191aff13d20b656261ba6d7b2e5092a8f93) (macos-x86_64:macos-homebrew-4.14_opam-2.5)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 0b4f2191cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-4.14# macos-homebrew-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN 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 -uCOPY --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 $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-BLOCK2026-04-17 00:53.07: Using cache hint "ygrek/ocurl-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.5-f1969951ad3d33431fb5c9b923712234"2026-04-17 00:53.07: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_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 OCluster2026-04-17 00:53.07: Waiting for workerโฆ2026-04-17 00:53.07: Got resource from pool OClusterBuilding on i7-worker-02HEAD is now at 713e872 Remove the ocurl package definitionHEAD 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_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.09 ---> 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2026-04-17 00:53.09 ---> using "a61e945ab7671a6fff400f946e3fe88df4d67a783ea1f56fa59dc21595ef1b19" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 4.14.22.5.02026-04-17 00:53.09 ---> 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_HEAD4c9d80b731..9af1f0b103 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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.10 ---> using "b14579ae280cd8323f5f35223b57e21bff85c0ab5d30339daad34ff9e70be56f" from cache/: (copy (src curl_lwt.opam curl.opam) (dst ./src/./))2026-04-17 00:53.10 ---> 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.11 ---> using "61dc71363c103abe19ab7f366ade034f5663d11887c48cca376fb6b70403f3a3" from cache/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-04-17 00:53.11 ---> 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"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:7c7830166a509857669c544dcba7a0d08ca656a3da073c68826ca0a5b1b56b12- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-4.0.2_1.catalina.bottle.tar.gz- ==> Pouring portable-ruby-4.0.2_1.catalina.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 <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/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 Manifest xz (5.8.3)- โ๏ธ Bottle Manifest zstd (1.5.7_1)- โ๏ธ Bottle lz4 (1.10.0)- โ๏ธ 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.sonoma.bottle.tar.gz- ๐บ /usr/local/Cellar/brotli/1.2.0: 33 files, 1.8MB- ==> Installing curl dependency: libnghttp2- ==> Pouring libnghttp2--1.68.1.sonoma.bottle.tar.gz- ๐บ /usr/local/Cellar/libnghttp2/1.68.1: 14 files, 721.7KB- ==> Installing curl dependency: libnghttp3- ==> Pouring libnghttp3--1.15.0.sonoma.bottle.tar.gz- ๐บ /usr/local/Cellar/libnghttp3/1.15.0: 20 files, 564.9KB- ==> 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...- ๐บ /usr/local/Cellar/ca-certificates/2026-03-19: 4 files, 237KB- ==> Installing curl dependency: openssl@3- ==> Pouring openssl@3--3.6.2.sequoia.bottle.tar.gz- ๐บ /usr/local/Cellar/openssl@3/3.6.2: 7,627 files, 37.8MB- ==> Installing curl dependency: libngtcp2- ==> Pouring libngtcp2--1.22.0.sonoma.bottle.tar.gz- ๐บ /usr/local/Cellar/libngtcp2/1.22.0: 21 files, 1.3MB- ==> Installing curl dependency: libssh2- ==> Pouring libssh2--1.11.1_1.sequoia.bottle.tar.gz- ๐บ /usr/local/Cellar/libssh2/1.11.1_1: 201 files, 1.2MB- ==> Installing curl dependency: lz4- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz- ๐บ /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB- ==> Installing curl dependency: xz- ==> Pouring xz--5.8.3.sequoia.bottle.tar.gz- ๐บ /usr/local/Cellar/xz/5.8.3: 96 files, 2.5MB- ==> Installing curl dependency: zstd- ==> Pouring zstd--1.5.7_1.sequoia.bottle.tar.gz- ๐บ /usr/local/Cellar/zstd/1.5.7_1: 32 files, 2.5MB- ==> Installing curl- ==> Pouring curl--8.19.0.sonoma.bottle.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.19.0: 551 files, 4.6MB- ==> 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 /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"# To update the current shell environment, run: eval $(opam env)2026-04-17 00:53.12 ---> 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.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-17 00:53.12 ---> using "172378ff0128772072ca65e80c317dc7f05b2262537ca0f60db044aac26aee4f" from cache/: (copy (src .) (dst ./src))2026-04-17 00:53.13 ---> 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 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/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_timeoutUse action_timeout' instead(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_timeoutUse 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 here60 | 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 here60 | CAMLextern 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/59212/statm (Sys_error("/proc/59212/statm: No such file or directory")), ignoringError opening /proc/59212/statm (Sys_error("/proc/59212/statm: No such file or directory")), ignoringError opening /proc/59212/statm (Sys_error("/proc/59212/statm: No such file or directory")), ignoringError opening /proc/59212/statm (Sys_error("/proc/59212/statm: No such file or directory")), ignoringError opening /proc/59212/statm (Sys_error("/proc/59212/statm: No such file or directory")), ignoringError opening /proc/59212/statm (Sys_error("/proc/59212/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 12026-04-17 00:53.21: Job failed: Failed: Build failed