2026-06-14 12:31.56: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (dc00dcb3ec5c1b55a28448a2f301fa1ce6af3019) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard dc00dcb3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-06-14 12:31.56: Using cache hint "ygrek/ocurl-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-b53c38ba339e568b57107c1020c7ddab"2026-06-14 12:31.56: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_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 (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 e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))(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 "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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-06-14 12:31.56: Waiting for resource in pool OCluster2026-06-14 13:25.00: Waiting for worker…2026-06-14 21:14.45: Connecting to build cluster…2026-06-14 21:14.56: Waiting for worker…2026-06-15 08:11.10: Got resource from pool OClusterBuilding on m1-worker-02All commits already cachedHEAD is now at dc00dcb Bind additional error codes (#125)(from macos-homebrew-ocaml-5.4)2026-06-15 08:11.10 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_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-06-15 08:11.10 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" 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 e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD95f7875db7..bfde4320ee master -> origin/mastere8dee60709 Merge pull request #30040 from dra27/mingw-w64-shims2026-06-15 08:11.10 ---> using "5fa384e11985e75e8ce843d309d59de27f32ef21b271a1df73673a8f64d8f581" 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] synchronised from git+file:///Users/mac1000/opam-repositorydefault (at git+file:///Users/mac1000/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///Users/mac1000/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-06-15 08:11.11 ---> using "08aecb70c01ea86b2e174880ff1282e2c2d29bf82dded93fad15603617e679c8" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.5.02026-06-15 08:11.11 ---> using "da8d34ce19c29d77849957aecc683e20edb8814c7d251042d5c0f4c273b395d6" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes 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-compiler.5.4.1+lrgrep-- ocaml-base-compiler.5.4.1 is installed and requires ocaml-compiler = 5.4.1However, 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-06-15 08:11.11 ---> using "e94def2bf8f2a9e147d4b59206ebe7707f28c1abf020893659cda5da030f5486" from cache/: (copy (src curl_lwt.opam curl.opam) (dst ./src/./))2026-06-15 08:11.11 ---> using "dcd16e9de6a187b0b7ff8284893abd83f9643d711ca3b8950b7ca1083b70ff9a" 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-06-15 08:11.11 ---> using "8f644b35192648422f5300e58789485b03910595a01740b0c8e70e20f7198e27" from cache/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-06-15 08:11.11 ---> using "4d44004b805d8cf6280281328dcdae4e867a8c73f604e33b11f9d95daaaf91db" from cache/: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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...- Already up-to-date.<><> 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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"- ==> Would install 1 formula:- curl- ==> Downloading https://ghcr.io/v2/homebrew/core/curl/manifests/8.20.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4918ad0a587cf10c5470e13788c8b041b8f6ee5d4e58a8f3e5a6bdde50b3c090--curl-8.20.0.bottle_manifest.json- ==> Would install 10 dependencies for curl:- brotli- libnghttp2- libnghttp3- ca-certificates- openssl@3- libngtcp2- libssh2- lz4- xz- zstd- ==> Fetching downloads for: curl- ✔︎ Bottle brotli (1.2.0)- ✔︎ Bottle libnghttp2 (1.69.0)- ✔︎ Bottle libnghttp3 (1.16.0)- ✔︎ Bottle ca-certificates (2026-05-14)- ✔︎ Bottle libngtcp2 (1.23.0)- ✔︎ 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.20.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.69.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libnghttp2/1.69.0: 14 files, 848.1KB- ==> Installing curl dependency: libnghttp3- ==> Pouring libnghttp3--1.16.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libnghttp3/1.16.0: 20 files, 623.8KB- ==> Installing curl dependency: ca-certificates- ==> Pouring ca-certificates--2026-05-14.all.bottle.tar.gz- ==> Regenerating CA certificate bundle from keychain, this may take a while...- 🍺 /opt/homebrew/Cellar/ca-certificates/2026-05-14: 4 files, 198.8KB- ==> 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.4MB- ==> Installing curl dependency: libngtcp2- ==> Pouring libngtcp2--1.23.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libngtcp2/1.23.0: 21 files, 1.5MB- ==> 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, 727.8KB- ==> 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.20.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.20.0: 554 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-06-15 08:11.11 ---> using "5ec2e222566f5423fa75dced3c82d3527faf0aab3d621f43baf6f010f39170f0" 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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.23.1- install dune-configurator 3.23.1- install lwt 6.1.2- 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 lwt.6.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.23.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.23.1-> installed lwt.6.1.2Done.# To update the current shell environment, run: eval $(opam env)2026-06-15 08:11.11 ---> using "f6ff99b11a34bc696ce337f5c924cb83714508c7c58a41133bfb73f6c9b44db5" from cache/: (copy (src .) (dst ./src))2026-06-15 08:11.12 ---> saved as "2dfd64971342556672eb75e0e5b486a39e1914a4c1c8b42f877dd7aff453cb8b"/: (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-7ea57e54dfcdb31d8ef2be2c4623f56b-> required by alias examples/check(cd _build/default && /Users/mac1000/.opam/5.4.0/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 -bin-annot-occurrences -I examples/.ocurl.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I .curl.objs/byte -cmi-file examples/.ocurl.eobjs/byte/dune__exe__Ocurl.cmi -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/5.4.0/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 -bin-annot-occurrences -I .curl_lwt.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/bytes -I /Users/mac1000/.opam/5.4.0/lib/lwt -I /Users/mac1000/.opam/5.4.0/lib/lwt/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian/bigstring -I .curl.objs/byte -cmi-file .curl_lwt.objs/byte/curl_lwt.cmi -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/5.4.0/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 -bin-annot-occurrences -I examples/.opar.eobjs/byte -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I .curl.objs/byte -cmi-file examples/.opar.eobjs/byte/dune__exe__Opar.cmi -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/5.4.0/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/5.4.0/lib/bytes -I /Users/mac1000/.opam/5.4.0/lib/lwt -I /Users/mac1000/.opam/5.4.0/lib/lwt/unix -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian -I /Users/mac1000/.opam/5.4.0/lib/ocplib-endian/bigstring -I .curl.objs/byte -I .curl.objs/native -cmi-file .curl_lwt.objs/byte/curl_lwt.cmi -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/examples && ./test_memory_leaks.exe)RSS 0 -> 0 OKRSS 0 -> 0 OKRSS 0 -> 0 OKError opening /proc/94465/statm (Sys_error("/proc/94465/statm: No such file or directory")), ignoringError opening /proc/94465/statm (Sys_error("/proc/94465/statm: No such file or directory")), ignoringError opening /proc/94465/statm (Sys_error("/proc/94465/statm: No such file or directory")), ignoringError opening /proc/94465/statm (Sys_error("/proc/94465/statm: No such file or directory")), ignoringError opening /proc/94465/statm (Sys_error("/proc/94465/statm: No such file or directory")), ignoringError opening /proc/94465/statm (Sys_error("/proc/94465/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-06-15 08:11.36: Job failed: Failed: Build failed