2026-06-14 12:31.56: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (dc00dcb3ec5c1b55a28448a2f301fa1ce6af3019) (linux-x86_64:debian-12-5.4_opam-2.5)Base: ocaml/opam:debian-12-ocaml-5.4@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20Opam 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 ocaml/opam:debian-12-ocaml-5.4@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20# debian-12-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/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 --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 curl_lwt.opam curl.opam ./RUN opam pin add -yn curl_lwt.dev './' && \opam pin add -yn curl.dev './'RUN echo '(lang dune 3.0)' > './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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 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-ocaml/opam:debian-12-ocaml-5.4@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20-debian-12-5.4_opam-2.5-50ad28da2981df628a8da127617b6252"2026-06-14 12:31.56: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.4@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20)(comment debian-12-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))(copy (src curl_lwt.opam curl.opam) (dst ./))(run (network host)(shell "opam pin add -yn curl_lwt.dev './' && \\nopam pin add -yn curl.dev './'"))(run (shell "echo '(lang dune 3.0)' > './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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 /home/opam/.opam/download-cache)))(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 /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "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:57.55: Waiting for worker…2026-06-14 14:10.04: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at dc00dcb Bind additional error codes (#125)(from ocaml/opam:debian-12-ocaml-5.4@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20)Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20' locallydocker.io/ocaml/opam@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20: Pulling from ocaml/opam4887723d153c: Pulling fs layerf09fe43af3d0: Pulling fs layer8c08bce27fda: Pulling fs layer4887723d153c: Waitingb727a9c34ab8: Pulling fs layerf09fe43af3d0: Waiting5ecb47227c74: Pulling fs layer8c08bce27fda: Waitingceb724c0e91a: Pulling fs layer5ecb47227c74: Waitingf588639909b0: Pulling fs layeraab9c5b13b64: Pulling fs layerb727a9c34ab8: Waitingceb724c0e91a: Waitingf588639909b0: Waiting0a277ed15407: Pulling fs layer132d338fdfd0: Pulling fs layeraab9c5b13b64: Waiting27fd896c79f2: Pulling fs layer0a277ed15407: Waiting72468d11a9b4: Pulling fs layer132d338fdfd0: Waiting27fd896c79f2: Waitinge8bdd5ad8432: Pulling fs layer3163ed2e4b76: Pulling fs layer72468d11a9b4: Waitingaa9069d82ae5: Pulling fs layer3163ed2e4b76: Waitinge8bdd5ad8432: Waitingd0207985e630: Pulling fs layeraa9069d82ae5: Waitingab566544a90b: Pulling fs layerd0207985e630: Waiting3a0736803c27: Pulling fs layerab566544a90b: Waiting36560715d7bd: Pulling fs layereeeec73bec80: Pulling fs layer36560715d7bd: Waiting4f4fb700ef54: Pulling fs layer846925efc366: Pulling fs layereeeec73bec80: Waitingec076a20dd91: Pulling fs layer3a0736803c27: Waiting4f4fb700ef54: Waiting9eee8bbc8128: Pulling fs layer846925efc366: Waitingcb2913eedeb2: Pulling fs layerec076a20dd91: Waiting71814da9cebd: Pulling fs layercb2913eedeb2: Waiting6ffedaf07abd: Pulling fs layer71814da9cebd: Waitingfd32fa0d0f24: Pulling fs layer1697ad70a175: Pulling fs layerfd32fa0d0f24: Waiting6ffedaf07abd: Waiting1c94f6008fe7: Pulling fs layer1697ad70a175: Waitingcda898921e10: Pulling fs layer109d6c8ee356: Pulling fs layercda898921e10: Waitinga1eb9f85e46a: Pulling fs layer109d6c8ee356: Waitingba57b16f9cfd: Pulling fs layera1eb9f85e46a: Waiting775d21de89db: Pulling fs layerba57b16f9cfd: Waiting7a2c4cf1613b: Pulling fs layer775d21de89db: Waiting1aa8bb428e46: Pulling fs layercc5e773c9280: Pulling fs layer7a2c4cf1613b: Waiting1aa8bb428e46: Waitingc29d8b91cc92: Pulling fs layercc5e773c9280: Waitingd22365b72c34: Pulling fs layerc29d8b91cc92: Waitingbcb22cf80c40: Pulling fs layerd22365b72c34: Waiting6d41af0bf2d3: Pulling fs layer8d5677edf280: Pulling fs layer3c593370bca8: Pulling fs layerbcb22cf80c40: Waitingd5b8b6e51899: Pulling fs layer8d5677edf280: Waiting3c593370bca8: Waiting6d41af0bf2d3: Waiting824620bd08f3: Pulling fs layerd5b8b6e51899: Waiting824620bd08f3: Waitingf09fe43af3d0: Download complete4887723d153c: Verifying Checksum4887723d153c: Download complete8c08bce27fda: Verifying Checksum8c08bce27fda: Download complete5ecb47227c74: Verifying Checksum5ecb47227c74: Download completeb727a9c34ab8: Verifying Checksumb727a9c34ab8: Download completef588639909b0: Verifying Checksumf588639909b0: Download complete0a277ed15407: Verifying Checksum0a277ed15407: Download completeaab9c5b13b64: Verifying Checksumaab9c5b13b64: Download complete132d338fdfd0: Verifying Checksum132d338fdfd0: Download complete72468d11a9b4: Verifying Checksum72468d11a9b4: Download complete27fd896c79f2: Verifying Checksum27fd896c79f2: Download completee8bdd5ad8432: Verifying Checksume8bdd5ad8432: Download complete3163ed2e4b76: Download completeaa9069d82ae5: Download completed0207985e630: Download completeab566544a90b: Download complete3a0736803c27: Download completeceb724c0e91a: Verifying Checksumceb724c0e91a: Download complete36560715d7bd: Verifying Checksum36560715d7bd: Download completeeeeec73bec80: Download complete4887723d153c: Pull completef09fe43af3d0: Pull complete8c08bce27fda: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete846925efc366: Verifying Checksum846925efc366: Download completeec076a20dd91: Verifying Checksumec076a20dd91: Download completecb2913eedeb2: Download complete71814da9cebd: Verifying Checksum71814da9cebd: Download completefd32fa0d0f24: Download complete6ffedaf07abd: Verifying Checksum6ffedaf07abd: Download complete9eee8bbc8128: Verifying Checksum9eee8bbc8128: Download completeb727a9c34ab8: Pull complete1697ad70a175: Verifying Checksum1697ad70a175: Download complete1c94f6008fe7: Verifying Checksum1c94f6008fe7: Download completecda898921e10: Download complete5ecb47227c74: Pull complete109d6c8ee356: Verifying Checksum109d6c8ee356: Download completea1eb9f85e46a: Verifying Checksuma1eb9f85e46a: Download complete775d21de89db: Verifying Checksum775d21de89db: Download complete1aa8bb428e46: Verifying Checksum1aa8bb428e46: Download completecc5e773c9280: Verifying Checksumcc5e773c9280: Download completec29d8b91cc92: Verifying Checksumc29d8b91cc92: Download completed22365b72c34: Download completebcb22cf80c40: Verifying Checksumbcb22cf80c40: Download complete6d41af0bf2d3: Verifying Checksum6d41af0bf2d3: Download complete7a2c4cf1613b: Verifying Checksum7a2c4cf1613b: Download complete3c593370bca8: Verifying Checksum3c593370bca8: Download complete8d5677edf280: Download completed5b8b6e51899: Download complete824620bd08f3: Verifying Checksum824620bd08f3: Download completeba57b16f9cfd: Verifying Checksumba57b16f9cfd: Download completeceb724c0e91a: Pull completef588639909b0: Pull completeaab9c5b13b64: Pull complete0a277ed15407: Pull complete132d338fdfd0: Pull complete27fd896c79f2: Pull complete72468d11a9b4: Pull completee8bdd5ad8432: Pull complete3163ed2e4b76: Pull completeaa9069d82ae5: Pull completed0207985e630: Pull completeab566544a90b: Pull complete3a0736803c27: Pull complete36560715d7bd: Pull completeeeeec73bec80: Pull complete4f4fb700ef54: Pull complete846925efc366: Pull completeec076a20dd91: Pull complete9eee8bbc8128: Pull completecb2913eedeb2: Pull complete71814da9cebd: Pull complete6ffedaf07abd: Pull completefd32fa0d0f24: Pull complete1697ad70a175: Pull complete1c94f6008fe7: Pull completecda898921e10: Pull complete109d6c8ee356: Pull completea1eb9f85e46a: Pull completeba57b16f9cfd: Pull complete775d21de89db: Pull complete7a2c4cf1613b: Pull complete1aa8bb428e46: Pull completecc5e773c9280: Pull completec29d8b91cc92: Pull completed22365b72c34: Pull completebcb22cf80c40: Pull complete6d41af0bf2d3: Pull complete8d5677edf280: Pull complete3c593370bca8: Pull completed5b8b6e51899: Pull complete824620bd08f3: Pull completeDigest: sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20Status: Downloaded newer image for ocaml/opam@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d202026-06-14 14:10.04 ---> using "97f877608fe570445f4d05233d6ce60e9fb4f41f0ee9e4be18f42c54fbc288c8" from cache/: (comment debian-12-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-14 14:10.04 ---> using "092f521ce7a7dca2888080249e3a9c736ffe02b09918b16665f753fb5e93e722" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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_HEAD505d8f23c8..bfde4320ee master -> origin/mastere8dee60709 Merge pull request #30040 from dra27/mingw-w64-shims2026-06-14 14:10.04 ---> using "e7bedea55554b14b35d98ba16dd26aabfb92c7600b96777a15615bf0851437bd" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from 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 /home/opam/.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:///home/opam/opam-repository2026-06-14 14:10.04 ---> using "f391799bbb85b26eb8458383a55476cbf1551a48415160d18c706c8a7062d142" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.4.12.5.12026-06-14 14:10.04 ---> using "cecac7eb0c12aa982690a39e07a97b86d6df3762cb8f92e5b8c352d3fdf2d16a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-14 14:10.04 ---> using "98649245f8e14f8ae41997e2c4efb8ad6dfb4b0319d297c074a5574ee6fe6053" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/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-14 14:10.04 ---> using "0b0c77d758ba23dd9a0cd47a9caa39e405536b3dde1038d5e4cd7a655a06748f" from cache/src: (copy (src curl_lwt.opam curl.opam) (dst ./))2026-06-14 14:10.04 ---> saved as "0d079c920ed51682b4c4d23637ce1aa75d1b5b7babe1e9a7e2efc22e962bbd22"/src: (run (network host)(shell "opam pin add -yn curl_lwt.dev './' && \\nopam pin add -yn curl.dev './'"))[curl_lwt.dev] synchronised (file:///src)curl_lwt is now pinned to file:///src (version dev)[curl.dev] synchronised (file:///src)curl is now pinned to file:///src (version dev)2026-06-14 14:10.10 ---> saved as "fe5a4dd5864a3376c9676f0b71aebbfdcfff3377ed66fe26d365b49a9f38eaae"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-14 14:10.10 ---> saved as "22c41001fe3eef0c55fce39b58f903940f2d7d5e4b45e67e773a1a1c6ef7cb5e"/src: (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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [311 kB]- Fetched 415 kB in 1s (454 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[curl.dev] synchronised (file:///src)[curl_lwt.dev] synchronised (file:///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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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:libcurl4-gnutls-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libcurl4-gnutls-dev:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18786 files and directories currently installed.)- Preparing to unpack .../libcurl4-gnutls-dev_7.88.1-10+deb12u14_amd64.deb ...- Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u14) ...- Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u14) ...# To update the current shell environment, run: eval $(opam env)2026-06-14 14:10.30 ---> saved as "ed72ec531f76ed47d5f1150dd52d01ee6b99b8bf683c9dc7f0969b46d6ba033a"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-libcurl.2-> 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-14 14:12.49 ---> saved as "aad9eff2ad0b3e8e0a70fd3038a7b56da723497c5d62ff67c7419f5748f9c78a"/src: (copy (src .) (dst /src))2026-06-14 14:12.49 ---> saved as "2f149b67236136d9854d63647eca4202ac8f5745a9cf03eb38d247df783cc67c"/src: (run (shell "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 && /home/opam/.opam/5.4/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 /home/opam/.opam/5.4/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 && /home/opam/.opam/5.4/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 /home/opam/.opam/5.4/lib/bytes -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/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 && /home/opam/.opam/5.4/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 /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/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 && /home/opam/.opam/5.4/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 /home/opam/.opam/5.4/lib/bytes -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/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 9859072 -> 13426688 OKRSS 13426688 -> 12423168 OKRSS 12423168 -> 12423168 OK"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-06-14 14:13.44: Job failed: Failed: Build failed