(for PR #28291)
2025-08-05 10:42.00: New job: build archive.3.7.2+6, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28291/head (3e46e7fdc64d91bd792acd6d282116b1fe84d312) on opensuse-15.6-ocaml-4.14/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:opensuse-15.6-ocaml-4.14@sha256:e74b29cab575df4a5fb45d50f09839b85d856488c22c8f8067a4ccbef21228da 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.3.7.2+6 3.7.2+6 RUN opam reinstall archive.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 "\"opensuse-15.6\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'archive.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:opensuse-15.6-ocaml-4.14@sha256:e74b29cab575df4a5fb45d50f09839b85d856488c22c8f8067a4ccbef21228da-archive.3.7.2+6-3e46e7fdc64d91bd792acd6d282116b1fe84d312" 2025-08-05 10:42.00: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:e74b29cab575df4a5fb45d50f09839b85d856488c22c8f8067a4ccbef21228da) (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.3.7.2+6 3.7.2+6")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall archive.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 \"\\\"opensuse-15.6\\\"\"; 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.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.03: Got resource from pool OCluster Building on odawa.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:opensuse-15.6-ocaml-4.14@sha256:e74b29cab575df4a5fb45d50f09839b85d856488c22c8f8067a4ccbef21228da) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:e74b29cab575df4a5fb45d50f09839b85d856488c22c8f8067a4ccbef21228da' locally docker.io/ocaml/opam@sha256:e74b29cab575df4a5fb45d50f09839b85d856488c22c8f8067a4ccbef21228da: Pulling from ocaml/opam 539dbfeb981e: Pulling fs layer 539dbfeb981e: Waiting 539dbfeb981e: Verifying Checksum 539dbfeb981e: Download complete 539dbfeb981e: Pull complete Digest: sha256:e74b29cab575df4a5fb45d50f09839b85d856488c22c8f8067a4ccbef21228da Status: Downloaded newer image for ocaml/opam@sha256:e74b29cab575df4a5fb45d50f09839b85d856488c22c8f8067a4ccbef21228da 2025-08-05 10:42.53 ---> using "63dd17b7e64f063108648ec6d628be19bd47f76153e477fae2a322f784d59d82" 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.53 ---> saved as "4ae34728336812ff60ef288eb061ed509148bc0cb228da13b10c8233e86d798d" /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:43.11 ---> saved as "5a50bb5fba0f6fa0637a8cedcc7c5870bd0cdbcbf8c7d88bb6b73b93a8c1964c" /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=opensuse-leap os-version=15.6 # 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 4.14 # invariant ["ocaml-base-compiler" {= "4.14.2"}] # compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.14.2 2025-08-05 10:43.12 ---> saved as "d7052e10d5fcf104324131d5fef6e495986093b3986f6fc213074babd6d65002" /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:43.27 ---> saved as "e97a7c0b300484f846658e774f4a5d4b2feb08cf353b5abc8a257ab7ea6e15c7" /home/opam: (copy (src .) (dst opam-repository/)) 2025-08-05 10:43.32 ---> saved as "b09e80cbd630b992d216b2e9c5a3430a4c85714f0547cd7b66e916ce93c81721" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-08-05 10:43.48 ---> saved as "6c1af0d3b61fdecfd426940b6ea123f139e76f1a4fe23eca1e63b4c5d4d3e563" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [. - . - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ....... - ........ - .... - ...... - .... - . - ...... - ..... - .... - ..... - .. - . - ... - ... - .. - ....... - .done] - Building repository 'Update repository of openSUSE Backports' cache [....done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - ...... - .. - . - ....... - .. - .... - ......... - ........ - ..... - ........ - .. - ........ - ...... - .... - ..... - ...... - .... - ... - ..... - ... - . - .. - ...... - ..... - ......... - .......... - .......... - ......... - ......... - ....... - ......... - ........ - ......... - ......... - .......... - ......... - .......... - .......... - .......... - .......... - ......... - .......... - .......... - ..... - . - ...... - ...... - ..... - . - ... - .... - .......... - ......... - ... - ....... - ..... - .......... - .... - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Repository 'Main Update Repository' is up to date. - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. 2025-08-05 10:45.54 ---> saved as "651a81fcff4d847776afcc6f00ebb79dda58c8254982ef337bb4ce7c4426bb18" /home/opam: (run (shell "opam pin add -k version -yn archive.3.7.2+6 3.7.2+6")) archive is now pinned to version 3.7.2+6 2025-08-05 10:45.55 ---> saved as "6a1efd68d4ca1b7d6371b6a4f4582e6c78ed7c76e69192595d2decacb6d3bbef" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall archive.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 \"\\\"opensuse-15.6\\\"\"; 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.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.3.7.2+6 is not installed. Install it? [y/n] y The following actions will be performed: === install 6 packages - install archive 3.7.2+6 (pinned) - install conf-pkg-config 4 [required by archive] - install csexp 1.5.2 [required by dune-configurator] - install dune 3.19.1 [required by archive] - install dune-configurator 3.19.1 [required by archive] - install fileutils 0.6.6 [required by archive] The following system packages will first need to be installed: libarchive-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run zypper to install them (may need root/sudo access) 2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "libarchive-devel" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 2 NEW packages are going to be installed: - libarchive-devel libarchive13 - - 2 new packages to install. - - Package download size: 477.8 KiB - - Package install size change: - | 1017.2 KiB required by packages that will be installed - 1017.2 KiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (1/2), 341.4 KiB - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.done] - Retrieving: libarchive-devel-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (2/2), 136.4 KiB - Retrieving: libarchive-devel-3.7.2-150600.3.17.1.x86_64.rpm [.done] - - Checking for file conflicts: [..done] - (1/2) Installing: libarchive13-3.7.2-150600.3.17.1.x86_64 [..done] - (2/2) Installing: libarchive-devel-3.7.2-150600.3.17.1.x86_64 [..done] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved archive.3.7.2+6 (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) -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed fileutils.0.6.6 -> installed dune-configurator.3.19.1 -> installed archive.3.7.2+6 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-05 10:46.24 ---> saved as "d0a8a98353747a745b21d0892db5f86ddd9f98086f6c86a041fad5e9dcc509ac" Job succeeded 2025-08-05 10:46.28: Job succeeded