2026-05-22 09:48.04: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (7fc1e88f1015008a655cfad58367ed1f6b4fbd87) (linux-x86_64:opensuse-15.6-5.4_opam-2.5) Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/ocurl.git" -b "static" && cd "ocurl" && git reset --hard 7fc1e88f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e # opensuse-15.6-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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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-05-22 09:48.04: Using cache hint "ygrek/ocurl-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e-opensuse-15.6-5.4_opam-2.5-50ad28da2981df628a8da127617b6252" 2026-05-22 09:48.04: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e) (comment opensuse-15.6-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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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-05-22 09:48.04: Waiting for resource in pool OCluster 2026-05-22 12:39.00: Waiting for worker… 2026-05-22 12:39.01: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 7fc1e88 static link (from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e) 2026-05-22 12:39.02 ---> using "4ca16588261ec94bc0af5c9a33bc40d6275395697fbaa0c428f9627813be5cfe" from cache /: (comment opensuse-15.6-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-05-22 12:39.02 ---> using "ffe77c663787017bc3f5ed33ecf47d2b30f1c22125b3915ac49af944388097b5" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 045748b2d8..3e30e43808 master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-22 12:39.02 ---> using "493fdd34906a243916a91978cd7b4b6bb11d43ca50d35f0ac73d986f0ec9df49" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-22 12:39.02 ---> using "6f095bfdf31f8bcf560ae5aecb85b3b36012a9cc1a84a3bb1b2410e846812169" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-05-22 12:39.02 ---> using "8777a0bfe57f9e533110f422fdb23e1d81975d8854719b2732567449450985a5" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-22 12:39.02 ---> using "52cd9be902137bf36a8efcda1034bce176f2ee2064da29cc383144fbfe2416c8" 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 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-05-22 12:39.02 ---> using "670c7a75a84a1ee81beb63b528cb59f542522ac1bc3a0eb7cf1b5a8297c6b545" from cache /src: (copy (src curl_lwt.opam curl.opam) (dst ./)) 2026-05-22 12:39.02 ---> using "bee2debf63366f9d151a8ba651099aa65cee2f0bc334c9f846a058542f168708" 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-05-22 12:39.02 ---> using "e90a2b1e36a9faa3fc5bfec1694f88476e742265ff16950cfdb71be226c8268b" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-22 12:39.02 ---> using "312552fe406986ab45891a086bcb5a66cdde09cd0d632f069d3905924415f74f" from cache /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 "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 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: 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.8 MiB required by packages that will be installed - 93.8 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.4 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 (31.8 KiB/s)] - 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 (71.9 KiB/s)] - 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 (30.3 KiB/s)] - 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 (84.7 KiB/s)] - 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 (14.4 KiB/s)] - 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 (67.9 KiB/s)] - 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 (29.5 KiB/s)] - 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 (341.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 (185.2 KiB/s)] - 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 (19.3 KiB/s)] - 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 (93.6 KiB/s)] - 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 (355.2 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 (189.8 KiB/s)] - 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 (166.9 KiB/s)] - Retrieving: python3-base-3.6.15-150300.10.118.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.118.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.118.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.118.1.x86_64.rpm [....... - ........ - ......... - ........ - ......... - ......... - ........ - ......... - ........ - ........ - ........ - ......... - ........ - ......... - ........ - ......... - ......... - ........ - ......... - ........ - ........ - ........ - ......... - ........ - ......... - ......... - ........ - ........ - ........done (275.9 KiB/s)] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.118.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.118.1.x86_64.rpm [..not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.118.1.x86_64.rpm [. - not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.118.1.x86_64.rpm [......... - ........ - ....... - ......... - ....... - ......... - ...done (205.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 (98.3 KiB/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 (101.5 KiB/s)] - 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 (51.1 KiB/s)] - 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 (148.4 KiB/s)] - - 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.118.1.x86_64 [......... - ......done] - (18/22) Installing: libpython3_6m1_0-3.6.15-150300.10.118.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-05-22 12:39.02 ---> using "8f12caefb93688bf6a87a011f3f16144f7ab0ba03b2d6486d39046c752e83c95" 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 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-05-22 12:39.02 ---> using "0b1e6e40f0715ff102f63fa031e751e8053073767aa822a593aa3172d2c9801b" from cache /src: (copy (src .) (dst /src)) 2026-05-22 12:39.02 ---> saved as "29eded7e50efd026a33e396f92fee1e92e7f9a52ab86e86f338b4539c8a9ba29" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "examples/dune", line 37, characters 18-25: 37 | (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 && /usr/bin/gcc -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wno-deprecated-declarations -DOPENSSL_LOAD_CONF -g -I /home/opam/.opam/5.4/lib/ocaml -I /home/opam/.opam/5.4/lib/ocaml/unix -o curl-helper.o -c curl-helper.c) curl-helper.c: In function 'caml_curl_easy_getinfo': curl-helper.c:4081:9: note: #pragma message: libcurl does not provide CURLINFO_EFFECTIVE_URL #pragma message("libcurl does not provide CURLINFO_EFFECTIVE_URL") ^~~~~~~ curl-helper.c:4392:9: note: #pragma message: libcurl does not provide CURLINFO_REDIRECT_URL #pragma message("libcurl does not provide CURLINFO_REDIRECT_URL") ^~~~~~~ curl-helper.c:4404:9: note: #pragma message: libcurl does not provide CURLINFO_PRIMARY_IP #pragma message("libcurl does not provide CURLINFO_PRIMARY_IP") ^~~~~~~ curl-helper.c:4416:9: note: #pragma message: libcurl does not provide CURLINFO_LOCAL_IP #pragma message("libcurl does not provide CURLINFO_LOCAL_IP") ^~~~~~~ curl-helper.c:4428:9: note: #pragma message: libcurl does not provide CURLINFO_LOCAL_PORT #pragma message("libcurl does not provide CURLINFO_LOCAL_PORT") ^~~~~~~ curl-helper.c:4440:9: note: #pragma message: libcurl does not provide CURLINFO_CONDITION_UNMET #pragma message("libcurl does not provide CURLINFO_CONDITION_UNMET") ^~~~~~~ curl-helper.c:4465:9: note: #pragma message: libcurl does not provide CURLINFO_CERTINFO #pragma message("libcurl does not provide CURLINFO_CERTINFO") ^~~~~~~ curl-helper.c:4476:9: note: #pragma message: libcurl does not provide CURLINFO_ACTIVESOCKET #pragma message("libcurl does not provide CURLINFO_ACTIVESOCKET") ^~~~~~~ curl-helper.c:4490:9: note: #pragma message: libcurl does not provide CURLINFO_HTTP_VERSION #pragma message("libcurl does not provide CURLINFO_HTTP_VERSION") ^~~~~~~ At top level: curl-helper.c:2673:13: warning: 'ocaml_HTTP_VERSION' defined but not used [-Wunused-function] static long ocaml_HTTP_VERSION(long curl_version) ^~~~~~~~~~~~~~~~~~ curl-helper.c:2170:13: warning: 'handle_SSL_OPTIONS_' defined but not used [-Wunused-function] static void handle_SSL_OPTIONS_(CURLoption opt, Connection *conn, value opts) ^~~~~~~~~~~~~~~~~~~ curl-helper.c:1144:18: warning: 'cb_IOCTLFUNCTION' defined but not used [-Wunused-function] static curlioerr cb_IOCTLFUNCTION(CURL *ioctl, ^~~~~~~~~~~~~~~~ curl-helper.c:1052:12: warning: 'cb_XFERINFOFUNCTION' defined but not used [-Wunused-function] static int cb_XFERINFOFUNCTION(void *data, ^~~~~~~~~~~~~~~~~~~ File "dune", lines 3-12, characters 0-253: 3 | (library 4 | (public_name curl) 5 | (wrapped false) 6 | (foreign_stubs 7 | (language c) 8 | (flags -DHAVE_CONFIG_H :standard (:include cflags.sexp)) 9 | (names curl-helper)) 10 | (c_library_flags :standard (:include clibs.sexp)) 11 | (libraries bigarray unix) 12 | (modules curl)) (cd _build/default && /home/opam/.opam/5.4/bin/ocamlmklib -g -o curl_stubs curl-helper.o -ldopt -Wl,--push-state -ldopt -Wl,-Bdynamic -ldopt -lsasl2 -ldopt -lp11-kit -ldopt -Wl,--pop-state -ldopt -lcurl -ldopt -lnghttp2 -ldopt -lidn2 -ldopt -lssh -ldopt -lpsl -ldopt -lssl -ldopt -lcrypto -ldopt -lssl -ldopt -lcrypto -ldopt -lgssapi_krb5 -ldopt -lldap -ldopt -llber -ldopt -lzstd -ldopt -lbrotlidec -ldopt -lz -ldopt -lidn2 -ldopt -lunistring -ldopt -lz -ldopt -lbrotlidec -ldopt -lbrotlicommon -ldopt -lzstd -ldopt -pthread -ldopt -lgssapi_krb5 -ldopt -lkrb5 -ldopt -lk5crypto -ldopt -lcom_err -ldopt -lkrb5support -ldopt -lssl -ldopt -lcrypto -ldopt -lz -ldopt -ljitterentropy -ldopt -ldl -ldopt -pthread -ldopt -lpsl -ldopt -lssh -ldopt -lnghttp2) /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lsasl2: No such file or directory /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lp11-kit: No such file or directory /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lldap: No such file or directory /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -llber: No such file or directory /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lunistring: No such file or directory collect2: error: ld returned 1 exit status "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-05-22 12:40.07: Job failed: Failed: Build failed