(for PR #28410)
2025-08-28 15:42.27: New job: build volgo-git-backend.0.0.21, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28410/head (7c55ff983df5d54fa7f951afc3269cad97244848) 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/28410/head" && git reset --hard 7c55ff98 git fetch origin master git merge --no-edit f2cd184cfc6f3b25d3bda0873beb3e8b254806ec cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd 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 volgo-git-backend.0.0.21 0.0.21 RUN opam reinstall volgo-git-backend.0.0.21; \ 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" != 'volgo-git-backend.0.0.21' && 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-28 15:42.27: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd-volgo-git-backend.0.0.21-7c55ff983df5d54fa7f951afc3269cad97244848" 2025-08-28 15:42.27: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd) (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 volgo-git-backend.0.0.21 0.0.21")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall volgo-git-backend.0.0.21;\ \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\" != 'volgo-git-backend.0.0.21' && 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-28 15:42.27: Waiting for resource in pool OCluster 2025-08-28 15:44.42: Waiting for worker… 2025-08-28 15:47.20: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at f2cd184cfc Merge pull request #28399 from filipeom/opam-publish-smtml.0.10.0 Updating f2cd184cfc..7c55ff983d Fast-forward Auto packing the repository in the background for optimum performance. See "git help gc" for manual housekeeping. warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. packages/volgo-base/volgo-base.0.0.21/opam | 73 ++++++++++++++++++++++ .../volgo-git-backend.0.0.21/opam | 61 ++++++++++++++++++ packages/volgo-git-eio/volgo-git-eio.0.0.21/opam | 62 ++++++++++++++++++ packages/volgo-git-unix/volgo-git-unix.0.0.21/opam | 62 ++++++++++++++++++ .../volgo-hg-backend/volgo-hg-backend.0.0.21/opam | 61 ++++++++++++++++++ packages/volgo-hg-eio/volgo-hg-eio.0.0.21/opam | 63 +++++++++++++++++++ packages/volgo-hg-unix/volgo-hg-unix.0.0.21/opam | 62 ++++++++++++++++++ packages/volgo-vcs/volgo-vcs.0.0.21/opam | 68 ++++++++++++++++++++ packages/volgo/volgo.0.0.21/opam | 58 +++++++++++++++++ 9 files changed, 570 insertions(+) create mode 100644 packages/volgo-base/volgo-base.0.0.21/opam create mode 100644 packages/volgo-git-backend/volgo-git-backend.0.0.21/opam create mode 100644 packages/volgo-git-eio/volgo-git-eio.0.0.21/opam create mode 100644 packages/volgo-git-unix/volgo-git-unix.0.0.21/opam create mode 100644 packages/volgo-hg-backend/volgo-hg-backend.0.0.21/opam create mode 100644 packages/volgo-hg-eio/volgo-hg-eio.0.0.21/opam create mode 100644 packages/volgo-hg-unix/volgo-hg-unix.0.0.21/opam create mode 100644 packages/volgo-vcs/volgo-vcs.0.0.21/opam create mode 100644 packages/volgo/volgo.0.0.21/opam (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd' locally docker.io/ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd: Pulling from ocaml/opam 00b1d65d02fb: Pulling fs layer 00b1d65d02fb: Download complete 00b1d65d02fb: Pull complete Digest: sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd Status: Downloaded newer image for ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd 2025-08-28 15:47.27 ---> using "1a99a4fa2b22a5ddfdc055ef8b0a89929fb705f376c98cfd746d241bec785819" 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-28 15:47.27 ---> using "12b290a30034ea527ecb372f8bf1ed84863ffdad6137b5e6c3085a097f6a3694" 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-28 15:47.27 ---> using "116c91c8e34eb4d7b375dffb9ee976355c719d5de43b3e5332a686ab4842694f" 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=opensuse-leap os-version=15.6 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 71 # 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-28 15:47.27 ---> using "18495cb4ec2c758c2446be0b323f6ccb0dd10c69c0f820c1f8ae4cc2e34e3a5e" 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-28 15:47.27 ---> using "f9cd9d501a754c8e9975be10beccf27d2fc8b4bd9227ac3f909555ec769b45fa" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-08-28 15:47.35 ---> saved as "9782ade2f6a1b38b9584d0934a141780453b3bcd307f0e8331b38a5135894105" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-08-28 15:47.55 ---> saved as "fa040de12c43597acd62c78069fc464b8b589c52b9123ab63067740e45e2f596" /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-28 15:48.26 ---> saved as "3764132ba7277962cbd0ee9fd4238afec68cb4a0c1c4583e8967cc738e04e4bb" /home/opam: (run (shell "opam pin add -k version -yn volgo-git-backend.0.0.21 0.0.21")) volgo-git-backend is now pinned to version 0.0.21 2025-08-28 15:48.27 ---> saved as "f8a2822f02315dc923fe75f93b26f0f29e9937dd3cb1d998cae0cfb4dd4436ce" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall volgo-git-backend.0.0.21;\ \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\" != 'volgo-git-backend.0.0.21' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) volgo-git-backend.0.0.21 is not installed. Install it? [y/n] y The following actions will be performed: === install 24 packages - install astring 0.8.5 [required by volgo-git-backend] - install bitv 2.1 [required by volgo] - install cmdlang 0.0.9 [required by pplumbing] - install cmdlang-to-cmdliner 0.0.9 [required by pplumbing] - install cmdliner 1.3.0 [required by pplumbing] - install csexp 1.5.2 [required by stdune] - install dune 3.20.1 [required by volgo-git-backend] - install dyn 3.20.1 [required by pplumbing] - install fmt 0.11.0 [required by pplumbing] - install fpath 0.7.3 [required by volgo-git-backend] - install fpath-sexp0 0.3.1 [required by volgo-git-backend] - install loc 0.2.2 [required by pplumbing] - install logs 0.9.0 [required by pplumbing] - install ocamlbuild 0.16.1 [required by astring, fpath] - install ocamlfind 1.9.8 [required by astring, fpath] - install ordering 3.20.1 [required by pplumbing] - install parsexp v0.16.0 [required by pplumbing] - install pp 2.0.0 [required by volgo-git-backend] - install pplumbing 0.0.14 [required by volgo-git-backend] - install sexplib0 v0.16.0 [required by volgo-git-backend] - install stdune 3.20.1 [required by pplumbing] - install topkg 1.1.0 [required by astring, fpath] - install volgo 0.0.21 [required by volgo-git-backend] - install volgo-git-backend 0.0.21 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bitv.2.1 (cached) -> retrieved cmdlang.0.0.9, cmdlang-to-cmdliner.0.0.9 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved dune.3.20.1, dyn.3.20.1, ordering.3.20.1, stdune.3.20.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved fpath-sexp0.0.3.1 (cached) -> retrieved loc.0.2.2 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> installed cmdliner.1.3.0 -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved pplumbing.0.0.14 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved volgo.0.0.21, volgo-git-backend.0.0.21 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed logs.0.9.0 -> installed dune.3.20.1 -> installed bitv.2.1 -> installed cmdlang.0.0.9 -> installed csexp.1.5.2 -> installed pp.2.0.0 -> installed cmdlang-to-cmdliner.0.0.9 -> installed sexplib0.v0.16.0 -> installed fpath-sexp0.0.3.1 -> installed ordering.3.20.1 -> installed parsexp.v0.16.0 -> installed dyn.3.20.1 -> installed stdune.3.20.1 -> installed loc.0.2.2 -> installed pplumbing.0.0.14 -> installed volgo.0.0.21 -> installed volgo-git-backend.0.0.21 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-28 15:49.27 ---> saved as "653562aaa1575a5852ed5f0ccfbe900ac6186139f048856e4e35f1388643e80a" Job succeeded 2025-08-28 15:49.33: Job succeeded