2026-06-14 12:31.56: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (dc00dcb3ec5c1b55a28448a2f301fa1ce6af3019) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard dc00dcb3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e# opensuse-15.6-5.4_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 e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && 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-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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-14 12:31.56: 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-06-14 12:31.56: 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 e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))(copy (src curl_lwt.opam curl.opam) (dst ./))(run (network host)(shell "opam pin add -yn curl_lwt.dev './' && \\nopam pin add -yn curl.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-06-14 12:31.56: Waiting for resource in pool OCluster2026-06-14 13:57.38: Waiting for worker…2026-06-14 13:59.45: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at dc00dcb Bind additional error codes (#125)(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e' locallydocker.io/ocaml/opam@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e: Pulling from ocaml/opam90c02a347c3c: Pulling fs layer4a97a925dc51: Pulling fs layer8f3edb816ea5: Pulling fs layerfc0906997780: Pulling fs layer880b45fb7848: Pulling fs layeraac3f970581d: Pulling fs layera10f5d99a714: Pulling fs layer2cb19a5cb6a0: Pulling fs layer69dc0b2275c2: Pulling fs layerac0f1a58ca2c: Pulling fs layer6740b0027cef: Pulling fs layer596c07146196: Pulling fs layerf829e2fe48c9: Pulling fs layer07caa98e0988: Pulling fs layerf22069f46c9a: Pulling fs layerfc0906997780: Waitinga10f5d99a714: Waiting880b45fb7848: Waiting525691143d18: Pulling fs layer596c07146196: Waiting6740b0027cef: Waiting4f4b9963c58d: Pulling fs layerf829e2fe48c9: Waiting0da1ade0e3cd: Pulling fs layerf22069f46c9a: Waitingaac3f970581d: Waiting07caa98e0988: Waiting525691143d18: Waiting69dc0b2275c2: Waiting2cb19a5cb6a0: Waiting4f4b9963c58d: Waitingac0f1a58ca2c: Waiting93fb9d6383f1: Pulling fs layer4f4fb700ef54: Pulling fs layer38829ce7d1df: Pulling fs layer4cfab0213ffd: Pulling fs layerbb39643b6074: Pulling fs layer4d795f8a60b9: Pulling fs layer0da1ade0e3cd: Waiting93fb9d6383f1: Waitingbb39643b6074: Waiting0765ee798e35: Pulling fs layer38829ce7d1df: Waiting4f4fb700ef54: Waiting4cfab0213ffd: Waitingdefc0beb011b: Pulling fs layer0765ee798e35: Waitinge86a090295c8: Pulling fs layer4d795f8a60b9: Waitingdefc0beb011b: Waitingc9f6bdad98f3: Pulling fs layer7099bcff7937: Pulling fs layere86a090295c8: Waitingc9f6bdad98f3: Waiting45509dbac728: Pulling fs layercc9f4e900cf2: Pulling fs layer7099bcff7937: Waiting45509dbac728: Waitingc4b888db2d8c: Pulling fs layerf45835fc7721: Pulling fs layercc9f4e900cf2: Waitingc4b888db2d8c: Waiting227bd6f1a70f: Pulling fs layer6ad5f51f95fe: Pulling fs layer227bd6f1a70f: Waiting700cd0436182: Pulling fs layer6ad5f51f95fe: Waiting80bb1456e18c: Pulling fs layer700cd0436182: Waiting8f0205cc3a46: Pulling fs layer9c6d0527adf9: Pulling fs layer80bb1456e18c: Waitingde15f3bfe354: Pulling fs layer8f0205cc3a46: Waitingbb3b464ad6a1: Pulling fs layer994434174144: Pulling fs layerab046dbb3afc: Pulling fs layerbb3b464ad6a1: Waitingf0dae0c4150e: Pulling fs layerde15f3bfe354: Waiting994434174144: Waiting9c6d0527adf9: Waitingab046dbb3afc: Waiting7484489eeff2: Pulling fs layerf0dae0c4150e: Waiting7484489eeff2: Waiting4a97a925dc51: Download completefc0906997780: Verifying Checksumfc0906997780: Download complete880b45fb7848: Download completeaac3f970581d: Verifying Checksumaac3f970581d: Download complete90c02a347c3c: Verifying Checksum90c02a347c3c: Download complete2cb19a5cb6a0: Download completea10f5d99a714: Verifying Checksuma10f5d99a714: Download complete69dc0b2275c2: Verifying Checksum69dc0b2275c2: Download complete90c02a347c3c: Pull complete4a97a925dc51: Pull complete6740b0027cef: Verifying Checksum6740b0027cef: Download completeac0f1a58ca2c: Verifying Checksumac0f1a58ca2c: Download complete596c07146196: Verifying Checksum596c07146196: Download completef829e2fe48c9: Verifying Checksumf829e2fe48c9: Download complete07caa98e0988: Download complete525691143d18: Verifying Checksum525691143d18: Download complete4f4b9963c58d: Verifying Checksum4f4b9963c58d: Download completef22069f46c9a: Verifying Checksumf22069f46c9a: Download complete0da1ade0e3cd: Verifying Checksum0da1ade0e3cd: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete93fb9d6383f1: Verifying Checksum93fb9d6383f1: Download complete38829ce7d1df: Verifying Checksum38829ce7d1df: Download completebb39643b6074: Download complete4cfab0213ffd: Verifying Checksum4cfab0213ffd: Download complete4d795f8a60b9: Verifying Checksum4d795f8a60b9: Download complete0765ee798e35: Verifying Checksum0765ee798e35: Download completedefc0beb011b: Verifying Checksumdefc0beb011b: Download completec9f6bdad98f3: Download completee86a090295c8: Verifying Checksume86a090295c8: Download complete7099bcff7937: Verifying Checksum7099bcff7937: Download complete45509dbac728: Verifying Checksum45509dbac728: Download completec4b888db2d8c: Verifying Checksumc4b888db2d8c: Download completecc9f4e900cf2: Verifying Checksumcc9f4e900cf2: Download complete227bd6f1a70f: Verifying Checksum227bd6f1a70f: Download complete6ad5f51f95fe: Verifying Checksum6ad5f51f95fe: Download complete700cd0436182: Verifying Checksum700cd0436182: Download complete80bb1456e18c: Verifying Checksum80bb1456e18c: Download complete8f0205cc3a46: Verifying Checksum8f0205cc3a46: Download complete9c6d0527adf9: Verifying Checksum9c6d0527adf9: Download completede15f3bfe354: Verifying Checksumde15f3bfe354: Download completebb3b464ad6a1: Verifying Checksumbb3b464ad6a1: Download complete994434174144: Verifying Checksum994434174144: Download completeab046dbb3afc: Verifying Checksumab046dbb3afc: Download completef0dae0c4150e: Verifying Checksumf0dae0c4150e: Download complete7484489eeff2: Verifying Checksum7484489eeff2: Download complete8f3edb816ea5: Verifying Checksum8f3edb816ea5: Download complete8f3edb816ea5: Pull completef45835fc7721: Verifying Checksumf45835fc7721: Download completefc0906997780: Pull complete880b45fb7848: Pull completeaac3f970581d: Pull completea10f5d99a714: Pull complete2cb19a5cb6a0: Pull complete69dc0b2275c2: Pull completeac0f1a58ca2c: Pull complete6740b0027cef: Pull complete596c07146196: Pull completef829e2fe48c9: Pull complete07caa98e0988: Pull completef22069f46c9a: Pull complete525691143d18: Pull complete4f4b9963c58d: Pull complete0da1ade0e3cd: Pull complete93fb9d6383f1: Pull complete4f4fb700ef54: Pull complete38829ce7d1df: Pull complete4cfab0213ffd: Pull completebb39643b6074: Pull complete4d795f8a60b9: Pull complete0765ee798e35: Pull completedefc0beb011b: Pull completee86a090295c8: Pull completec9f6bdad98f3: Pull complete7099bcff7937: Pull complete45509dbac728: Pull completecc9f4e900cf2: Pull completec4b888db2d8c: Pull completef45835fc7721: Pull complete227bd6f1a70f: Pull complete6ad5f51f95fe: Pull complete700cd0436182: Pull complete80bb1456e18c: Pull complete8f0205cc3a46: Pull complete9c6d0527adf9: Pull completede15f3bfe354: Pull completebb3b464ad6a1: Pull complete994434174144: Pull completeab046dbb3afc: Pull completef0dae0c4150e: Pull complete7484489eeff2: Pull completeDigest: sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864eStatus: Downloaded newer image for ocaml/opam@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e2026-06-14 13:59.46 ---> 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-06-14 13:59.46 ---> 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 e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD045748b2d8..bfde4320ee master -> origin/mastere8dee60709 Merge pull request #30040 from dra27/mingw-w64-shims2026-06-14 13:59.46 ---> using "ceb1b6f1e665d07ee210eee53cf62c501c883df274608286afbb2e6ec2c3e91d" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-06-14 13:59.46 ---> using "c1e141b19076e325b75d92a049fe9972d162052ed20594591d44392e38bc9ddc" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.4.12.5.12026-06-14 13:59.46 ---> using "ce72b9b5f80f7460a1c16175d9e656f7347a48c4b4bad07ad43f47b52753dfba" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-14 13:59.46 ---> using "4fe5b64e0a893e7f191876d8e33154f1dc7968b0da04dde449db58a255710500" 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-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-06-14 13:59.46 ---> using "c528c56b3a2e0715ec3be20353164df31031c5cc77632a4dc023eadea2e620f6" from cache/src: (copy (src curl_lwt.opam curl.opam) (dst ./))2026-06-14 13:59.47 ---> saved as "e6b3af0e750cb4cf04933058ea69839659bf20cd0d6623b6dbc5d3ceb07067f3"/src: (run (network host)(shell "opam pin add -yn curl_lwt.dev './' && \\nopam pin add -yn curl.dev './'"))[curl_lwt.dev] synchronised (file:///src)curl_lwt is now pinned to file:///src (version dev)[curl.dev] synchronised (file:///src)curl is now pinned to file:///src (version dev)2026-06-14 13:59.50 ---> saved as "60a1b0dd09c0485b57949bce76d578899c0c081370e67d8c9bcdf70c954d45ed"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-14 13:59.51 ---> saved as "9c33e874d7be3ba494cb48481410d9cb0c66872b850b423726882f549437660c"/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- ..- The gpg key signing file 'repomd.xml' will expire in 5 days.- Repository: Main Update Repository- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>- Key Algorithm: RSA 4096- Key Created: Mon Jun 20 14:03:14 2022- Key Expires: Fri Jun 19 14:03:14 2026 (expires in 5 days)- Rpm Name: gpg-pubkey-29b700a4-62b07e22- .- .....- ...........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- ..-- The gpg key signing file 'repomd.xml' will expire in 5 days.- Repository: Update Repository (Non-Oss)- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>- Key Algorithm: RSA 4096- Key Created: Mon Jun 20 14:03:14 2022- Key Expires: Fri Jun 19 14:03:14 2026 (expires in 5 days)- Rpm Name: gpg-pubkey-29b700a4-62b07e22- ....- .............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]- 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]- 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.4 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-06-14 14:01.57 ---> saved as "12357b45c55f520e1175a8905bf1eadec19789264403f81f867edd3e0efc7f85"/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.2Done.# To update the current shell environment, run: eval $(opam env)2026-06-14 14:04.33 ---> saved as "75d28ce0dac00f8922575ebcbc875157cbbfae3a2c5f3352667519586b8b752a"/src: (copy (src .) (dst /src))2026-06-14 14:04.34 ---> saved as "0813f9b1cd11041a8b93648b62a9f03123de9868bb092663312ef1c6b4255e56"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "examples/dune", line 35, characters 18-25:35 | (preprocess (pps lwt_ppx))^^^^^^^Error: Library "lwt_ppx" not found.-> required by_build/default/examples/.merlin-conf/exe-test_lwt-7ea57e54dfcdb31d8ef2be2c4623f56b-> required by alias examples/check(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -bin-annot-occurrences -I examples/.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/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_timeoutUse action_timeout' instead(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_timeoutUse action_timeout' instead(cd _build/default/examples && ./test_memory_leaks.exe)RSS 8790016 -> 13127680 OKRSS 13127680 -> 14479360 OKRSS 14479360 -> 15527936 OK"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-06-14 14:04.42: Job failed: Failed: Build failed