2026-05-26 18:41.26: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (279802ac01028368cf206de11e601fa743d0f875) (linux-x86_64:opensuse-15.6-4.14_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocurl.git" -b "static" && cd "ocurl" && git reset --hard 279802accat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853# opensuse-15.6-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 curl_lwt.opam curl.opam ./RUN opam pin add -yn curl_lwt.dev './' && \opam pin add -yn curl.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-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.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-26 18:41.26: Using cache hint "ygrek/ocurl-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853-opensuse-15.6-4.14_opam-2.5-2b0d90cefb4aa046784a563c31e631bd"2026-05-26 18:41.26: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853)(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 (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-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.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-05-26 18:41.26: Waiting for resource in pool OCluster2026-05-26 18:41.26: Waiting for worker…2026-05-26 18:41.35: Got resource from pool OClusterBuilding on clete.caelum.ci.devAll commits already cachedHEAD is now at 279802a discover: fix put ARGN(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853)2026-05-26 18:41.35 ---> using "2d02d5e6367e692562c46f6bf306ae59a8b006f7e675e2cd9220d129b0de1240" 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-05-26 18:41.35 ---> using "4b6f0dca6848b5facb7b0066993f24efa643b0045ccd3ee8b0a9828be02e4aa3" 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_HEAD045748b2d8..418d45864d master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-26 18:41.35 ---> using "1d9c415180297901162deab61e9c8e167256c3dd9bf7b36cafe68bfa584890f0" 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] yFormat 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] Initialised2026-05-26 18:42.08 ---> saved as "43c51ff077b1892bccede17707938775652f88703eacb7534040f0ffcdd95f7c"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-26 18:42.09 ---> saved as "dd699cc6ddd6ba3ba7daea08abe119af96aa0b80d752f9d6f012cdafdbba78b5"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-26 18:42.09 ---> saved as "9c35d1a6a11d47a902a2e56f56b1946c176a8f3ce416e8bbb1cccb98467a0d8a"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] no changes from git+file:///home/opam/opam-repositoryEverything 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-05-26 18:42.23 ---> saved as "77bf5b5b1e045abd6119e606d8ccef56a3c196c1f7e7acc7fda9f039925e1d14"/src: (copy (src curl_lwt.opam curl.opam) (dst ./))2026-05-26 18:42.24 ---> saved as "2049015c7186507596c98a0f483816acc251404db6f5956fe4ae9c0e42b43f22"/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-26 18:42.27 ---> saved as "feda395a6a54d32cf8f4dd94db1606bf869f1ee4c0cffe96f6ac7a28caacdbde"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-26 18:42.27 ---> saved as "7da30446fe7d3e59db5aac4546f350bb82e3d841e2b17ea930e9cfd86f022f9a"/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.23.1 dune-configurator.3.23.1 lwt.6.1.2 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.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.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]- 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 (179.6 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]- 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 (1.3 MiB/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.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 (3.8 MiB/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 (1.1 MiB/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 (6.9 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.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-26 18:44.21 ---> saved as "bb707eda2437ca89121d4851bab3f9625056daa61b043e153fac91df0d167208"/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.23.1- install dune-configurator 3.23.1- install lwt 6.1.2- install ocamlfind 1.9.8- install ocplib-endian 1.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-libcurl.2-> retrieved lwt.6.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.23.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.23.1-> installed lwt.6.1.2Done.# To update the current shell environment, run: eval $(opam env)2026-05-26 18:45.11 ---> saved as "e8c9bc7d3162b7ac04c7ec3f41d886f50da4b5895aa95ce55832199696902ba9"/src: (copy (src .) (dst /src))2026-05-26 18:45.11 ---> saved as "04e069cb9134f53b78dcd720f58ca7d9e00e57e94c7534c387849e8bd6f9ed9c"/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/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_timeoutUse 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_timeoutUse 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 '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")^~~~~~~curl-helper.c: In function 'convert_extra_fds':curl-helper.c:4986: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 *);^~~~~~~~~~~~~~~~~~~~~~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 | (library4 | (public_name curl)5 | (wrapped false)6 | (foreign_stubs7 | (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/4.14/bin/ocamlmklib.opt -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 directorycollect2: 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 12026-05-26 18:45.45: Job failed: Failed: Build failed