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:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20 Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard dc00dcb3 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.4@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20 # debian-12-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-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 OCluster 2026-06-14 13:57.55: Waiting for worker… 2026-06-14 14:10.04: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20: Pulling from ocaml/opam 4887723d153c: Pulling fs layer f09fe43af3d0: Pulling fs layer 8c08bce27fda: Pulling fs layer 4887723d153c: Waiting b727a9c34ab8: Pulling fs layer f09fe43af3d0: Waiting 5ecb47227c74: Pulling fs layer 8c08bce27fda: Waiting ceb724c0e91a: Pulling fs layer 5ecb47227c74: Waiting f588639909b0: Pulling fs layer aab9c5b13b64: Pulling fs layer b727a9c34ab8: Waiting ceb724c0e91a: Waiting f588639909b0: Waiting 0a277ed15407: Pulling fs layer 132d338fdfd0: Pulling fs layer aab9c5b13b64: Waiting 27fd896c79f2: Pulling fs layer 0a277ed15407: Waiting 72468d11a9b4: Pulling fs layer 132d338fdfd0: Waiting 27fd896c79f2: Waiting e8bdd5ad8432: Pulling fs layer 3163ed2e4b76: Pulling fs layer 72468d11a9b4: Waiting aa9069d82ae5: Pulling fs layer 3163ed2e4b76: Waiting e8bdd5ad8432: Waiting d0207985e630: Pulling fs layer aa9069d82ae5: Waiting ab566544a90b: Pulling fs layer d0207985e630: Waiting 3a0736803c27: Pulling fs layer ab566544a90b: Waiting 36560715d7bd: Pulling fs layer eeeec73bec80: Pulling fs layer 36560715d7bd: Waiting 4f4fb700ef54: Pulling fs layer 846925efc366: Pulling fs layer eeeec73bec80: Waiting ec076a20dd91: Pulling fs layer 3a0736803c27: Waiting 4f4fb700ef54: Waiting 9eee8bbc8128: Pulling fs layer 846925efc366: Waiting cb2913eedeb2: Pulling fs layer ec076a20dd91: Waiting 71814da9cebd: Pulling fs layer cb2913eedeb2: Waiting 6ffedaf07abd: Pulling fs layer 71814da9cebd: Waiting fd32fa0d0f24: Pulling fs layer 1697ad70a175: Pulling fs layer fd32fa0d0f24: Waiting 6ffedaf07abd: Waiting 1c94f6008fe7: Pulling fs layer 1697ad70a175: Waiting cda898921e10: Pulling fs layer 109d6c8ee356: Pulling fs layer cda898921e10: Waiting a1eb9f85e46a: Pulling fs layer 109d6c8ee356: Waiting ba57b16f9cfd: Pulling fs layer a1eb9f85e46a: Waiting 775d21de89db: Pulling fs layer ba57b16f9cfd: Waiting 7a2c4cf1613b: Pulling fs layer 775d21de89db: Waiting 1aa8bb428e46: Pulling fs layer cc5e773c9280: Pulling fs layer 7a2c4cf1613b: Waiting 1aa8bb428e46: Waiting c29d8b91cc92: Pulling fs layer cc5e773c9280: Waiting d22365b72c34: Pulling fs layer c29d8b91cc92: Waiting bcb22cf80c40: Pulling fs layer d22365b72c34: Waiting 6d41af0bf2d3: Pulling fs layer 8d5677edf280: Pulling fs layer 3c593370bca8: Pulling fs layer bcb22cf80c40: Waiting d5b8b6e51899: Pulling fs layer 8d5677edf280: Waiting 3c593370bca8: Waiting 6d41af0bf2d3: Waiting 824620bd08f3: Pulling fs layer d5b8b6e51899: Waiting 824620bd08f3: Waiting f09fe43af3d0: Download complete 4887723d153c: Verifying Checksum 4887723d153c: Download complete 8c08bce27fda: Verifying Checksum 8c08bce27fda: Download complete 5ecb47227c74: Verifying Checksum 5ecb47227c74: Download complete b727a9c34ab8: Verifying Checksum b727a9c34ab8: Download complete f588639909b0: Verifying Checksum f588639909b0: Download complete 0a277ed15407: Verifying Checksum 0a277ed15407: Download complete aab9c5b13b64: Verifying Checksum aab9c5b13b64: Download complete 132d338fdfd0: Verifying Checksum 132d338fdfd0: Download complete 72468d11a9b4: Verifying Checksum 72468d11a9b4: Download complete 27fd896c79f2: Verifying Checksum 27fd896c79f2: Download complete e8bdd5ad8432: Verifying Checksum e8bdd5ad8432: Download complete 3163ed2e4b76: Download complete aa9069d82ae5: Download complete d0207985e630: Download complete ab566544a90b: Download complete 3a0736803c27: Download complete ceb724c0e91a: Verifying Checksum ceb724c0e91a: Download complete 36560715d7bd: Verifying Checksum 36560715d7bd: Download complete eeeec73bec80: Download complete 4887723d153c: Pull complete f09fe43af3d0: Pull complete 8c08bce27fda: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 846925efc366: Verifying Checksum 846925efc366: Download complete ec076a20dd91: Verifying Checksum ec076a20dd91: Download complete cb2913eedeb2: Download complete 71814da9cebd: Verifying Checksum 71814da9cebd: Download complete fd32fa0d0f24: Download complete 6ffedaf07abd: Verifying Checksum 6ffedaf07abd: Download complete 9eee8bbc8128: Verifying Checksum 9eee8bbc8128: Download complete b727a9c34ab8: Pull complete 1697ad70a175: Verifying Checksum 1697ad70a175: Download complete 1c94f6008fe7: Verifying Checksum 1c94f6008fe7: Download complete cda898921e10: Download complete 5ecb47227c74: Pull complete 109d6c8ee356: Verifying Checksum 109d6c8ee356: Download complete a1eb9f85e46a: Verifying Checksum a1eb9f85e46a: Download complete 775d21de89db: Verifying Checksum 775d21de89db: Download complete 1aa8bb428e46: Verifying Checksum 1aa8bb428e46: Download complete cc5e773c9280: Verifying Checksum cc5e773c9280: Download complete c29d8b91cc92: Verifying Checksum c29d8b91cc92: Download complete d22365b72c34: Download complete bcb22cf80c40: Verifying Checksum bcb22cf80c40: Download complete 6d41af0bf2d3: Verifying Checksum 6d41af0bf2d3: Download complete 7a2c4cf1613b: Verifying Checksum 7a2c4cf1613b: Download complete 3c593370bca8: Verifying Checksum 3c593370bca8: Download complete 8d5677edf280: Download complete d5b8b6e51899: Download complete 824620bd08f3: Verifying Checksum 824620bd08f3: Download complete ba57b16f9cfd: Verifying Checksum ba57b16f9cfd: Download complete ceb724c0e91a: Pull complete f588639909b0: Pull complete aab9c5b13b64: Pull complete 0a277ed15407: Pull complete 132d338fdfd0: Pull complete 27fd896c79f2: Pull complete 72468d11a9b4: Pull complete e8bdd5ad8432: Pull complete 3163ed2e4b76: Pull complete aa9069d82ae5: Pull complete d0207985e630: Pull complete ab566544a90b: Pull complete 3a0736803c27: Pull complete 36560715d7bd: Pull complete eeeec73bec80: Pull complete 4f4fb700ef54: Pull complete 846925efc366: Pull complete ec076a20dd91: Pull complete 9eee8bbc8128: Pull complete cb2913eedeb2: Pull complete 71814da9cebd: Pull complete 6ffedaf07abd: Pull complete fd32fa0d0f24: Pull complete 1697ad70a175: Pull complete 1c94f6008fe7: Pull complete cda898921e10: Pull complete 109d6c8ee356: Pull complete a1eb9f85e46a: Pull complete ba57b16f9cfd: Pull complete 775d21de89db: Pull complete 7a2c4cf1613b: Pull complete 1aa8bb428e46: Pull complete cc5e773c9280: Pull complete c29d8b91cc92: Pull complete d22365b72c34: Pull complete bcb22cf80c40: Pull complete 6d41af0bf2d3: Pull complete 8d5677edf280: Pull complete 3c593370bca8: Pull complete d5b8b6e51899: Pull complete 824620bd08f3: Pull complete Digest: sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20 Status: Downloaded newer image for ocaml/opam@sha256:9283c4c3227c5c0a737c23540f3fdd3bfbe1c61772c34bee7040ad1bfad67d20 2026-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_HEAD 505d8f23c8..bfde4320ee master -> origin/master e8dee60709 Merge pull request #30040 from dra27/mingw-w64-shims 2026-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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-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-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-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-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-compiler.5.4.1+lrgrep -- ocaml-base-compiler.5.4.1 is installed and requires ocaml-compiler = 5.4.1 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-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.2 Done. # 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_timeout Use 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_timeout Use action_timeout' instead (cd _build/default/examples && ./test_memory_leaks.exe) RSS 9859072 -> 13426688 OK RSS 13426688 -> 12423168 OK RSS 12423168 -> 12423168 OK "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-06-14 14:13.44: Job failed: Failed: Build failed