2026-05-05 14:41.10: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (eb8548643637cd2a309043da1c82805468226d64) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5) Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard eb854864 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b # ubuntu-25.10-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 opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 curl_lwt.opam curl.opam ./ RUN opam pin add -yn curl_lwt.dev './' && \ opam pin add -yn curl.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-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.0 dune-configurator.3.23.0 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-05 14:41.10: Using cache hint "ygrek/ocurl-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b-ubuntu-25.10-5.4_opam-2.5-8d168bff14bb15edeef6de0a6d45399e" 2026-05-05 14:41.10: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b) (comment ubuntu-25.10-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 (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src curl_lwt.opam curl.opam) (dst ./)) (run (network host) (shell "opam pin add -yn curl_lwt.dev './' && \ \nopam pin add -yn curl.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-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.0 dune-configurator.3.23.0 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-05 14:41.10: Waiting for resource in pool OCluster 2026-05-05 18:27.41: Waiting for worker… 2026-05-05 18:32.26: Got resource from pool OCluster Building on phoebe.caelum.ci.dev All commits already cached HEAD is now at eb85486 fix CURLINFO_HTTP_VERSION (from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b' locally docker.io/ocaml/opam@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b: Pulling from ocaml/opam 16c195d4c5e9: Already exists 1c62812e7321: Pulling fs layer 8a4b09d2a7a7: Pulling fs layer 3318481042ff: Pulling fs layer 3efb10c5a696: Pulling fs layer 888f94101ffe: Pulling fs layer cb111e18f70b: Pulling fs layer 4577a01d97fc: Pulling fs layer 36c03f94b287: Pulling fs layer b55120cc7c58: Pulling fs layer 3efb10c5a696: Waiting 40f87b6b7b5e: Pulling fs layer b6b4461886a5: Pulling fs layer 888f94101ffe: Waiting 82cf66283d29: Pulling fs layer cb111e18f70b: Waiting 4577a01d97fc: Waiting 1a02079536a8: Pulling fs layer 36c03f94b287: Waiting b6b4461886a5: Waiting b55120cc7c58: Waiting 82cf66283d29: Waiting 40f87b6b7b5e: Waiting 2e0bc88eb84b: Pulling fs layer 09b28afbcd46: Pulling fs layer 00cd2b8865d8: Pulling fs layer 2e4e2f0309f4: Pulling fs layer 09b28afbcd46: Waiting 2e4e2f0309f4: Waiting 50db42a840cc: Pulling fs layer 5913402ab519: Pulling fs layer 50db42a840cc: Waiting 519e922f93a7: Pulling fs layer 2e0bc88eb84b: Waiting 00cd2b8865d8: Waiting 332f52403f35: Pulling fs layer 519e922f93a7: Waiting 5913402ab519: Waiting 4f4fb700ef54: Pulling fs layer a6f5d82bd51a: Pulling fs layer 22b6b33dc014: Pulling fs layer c4ba1bb0beef: Pulling fs layer 332f52403f35: Waiting 4f4fb700ef54: Waiting a6f5d82bd51a: Waiting 819f9134fecb: Pulling fs layer 22b6b33dc014: Waiting 3a2ab9b94171: Pulling fs layer 1cf4451cd5ed: Pulling fs layer 819f9134fecb: Waiting c4ba1bb0beef: Waiting 3a2ab9b94171: Waiting ff69b5cd68bc: Pulling fs layer 1cf4451cd5ed: Waiting cd0e15413539: Pulling fs layer 3f08ff270ed3: Pulling fs layer 7a3d3f919aa8: Pulling fs layer c98da4399bf5: Pulling fs layer cd0e15413539: Waiting 3f08ff270ed3: Waiting ff69b5cd68bc: Waiting 7a3d3f919aa8: Waiting af6ae49e31af: Pulling fs layer 1c5876ef1c32: Pulling fs layer 0090888c3ffc: Pulling fs layer 201e5e865a7a: Pulling fs layer 1c5876ef1c32: Waiting c98da4399bf5: Waiting 0090888c3ffc: Waiting d369afea098a: Pulling fs layer b826f9587249: Pulling fs layer af6ae49e31af: Waiting d7b96966ef4d: Pulling fs layer 679cdcbf0694: Pulling fs layer d7b96966ef4d: Waiting d369afea098a: Waiting 201e5e865a7a: Waiting 1c95b99f9a8a: Pulling fs layer 679cdcbf0694: Waiting 0768d7b60399: Pulling fs layer 8ee00cb0cdd7: Pulling fs layer 172110b2444b: Pulling fs layer 0768d7b60399: Waiting 0e9c7540a7ed: Pulling fs layer 8ee00cb0cdd7: Waiting 1c95b99f9a8a: Waiting 172110b2444b: Waiting 9cee72d1c6b0: Pulling fs layer 0e9c7540a7ed: Waiting 9cee72d1c6b0: Waiting 1c62812e7321: Verifying Checksum 1c62812e7321: Download complete 8a4b09d2a7a7: Verifying Checksum 8a4b09d2a7a7: Download complete 1c62812e7321: Pull complete 8a4b09d2a7a7: Pull complete 3318481042ff: Verifying Checksum 3318481042ff: Download complete cb111e18f70b: Verifying Checksum cb111e18f70b: Download complete 4577a01d97fc: Verifying Checksum 4577a01d97fc: Download complete 3318481042ff: Pull complete 3efb10c5a696: Verifying Checksum 3efb10c5a696: Download complete 36c03f94b287: Download complete b55120cc7c58: Verifying Checksum b55120cc7c58: Download complete 3efb10c5a696: Pull complete 888f94101ffe: Verifying Checksum 888f94101ffe: Download complete 40f87b6b7b5e: Verifying Checksum 40f87b6b7b5e: Download complete b6b4461886a5: Verifying Checksum b6b4461886a5: Download complete 82cf66283d29: Verifying Checksum 82cf66283d29: Download complete 1a02079536a8: Verifying Checksum 1a02079536a8: Download complete 09b28afbcd46: Verifying Checksum 09b28afbcd46: Download complete 2e0bc88eb84b: Verifying Checksum 2e0bc88eb84b: Download complete 00cd2b8865d8: Verifying Checksum 00cd2b8865d8: Download complete 2e4e2f0309f4: Download complete 50db42a840cc: Download complete 5913402ab519: Verifying Checksum 5913402ab519: Download complete 332f52403f35: Verifying Checksum 332f52403f35: Download complete 519e922f93a7: Verifying Checksum 519e922f93a7: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a6f5d82bd51a: Verifying Checksum a6f5d82bd51a: Download complete 22b6b33dc014: Download complete c4ba1bb0beef: Verifying Checksum c4ba1bb0beef: Download complete 3a2ab9b94171: Download complete 819f9134fecb: Download complete 1cf4451cd5ed: Verifying Checksum 1cf4451cd5ed: Download complete ff69b5cd68bc: Verifying Checksum ff69b5cd68bc: Download complete cd0e15413539: Verifying Checksum cd0e15413539: Download complete 3f08ff270ed3: Download complete 7a3d3f919aa8: Verifying Checksum 7a3d3f919aa8: Download complete c98da4399bf5: Download complete af6ae49e31af: Download complete 0090888c3ffc: Verifying Checksum 0090888c3ffc: Download complete d369afea098a: Verifying Checksum d369afea098a: Download complete b826f9587249: Verifying Checksum b826f9587249: Download complete 888f94101ffe: Pull complete cb111e18f70b: Pull complete d7b96966ef4d: Verifying Checksum d7b96966ef4d: Download complete 679cdcbf0694: Verifying Checksum 679cdcbf0694: Download complete 4577a01d97fc: Pull complete 36c03f94b287: Pull complete 1c95b99f9a8a: Verifying Checksum 1c95b99f9a8a: Download complete b55120cc7c58: Pull complete 0768d7b60399: Verifying Checksum 0768d7b60399: Download complete 40f87b6b7b5e: Pull complete b6b4461886a5: Pull complete 82cf66283d29: Pull complete 1a02079536a8: Pull complete 2e0bc88eb84b: Pull complete 09b28afbcd46: Pull complete 00cd2b8865d8: Pull complete 2e4e2f0309f4: Pull complete 201e5e865a7a: Verifying Checksum 201e5e865a7a: Download complete 8ee00cb0cdd7: Verifying Checksum 8ee00cb0cdd7: Download complete 172110b2444b: Verifying Checksum 172110b2444b: Download complete 0e9c7540a7ed: Verifying Checksum 9cee72d1c6b0: Download complete 50db42a840cc: Pull complete 5913402ab519: Pull complete 519e922f93a7: Pull complete 332f52403f35: Pull complete 4f4fb700ef54: Pull complete a6f5d82bd51a: Pull complete 22b6b33dc014: Pull complete c4ba1bb0beef: Pull complete 819f9134fecb: Pull complete 3a2ab9b94171: Pull complete 1cf4451cd5ed: Pull complete ff69b5cd68bc: Pull complete cd0e15413539: Pull complete 3f08ff270ed3: Pull complete 7a3d3f919aa8: Pull complete c98da4399bf5: Pull complete af6ae49e31af: Pull complete 1c5876ef1c32: Verifying Checksum 1c5876ef1c32: Download complete 1c5876ef1c32: Pull complete 0090888c3ffc: Pull complete 201e5e865a7a: Pull complete d369afea098a: Pull complete b826f9587249: Pull complete d7b96966ef4d: Pull complete 679cdcbf0694: Pull complete 1c95b99f9a8a: Pull complete 0768d7b60399: Pull complete 8ee00cb0cdd7: Pull complete 172110b2444b: Pull complete 0e9c7540a7ed: Pull complete 9cee72d1c6b0: Pull complete Digest: sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b Status: Downloaded newer image for ocaml/opam@sha256:46063c0a705bfb0a070cd405527fed49717585d0bd9766f352ba4fef419c2b4b 2026-05-05 18:32.31 ---> using "6f30897515c1e824a950778ea676e229c104637b6aa7ebb64a6b53fea7d6cfa7" from cache /: (comment ubuntu-25.10-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-05 18:32.32 ---> using "ed652262ffe41adc8028dee056f45315aa4f3887ab4acc45b8d73186149e101e" 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 [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-05 18:32.32 ---> using "ad4cd56fa8230439a361a9df0e86dd3506d48c3e5068086c2933cdd52eceab67" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-110-generic The OCaml toplevel, version 5.4.1 2.5.0 2026-05-05 18:32.32 ---> using "71a2c562bc27d627cf1dd84848313ec1ea0634d615bb73f843054f8c68abea91" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-05 18:32.33 ---> using "575fef843e896b9779ee1eb6db58ec4085b692ac117dad7cfb2598c75e137f99" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..a70af20c71 master -> origin/master a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 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-05 18:32.33 ---> using "887546401ab4f60287232f98c148b5a155dfc7f4ce54ee694d142d5d1c0d615a" from cache /src: (copy (src curl_lwt.opam curl.opam) (dst ./)) 2026-05-05 18:32.38 ---> saved as "bb006828e1c4e82a4a039801d6b881eef663cae1cc2cb0b05a07a2d06d858378" /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-05 18:32.46 ---> saved as "41b7ac338b8f7120bbada22041c0702dba8d2b25e491004200339f9e3b95e86e" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-05 18:32.50 ---> saved as "c93a639763cf0d5e3e16e956d1e8a58a1e69fa1d961e8960925fe20edd6b68ee" /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.0 dune-configurator.3.23.0 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 "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease - Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:4 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [276 kB] - Get:5 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [380 kB] - Get:6 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [2684 B] - Get:7 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [300 kB] - Get:8 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [297 kB] - Get:10 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [519 kB] - Get:11 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.5 kB] - Get:12 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [383 kB] - Get:13 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [3995 B] - Fetched 2588 kB in 0s (6892 kB/s) - Reading package lists... - <><> 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: libcurl4-gnutls-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18742 files and directories currently installed.) - Preparing to unpack .../00-libnghttp2-14_1.64.0-1.1ubuntu1.1_amd64.deb ... - Unpacking libnghttp2-14:amd64 (1.64.0-1.1ubuntu1.1) over (1.64.0-1.1ubuntu1) ... - Selecting previously unselected package comerr-dev:amd64. - Preparing to unpack .../01-comerr-dev_2.1-1.47.2-3ubuntu2_amd64.deb ... - Unpacking comerr-dev:amd64 (2.1-1.47.2-3ubuntu2) ... - Selecting previously unselected package libgssrpc4t64:amd64. - Preparing to unpack .../02-libgssrpc4t64_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libgssrpc4t64:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libkadm5clnt-mit12:amd64. - Preparing to unpack .../03-libkadm5clnt-mit12_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libkdb5-10t64:amd64. - Preparing to unpack .../04-libkdb5-10t64_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libkdb5-10t64:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libkadm5srv-mit12:amd64. - Preparing to unpack .../05-libkadm5srv-mit12_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libkadm5srv-mit12:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package krb5-multidev:amd64. - Preparing to unpack .../06-krb5-multidev_1.21.3-5ubuntu2_amd64.deb ... - Unpacking krb5-multidev:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libbrotli-dev:amd64. - Preparing to unpack .../07-libbrotli-dev_1.1.0-2build5_amd64.deb ... - Unpacking libbrotli-dev:amd64 (1.1.0-2build5) ... - Preparing to unpack .../08-libcurl3t64-gnutls_8.14.1-2ubuntu1.3_amd64.deb ... - Unpacking libcurl3t64-gnutls:amd64 (8.14.1-2ubuntu1.3) over (8.14.1-2ubuntu1.2) ... - Selecting previously unselected package libevent-2.1-7t64:amd64. - Preparing to unpack .../09-libevent-2.1-7t64_2.1.12-stable-10build1_amd64.deb ... - Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Selecting previously unselected package libunbound8:amd64. - Preparing to unpack .../10-libunbound8_1.22.0-2ubuntu2.2_amd64.deb ... - Unpacking libunbound8:amd64 (1.22.0-2ubuntu2.2) ... - Selecting previously unselected package libgnutls-dane0t64:amd64. - Preparing to unpack .../11-libgnutls-dane0t64_3.8.9-3ubuntu2.1_amd64.deb ... - Unpacking libgnutls-dane0t64:amd64 (3.8.9-3ubuntu2.1) ... - Selecting previously unselected package libgnutls-openssl27t64:amd64. - Preparing to unpack .../12-libgnutls-openssl27t64_3.8.9-3ubuntu2.1_amd64.deb ... - Unpacking libgnutls-openssl27t64:amd64 (3.8.9-3ubuntu2.1) ... - Selecting previously unselected package libidn2-dev:amd64. - Preparing to unpack .../13-libidn2-dev_2.3.8-4_amd64.deb ... - Unpacking libidn2-dev:amd64 (2.3.8-4) ... - Selecting previously unselected package libp11-kit-dev:amd64. - Preparing to unpack .../14-libp11-kit-dev_0.25.5-3ubuntu1_amd64.deb ... - Unpacking libp11-kit-dev:amd64 (0.25.5-3ubuntu1) ... - Selecting previously unselected package libtasn1-6-dev:amd64. - Preparing to unpack .../15-libtasn1-6-dev_4.20.0-2ubuntu0.25.10.1_amd64.deb ... - Unpacking libtasn1-6-dev:amd64 (4.20.0-2ubuntu0.25.10.1) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../16-libgmpxx4ldbl_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../17-libgmp-dev_2%3a6.3.0+dfsg-5ubuntu1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ... - Selecting previously unselected package nettle-dev:amd64. - Preparing to unpack .../18-nettle-dev_3.10.1-1_amd64.deb ... - Unpacking nettle-dev:amd64 (3.10.1-1) ... - Selecting previously unselected package libgnutls28-dev:amd64. - Preparing to unpack .../19-libgnutls28-dev_3.8.9-3ubuntu2.1_amd64.deb ... - Unpacking libgnutls28-dev:amd64 (3.8.9-3ubuntu2.1) ... - Selecting previously unselected package libkrb5-dev:amd64. - Preparing to unpack .../20-libkrb5-dev_1.21.3-5ubuntu2_amd64.deb ... - Unpacking libkrb5-dev:amd64 (1.21.3-5ubuntu2) ... - Selecting previously unselected package libldap-dev:amd64. - Preparing to unpack .../21-libldap-dev_2.6.10+dfsg-1ubuntu2.1_amd64.deb ... - Unpacking libldap-dev:amd64 (2.6.10+dfsg-1ubuntu2.1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../22-libpkgconf3_1.8.1-4build1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4build1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../23-pkgconf-bin_1.8.1-4build1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4build1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../24-pkgconf_1.8.1-4build1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4build1) ... - Selecting previously unselected package libnghttp2-dev:amd64. - Preparing to unpack .../25-libnghttp2-dev_1.64.0-1.1ubuntu1.1_amd64.deb ... - Unpacking libnghttp2-dev:amd64 (1.64.0-1.1ubuntu1.1) ... - Selecting previously unselected package libpsl-dev:amd64. - Preparing to unpack .../26-libpsl-dev_0.21.2-1.1build1_amd64.deb ... - Unpacking libpsl-dev:amd64 (0.21.2-1.1build1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../27-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu2_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ... - Selecting previously unselected package librtmp-dev:amd64. - Preparing to unpack .../28-librtmp-dev_2.4+20151223.gitfa8646d.1-2build8_amd64.deb ... - Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build8) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../29-libssl-dev_3.5.3-1ubuntu3.3_amd64.deb ... - Unpacking libssl-dev:amd64 (3.5.3-1ubuntu3.3) ... - Selecting previously unselected package libssh2-1-dev:amd64. - Preparing to unpack .../30-libssh2-1-dev_1.11.1-1build1_amd64.deb ... - Unpacking libssh2-1-dev:amd64 (1.11.1-1build1) ... - Selecting previously unselected package libcurl4-gnutls-dev:amd64. - Preparing to unpack .../31-libcurl4-gnutls-dev_8.14.1-2ubuntu1.3_amd64.deb ... - Unpacking libcurl4-gnutls-dev:amd64 (8.14.1-2ubuntu1.3) ... - Selecting previously unselected package libtasn1-doc. - Preparing to unpack .../32-libtasn1-doc_4.20.0-2ubuntu0.25.10.1_all.deb ... - Unpacking libtasn1-doc (4.20.0-2ubuntu0.25.10.1) ... - Setting up libgnutls-openssl27t64:amd64 (3.8.9-3ubuntu2.1) ... - Setting up libtasn1-doc (4.20.0-2ubuntu0.25.10.1) ... - Setting up libnghttp2-14:amd64 (1.64.0-1.1ubuntu1.1) ... - Setting up libcurl3t64-gnutls:amd64 (8.14.1-2ubuntu1.3) ... - Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10build1) ... - Setting up libpsl-dev:amd64 (0.21.2-1.1build1) ... - Setting up libunbound8:amd64 (1.22.0-2ubuntu2.2) ... - Setting up libpkgconf3:amd64 (1.8.1-4build1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5ubuntu1) ... - Setting up libgnutls-dane0t64:amd64 (3.8.9-3ubuntu2.1) ... - Setting up libgssrpc4t64:amd64 (1.21.3-5ubuntu2) ... - Setting up libldap-dev:amd64 (2.6.10+dfsg-1ubuntu2.1) ... - Setting up comerr-dev:amd64 (2.1-1.47.2-3ubuntu2) ... - Setting up libssl-dev:amd64 (3.5.3-1ubuntu3.3) ... - Setting up pkgconf-bin (1.8.1-4build1) ... - Setting up libidn2-dev:amd64 (2.3.8-4) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu2) ... - Setting up libtasn1-6-dev:amd64 (4.20.0-2ubuntu0.25.10.1) ... - Setting up libbrotli-dev:amd64 (1.1.0-2build5) ... - Setting up libp11-kit-dev:amd64 (0.25.5-3ubuntu1) ... - Setting up libkadm5clnt-mit12:amd64 (1.21.3-5ubuntu2) ... - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5ubuntu1) ... - Setting up nettle-dev:amd64 (3.10.1-1) ... - Setting up libkdb5-10t64:amd64 (1.21.3-5ubuntu2) ... - Setting up pkgconf:amd64 (1.8.1-4build1) ... - Setting up libssh2-1-dev:amd64 (1.11.1-1build1) ... - Setting up libkadm5srv-mit12:amd64 (1.21.3-5ubuntu2) ... - Setting up krb5-multidev:amd64 (1.21.3-5ubuntu2) ... - Setting up libgnutls28-dev:amd64 (3.8.9-3ubuntu2.1) ... - Setting up libnghttp2-dev:amd64 (1.64.0-1.1ubuntu1.1) ... - Setting up libkrb5-dev:amd64 (1.21.3-5ubuntu2) ... - Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build8) ... - Setting up libcurl4-gnutls-dev:amd64 (8.14.1-2ubuntu1.3) ... - Processing triggers for libc-bin (2.42-0ubuntu3.1) ... # To update the current shell environment, run: eval $(opam env) 2026-05-05 18:33.14 ---> saved as "f173852ce02bcbf3e206f2eeff8901544f394b5879518aaa3b6647c2cb89b9d0" /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.0 - install dune-configurator 3.23.0 - 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.0, dune-configurator.3.23.0 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed dune.3.23.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.23.0 -> installed lwt.6.1.2 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-05 18:34.29 ---> saved as "f945b1b207db0e25e79386f184ffce3a509573a8c1a65a06125f0dce42c9f034" /src: (copy (src .) (dst /src)) 2026-05-05 18:34.50 ---> saved as "dde06b1145d029e774d4f6b69fdf50c14a20ac19e1bad4b19e64f5e559b42b43" /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/.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 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 .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/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/examples && ./test_memory_leaks.exe) RSS 10706944 -> 13029376 OK RSS 13029376 -> 12308480 OK RSS 12308480 -> 12308480 OK "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-05-05 18:34.59: Job failed: Failed: Build failed