2026-06-14 12:31.58: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/fix_warnings (1bff2264290564e010b056158862180aaadcb42a) (linux-x86_64:(lint-opam)) Base: ocaml/opam:debian-13-ocaml-5.2@sha256:26d60e8deaee6424c5d0213b45df9190656e7c616c5febfec9dc170744ad31b1 Opam files lint To reproduce locally: git clone --recursive "https://github.com/ygrek/ocurl.git" -b "fix_warnings" && cd "ocurl" && git reset --hard 1bff2264 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.2@sha256:26d60e8deaee6424c5d0213b45df9190656e7c616c5febfec9dc170744ad31b1 # debian-13-5.2_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 curl_lwt.opam curl.opam ./ RUN opam pin add -yn curl_lwt.dev './' && \ opam pin add -yn curl.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 opam-core.2.5.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.1 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y curl_lwt.dev curl.dev $DEPS RUN opam install $DEPS ENV CI="true" ENV OCAMLCI="true" WORKDIR /src COPY --chown=1000:1000 . /src/ RUN opam lint RUN opam exec -- opam-dune-lint END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-14 12:31.58: Using cache hint "ygrek/ocurl-ocaml/opam:debian-13-ocaml-5.2@sha256:26d60e8deaee6424c5d0213b45df9190656e7c616c5febfec9dc170744ad31b1-debian-13-5.2_opam-2.5-79aa3f5bbb94b8c43b1beb41513b25cb" 2026-06-14 12:31.58: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.2@sha256:26d60e8deaee6424c5d0213b45df9190656e7c616c5febfec9dc170744ad31b1) (comment debian-13-5.2_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.2 /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 "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 opam-core.2.5.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.1 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4") (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.2 --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")) (env CI true) (env OCAMLCI true) (workdir /src) (copy (src .) (dst /src/)) (run (shell "opam lint")) (run (shell "opam exec -- opam-dune-lint")) ) 2026-06-14 12:31.58: Waiting for resource in pool OCluster 2026-06-14 14:03.13: Waiting for worker… 2026-06-14 14:07.35: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 1bff226 Fix warnings (from ocaml/opam:debian-13-ocaml-5.2@sha256:26d60e8deaee6424c5d0213b45df9190656e7c616c5febfec9dc170744ad31b1) 2026-06-14 14:07.36 ---> using "503ed5afe9018d5040aa2dba759a2e2138f0d96767139d7c938fc99dc949f1e0" from cache /: (comment debian-13-5.2_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.2 /usr/bin/opam")) 2026-06-14 14:07.36 ---> using "572d3ae4e4e6cab920a92d32862dd80e2bef5fa0b43e39a26433a5a8f7df4c43" 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_HEAD fc08333d1b..bfde4320ee master -> origin/master e8dee60709 Merge pull request #30040 from dra27/mingw-w64-shims 2026-06-14 14:07.36 ---> using "1e0bde514f9b08b380cdc0982025a1e0f8f629df254dad91fe37ce81ca454e8d" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-14 14:07.36 ---> using "b0f7d8af73f341efe8f0377a83ffd87c097b2d63caa54faad86648b6307fd7ca" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 5.2.1 2.2.1 2026-06-14 14:07.36 ---> using "d8d3b98cff4783f54d6d09082a3cbab63a6c0519134f8cd59ae28e8ae0f05774" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-14 14:07.36 ---> using "234cc8e430a51ff30b0643b8809ce1896e830d5bba520b65f7b8e80bdeedf088" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.6.0 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # Run eval $(opam env) to update the current shell environment 2026-06-14 14:07.36 ---> using "b9b6bf1407f738414cff2a291fdc4f86629b562f4307c40ef029c2e66ae65cbc" from cache /src: (copy (src curl_lwt.opam curl.opam) (dst ./)) 2026-06-14 14:07.36 ---> using "1ef7ab7989b8071479581e7d73f569675ec9c16e6e841e4a464a1e3c86e28ba7" from cache /src: (run (network host) (shell "opam pin add -yn curl_lwt.dev './' && \ \nopam pin add -yn curl.dev './'")) [curl_lwt.dev] synchronised (file:///src) curl_lwt is now pinned to file:///src (version dev) [curl.dev] synchronised (file:///src) curl is now pinned to file:///src (version dev) 2026-06-14 14:07.36 ---> using "3eda489b72042eba25f28eea9cf6d8f11d0c263f34788be8356749ce36adb6cc" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-14 14:07.36 ---> using "929099d47dd8d50c7c202eb433c275d8b639aff6d6b3469cb8b1892603568eee" from cache /src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 opam-core.2.5.1 opam-dune-lint.0.6 opam-file-format.2.2.0 opam-format.2.5.1 opam-repository.2.5.1 opam-state.2.5.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.1 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4") /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.2 --depext-only -y curl_lwt.dev curl.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [216 kB] - Fetched 10.1 MB in 2s (4375 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-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.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-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 ... 20654 files and directories currently installed.) - Preparing to unpack .../openssl-provider-legacy_3.5.6-1~deb13u2_amd64.deb ... - Unpacking openssl-provider-legacy (3.5.6-1~deb13u2) over (3.5.5-1~deb13u2) ... - Setting up openssl-provider-legacy (3.5.6-1~deb13u2) ... - (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 ... 20654 files and directories currently installed.) - Preparing to unpack .../libssl3t64_3.5.6-1~deb13u2_amd64.deb ... - Unpacking libssl3t64:amd64 (3.5.6-1~deb13u2) over (3.5.5-1~deb13u2) ... - Setting up libssl3t64:amd64 (3.5.6-1~deb13u2) ... - (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 ... 20654 files and directories currently installed.) - Preparing to unpack .../00-krb5-locales_1.21.3-5+deb13u1_all.deb ... - Unpacking krb5-locales (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../01-libcom-err2_1.47.2-3+b11_amd64.deb ... - Unpacking libcom-err2:amd64 (1.47.2-3+b11) over (1.47.2-3+b10) ... - Selecting previously unselected package comerr-dev:amd64. - Preparing to unpack .../02-comerr-dev_2.1-1.47.2-3+b11_amd64.deb ... - Unpacking comerr-dev:amd64 (2.1-1.47.2-3+b11) ... - Preparing to unpack .../03-libk5crypto3_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libk5crypto3:amd64 (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../04-libgssapi-krb5-2_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libgssapi-krb5-2:amd64 (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../05-libkrb5support0_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkrb5support0:amd64 (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../06-libkrb5-3_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkrb5-3:amd64 (1.21.3-5+deb13u1) over (1.21.3-5) ... - Preparing to unpack .../07-libnghttp2-14_1.64.0-1.1+deb13u1_amd64.deb ... - Unpacking libnghttp2-14:amd64 (1.64.0-1.1+deb13u1) over (1.64.0-1.1) ... - Preparing to unpack .../08-curl_8.14.1-2+deb13u3_amd64.deb ... - Unpacking curl (8.14.1-2+deb13u3) over (8.14.1-2+deb13u2) ... - Preparing to unpack .../09-libcurl4t64_8.14.1-2+deb13u3_amd64.deb ... - Unpacking libcurl4t64:amd64 (8.14.1-2+deb13u3) over (8.14.1-2+deb13u2) ... - Selecting previously unselected package libgssrpc4t64:amd64. - Preparing to unpack .../10-libgssrpc4t64_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libgssrpc4t64:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libkadm5clnt-mit12:amd64. - Preparing to unpack .../11-libkadm5clnt-mit12_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libkdb5-10t64:amd64. - Preparing to unpack .../12-libkdb5-10t64_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkdb5-10t64:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libkadm5srv-mit12:amd64. - Preparing to unpack .../13-libkadm5srv-mit12_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkadm5srv-mit12:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package krb5-multidev:amd64. - Preparing to unpack .../14-krb5-multidev_1.21.3-5+deb13u1_amd64.deb ... - Unpacking krb5-multidev:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libbrotli-dev:amd64. - Preparing to unpack .../15-libbrotli-dev_1.1.0-2+b7_amd64.deb ... - Unpacking libbrotli-dev:amd64 (1.1.0-2+b7) ... - Preparing to unpack .../16-libgnutls30t64_3.8.9-3+deb13u4_amd64.deb ... - Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u4) over (3.8.9-3+deb13u2) ... - Preparing to unpack .../17-libcurl3t64-gnutls_8.14.1-2+deb13u3_amd64.deb ... - Unpacking libcurl3t64-gnutls:amd64 (8.14.1-2+deb13u3) over (8.14.1-2+deb13u2) ... - Selecting previously unselected package libevent-2.1-7t64:amd64. - Preparing to unpack .../18-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 .../19-libunbound8_1.22.0-2+deb13u3_amd64.deb ... - Unpacking libunbound8:amd64 (1.22.0-2+deb13u3) ... - Selecting previously unselected package libgnutls-dane0t64:amd64. - Preparing to unpack .../20-libgnutls-dane0t64_3.8.9-3+deb13u4_amd64.deb ... - Unpacking libgnutls-dane0t64:amd64 (3.8.9-3+deb13u4) ... - Selecting previously unselected package libgnutls-openssl27t64:amd64. - Preparing to unpack .../21-libgnutls-openssl27t64_3.8.9-3+deb13u4_amd64.deb ... - Unpacking libgnutls-openssl27t64:amd64 (3.8.9-3+deb13u4) ... - Selecting previously unselected package libidn2-dev:amd64. - Preparing to unpack .../22-libidn2-dev_2.3.8-2_amd64.deb ... - Unpacking libidn2-dev:amd64 (2.3.8-2) ... - Selecting previously unselected package libp11-kit-dev:amd64. - Preparing to unpack .../23-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 .../24-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 .../25-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 .../26-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 .../27-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 .../28-libgnutls28-dev_3.8.9-3+deb13u4_amd64.deb ... - Unpacking libgnutls28-dev:amd64 (3.8.9-3+deb13u4) ... - Selecting previously unselected package libkrb5-dev:amd64. - Preparing to unpack .../29-libkrb5-dev_1.21.3-5+deb13u1_amd64.deb ... - Unpacking libkrb5-dev:amd64 (1.21.3-5+deb13u1) ... - Selecting previously unselected package libldap-dev:amd64. - Preparing to unpack .../30-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 .../31-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../32-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../33-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package libnghttp2-dev:amd64. - Preparing to unpack .../34-libnghttp2-dev_1.64.0-1.1+deb13u1_amd64.deb ... - Unpacking libnghttp2-dev:amd64 (1.64.0-1.1+deb13u1) ... - Selecting previously unselected package libnghttp3-dev:amd64. - Preparing to unpack .../35-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 .../36-libngtcp2-crypto-gnutls-dev_1.11.0-1+deb13u1_amd64.deb ... - Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1+deb13u1) ... - Selecting previously unselected package libngtcp2-dev:amd64. - Preparing to unpack .../37-libngtcp2-dev_1.11.0-1+deb13u1_amd64.deb ... - Unpacking libngtcp2-dev:amd64 (1.11.0-1+deb13u1) ... - Selecting previously unselected package libpsl-dev:amd64. - Preparing to unpack .../38-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 .../39-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 .../40-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_amd64.deb ... - Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ... - Selecting previously unselected package libssl-dev:amd64. - Preparing to unpack .../41-libssl-dev_3.5.6-1~deb13u2_amd64.deb ... - Unpacking libssl-dev:amd64 (3.5.6-1~deb13u2) ... - Selecting previously unselected package libssh2-1-dev:amd64. - Preparing to unpack .../42-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 .../43-libcurl4-gnutls-dev_8.14.1-2+deb13u3_amd64.deb ... - Unpacking libcurl4-gnutls-dev:amd64 (8.14.1-2+deb13u3) ... - Selecting previously unselected package libtasn1-doc. - Preparing to unpack .../44-libtasn1-doc_4.20.0-2_all.deb ... - Unpacking libtasn1-doc (4.20.0-2) ... - Preparing to unpack .../45-openssl_3.5.6-1~deb13u2_amd64.deb ... - Unpacking openssl (3.5.6-1~deb13u2) over (3.5.5-1~deb13u2) ... - Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u4) ... - Setting up libgnutls-openssl27t64:amd64 (3.8.9-3+deb13u4) ... - Setting up libtasn1-doc (4.20.0-2) ... - Setting up libnghttp2-14:amd64 (1.64.0-1.1+deb13u1) ... - Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ... - Setting up krb5-locales (1.21.3-5+deb13u1) ... - Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1+deb13u1) ... - Setting up libcom-err2:amd64 (1.47.2-3+b11) ... - Setting up libngtcp2-dev:amd64 (1.11.0-1+deb13u1) ... - Setting up libpsl-dev:amd64 (0.21.2-1.1+b1) ... - Setting up libkrb5support0:amd64 (1.21.3-5+deb13u1) ... - Setting up libunbound8:amd64 (1.22.0-2+deb13u3) ... - 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+deb13u4) ... - Setting up libldap-dev:amd64 (2.6.10+dfsg-1) ... - Setting up comerr-dev:amd64 (2.1-1.47.2-3+b11) ... - Setting up libssl-dev:amd64 (3.5.6-1~deb13u2) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libk5crypto3:amd64 (1.21.3-5+deb13u1) ... - Setting up libidn2-dev:amd64 (2.3.8-2) ... - 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 libkrb5-3:amd64 (1.21.3-5+deb13u1) ... - Setting up libtasn1-6-dev:amd64 (4.20.0-2) ... - Setting up openssl (3.5.6-1~deb13u2) ... - Setting up libbrotli-dev:amd64 (1.1.0-2+b7) ... - Setting up libp11-kit-dev:amd64 (0.25.5-3) ... - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Setting up nettle-dev:amd64 (3.10.1-1) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up libgssapi-krb5-2:amd64 (1.21.3-5+deb13u1) ... - Setting up libssh2-1-dev:amd64 (1.11.1-1) ... - Setting up libgnutls28-dev:amd64 (3.8.9-3+deb13u4) ... - Setting up libnghttp2-dev:amd64 (1.64.0-1.1+deb13u1) ... - Setting up libcurl4t64:amd64 (8.14.1-2+deb13u3) ... - Setting up libcurl3t64-gnutls:amd64 (8.14.1-2+deb13u3) ... - Setting up libgssrpc4t64:amd64 (1.21.3-5+deb13u1) ... - Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ... - Setting up curl (8.14.1-2+deb13u3) ... - Setting up libkadm5clnt-mit12:amd64 (1.21.3-5+deb13u1) ... - Setting up libkdb5-10t64:amd64 (1.21.3-5+deb13u1) ... - Setting up libkadm5srv-mit12:amd64 (1.21.3-5+deb13u1) ... - Setting up krb5-multidev:amd64 (1.21.3-5+deb13u1) ... - Setting up libkrb5-dev:amd64 (1.21.3-5+deb13u1) ... - Setting up libcurl4-gnutls-dev:amd64 (8.14.1-2+deb13u3) ... - Processing triggers for libc-bin (2.41-12+deb13u2) ... 2026-06-14 14:07.36 ---> using "f06cb3d2c3a42e6f9ba66a46b4e782856447ee2bd7b8e01392c93d36fd5a1c19" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.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-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 46 packages - install astring 0.8.5 - install base-bytes base - install bos 0.3.0 - install cmdliner 2.1.1 - install conf-libcurl 2 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install dyn 3.20.2 - install fmt 0.11.0 - install fpath 0.7.3 - install jsonm 1.0.2 - install logs 0.10.0 - install lwt 6.1.2 - install menhir 20260209 - install menhirCST 20260209 - install menhirGLR 20260209 - install menhirLib 20260209 - install menhirSdk 20260209 - install num 1.6 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocamlgraph 2.2.0 - install ocplib-endian 1.2 - install opam-core 2.5.1 - install opam-dune-lint 0.6 - install opam-file-format 2.2.0 - install opam-format 2.5.1 - install opam-repository 2.5.1 - install opam-state 2.5.1 - install ordering 3.20.2 - install parsexp v0.17.0 - install patch 3.1.1 - install pp 2.0.0 - install re 1.14.0 - install rresult 0.7.0 - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install sha 1.15.4 - install spdx_licenses 1.4.0 - install stdlib-shims 0.3.0 - install stdune 3.20.2 - install swhid_core 0.1 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved bos.0.3.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-libcurl.2 -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved lwt.6.1.2 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved num.1.6 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved opam-core.2.5.1, opam-format.2.5.1, opam-repository.2.5.1, opam-state.2.5.1 (cached) -> retrieved opam-dune-lint.0.6 (cached) -> retrieved opam-file-format.2.2.0 (cached) -> installed cmdliner.2.1.1 -> installed num.1.6 -> retrieved parsexp.v0.17.0 (cached) -> retrieved patch.3.1.1 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved spdx_licenses.1.4.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved swhid_core.0.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed rresult.0.7.0 -> installed fmt.0.11.0 -> installed uutf.1.0.4 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed jsonm.1.0.2 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed patch.3.1.1 -> installed pp.2.0.0 -> installed sexplib0.v0.17.0 -> installed spdx_licenses.1.4.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed ocplib-endian.1.2 -> installed ocamlgraph.2.2.0 -> installed re.1.14.0 -> installed ordering.3.20.2 -> installed sha.1.15.4 -> installed parsexp.v0.17.0 -> installed dune-configurator.3.20.2 -> installed dyn.3.20.2 -> installed sexplib.v0.17.0 -> installed lwt.6.1.2 -> installed stdune.3.20.2 -> installed opam-core.2.5.1 -> installed logs.0.10.0 -> installed menhir.20260209 -> installed opam-file-format.2.2.0 -> installed bos.0.3.0 -> installed opam-format.2.5.1 -> installed opam-repository.2.5.1 -> installed opam-state.2.5.1 -> installed opam-dune-lint.0.6 Done. # Run eval $(opam env) to update the current shell environment 2026-06-14 14:07.36 ---> using "7948456b0529c3a4363f056833e687ef90d8bbc0973e0c4bd843559ca97effac" from cache /src: (env CI true) /src: (env OCAMLCI true) /src: (workdir /src) /src: (copy (src .) (dst /src/)) 2026-06-14 14:07.36 ---> saved as "f6e8cf4c196095021b740b42667804a574d8e0f6921882f10fd3b5bf938fa40e" /src: (run (shell "opam lint")) /src/curl_lwt.opam: Passed. /src/curl.opam: Passed. 2026-06-14 14:07.37 ---> saved as "04df2045c35e8face6486518ef78a9d6c1a0eae94fdef0d996a0a3caba03d769" /src: (run (shell "opam exec -- opam-dune-lint")) curl.opam: OK curl_lwt.opam: OK 2026-06-14 14:07.38 ---> saved as "08f220609ade04c59b0845ab592be794fe87392c14fad57cc8589d2706210f34" Job succeeded 2026-06-14 14:07.38: Job succeeded