2026-04-17 00:53.07: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (0b4f2191aff13d20b656261ba6d7b2e5092a8f93) (linux-x86_64:opensuse-16.0-4.14_opam-2.5) Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914 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 ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914 # opensuse-16.0-4.14_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 opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src 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 ./ 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-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.3 ocaml-base-compiler.4.14.3 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 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-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914-opensuse-16.0-4.14_opam-2.5-0d59532e2320c492076939cad59c4ffc" 2026-04-17 00:53.07: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914) (comment opensuse-16.0-4.14_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 (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 "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 ./)) (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-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.3 ocaml-base-compiler.4.14.3 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 /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-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 doris.caelum.ci.dev HEAD is now at 713e872 Remove the ocurl package definition HEAD is now at 0b4f219 Remove the ocurl package definition (#107) (from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914' locally docker.io/ocaml/opam@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914: Pulling from ocaml/opam 64cfa2a65095: Pulling fs layer 204ffcf2f1fe: Pulling fs layer f6fa4529cc6b: Pulling fs layer 97af65095748: Pulling fs layer b802a6057f6d: Pulling fs layer 47b045e79836: Pulling fs layer f6fa4529cc6b: Waiting 2ce8a10bf29f: Pulling fs layer 781ee767d1c7: Pulling fs layer 97af65095748: Waiting b802a6057f6d: Waiting 2271c058ae3a: Pulling fs layer 2e5754ca2c40: Pulling fs layer de21e4dabd9c: Pulling fs layer f047029589c4: Pulling fs layer 0f454d36be04: Pulling fs layer 2ce8a10bf29f: Waiting 2271c058ae3a: Waiting 781ee767d1c7: Waiting 47b045e79836: Waiting 04ab44a2df2c: Pulling fs layer de21e4dabd9c: Waiting ad401f078830: Pulling fs layer 2e5754ca2c40: Waiting f047029589c4: Waiting 096a51bccb57: Pulling fs layer 0f454d36be04: Waiting e7134f98c78b: Pulling fs layer 04ab44a2df2c: Waiting afc7c35ee433: Pulling fs layer ad401f078830: Waiting 7bfa5dba7952: Pulling fs layer e7134f98c78b: Waiting afc7c35ee433: Waiting 096a51bccb57: Waiting 4f4fb700ef54: Pulling fs layer 7bfa5dba7952: Waiting f6b6a751bb6a: Pulling fs layer 4f4fb700ef54: Waiting f71dccae2ee7: Pulling fs layer fe37a54a1499: Pulling fs layer 1815b99ebc09: Pulling fs layer 363d1f23b2cf: Pulling fs layer 4bb0990bd121: Pulling fs layer f6b6a751bb6a: Waiting 1815b99ebc09: Waiting fe37a54a1499: Waiting ac4f9c652c6c: Pulling fs layer 363d1f23b2cf: Waiting ab5409fef174: Pulling fs layer f71dccae2ee7: Waiting ac4f9c652c6c: Waiting 5e58ee45c6c7: Pulling fs layer 4bb0990bd121: Waiting ab5409fef174: Waiting ee06219176b1: Pulling fs layer 34fd31afeec8: Pulling fs layer c7a97b361486: Pulling fs layer 5e58ee45c6c7: Waiting ee06219176b1: Waiting 34fd31afeec8: Waiting fc2b6e5cc5d9: Pulling fs layer 1c145dfb6c8a: Pulling fs layer c7a97b361486: Waiting f1bb600e92a6: Pulling fs layer 97457e4bb83c: Pulling fs layer f443344b6027: Pulling fs layer fc2b6e5cc5d9: Waiting 97457e4bb83c: Waiting f1bb600e92a6: Waiting 899babe8d9b2: Pulling fs layer 1c145dfb6c8a: Waiting 2bc737cd8d16: Pulling fs layer 899babe8d9b2: Waiting 6298e346bcf7: Pulling fs layer 2bc737cd8d16: Waiting 56763a423ca6: Pulling fs layer e9a9e6b4e820: Pulling fs layer e7d9d600deab: Pulling fs layer 6298e346bcf7: Waiting 56763a423ca6: Waiting e9a9e6b4e820: Waiting e7d9d600deab: Waiting 204ffcf2f1fe: Verifying Checksum 204ffcf2f1fe: Download complete 64cfa2a65095: Verifying Checksum 64cfa2a65095: Download complete b802a6057f6d: Verifying Checksum b802a6057f6d: Download complete 47b045e79836: Verifying Checksum 47b045e79836: Download complete 64cfa2a65095: Pull complete 204ffcf2f1fe: Pull complete 97af65095748: Verifying Checksum 97af65095748: Download complete 781ee767d1c7: Verifying Checksum 781ee767d1c7: Download complete 2271c058ae3a: Verifying Checksum 2271c058ae3a: Download complete 2ce8a10bf29f: Verifying Checksum 2ce8a10bf29f: Download complete 2e5754ca2c40: Verifying Checksum 2e5754ca2c40: Download complete f6fa4529cc6b: Verifying Checksum f6fa4529cc6b: Download complete 0f454d36be04: Verifying Checksum 0f454d36be04: Download complete f047029589c4: Verifying Checksum f047029589c4: Download complete de21e4dabd9c: Verifying Checksum de21e4dabd9c: Download complete 096a51bccb57: Verifying Checksum 096a51bccb57: Download complete 04ab44a2df2c: Verifying Checksum 04ab44a2df2c: Download complete e7134f98c78b: Verifying Checksum e7134f98c78b: Download complete afc7c35ee433: Download complete ad401f078830: Verifying Checksum ad401f078830: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 7bfa5dba7952: Verifying Checksum 7bfa5dba7952: Download complete f71dccae2ee7: Verifying Checksum fe37a54a1499: Verifying Checksum fe37a54a1499: Download complete 363d1f23b2cf: Verifying Checksum 363d1f23b2cf: Download complete 1815b99ebc09: Download complete f6fa4529cc6b: Pull complete ab5409fef174: Verifying Checksum ab5409fef174: Download complete ac4f9c652c6c: Download complete 4bb0990bd121: Verifying Checksum 4bb0990bd121: Download complete 5e58ee45c6c7: Verifying Checksum 5e58ee45c6c7: Download complete ee06219176b1: Verifying Checksum ee06219176b1: Download complete 34fd31afeec8: Verifying Checksum 34fd31afeec8: Download complete c7a97b361486: Verifying Checksum c7a97b361486: Download complete 1c145dfb6c8a: Download complete 97457e4bb83c: Download complete f443344b6027: Verifying Checksum f443344b6027: Download complete 899babe8d9b2: Verifying Checksum 899babe8d9b2: Download complete 97af65095748: Pull complete b802a6057f6d: Pull complete 47b045e79836: Pull complete f1bb600e92a6: Verifying Checksum f1bb600e92a6: Download complete 2ce8a10bf29f: Pull complete 781ee767d1c7: Pull complete 2271c058ae3a: Pull complete 2bc737cd8d16: Verifying Checksum 2bc737cd8d16: Download complete 56763a423ca6: Verifying Checksum 56763a423ca6: Download complete 2e5754ca2c40: Pull complete fc2b6e5cc5d9: Verifying Checksum fc2b6e5cc5d9: Download complete e7d9d600deab: Verifying Checksum e7d9d600deab: Download complete de21e4dabd9c: Pull complete f047029589c4: Pull complete e9a9e6b4e820: Verifying Checksum e9a9e6b4e820: Download complete 0f454d36be04: Pull complete 04ab44a2df2c: Pull complete ad401f078830: Pull complete 096a51bccb57: Pull complete e7134f98c78b: Pull complete afc7c35ee433: Pull complete 7bfa5dba7952: Pull complete 4f4fb700ef54: Pull complete f6b6a751bb6a: Pull complete f71dccae2ee7: Pull complete fe37a54a1499: Pull complete 1815b99ebc09: Pull complete 363d1f23b2cf: Pull complete 4bb0990bd121: Pull complete ac4f9c652c6c: Pull complete ab5409fef174: Pull complete 5e58ee45c6c7: Pull complete ee06219176b1: Pull complete 34fd31afeec8: Pull complete c7a97b361486: Pull complete fc2b6e5cc5d9: Pull complete 1c145dfb6c8a: Pull complete 6298e346bcf7: Verifying Checksum 6298e346bcf7: Download complete f1bb600e92a6: Pull complete 97457e4bb83c: Pull complete f443344b6027: Pull complete 899babe8d9b2: Pull complete 2bc737cd8d16: Pull complete 6298e346bcf7: Pull complete 56763a423ca6: Pull complete e9a9e6b4e820: Pull complete e7d9d600deab: Pull complete Digest: sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914 Status: Downloaded newer image for ocaml/opam@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914 2026-04-17 00:53.26 ---> using "370eb7c9066dffc9d7bb9f7896a1eadd182ab157ab94f3b3ea2611221f50dfbd" from cache /: (comment opensuse-16.0-4.14_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-04-17 00:53.26 ---> using "03897ddd7ada84b81b433737104d637291b9f3e5e4b8ca8cb2f59bea2a1348a7" 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.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-04-17 00:53.26 ---> using "892e983ec464ab9e30f73b19999908db1c4176db7407deaa27580978ce56406f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.14.3 2.5.0 2026-04-17 00:53.26 ---> using "4c3705ba48dbfa5253e99eb60ab46ecb878090ae97661efad63942a82b31b99d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-17 00:53.26 ---> using "abc78b45f90d84bef2c7b0c79177e4a71a551b7e630bbb48c5319698b75b1f1f" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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 42844088d7..0b0acbee05 master -> origin/master 5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). 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.26 ---> using "cdf42269b808c1ea9681eaa12826bd2aef571c4b5df42603958d165141e38301" from cache /src: (copy (src curl_lwt.opam curl.opam) (dst ./)) 2026-04-17 00:53.26 ---> using "7460ed9b9afdfecd917e0ffcec1c5dbdd775b30067cf77d51ae96a7777c123e3" from cache /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-04-17 00:53.26 ---> using "63074d7e28b20e756ae6e839eaba7777bed3d98db317699f89f5179998239a95" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-17 00:53.26 ---> using "d71e10579597b3cdb4742430f1d022f347c57862424e57faf0c174d1a8337210" from cache /src: (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.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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 "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Retrieving repository 'repo-oss (16.0)' metadata [.. - Looking for gpg keys in repository repo-oss (16.0). - gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key - .. - - Note: Received 1 new package signing key from repository "repo-oss (16.0)": - - Those additional keys are usually used to sign packages shipped by the repository. In order to - validate those packages upon download and installation the new keys will be imported into the rpm - database. - - New: - Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0 - Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Wed May 10 14:46:12 2023 - Key Expires: Sun May 9 14:46:12 2027 - Rpm Name: gpg-pubkey-25db7ae0-645bae34 - - The repository metadata introducing the new keys have been signed and validated by the trusted - key: - - Repository: repo-oss (16.0) - Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4 - Key Name: openSUSE Project Signing Key <opensuse@opensuse.org> - Key Algorithm: RSA 4096 - Key Created: Mon Jun 20 14:03:14 2022 - Key Expires: Fri Jun 19 14:03:14 2026 (expires in 63 days) - Rpm Name: gpg-pubkey-29b700a4-62b07e22 - - . - ........ - ........ - ......... - ......... - .......... - ......... - .......... - ....done] - Building repository 'repo-oss (16.0)' cache [.. - ..done] - All repositories have been refreshed. <><> 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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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: libcurl-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "libcurl-devel" - Refreshing service 'openSUSE'. - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 16 NEW packages are going to be installed: - keyutils-devel krb5-devel libbrotli-devel libbrotlienc1 libcom_err-devel libcrypto56 libcurl-devel libidn2-devel libnghttp2-devel libpsl-devel libressl-devel libssh-devel libssl59 libtls32 libverto-devel libzstd-devel - - 16 new packages to install. - - Package download size: 2.4 MiB - - Package install size change: - | 5.9 MiB required by packages that will be installed - 5.9 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Preloading Packages [. - . - Preloading: libidn2-devel-2.3.8-160000.2.2.x86_64.rpm [done] - . - Preloading: keyutils-devel-1.6.3-160000.3.2.x86_64.rpm [done] - . - Preloading: libnghttp2-devel-1.64.0-160000.3.1.x86_64.rpm [done] - . - Preloading: libcom_err-devel-1.47.0-160000.3.2.x86_64.rpm [done] - . - Preloading: libverto-devel-0.3.2-160000.2.2.x86_64.rpm [done] - . - Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done] - . - Preloading: libssh-devel-0.11.2-160000.2.2.x86_64.rpm [done] - . - Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libpsl-devel-0.21.5-160000.3.2.x86_64.rpm [done] - . - Preloading: libcrypto56-4.1.0-bp160.1.1.x86_64.rpm [done] - . - Preloading: libssl59-4.1.0-bp160.1.1.x86_64.rpm [done] - . - Preloading: libressl-devel-4.1.0-bp160.1.1.x86_64.rpm [done] - . - Preloading: krb5-devel-1.21.3-160000.2.2.x86_64.rpm [done] - . - Preloading: libcurl-devel-8.14.1-160000.5.1.x86_64.rpm [done] - . - Preloading: libtls32-4.1.0-bp160.1.1.x86_64.rpm [done] - . - - Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.] - .. - Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done] - .done] - Retrieving: keyutils-devel-1.6.3-160000.3.2.x86_64 (repo-oss (16.0)) (1/16), 17.0 KiB - Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (2/16), 263.6 KiB - Retrieving: libcom_err-devel-1.47.0-160000.3.2.x86_64 (repo-oss (16.0)) (3/16), 84.4 KiB - Retrieving: libcrypto56-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (4/16), 709.4 KiB - Retrieving: libidn2-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (5/16), 67.7 KiB - Retrieving: libnghttp2-devel-1.64.0-160000.3.1.x86_64 (repo-oss (16.0)) (6/16), 115.0 KiB - Retrieving: libpsl-devel-0.21.5-160000.3.2.x86_64 (repo-oss (16.0)) (7/16), 31.9 KiB - Retrieving: libssh-devel-0.11.2-160000.2.2.x86_64 (repo-oss (16.0)) (8/16), 71.5 KiB - Retrieving: libverto-devel-0.3.2-160000.2.2.x86_64 (repo-oss (16.0)) (9/16), 14.9 KiB - Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (10/16), 79.5 KiB - Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (11/16), 37.7 KiB - Retrieving: libssl59-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (12/16), 186.9 KiB - Retrieving: krb5-devel-1.21.3-160000.2.2.x86_64 (repo-oss (16.0)) (13/16), 196.7 KiB - Retrieving: libtls32-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (14/16), 71.3 KiB - Retrieving: libressl-devel-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (15/16), 216.5 KiB - Retrieving: libcurl-devel-8.14.1-160000.5.1.x86_64 (repo-oss (16.0)) (16/16), 344.6 KiB - - Checking for file conflicts: [..done] - ( 1/16) Installing: keyutils-devel-1.6.3-160000.3.2.x86_64 [..done] - ( 2/16) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done] - ( 3/16) Installing: libcom_err-devel-1.47.0-160000.3.2.x86_64 [..done] - ( 4/16) Installing: libcrypto56-4.1.0-bp160.1.1.x86_64 [..done] - ( 5/16) Installing: libidn2-devel-2.3.8-160000.2.2.x86_64 [..done] - ( 6/16) Installing: libnghttp2-devel-1.64.0-160000.3.1.x86_64 [..done] - ( 7/16) Installing: libpsl-devel-0.21.5-160000.3.2.x86_64 [..done] - ( 8/16) Installing: libssh-devel-0.11.2-160000.2.2.x86_64 [..done] - ( 9/16) Installing: libverto-devel-0.3.2-160000.2.2.x86_64 [..done] - (10/16) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..done] - (11/16) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [.. - done] - (12/16) Installing: libssl59-4.1.0-bp160.1.1.x86_64 [..done] - (13/16) Installing: krb5-devel-1.21.3-160000.2.2.x86_64 [..done] - (14/16) Installing: libtls32-4.1.0-bp160.1.1.x86_64 [..done] - (15/16) Installing: libressl-devel-4.1.0-bp160.1.1.x86_64 [..done] - (16/16) Installing: libcurl-devel-8.14.1-160000.5.1.x86_64 [..done] - Running post-transaction scripts [...done] # To update the current shell environment, run: eval $(opam env) 2026-04-17 00:53.26 ---> using "0a71b2bf77c00fd2b04d653c2bdfb7574b12ba863f5ef214c31f0e01957d2ad1" from cache /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-libcurl.2 -> retrieved lwt.6.1.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (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.26 ---> using "b22409f3c983b79397909ff4ba9f9c4801264609e3119f30b5152304cda978c3" from cache /src: (copy (src .) (dst /src)) 2026-04-17 00:53.26 ---> using "261b176db68e600459f04508aaa62eb93d22b5435879b3f32b4734e01dfba595" from cache /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-4ae3cca8f9be9de71a1a7b2ad5e3dcce -> required by alias examples/check (cd _build/default && /home/opam/.opam/4.14/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 && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/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 && /home/opam/.opam/4.14/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 /home/opam/.opam/4.14/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 && /home/opam/.opam/4.14/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/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/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/gcc -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wno-deprecated-declarations -DWITH_GZFILEOP -g -I /home/opam/.opam/4.14/lib/ocaml -o curl-helper.o -c curl-helper.c) curl-helper.c: In function 'handle_POSTREDIR': curl-helper.c:3437:51: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 3437 | long bitmask = caml_convert_flag_list(option, curlPostRedir_table); | ^~~~~~~~~~~~~~~~~~~ In file included from curl-helper.c:29: /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *' 60 | CAMLextern int caml_convert_flag_list (value, int *); | ^~~~~ curl-helper.c: In function 'convert_extra_fds': curl-helper.c:4981:72: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4981 | extra_fds[i].events = caml_convert_flag_list(Field(v_extra_fd, 1), curlWait_table); | ^~~~~~~~~~~~~~ /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *' 60 | CAMLextern int caml_convert_flag_list (value, int *); | ^~~~~ (cd _build/default/examples && ./test_memory_leaks.exe) RSS 9080832 -> 15392768 OK RSS 15396864 -> 15888384 OK RSS 15888384 -> 16936960 OK "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-04-17 00:53.41: Job failed: Failed: Build failed