(for PR #28495)
2025-09-17 10:23.48: New job: build efl.1.13.0, using opam 2.1 from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (39ef1a8a5ad92f9e2f0d6857dbb4a91a15a9b4a6) on debian-13-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/28495/head" && git reset --hard 39ef1a8a git fetch origin master git merge --no-edit 7949ff40d8af6dff67bf2361db44574e21c6d076 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.1 /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 efl.1.13.0 1.13.0 RUN opam reinstall efl.1.13.0; \ 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-13\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'efl.1.13.0' && 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-09-17 10:23.48: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f-efl.1.13.0-39ef1a8a5ad92f9e2f0d6857dbb4a91a15a9b4a6" 2025-09-17 10:23.48: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 efl.1.13.0 1.13.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall efl.1.13.0;\ \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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'efl.1.13.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-09-17 10:23.48: Waiting for resource in pool OCluster 2025-09-17 10:39.10: Waiting for worker… 2025-09-17 10:42.08: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 7949ff40d8 Merge pull request #28501 from vscoqbot/opam-publish-vsrocq-language-server.2.3.0 Merge made by the 'ort' strategy. packages/efl/efl.1.12.0/opam | 3 ++- packages/efl/efl.1.13.0/opam | 3 ++- packages/efl/efl.1.17.0/opam | 3 ++- packages/efl/efl.1.18.0/opam | 3 ++- packages/efl/efl.1.19.0/opam | 3 ++- packages/efl/efl.1.20.0/opam | 3 ++- packages/efl/efl.1.22.0/opam | 3 ++- packages/efl/efl.1.24.0/opam | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) (from ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f' locally docker.io/ocaml/opam@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f: Pulling from ocaml/opam 15b1d8a5ff03: Already exists 4d5eb3ed0208: Already exists b44e00377829: Already exists 93018e586176: Already exists 587e432a29e2: Already exists cdf304204754: Already exists a444cfe202e3: Already exists 964991c828c0: Already exists a94458d90f79: Already exists e972c69afbc9: Already exists 3997d62e9de2: Already exists d78ea61f72f9: Already exists c68a1176424c: Already exists 63495b383f1a: Already exists aa1a6204320d: Already exists 187b2023e0b3: Already exists 4787e66ddf43: Already exists 973a552bac2d: Already exists 8ad831d15267: Already exists a8377bc33a29: Already exists 84a002321686: Already exists 4f4fb700ef54: Already exists 5d52c4f201d6: Already exists 68ef19bc296a: Already exists 1cda2aa0af1b: Already exists 769f31bcfe07: Already exists b1d715eb0b34: Already exists 6b92d559de80: Already exists 1552f16d9075: Already exists 7a69328970da: Already exists e66b1fc86e6f: Already exists b14737f10b30: Already exists 4b7cf33f8dea: Already exists 0499d18bfcaa: Already exists fb0e4a52e51b: Already exists af1ea896d29c: Already exists cff41317f198: Already exists fbb90a49a8ca: Already exists 2f7f155032eb: Already exists 02f68e1ce660: Already exists 9142b776626e: Pulling fs layer cebfcf7d6f76: Pulling fs layer 39abf9ca585d: Pulling fs layer 9486417a4529: Pulling fs layer 719d491db6c6: Pulling fs layer 7463fddf1e2e: Pulling fs layer d82e9fb7179d: Pulling fs layer cebfcf7d6f76: Waiting 9142b776626e: Waiting 9486417a4529: Waiting 7463fddf1e2e: Waiting d82e9fb7179d: Waiting 9142b776626e: Verifying Checksum 9142b776626e: Download complete 9142b776626e: Pull complete cebfcf7d6f76: Download complete cebfcf7d6f76: Pull complete 39abf9ca585d: Verifying Checksum 39abf9ca585d: Pull complete 9486417a4529: Verifying Checksum 9486417a4529: Download complete 719d491db6c6: Verifying Checksum 719d491db6c6: Download complete 7463fddf1e2e: Verifying Checksum 7463fddf1e2e: Download complete d82e9fb7179d: Verifying Checksum d82e9fb7179d: Download complete 9486417a4529: Pull complete 719d491db6c6: Pull complete 7463fddf1e2e: Pull complete d82e9fb7179d: Pull complete Digest: sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f Status: Downloaded newer image for ocaml/opam@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f 2025-09-17 10:53.08 ---> using "e5ce46144b4e25b3e363c3d09bd5c434fad1097e903303a843a6f78001c9b5bd" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam")) 2025-09-17 10:53.08 ---> using "c57d51d34d7f0c0e12c7b0c5cbc92a375f3502cbe390767f96a863062ea75d93" 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 Format upgrade done. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted. You may want to back it up before going further. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-17 10:53.08 ---> using "77b4bee5f5d9703a9f6d7fc80b817cb85a0f639b57f3375b1e39efe2ed55e6ea" 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.1.6 (263921263e1f745613e2882745114b7b08f3608b) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=13 # solver builtin-0install # install-criteria # upgrade-criteria # jobs 71 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # 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-09-17 10:53.08 ---> using "985078520af3d402d1084ad0c358c8f8e5cf66bf6f697a871bc5c87f597d9e3c" 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-09-17 10:53.08 ---> using "9d44c42d6656cec540efc3aacd34d3f06af954c93a3844d91500d38562611196" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-17 10:53.09 ---> using "c78c79d4f4c7e349f0dda83b7824e26e75faf1a15a1bfff4a08ff69f1af63dcb" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-17 10:53.09 ---> using "d5a39f1fe491ef631d289073100cd8ee77e85639d779184f211b029f73a79d4d" from cache /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - 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-security trixie-security/main amd64 Packages [40.4 kB] - Fetched 131 kB in 0s (1213 kB/s) - Reading package lists... 2025-09-17 10:53.09 ---> using "ca2cad9ae25207eb46bc0ea136e15c8e3389bc1c9db29b2a1847fd5563e27576" from cache /home/opam: (run (shell "opam pin add -k version -yn efl.1.13.0 1.13.0")) efl is now pinned to version 1.13.0 2025-09-17 10:53.10 ---> saved as "7a2dc1424056ff128e469e0f534eacde630bd6233ad1aaaf702a4924591f5c2c" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall efl.1.13.0;\ \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-13\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'efl.1.13.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) efl.1.13.0 is not installed. Install it? [Y/n] y * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.3.0 - efl = 1.13.0 -> ocaml < 5.3 -> dkml-base-compiler You can temporarily relax the switch invariant with `--update-invariant' * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-base-compiler < 3.07+1 | ocaml-system < 3.07+1 | ocaml-variants < 3.8~ not available because the package is pinned to version 5.3.0 unmet availability conditions: 'sys-ocaml-version = "3.07"' no matching version * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-base-compiler = 3.07+1 | ocaml-system = 3.07+1 | ocaml-variants < 3.8~ not available because the package is pinned to version 5.3.0 unmet availability conditions: 'sys-ocaml-version = "3.07+1"' no matching version * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-base-compiler = 3.07+2 | ocaml-system = 3.07+2 | ocaml-variants < 3.8~ not available because the package is pinned to version 5.3.0 unmet availability conditions: 'sys-ocaml-version = "3.07+2"' no matching version * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-base-compiler = 3.08.0 | ocaml-system >= 3.08.0 | ocaml-variants < 3.08.1~ not available because the package is pinned to version 5.3.0 unmet availability conditions, e.g. 'sys-ocaml-version = "3.08.0"' no matching version * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-base-compiler = 3.08.1 | ocaml-system >= 3.08.1 | ocaml-variants < 3.08.2~ not available because the package is pinned to version 5.3.0 unmet availability conditions, e.g. 'sys-ocaml-version = "3.08.1"' no matching version * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-base-compiler = 3.08.2 | ocaml-system >= 3.08.2 | ocaml-variants < 3.08.3~ not available because the package is pinned to version 5.3.0 unmet availability conditions, e.g. 'sys-ocaml-version = "3.08.2"' no matching version * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-base-compiler = 3.08.3 | ocaml-system >= 3.08.3 | ocaml-variants < 3.08.4~ not available because the package is pinned to version 5.3.0 unmet availability conditions, e.g. 'sys-ocaml-version = "3.08.3"' no matching version * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-base-compiler = 3.08.4 | ocaml-system >= 3.08.4 | ocaml-variants < 3.08.5~ not available because the package is pinned to version 5.3.0 unmet availability conditions, e.g. 'sys-ocaml-version = "3.08.4"' no matching version * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-base-compiler = 3.09.0 | ocaml-system >= 3.09.0 | ocaml-variants < 3.09.1~ not available because the package is pinned to version 5.3.0 unmet availability conditions, e.g. 'sys-ocaml-version = "3.09.0"' no matching version * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' * Missing dependency: - efl = 1.13.0 -> ocaml < 5.3 -> ocaml-variants -> system-msvc unmet availability conditions: 'os = "win32"' No solution found, exiting "/usr/bin/env" "bash" "-c" "opam reinstall efl.1.13.0; 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-13\""; then echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; fi; test "$pkg" != 'efl.1.13.0' && partial_fails="$partial_fails $pkg"; done; test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; exit 1" failed with exit status 20 2025-09-17 10:53.27: Job failed: Failed: Build failed 2025-09-17 10:53.27: Log analysis: 2025-09-17 10:53.27: >>> No solution found, exiting (score = 100) 2025-09-17 10:53.27: [SKIP] Package not available