(for PR #28222)
2025-08-21 14:13.39: New job: build ocurl.0.9.2, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28222/head (a14b2680809606d7e55ae7ed410b73438cb77bd0) on debian-testing-ocaml-5.3/amd64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28222/head" && git reset --hard a14b2680 git fetch origin master git merge --no-edit 4bae7ec4df49df4454ea492c8d7a1196aeae04e0 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-testing-ocaml-5.3@sha256:0023225471e117d899c536ad2fcbcd5b2b9a625dbe4612ebf240a034f1dd2cdb USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN opam option solver=builtin-0install && opam config report ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMPRECISETRACKING="1" ENV CI="true" ENV OPAM_REPO_CI="true" RUN rm -rf opam-repository/ COPY --chown=1000:1000 . opam-repository/ RUN opam repository set-url --strict default opam-repository/ RUN opam update --depexts || true RUN opam pin add -k version -yn ocurl.0.9.2 0.9.2 RUN opam reinstall ocurl.0.9.2; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-testing\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'ocurl.0.9.2' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-08-21 14:13.39: Using cache hint "ocaml/opam:debian-testing-ocaml-5.3@sha256:0023225471e117d899c536ad2fcbcd5b2b9a625dbe4612ebf240a034f1dd2cdb-ocurl.0.9.2-a14b2680809606d7e55ae7ed410b73438cb77bd0" 2025-08-21 14:13.39: Using OBuilder spec: ((from ocaml/opam:debian-testing-ocaml-5.3@sha256:0023225471e117d899c536ad2fcbcd5b2b9a625dbe4612ebf240a034f1dd2cdb) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "opam option solver=builtin-0install && opam config report")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMPRECISETRACKING 1) (env CI true) (env OPAM_REPO_CI true) (run (shell "rm -rf opam-repository/")) (copy (src .) (dst opam-repository/)) (run (shell "opam repository set-url --strict default opam-repository/")) (run (network host) (shell "opam update --depexts || true")) (run (shell "opam pin add -k version -yn ocurl.0.9.2 0.9.2")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ocurl.0.9.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ocurl.0.9.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-08-21 14:13.39: Waiting for resource in pool OCluster 2025-08-21 14:17.58: Waiting for worker… 2025-08-21 14:19.08: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 4bae7ec4df Merge pull request #28375 from jmid/opam-compiler-re-bounds Merge made by the 'ort' strategy. packages/curl_lwt/curl_lwt.0.10.0/opam | 2 +- packages/lwt/lwt.6.0.0~alpha01/opam | 69 +++++++++++++++++++++++ packages/lwt_direct/lwt_direct.6.0.0~alpha01/opam | 44 +++++++++++++++ packages/lwt_glib/lwt_glib.1.0.1/opam | 2 +- packages/lwt_glib/lwt_glib.1.1.0/opam | 2 +- packages/lwt_glib/lwt_glib.1.1.1/opam | 2 +- packages/lwt_log/lwt_log.1.1.0/opam | 2 +- packages/lwt_log/lwt_log.1.1.1/opam | 2 +- packages/lwt_log/lwt_log.1.1.2/opam | 2 +- packages/ocurl/ocurl.0.7.6/opam | 1 + packages/ocurl/ocurl.0.7.7/opam | 1 + packages/ocurl/ocurl.0.7.8/opam | 1 + packages/ocurl/ocurl.0.7.9/opam | 1 + packages/ocurl/ocurl.0.8.1/opam | 1 + packages/ocurl/ocurl.0.8.2/opam | 1 + packages/ocurl/ocurl.0.9.0/opam | 1 + packages/ocurl/ocurl.0.9.1/opam | 1 + packages/ocurl/ocurl.0.9.2/opam | 1 + 18 files changed, 129 insertions(+), 7 deletions(-) create mode 100644 packages/lwt/lwt.6.0.0~alpha01/opam create mode 100644 packages/lwt_direct/lwt_direct.6.0.0~alpha01/opam (from ocaml/opam:debian-testing-ocaml-5.3@sha256:0023225471e117d899c536ad2fcbcd5b2b9a625dbe4612ebf240a034f1dd2cdb) 2025-08-21 14:20.48 ---> using "5d953d172db5197afa8e36d877d0c8d381ac7913c2bfd1c5dcd280e755603478" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-08-21 14:20.48 ---> using "4f63b5f7d330038e8331354819f8967fec6d3e3043866c21a9c71a5d76328461" from cache /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-08-21 14:20.48 ---> using "5dbed59fa3544bd756c6a7e2e924548e32678e6f74a2ec1ba5b8be30a40e7490" from cache /home/opam: (run (shell "opam option solver=builtin-0install && opam config report")) Set to 'builtin-0install' the field solver in global configuration # opam config report # opam-version 2.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=unknown # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 255 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-08-21 14:20.48 ---> using "a22db5a3e0c57a951489498b78ef3eb9ac74ef5e9739de27f50077c0e186f181" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMPRECISETRACKING 1) /home/opam: (env CI true) /home/opam: (env OPAM_REPO_CI true) /home/opam: (run (shell "rm -rf opam-repository/")) 2025-08-21 14:20.48 ---> using "d665438a99417bf0dc76f9fa396043f30d408c07c34ca238095108aa9875ceb7" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-08-21 14:20.57 ---> saved as "453833e491df0a5147b450d80daa71bf63e5e0147e9ba527ed75ce57c5006068" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-08-21 14:21.14 ---> saved as "9fb13192824ee57440fd8341abe5e0a2716191da55f4c90d267fab14ba997e9d" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian testing InRelease [146 kB] - Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB] - Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [39.9 kB] - Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2025-08-21-0805.40-F-2025-08-16-1409.45.pdiff [919 kB] - Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2025-08-21-0805.40-F-2025-08-16-1409.45.pdiff [919 kB] - Fetched 1193 kB in 1s (867 kB/s) - Reading package lists... - 2025-08-21 14:21.17 ---> saved as "d31d8b70a1ede8945408cf8ff388f73b45a33b78314c9a28b0e790dacfd52d7a" /home/opam: (run (shell "opam pin add -k version -yn ocurl.0.9.2 0.9.2")) ocurl is now pinned to version 0.9.2 2025-08-21 14:21.17 ---> saved as "f90561be497ee8951f9554d8a9a8fcbed7e07ff91ad335e652519631c1d4508d" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ocurl.0.9.2;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ocurl.0.9.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ocurl.0.9.2 is not installed. Install it? [y/n] y The following actions will be performed: === install 3 packages - install conf-libcurl 2 [required by ocurl] - install ocamlfind 1.9.8 [required by ocurl] - install ocurl 0.9.2 (pinned) The following system packages will first need to be installed: libcurl4-gnutls-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" - Selecting previously unselected package comerr-dev:amd64. - (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 ... 20683 files and directories currently installed.) - Preparing to unpack .../00-comerr-dev_2.1-1.47.2-3+b3_amd64.deb ... - Unpacking comerr-dev:amd64 (2.1-1.47.2-3+b3) ... - Preparing to unpack .../01-libidn2-0_2.3.8-3_amd64.deb ... - Unpacking libidn2-0:amd64 (2.3.8-3) over (2.3.8-2) ... - Preparing to unpack .../02-libnghttp2-14_1.64.0-1.1+b1_amd64.deb ... - Unpacking libnghttp2-14:amd64 (1.64.0-1.1+b1) over (1.64.0-1.1) ... - Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-3_amd64.deb ... - Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-3) over (2.4+20151223.gitfa8646d.1-2+b5) ... - Preparing to unpack .../04-curl_8.15.0-1_amd64.deb ... - Unpacking curl (8.15.0-1) over (8.14.1-2) ... - Preparing to unpack .../05-libcurl4t64_8.15.0-1_amd64.deb ... - Unpacking libcurl4t64:amd64 (8.15.0-1) over (8.14.1-2) ... - Selecting previously unselected package libgssrpc4t64:amd64. - Preparing to unpack .../06-libgssrpc4t64_1.21.3-5_amd64.deb ... - Unpacking libgssrpc4t64:amd64 (1.21.3-5) ... - Selecting previously unselected package libkadm5clnt-mit12:amd64. - Preparing to unpack .../07-libkadm5clnt-mit12_1.21.3-5_amd64.deb ... - Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5) ... - Selecting previously unselected package libkdb5-10t64:amd64. - Preparing to unpack .../08-libkdb5-10t64_1.21.3-5_amd64.deb ... - Unpacking libkdb5-10t64:amd64 (1.21.3-5) ... - Selecting previously unselected package libkadm5srv-mit12:amd64. - Preparing to unpack .../09-libkadm5srv-mit12_1.21.3-5_amd64.deb ... - Unpacking libkadm5srv-mit12:amd64 (1.21.3-5) ... - Selecting previously unselected package krb5-multidev:amd64. - Preparing to unpack .../10-krb5-multidev_1.21.3-5_amd64.deb ... - Unpacking krb5-multidev:amd64 (1.21.3-5) ... - Selecting previously unselected package libbrotli-dev:amd64. - Preparing to unpack .../11-libbrotli-dev_1.1.0-2+b7_amd64.deb ... - Unpacking libbrotli-dev:amd64 (1.1.0-2+b7) ... - Preparing to unpack .../12-libcurl3t64-gnutls_8.15.0-1_amd64.deb ... - Unpacking libcurl3t64-gnutls:amd64 (8.15.0-1) over (8.14.1-2) ... - Selecting previously unselected package libevent-2.1-7t64:amd64. - Preparing to unpack .../13-libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ... - Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ... - Selecting previously unselected package libunbound8:amd64. - Preparing to unpack .../14-libunbound8_1.22.0-2_amd64.deb ... - Unpacking libunbound8:amd64 (1.22.0-2) ... - Selecting previously unselected package libgnutls-dane0t64:amd64. - Preparing to unpack .../15-libgnutls-dane0t64_3.8.9-3_amd64.deb ... - Unpacking libgnutls-dane0t64:amd64 (3.8.9-3) ... - Selecting previously unselected package libgnutls-openssl27t64:amd64. - Preparing to unpack .../16-libgnutls-openssl27t64_3.8.9-3_amd64.deb ... - Unpacking libgnutls-openssl27t64:amd64 (3.8.9-3) ... - Selecting previously unselected package libidn2-dev:amd64. - Preparing to unpack .../17-libidn2-dev_2.3.8-3_amd64.deb ... - Unpacking libidn2-dev:amd64 (2.3.8-3) ... - Selecting previously unselected package libp11-kit-dev:amd64. - Preparing to unpack .../18-libp11-kit-dev_0.25.5-3_amd64.deb ... - Unpacking libp11-kit-dev:amd64 (0.25.5-3) ... - Selecting previously unselected package libtasn1-6-dev:amd64. - Preparing to unpack .../19-libtasn1-6-dev_4.20.0-2_amd64.deb ... - Unpacking libtasn1-6-dev:amd64 (4.20.0-2) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../20-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../21-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package nettle-dev:amd64. - Preparing to unpack .../22-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 .../23-libgnutls28-dev_3.8.9-3_amd64.deb ... - Unpacking libgnutls28-dev:amd64 (3.8.9-3) ... - Selecting previously unselected package libkrb5-dev:amd64. - Preparing to unpack .../24-libkrb5-dev_1.21.3-5_amd64.deb ... - Unpacking libkrb5-dev:amd64 (1.21.3-5) ... - Selecting previously unselected package libldap-dev:amd64. - Preparing to unpack .../25-libldap-dev_2.6.10+dfsg-1_amd64.deb ... - Unpacking libldap-dev:amd64 (2.6.10+dfsg-1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../26-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../27-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../28-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package libnghttp2-dev:amd64. - Preparing to unpack .../29-libnghttp2-dev_1.64.0-1.1+b1_amd64.deb ... - Unpacking libnghttp2-dev:amd64 (1.64.0-1.1+b1) ... - Selecting previously unselected package libnghttp3-dev:amd64. - Preparing to unpack .../30-libnghttp3-dev_1.8.0-1_amd64.deb ... - Unpacking libnghttp3-dev:amd64 (1.8.0-1) ... - Selecting previously unselected package libngtcp2-crypto-gnutls-dev:amd64. - Preparing to unpack .../31-libngtcp2-crypto-gnutls-dev_1.11.0-1_amd64.deb ... - Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ... - Selecting previously unselected package libngtcp2-dev:amd64. - Preparing to unpack .../32-libngtcp2-dev_1.11.0-1_amd64.deb ... - Unpacking libngtcp2-dev:amd64 (1.11.0-1) ... - Selecting previously unselected package libpsl-dev:amd64. - Preparing to unpack .../33-libpsl-dev_0.21.2-1.1+b1_amd64.deb ... - Unpacking libpsl-dev:amd64 (0.21.2-1.1+b1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../34-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Selecting previously unselected package librtmp-dev:amd64. - Preparing to unpack .../35-librtmp-dev_2.4+20151223.gitfa8646d.1-3_amd64.deb ... - Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-3) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../36-libssl-dev_3.5.1-1_amd64.deb ... - Unpacking libssl-dev:amd64 (3.5.1-1) ... - Selecting previously unselected package libssh2-1-dev:amd64. - Preparing to unpack .../37-libssh2-1-dev_1.11.1-1_amd64.deb ... - Unpacking libssh2-1-dev:amd64 (1.11.1-1) ... - Selecting previously unselected package libcurl4-gnutls-dev:amd64. - Preparing to unpack .../38-libcurl4-gnutls-dev_8.15.0-1_amd64.deb ... - Unpacking libcurl4-gnutls-dev:amd64 (8.15.0-1) ... - Selecting previously unselected package libtasn1-doc. - Preparing to unpack .../39-libtasn1-doc_4.20.0-2_all.deb ... - Unpacking libtasn1-doc (4.20.0-2) ... - Setting up libgnutls-openssl27t64:amd64 (3.8.9-3) ... - Setting up libtasn1-doc (4.20.0-2) ... - Setting up libnghttp2-14:amd64 (1.64.0-1.1+b1) ... - Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ... - Setting up libidn2-0:amd64 (2.3.8-3) ... - Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ... - Setting up libngtcp2-dev:amd64 (1.11.0-1) ... - Setting up libpsl-dev:amd64 (0.21.2-1.1+b1) ... - Setting up libunbound8:amd64 (1.22.0-2) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Setting up libgnutls-dane0t64:amd64 (3.8.9-3) ... - Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-3) ... - Setting up libgssrpc4t64:amd64 (1.21.3-5) ... - Setting up libldap-dev:amd64 (2.6.10+dfsg-1) ... - Setting up comerr-dev:amd64 (2.1-1.47.2-3+b3) ... - Setting up libssl-dev:amd64 (3.5.1-1) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libidn2-dev:amd64 (2.3.8-3) ... - Setting up libnghttp3-dev:amd64 (1.8.0-1) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libtasn1-6-dev:amd64 (4.20.0-2) ... - Setting up libbrotli-dev:amd64 (1.1.0-2+b7) ... - Setting up libp11-kit-dev:amd64 (0.25.5-3) ... - Setting up libkadm5clnt-mit12:amd64 (1.21.3-5) ... - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Setting up nettle-dev:amd64 (3.10.1-1) ... - Setting up libcurl4t64:amd64 (8.15.0-1) ... - Setting up libkdb5-10t64:amd64 (1.21.3-5) ... - Setting up libcurl3t64-gnutls:amd64 (8.15.0-1) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up libssh2-1-dev:amd64 (1.11.1-1) ... - Setting up libkadm5srv-mit12:amd64 (1.21.3-5) ... - Setting up curl (8.15.0-1) ... - Setting up krb5-multidev:amd64 (1.21.3-5) ... - Setting up libgnutls28-dev:amd64 (3.8.9-3) ... - Setting up libnghttp2-dev:amd64 (1.64.0-1.1+b1) ... - Setting up libkrb5-dev:amd64 (1.21.3-5) ... - Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-3) ... - Setting up libcurl4-gnutls-dev:amd64 (8.15.0-1) ... - Processing triggers for libc-bin (2.41-12) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-libcurl.2 -> retrieved ocurl.0.9.2 (cached) -> installed ocamlfind.1.9.8 -> installed ocurl.0.9.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-21 14:21.51 ---> saved as "d012fa1a0e0260aae9b5629674de1c927bdcbb5452494604615d07a6d91dd394" Job succeeded 2025-08-21 14:22.04: Job succeeded