(for PR #25889)
2024-07-03 07:53.57: New job: build conf-libclang.14, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/25889/head (93450bab6f4ccfda0b50177b39c9218bc8e47470) on debian-12-ocaml-5.2-flambda/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/25889/head" && git reset --hard 93450bab git fetch origin master git merge --no-edit f11abb6589b7c157b8bd91c5d5fcb5a92da6d892 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:1e5096a03b0e23247ce2df5a6dbee811c3aec4fa8226930f377b0ad440d1b140 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMSOLVERTIMEOUT="500" 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 conf-libclang.14 14 RUN opam reinstall conf-libclang.14; \ 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" != 'conf-libclang.14' && 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 . 2024-07-03 07:53.57: Using cache hint "ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:1e5096a03b0e23247ce2df5a6dbee811c3aec4fa8226930f377b0ad440d1b140-conf-libclang.14-93450bab6f4ccfda0b50177b39c9218bc8e47470" 2024-07-03 07:53.57: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:1e5096a03b0e23247ce2df5a6dbee811c3aec4fa8226930f377b0ad440d1b140) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMSOLVERTIMEOUT 500) (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 conf-libclang.14 14")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libclang.14;\ \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\" != 'conf-libclang.14' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2024-07-03 07:53.57: Waiting for resource in pool OCluster 2024-07-03 15:11.41: Waiting for worker… 2024-07-03 15:15.01: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached Updating files: 68% (21554/31667) Updating files: 69% (21851/31667) Updating files: 70% (22167/31667) Updating files: 71% (22484/31667) Updating files: 72% (22801/31667) Updating files: 73% (23117/31667) Updating files: 74% (23434/31667) Updating files: 75% (23751/31667) Updating files: 76% (24067/31667) Updating files: 77% (24384/31667) Updating files: 78% (24701/31667) Updating files: 79% (25017/31667) Updating files: 80% (25334/31667) Updating files: 81% (25651/31667) Updating files: 82% (25967/31667) Updating files: 83% (26284/31667) Updating files: 84% (26601/31667) Updating files: 85% (26917/31667) Updating files: 86% (27234/31667) Updating files: 87% (27551/31667) Updating files: 88% (27867/31667) Updating files: 89% (28184/31667) Updating files: 90% (28501/31667) Updating files: 91% (28817/31667) Updating files: 92% (29134/31667) Updating files: 93% (29451/31667) Updating files: 94% (29767/31667) Updating files: 95% (30084/31667) Updating files: 96% (30401/31667) Updating files: 97% (30717/31667) Updating files: 98% (31034/31667) Updating files: 99% (31351/31667) Updating files: 100% (31667/31667) Updating files: 100% (31667/31667), done. HEAD is now at f11abb6589 Merge pull request #26180 from mseri/fix-async_ssl Merge made by the 'ort' strategy. packages/conf-libclang/conf-libclang.10/opam | 52 +++++++++++++----- packages/conf-libclang/conf-libclang.11/opam | 54 ++++++++++++++----- packages/conf-libclang/conf-libclang.12/opam | 52 ++++++++++++------ packages/conf-libclang/conf-libclang.13/opam | 60 ++++++++++++--------- packages/conf-libclang/conf-libclang.14/opam | 61 +++++++++++++-------- packages/conf-libclang/conf-libclang.15/opam | 62 +++++++++++++-------- packages/conf-libclang/conf-libclang.16/opam | 76 ++++++++++++++++++++++++++ packages/conf-libclang/conf-libclang.17/opam | 78 +++++++++++++++++++++++++++ packages/conf-libclang/conf-libclang.18/opam | 80 ++++++++++++++++++++++++++++ 9 files changed, 461 insertions(+), 114 deletions(-) create mode 100644 packages/conf-libclang/conf-libclang.16/opam create mode 100644 packages/conf-libclang/conf-libclang.17/opam create mode 100644 packages/conf-libclang/conf-libclang.18/opam (from ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:1e5096a03b0e23247ce2df5a6dbee811c3aec4fa8226930f377b0ad440d1b140) 2024-07-03 15:15.31 ---> using "f53c6f887bae2dd4e5c49288ac5350de396463ba6d5cf1b5438f57f980a69d5b" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2024-07-03 15:15.31 ---> using "bcdf69ceda7f279f19047d786548f489797459c5da61fe4446fd484d7cbb619f" 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~beta, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-07-03 15:15.31 ---> using "75e56cc1a82a0cd3dd3881d8d162d202dcba82dea751d35e3f39daec3d718d10" from cache /home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-113-generic The OCaml toplevel, version 5.2.0 2.2.0~rc1 2024-07-03 15:15.31 ---> using "cb98a6945e3b005a6bdebdb4e12c9aaf613f67f0462c871c7c89b352098dfa6c" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMSOLVERTIMEOUT 500) /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/")) 2024-07-03 15:15.31 ---> using "0a8b0d71b5586a50369303eb0b91ad10625f0ebfa66c98f73ef4cd03d151e8f7" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2024-07-03 15:15.59 ---> saved as "ebc36906efe4d355a3f9cde407d0c7688edd67836044b667540d06e74285c669" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2024-07-03 15:16.54 ---> saved as "4308e08708514b7770993782a77fa3f50935f96c802735bb54b80f59a57403ef" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8788 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [164 kB] - Fetched 9206 kB in 1s (6524 kB/s) - Reading package lists... 2024-07-03 15:16.56 ---> saved as "1a356a1b230ab9758b2b3342f94db07d10e6a944fb0ae504df6a8fe948f38991" /home/opam: (run (shell "opam pin add -k version -yn conf-libclang.14 14")) conf-libclang is now pinned to version 14 2024-07-03 15:16.57 ---> saved as "c686d90bec1815f9a166925310b2b7a7eaf900a4d535a161b3c4da2e3475e843" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libclang.14;\ \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\" != 'conf-libclang.14' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) conf-libclang.14 is not installed. Install it? [y/n] y * No agreement on the version of ocaml: - (invariant) -> ocaml-options-only-flambda -> ocaml-option-flambda -> ocaml-variants >= 4.12.0~ -> ocaml = 5.2.0 - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 You can temporarily relax the switch invariant with `--update-invariant' * Incompatible packages: - (invariant) -> ocaml-options-only-flambda -> ocaml-option-flambda -> ocaml-variants >= 4.12.0~ - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> dkml-base-compiler * Incompatible packages: - (invariant) -> ocaml-options-only-flambda -> ocaml-option-flambda - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler >= 4.12.0~ -> ocaml-options-vanilla * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.02.4 | ocaml-system >= 4.02.4 | ocaml-variants < 4.02.5~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.03.1 | ocaml-system >= 4.03.1 | ocaml-variants < 4.03.2~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.04.3 | ocaml-system >= 4.04.3 | ocaml-variants < 4.04.4~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.05.1 | ocaml-system >= 4.05.1 | ocaml-variants < 4.05.2~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.06.2 | ocaml-system >= 4.06.2 | ocaml-variants < 4.06.3~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.07.2 | ocaml-system >= 4.07.2 | ocaml-variants < 4.07.3~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.08.2 | ocaml-system >= 4.08.2 | ocaml-variants < 4.08.3~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.09.2 | ocaml-system >= 4.09.2 | ocaml-variants < 4.09.3~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.10.3 | ocaml-system >= 4.10.3 | ocaml-variants < 4.10.4~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options * Missing dependency: - conf-libclang = 14 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler = 4.11.3 | ocaml-system >= 4.11.3 | ocaml-variants < 4.11.4~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.2.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.2.0+options No solution found, exiting "/usr/bin/env" "bash" "-c" "opam reinstall conf-libclang.14; 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" != 'conf-libclang.14' && 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 2024-07-03 15:17.27: Job failed: Failed: Build failed 2024-07-03 15:17.27: Log analysis: 2024-07-03 15:17.27: >>> No solution found, exiting (score = 100) 2024-07-03 15:17.27: [SKIP] Package not available