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-15.6-4.14_opam-2.5) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67 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-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67 # opensuse-15.6-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-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67-opensuse-15.6-4.14_opam-2.5-0d59532e2320c492076939cad59c4ffc" 2026-04-17 00:53.07: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67) (comment opensuse-15.6-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.18: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 0b4f219 Remove the ocurl package definition (#107) (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67) 2026-04-17 00:53.38 ---> using "cd5ffe9eb783a234fb2269492629f1d7ab95728a3b4bc5415fbf3c844d82edbb" from cache /: (comment opensuse-15.6-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.39 ---> using "b38dc0966963e77ed21e23d461bad85d02565fcf67a50922c57e4b2af9540307" 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.39 ---> using "ef396fa5a5d7537257565a5bcbb59afbf4aa6b15b8cafed6c6e5e61b84ec6690" 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.39 ---> using "ddd4f8b68bc9f8bc2defa466f036f815b09acabb6864105826cee62ba3597dbf" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-17 00:53.39 ---> using "9e9ba07ed62b7ce49d36fe4d5f009843b66191bf327353bcaf40035913d106a4" 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 76bf2ed944..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.39 ---> using "af77565661c368321ced6db5f89f9864898e36f3f8f4ba82c5362589263d077a" from cache /src: (copy (src curl_lwt.opam curl.opam) (dst ./)) 2026-04-17 00:53.39 ---> using "d9f73fa6a6ddcc6b20f10e4a85d78f349c2b7713f2e5000084e5ae852db1c632" 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.39 ---> using "4d7bf2359c1a67ee2f2c9b8057eb753a8a64d478c3ef1a51b33b85c76116c4a1" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-17 00:53.39 ---> using "34d3fdde35a5b26865f025cc95251463b5bfd729c47649323a9c92a83274589b" 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" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.. - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ... - ..... - .... - .... - .... - .... - ................. - ............done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - ... - ..... - .... - .... - .... - .... - .................... - .......... - ......... - ..................... - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [.. - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - ..... - .... - .... - .... - .... - ...... - ........done] - Building repository 'Main Update Repository' cache [....done] - Retrieving repository 'Update Repository (Non-Oss)' metadata [.. - Looking for gpg keys in repository Update Repository (Non-Oss). - gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key - . - ..... - .... - .... - .... - .... - .... - ...........done] - Building repository 'Update Repository (Non-Oss)' cache [....done] - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - 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" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 22 NEW packages are going to be installed: - cmake cmake-full jitterentropy-devel keyutils-devel krb5-devel libarchive13 libbrotli-devel libbrotlienc1 libcom_err-devel libcurl-devel libidn2-devel libjsoncpp19 libnghttp2-devel libopenssl-3-devel libopenssl1_1 libpsl-devel libpython3_6m1_0 librhash0 libssh-devel libverto-devel libzstd-devel python3-base - - 22 new packages to install. - - Package download size: 26.4 MiB - - Package install size change: - | 93.7 MiB required by packages that will be installed - 93.7 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: keyutils-devel-1.6.3-5.6.1.x86_64 (Main Repository) (1/22), 13.8 KiB - Retrieving: keyutils-devel-1.6.3-5.6.1.x86_64.rpm [..... - .... - .... - .... - .... - .... - ..done (2.3 KiB/s)] - Retrieving: libidn2-devel-2.2.0-3.6.1.x86_64 (Main Repository) (2/22), 37.2 KiB - Retrieving: libidn2-devel-2.2.0-3.6.1.x86_64.rpm [.done] - Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (Main Repository) (3/22), 77.1 KiB - Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm [.done] - Retrieving: libpsl-devel-0.20.1-150000.3.3.1.x86_64 (Main Repository) (4/22), 30.3 KiB - Retrieving: libpsl-devel-0.20.1-150000.3.3.1.x86_64.rpm [.done] - Retrieving: librhash0-1.3.5-1.25.x86_64 (Main Repository) (5/22), 84.7 KiB - Retrieving: librhash0-1.3.5-1.25.x86_64.rpm [.done] - Retrieving: libverto-devel-0.2.6-3.20.x86_64 (Main Repository) (6/22), 14.4 KiB - Retrieving: libverto-devel-0.2.6-3.20.x86_64.rpm [.done] - Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64 (Main Repository) (7/22), 72.0 KiB - Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64.rpm [.done] - Retrieving: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/22), 29.5 KiB - Retrieving: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64.rpm [.. - .... - .... - .... - .... - .... - .done] - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/22), 341.4 KiB - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found] - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found] - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [..done (97.4 KiB/s)] - Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (10/22), 203.4 KiB - Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found] - Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found] - Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.done] - Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (11/22), 39.6 KiB - Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64.rpm [.not found] - Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64.rpm [.not found] - Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64.rpm [.done] - Retrieving: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (12/22), 93.6 KiB - Retrieving: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64.rpm [.not found] - Retrieving: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64.rpm [.not found] - Retrieving: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64.rpm [.done] - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (13/22), 1.4 MiB - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found] - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found] - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [..done (786.3 KiB/s)] - Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (14/22), 379.6 KiB - Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64.rpm [.not found] - Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64.rpm [.not found] - Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64.rpm [. - done] - Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (15/22), 32.2 KiB - Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found] - Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found] - Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.done] - Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (16/22), 166.9 KiB - Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64.rpm [.not found] - Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64.rpm [.not found] - Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64.rpm [.done] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/22), 7.8 MiB - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [........ - done (6.7 MiB/s)] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/22), 1.2 MiB - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [..done (872.7 KiB/s)] - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/22), 13.9 MiB - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [....... - ......done (13.5 MiB/s)] - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/22), 104.6 KiB - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.done] - Retrieving: libssh-devel-0.9.8-150600.11.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/22), 51.1 KiB - Retrieving: libssh-devel-0.9.8-150600.11.12.1.x86_64.rpm [.not found] - Retrieving: libssh-devel-0.9.8-150600.11.12.1.x86_64.rpm [.not found] - Retrieving: libssh-devel-0.9.8-150600.11.12.1.x86_64.rpm [.done] - Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (22/22), 312.5 KiB - Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64.rpm [.not found] - Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64.rpm [.not found] - Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64.rpm [.done] - - Checking for file conflicts: [.. - done] - ( 1/22) Installing: keyutils-devel-1.6.3-5.6.1.x86_64 [..done] - ( 2/22) Installing: libidn2-devel-2.2.0-3.6.1.x86_64 [..done] - ( 3/22) Installing: libjsoncpp19-1.8.4-1.17.x86_64 [..done] - ( 4/22) Installing: libpsl-devel-0.20.1-150000.3.3.1.x86_64 [..done] - ( 5/22) Installing: librhash0-1.3.5-1.25.x86_64 [..done] - ( 6/22) Installing: libverto-devel-0.2.6-3.20.x86_64 [..done] - ( 7/22) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done] - ( 8/22) Installing: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64 [..done] - ( 9/22) Installing: libarchive13-3.7.2-150600.3.17.1.x86_64 [..done] - (10/22) Installing: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 [..done] - (11/22) Installing: libcom_err-devel-1.47.0-150600.4.6.2.x86_64 [..done] - (12/22) Installing: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64 [..done] - (13/22) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [...done] - (14/22) Installing: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64 [..done] - (15/22) Installing: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 [..done] - (16/22) Installing: krb5-devel-1.20.1-150600.11.14.1.x86_64 [..done] - (17/22) Installing: python3-base-3.6.15-150300.10.109.1.x86_64 [.. - .......done] - (18/22) Installing: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 [..done] - (19/22) Installing: cmake-full-3.28.3-150600.3.3.1.x86_64 [... - ......... - ...done] - (20/22) Installing: cmake-3.28.3-150600.3.3.1.x86_64 [..done] - (21/22) Installing: libssh-devel-0.9.8-150600.11.12.1.x86_64 [..done] - (22/22) Installing: libcurl-devel-8.14.1-150600.4.40.1.x86_64 [..done] # To update the current shell environment, run: eval $(opam env) 2026-04-17 00:53.39 ---> using "772ec1ebc4a114925fac5465494e79109841b3bb324ca5467c990afc853d2968" 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.39 ---> using "85bd6081dfb490b9a7772923bf9d35a2867ec1aab87def660151aa95b15c90d6" from cache /src: (copy (src .) (dst /src)) 2026-04-17 00:53.39 ---> using "2b62ae1f5920b83afadf93dcf9bbdfa85698f06098ebce4b3ff02c370547ccd3" 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 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/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/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 -DOPENSSL_LOAD_CONF -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] long bitmask = caml_convert_flag_list(option, curlPostRedir_table); ^~~~~~~~~~~~~~~~~~~ In file included from curl-helper.c:29:0: /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:16: note: expected 'int *' but argument is of type 'const int *' 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] extra_fds[i].events = caml_convert_flag_list(Field(v_extra_fd, 1), curlWait_table); ^~~~~~~~~~~~~~ In file included from curl-helper.c:29:0: /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:16: note: expected 'int *' but argument is of type 'const int *' CAMLextern int caml_convert_flag_list (value, int *); ^~~~~~~~~~~~~~~~~~~~~~ (cd _build/default/examples && ./test_memory_leaks.exe) RSS 8384512 -> 14409728 OK RSS 14413824 -> 14929920 OK RSS 14929920 -> 15978496 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:54.05: Job failed: Failed: Build failed