(for PR #28291)
2025-08-05 10:42.00: New job: build archive-lwt.3.7.2+6, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28291/head (3e46e7fdc64d91bd792acd6d282116b1fe84d312) 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/28291/head" && git reset --hard 3e46e7fd git fetch origin master git merge --no-edit 0b62dc9c3c8e5f6da32ee7f298eb968ef86189ed cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-testing-ocaml-5.3@sha256:e8d667e6d5e67bfe268d801d4920fc7b27502f840606c327211e3e7691ab6110 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 archive-lwt.3.7.2+6 3.7.2+6 RUN opam reinstall archive-lwt.3.7.2+6; \ 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" != 'archive-lwt.3.7.2+6' && 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-05 10:42.00: Using cache hint "ocaml/opam:debian-testing-ocaml-5.3@sha256:e8d667e6d5e67bfe268d801d4920fc7b27502f840606c327211e3e7691ab6110-archive-lwt.3.7.2+6-3e46e7fdc64d91bd792acd6d282116b1fe84d312" 2025-08-05 10:42.00: Using OBuilder spec: ((from ocaml/opam:debian-testing-ocaml-5.3@sha256:e8d667e6d5e67bfe268d801d4920fc7b27502f840606c327211e3e7691ab6110) (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 archive-lwt.3.7.2+6 3.7.2+6")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall archive-lwt.3.7.2+6;\ \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\" != 'archive-lwt.3.7.2+6' && 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-05 10:42.00: Waiting for resource in pool OCluster 2025-08-05 10:42.01: Waiting for worker… 2025-08-05 10:42.02: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 0b62dc9c3c conf-clang: update alpine depext (#28290) Merge made by the 'ort' strategy. packages/archive-lwt/archive-lwt.3.7.2+6/opam | 52 ++++++++++++++++++++ packages/archive/archive.3.7.2+6/opam | 69 +++++++++++++++++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 packages/archive-lwt/archive-lwt.3.7.2+6/opam create mode 100644 packages/archive/archive.3.7.2+6/opam (from ocaml/opam:debian-testing-ocaml-5.3@sha256:e8d667e6d5e67bfe268d801d4920fc7b27502f840606c327211e3e7691ab6110) Unable to find image 'ocaml/opam:debian-testing-ocaml-5.3@sha256:e8d667e6d5e67bfe268d801d4920fc7b27502f840606c327211e3e7691ab6110' locally docker.io/ocaml/opam@sha256:e8d667e6d5e67bfe268d801d4920fc7b27502f840606c327211e3e7691ab6110: Pulling from ocaml/opam 2aae4406692f: Already exists d896007431bf: Pulling fs layer 9c7e76bf4922: Pulling fs layer 1df09a582df7: Pulling fs layer f1e381888ddc: Pulling fs layer d57379ee7cd2: Pulling fs layer bece032aaf67: Pulling fs layer 36bf3c1e7505: Pulling fs layer bece032aaf67: Waiting d57379ee7cd2: Waiting 36bf3c1e7505: Waiting f1e381888ddc: Waiting 9c7e76bf4922: Download complete 1df09a582df7: Verifying Checksum 1df09a582df7: Download complete d57379ee7cd2: Verifying Checksum d57379ee7cd2: Download complete d896007431bf: Download complete d896007431bf: Pull complete 9c7e76bf4922: Pull complete bece032aaf67: Verifying Checksum bece032aaf67: Download complete 36bf3c1e7505: Verifying Checksum 1df09a582df7: Pull complete 36bf3c1e7505: Download complete f1e381888ddc: Verifying Checksum f1e381888ddc: Download complete f1e381888ddc: Pull complete d57379ee7cd2: Pull complete bece032aaf67: Pull complete 36bf3c1e7505: Pull complete Digest: sha256:e8d667e6d5e67bfe268d801d4920fc7b27502f840606c327211e3e7691ab6110 Status: Downloaded newer image for ocaml/opam@sha256:e8d667e6d5e67bfe268d801d4920fc7b27502f840606c327211e3e7691ab6110 2025-08-05 10:42.25 ---> using "400ca8c64aca9da1b64e769c1d997f235a6ed4d46fb9029ce67fb695cfef5ff8" 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-05 10:42.25 ---> using "50b80aa28b391051883ff1c415ba9a62b61ff5e504359d97e01048fd811fc5e5" 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-05 10:42.25 ---> using "1184e719aeea117823a64fffb585b3021ae702ae8d6fa607dc0cd66962e60ea6" 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=13 # 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-05 10:42.25 ---> using "38ce76cb50e836031bfa8323cdf630d3bb8265e521915a5c7708fdd30cffcd12" 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-05 10:42.25 ---> using "06c573cbafd096ed367e9880ebca167a0162ba00cbb458706d8dfaea4dc56269" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-08-05 10:42.35 ---> saved as "8114edb924ba2d67df3ef788426f184c269c8f209beb331766ee46e2f5c6c9ef" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-08-05 10:42.53 ---> saved as "d169d80e1e2e655b9d94588b9cb5eaea505ff39bad49593e1aa29c03326b7250" /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 [171 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 [27.9 kB] - Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2025-08-02-2008.37.pdiff [1795 B] - Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2025-08-04-0204.46.pdiff [1174 B] - Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-08-04-1404.44.pdiff [2132 B] - Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-08-04-1404.44.pdiff [2132 B] - Fetched 292 kB in 1s (312 kB/s) - Reading package lists... - 2025-08-05 10:42.55 ---> saved as "a14492602107f19c40748d46dd1a387f401bc0067891f876936c8f6590612a7e" /home/opam: (run (shell "opam pin add -k version -yn archive-lwt.3.7.2+6 3.7.2+6")) archive-lwt is now pinned to version 3.7.2+6 2025-08-05 10:42.56 ---> saved as "c762b0b8497d3b9c6baadd97bd9b26b17564d430c5c2290e3cf27bd40833d353" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall archive-lwt.3.7.2+6;\ \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\" != 'archive-lwt.3.7.2+6' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) archive-lwt.3.7.2+6 is not installed. Install it? [y/n] y The following actions will be performed: === install 12 packages - install archive 3.7.2+6 [required by archive-lwt] - install archive-lwt 3.7.2+6 (pinned) - install base-bytes base [required by ocplib-endian] - install conf-pkg-config 4 [required by archive] - install cppo 1.8.0 [required by lwt] - install csexp 1.5.2 [required by dune-configurator] - install dune 3.19.1 [required by archive-lwt] - install dune-configurator 3.19.1 [required by archive, lwt] - install fileutils 0.6.6 [required by archive] - install lwt 5.9.1 [required by archive-lwt] - install ocamlfind 1.9.8 [required by base-bytes] - install ocplib-endian 1.2 [required by lwt] The following system packages will first need to be installed: libarchive-dev pkg-config <><> 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" "libarchive-dev" "pkg-config" - Selecting previously unselected package bzip2-doc. - (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 ... 20647 files and directories currently installed.) - Preparing to unpack .../00-bzip2-doc_1.0.8-6_all.deb ... - Unpacking bzip2-doc (1.0.8-6) ... - Selecting previously unselected package comerr-dev:amd64. - Preparing to unpack .../01-comerr-dev_2.1-1.47.2-3+b3_amd64.deb ... - Unpacking comerr-dev:amd64 (2.1-1.47.2-3+b3) ... - Selecting previously unselected package libattr1-dev:amd64. - Preparing to unpack .../02-libattr1-dev_1%3a2.5.2-3_amd64.deb ... - Unpacking libattr1-dev:amd64 (1:2.5.2-3) ... - Selecting previously unselected package libacl1-dev:amd64. - Preparing to unpack .../03-libacl1-dev_2.3.2-2+b1_amd64.deb ... - Unpacking libacl1-dev:amd64 (2.3.2-2+b1) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../04-libxml2_2.12.7+dfsg+really2.9.14-2.1_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1) ... - Selecting previously unselected package libarchive13t64:amd64. - Preparing to unpack .../05-libarchive13t64_3.7.4-4_amd64.deb ... - Unpacking libarchive13t64:amd64 (3.7.4-4) ... - Selecting previously unselected package libbz2-dev:amd64. - Preparing to unpack .../06-libbz2-dev_1.0.8-6_amd64.deb ... - Unpacking libbz2-dev:amd64 (1.0.8-6) ... - Selecting previously unselected package libext2fs2t64:amd64. - Preparing to unpack .../07-libext2fs2t64_1.47.2-3+b3_amd64.deb ... - Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2 to /lib/x86_64-linux-gnu/libe2p.so.2.usr-is-merged by libext2fs2t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libe2p.so.2.3 to /lib/x86_64-linux-gnu/libe2p.so.2.3.usr-is-merged by libext2fs2t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2 to /lib/x86_64-linux-gnu/libext2fs.so.2.usr-is-merged by libext2fs2t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libext2fs.so.2.4 to /lib/x86_64-linux-gnu/libext2fs.so.2.4.usr-is-merged by libext2fs2t64' - Unpacking libext2fs2t64:amd64 (1.47.2-3+b3) ... - Selecting previously unselected package libext2fs-dev. - Preparing to unpack .../08-libext2fs-dev_1.47.2-3+b3_amd64.deb ... - Unpacking libext2fs-dev (1.47.2-3+b3) ... - Selecting previously unselected package libxxhash-dev:amd64. - Preparing to unpack .../09-libxxhash-dev_0.8.3-2_amd64.deb ... - Unpacking libxxhash-dev:amd64 (0.8.3-2) ... - Selecting previously unselected package liblz4-dev:amd64. - Preparing to unpack .../10-liblz4-dev_1.10.0-4_amd64.deb ... - Unpacking liblz4-dev:amd64 (1.10.0-4) ... - Selecting previously unselected package liblzma-dev:amd64. - Preparing to unpack .../11-liblzma-dev_5.8.1-1_amd64.deb ... - Unpacking liblzma-dev:amd64 (5.8.1-1) ... - Selecting previously unselected package libxml2-dev:amd64. - Preparing to unpack .../12-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1_amd64.deb ... - Unpacking libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../13-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 .../14-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 .../15-nettle-dev_3.10.1-1_amd64.deb ... - Unpacking nettle-dev:amd64 (3.10.1-1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../16-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 libarchive-dev:amd64. - Preparing to unpack .../17-libarchive-dev_3.7.4-4_amd64.deb ... - Unpacking libarchive-dev:amd64 (3.7.4-4) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../18-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../19-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../20-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../21-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Setting up bzip2-doc (1.0.8-6) ... - Setting up libattr1-dev:amd64 (1:2.5.2-3) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Setting up comerr-dev:amd64 (2.1-1.47.2-3+b3) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libxxhash-dev:amd64 (0.8.3-2) ... - Setting up liblzma-dev:amd64 (5.8.1-1) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libext2fs2t64:amd64 (1.47.2-3+b3) ... - Setting up libext2fs-dev (1.47.2-3+b3) ... - Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1) ... - Setting up libacl1-dev:amd64 (2.3.2-2+b1) ... - Setting up libbz2-dev:amd64 (1.0.8-6) ... - 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 libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1) ... - Setting up liblz4-dev:amd64 (1.10.0-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Setting up libarchive13t64:amd64 (3.7.4-4) ... - Setting up libarchive-dev:amd64 (3.7.4-4) ... - Processing triggers for libc-bin (2.41-11) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved archive.3.7.2+6, archive-lwt.3.7.2+6 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> retrieved fileutils.0.6.6 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed fileutils.0.6.6 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.19.1 -> installed archive.3.7.2+6 -> installed lwt.5.9.1 -> installed archive-lwt.3.7.2+6 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-05 10:43.52 ---> saved as "39a4f67cf4af8c1be72710a4055340b58c15e37c83bd2c4cb400ba7f9982a315" Job succeeded 2025-08-05 10:44.00: Job succeeded