(for PR #28398)
2025-08-28 14:57.30: New job: build salto-analyzer.0.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28398/head (90ced9c2c5cd0fbb33dd7626be6dd3c3ad2910b0) on debian-12-ocaml-5.4-alpha1/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/28398/head" && git reset --hard 90ced9c2 git fetch origin master git merge --no-edit f2cd184cfc6f3b25d3bda0873beb3e8b254806ec cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815 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 salto-analyzer.0.1 0.1 RUN opam reinstall salto-analyzer.0.1; \ 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-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'salto-analyzer.0.1' && 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 14:57.30: Using cache hint "ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815-salto-analyzer.0.1-90ced9c2c5cd0fbb33dd7626be6dd3c3ad2910b0" 2025-08-28 14:57.30: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815) (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 salto-analyzer.0.1 0.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall salto-analyzer.0.1;\ \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-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'salto-analyzer.0.1' && 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 14:57.30: Waiting for resource in pool OCluster 2025-08-28 14:57.31: Waiting for worker… 2025-08-28 14:57.42: Got resource from pool OCluster Building on toxis.caelum.ci.dev Updating files: 63% (11443/18133) Updating files: 64% (11606/18133) Updating files: 65% (11787/18133) Updating files: 66% (11968/18133) Updating files: 67% (12150/18133) Updating files: 68% (12331/18133) Updating files: 69% (12512/18133) Updating files: 70% (12694/18133) Updating files: 71% (12875/18133) Updating files: 72% (13056/18133) Updating files: 73% (13238/18133) Updating files: 74% (13419/18133) Updating files: 75% (13600/18133) Updating files: 76% (13782/18133) Updating files: 77% (13963/18133) Updating files: 78% (14144/18133) Updating files: 79% (14326/18133) Updating files: 80% (14507/18133) Updating files: 81% (14688/18133) Updating files: 82% (14870/18133) Updating files: 83% (15051/18133) Updating files: 84% (15232/18133) Updating files: 85% (15414/18133) Updating files: 86% (15595/18133) Updating files: 87% (15776/18133) Updating files: 88% (15958/18133) Updating files: 89% (16139/18133) Updating files: 90% (16320/18133) Updating files: 91% (16502/18133) Updating files: 92% (16683/18133) Updating files: 93% (16864/18133) Updating files: 94% (17046/18133) Updating files: 95% (17227/18133) Updating files: 96% (17408/18133) Updating files: 97% (17590/18133) Updating files: 98% (17771/18133) Updating files: 99% (17952/18133) Updating files: 100% (18133/18133) Updating files: 100% (18133/18133), done. HEAD is now at c709bff35f Merge commit '6212b91849053145957404aafb48afd8a5c77838' 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. HEAD is now at f2cd184cfc Merge pull request #28399 from filipeom/opam-publish-smtml.0.10.0 Updating f2cd184cfc..90ced9c2c5 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/salto-analyzer/salto-analyzer.0.1/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815) 2025-08-28 14:57.55 ---> using "62bb3c1960e697a2429d716fef2e4f49455bc513db1fa8b76338449fea94c73a" 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 14:57.55 ---> using "49370c0ea4c6596249c59dd3b8c17597f2c403a233dc628f22eba0d4bbc7842b" 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. Continue? [y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository [default] Initialised 2025-08-28 14:57.55 ---> using "cb19308d765429dbfc7c866ec837b063de73896d7f35bae17bcc69aafadb8dee" 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=12 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 71 # repositories 2 (version-controlled) # pinned 1 (version) # current-switch 5.4~alpha1 # invariant ["ocaml-base-compiler" {= "5.4.0~alpha1"}] # compiler-packages ocaml-base-compiler.5.4.0~alpha1, ocaml-compiler.5.4.0~alpha1, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/5.4~alpha1/lib/ocaml/stublibs:/home/opam/.opam/5.4~alpha1/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.4.0~alpha1 2025-08-28 14:57.55 ---> using "7c2ee6d1fdb08957ee8064e2693df7939ce6f899078ce3d9389cfe24527c2c2f" 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 14:57.55 ---> using "a8ede05468dcac70ac57297e97365c83f7ab931d929bb0fcc9ed8d103aafd409" from cache /home/opam: (copy (src .) (dst opam-repository/)) Uncaught exception: Failure("\"rm\" \"-rf\" \"/var/cache/obuilder/merged/ce4c270b7d4b6b6f14785c4f137a6a62811aa3fa07e32cddf1f88c076abda4cc\" \"/var/cache/obuilder/work/ce4c270b7d4b6b6f14785c4f137a6a62811aa3fa07e32cddf1f88c076abda4cc\" failed with exit status 1") 2025-08-28 14:58.44: Job failed: Failed: Internal error