(for PR #25889)
2024-07-03 07:53.56: New job: build conf-libclang.13, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/25889/head (93450bab6f4ccfda0b50177b39c9218bc8e47470) on debian-12-ocaml-4.04/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-4.04@sha256:f958d67c11efae6e5242fb10c6eba5b1f454bd21008ca8bcdd38c8e951112c05 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.13 13 RUN opam reinstall conf-libclang.13; \ 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.13' && 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.56: Using cache hint "ocaml/opam:debian-12-ocaml-4.04@sha256:f958d67c11efae6e5242fb10c6eba5b1f454bd21008ca8bcdd38c8e951112c05-conf-libclang.13-93450bab6f4ccfda0b50177b39c9218bc8e47470" 2024-07-03 07:53.56: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.04@sha256:f958d67c11efae6e5242fb10c6eba5b1f454bd21008ca8bcdd38c8e951112c05) (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.13 13")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libclang.13;\ \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.13' && 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.56: Waiting for resource in pool OCluster 2024-07-03 14:43.35: Waiting for worker… 2024-07-03 14:54.08: Got resource from pool OCluster Building on x86-bm-c1.sw.ocaml.org All commits already cached Updating files: 52% (16668/31667) Updating files: 53% (16784/31667) Updating files: 54% (17101/31667) Updating files: 55% (17417/31667) Updating files: 56% (17734/31667) Updating files: 57% (18051/31667) Updating files: 58% (18367/31667) Updating files: 59% (18684/31667) Updating files: 60% (19001/31667) Updating files: 61% (19317/31667) Updating files: 62% (19634/31667) Updating files: 63% (19951/31667) Updating files: 64% (20267/31667) Updating files: 65% (20584/31667) Updating files: 66% (20901/31667) Updating files: 67% (21217/31667) Updating files: 68% (21534/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-4.04@sha256:f958d67c11efae6e5242fb10c6eba5b1f454bd21008ca8bcdd38c8e951112c05) 2024-07-03 14:54.19 ---> using "78a63e75460d3a186255bbde9af7c589391c724d97c1202817fc52ef5e42aa52" 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 14:54.19 ---> using "676199195c8238407288f9be07b18ba6cbc9ad538be3235ee78eb3f77fcc8f54" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-07-03 14:54.19 ---> using "9b62c43f4ee142139def157c4d6430d2dfef9028eaf80b3f388af68f86d0203d" from cache /home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-113-generic The OCaml toplevel, version 4.04.2 2.2.0~rc1 2024-07-03 14:54.19 ---> using "89cd56737ff7af6770e04b9ec81cb33af20feb93de1723c58348b2bfe39c3f81" 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 14:54.19 ---> using "6b76978ac2af68adbb241ca283a134ece9622ab603d2f4ecd579010a76ae51b6" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2024-07-03 14:54.32 ---> saved as "52be61b5b06fce611ef8228b94fc580b36f823b720bfd5185e52d260cd79e8d6" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2024-07-03 14:55.38 ---> saved as "9f6c970e9fd8daee5a0e0a76908e2e5816ff4594a46ac67ac36010bfb2edb87a" /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 2s (5807 kB/s) - Reading package lists... - 2024-07-03 14:55.40 ---> saved as "009a506875325bac357dab0c899240875cc6c58324ed2e54465503d3e03a46dd" /home/opam: (run (shell "opam pin add -k version -yn conf-libclang.13 13")) conf-libclang is now pinned to version 13 2024-07-03 14:55.41 ---> saved as "339947a33fc914216bd1fde3aff8780a1cc15445f1563482aa34dcb54a1f9f30" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libclang.13;\ \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.13' && 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.13 is not installed. Install it? [y/n] y The following actions will be performed: === install 6 packages - install conf-autoconf 0.2 [required by stdcompat] - install conf-libclang 13 (pinned) - install dune 3.16.0 [required by stdcompat] - install ocamlfind 1.9.6 [required by conf-libclang] - install ocamlfind-secondary 1.9.6 [required by dune] - install stdcompat 19 [required by conf-libclang] The following system packages will first need to be installed: autoconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "autoconf" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package m4. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18735 files and directories currently installed.) - Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Selecting previously unselected package autoconf. - Preparing to unpack .../autoconf_2.71-3_all.deb ... - Unpacking autoconf (2.71-3) ... - Selecting previously unselected package autotools-dev. - Preparing to unpack .../autotools-dev_20220109.1_all.deb ... - Unpacking autotools-dev (20220109.1) ... - Selecting previously unselected package automake. - Preparing to unpack .../automake_1%3a1.16.5-1.3_all.deb ... - Unpacking automake (1:1.16.5-1.3) ... - Setting up m4 (1.4.19-3) ... - Setting up autotools-dev (20220109.1) ... - Setting up autoconf (2.71-3) ... - Setting up automake (1:1.16.5-1.3) ... - update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-libclang.13 (cached) -> installed conf-autoconf.0.2 -> retrieved dune.3.16.0 (cached) -> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached) -> retrieved stdcompat.19 (cached) -> installed ocamlfind.1.9.6 -> installed ocamlfind-secondary.1.9.6 -> installed dune.3.16.0 -> installed stdcompat.19 [ERROR] The compilation of conf-libclang.13 failed at "./configure 13". #=== ERROR while compiling conf-libclang.13 ===================================# # context 2.2.0~rc1 | linux/x86_64 | ocaml-base-compiler.4.04.2 | pinned # path ~/.opam/4.04/.opam-switch/build/conf-libclang.13 # command ~/.opam/opam-init/hooks/sandbox.sh build ./configure 13 # exit-code 2 # env-file ~/.opam/log/conf-libclang-7-1eb49d.env # output-file ~/.opam/log/conf-libclang-7-1eb49d.out ### output ### # 'command' '-v' 'llvm-config': return code 127 # brew --prefix: /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-13': return code 127 # 'command' '-v' 'llvm-config-13.0': return code 127 # 'command' '-v' 'llvm-config130': return code 127 # 'command' '-v' 'llvm-config13': return code 127 # 'command' '-v' 'llvm-config-13-64': return code 127 # 'command' '-v' 'llvm-config-13-32': return code 127 # 'command' '-v' 'llvm-config-mp-13': return code 127 # 'command' '-v' 'llvm-config-mp-13.0': return code 127 # 'brew' '--cellar' 'llvm@13': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-12': return code 127 # 'command' '-v' 'llvm-config-12.0': return code 127 # 'command' '-v' 'llvm-config120': return code 127 # 'command' '-v' 'llvm-config12': return code 127 # 'command' '-v' 'llvm-config-12-64': return code 127 # 'command' '-v' 'llvm-config-12-32': return code 127 # 'command' '-v' 'llvm-config-mp-12': return code 127 # 'command' '-v' 'llvm-config-mp-12.0': return code 127 # 'brew' '--cellar' 'llvm@12': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-11': return code 127 # 'command' '-v' 'llvm-config-11.0': return code 127 # 'command' '-v' 'llvm-config110': return code 127 # 'command' '-v' 'llvm-config11': return code 127 # 'command' '-v' 'llvm-config-11-64': return code 127 # 'command' '-v' 'llvm-config-11-32': return code 127 # 'command' '-v' 'llvm-config-mp-11': return code 127 # 'command' '-v' 'llvm-config-mp-11.0': return code 127 # 'brew' '--cellar' 'llvm@11': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-10': return code 127 # 'command' '-v' 'llvm-config-10.0': return code 127 # 'command' '-v' 'llvm-config100': return code 127 # 'command' '-v' 'llvm-config10': return code 127 # 'command' '-v' 'llvm-config-10-64': return code 127 # 'command' '-v' 'llvm-config-10-32': return code 127 # 'command' '-v' 'llvm-config-mp-10': return code 127 # 'command' '-v' 'llvm-config-mp-10.0': return code 127 # 'brew' '--cellar' 'llvm@10': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-9': return code 127 # 'command' '-v' 'llvm-config-9.0': return code 127 # 'command' '-v' 'llvm-config90': return code 127 # 'command' '-v' 'llvm-config9': return code 127 # 'command' '-v' 'llvm-config-9-64': return code 127 # 'command' '-v' 'llvm-config-9-32': return code 127 # 'command' '-v' 'llvm-config-mp-9': return code 127 # 'command' '-v' 'llvm-config-mp-9.0': return code 127 # 'brew' '--cellar' 'llvm@9': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-8': return code 127 # 'command' '-v' 'llvm-config-8.0': return code 127 # 'command' '-v' 'llvm-config80': return code 127 # 'command' '-v' 'llvm-config8': return code 127 # 'command' '-v' 'llvm-config-8-64': return code 127 # 'command' '-v' 'llvm-config-8-32': return code 127 # 'command' '-v' 'llvm-config-mp-8': return code 127 # 'command' '-v' 'llvm-config-mp-8.0': return code 127 # 'brew' '--cellar' 'llvm@8': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-7': return code 127 # 'command' '-v' 'llvm-config-7.0': return code 127 # 'command' '-v' 'llvm-config70': return code 127 # 'command' '-v' 'llvm-config7': return code 127 # 'command' '-v' 'llvm-config-7-64': return code 127 # 'command' '-v' 'llvm-config-7-32': return code 127 # 'command' '-v' 'llvm-config-mp-7': return code 127 # 'command' '-v' 'llvm-config-mp-7.0': return code 127 # 'brew' '--cellar' 'llvm@7': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-6': return code 127 # 'command' '-v' 'llvm-config-6.0': return code 127 # 'command' '-v' 'llvm-config60': return code 127 # 'command' '-v' 'llvm-config6': return code 127 # 'command' '-v' 'llvm-config-6-64': return code 127 # 'command' '-v' 'llvm-config-6-32': return code 127 # 'command' '-v' 'llvm-config-mp-6': return code 127 # 'command' '-v' 'llvm-config-mp-6.0': return code 127 # 'brew' '--cellar' 'llvm@6': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-5': return code 127 # 'command' '-v' 'llvm-config-5.0': return code 127 # 'command' '-v' 'llvm-config50': return code 127 # 'command' '-v' 'llvm-config5': return code 127 # 'command' '-v' 'llvm-config-5-64': return code 127 # 'command' '-v' 'llvm-config-5-32': return code 127 # 'command' '-v' 'llvm-config-mp-5': return code 127 # 'command' '-v' 'llvm-config-mp-5.0': return code 127 # 'brew' '--cellar' 'llvm@5': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-4': return code 127 # 'command' '-v' 'llvm-config-4.0': return code 127 # 'command' '-v' 'llvm-config40': return code 127 # 'command' '-v' 'llvm-config4': return code 127 # 'command' '-v' 'llvm-config-4-64': return code 127 # 'command' '-v' 'llvm-config-4-32': return code 127 # 'command' '-v' 'llvm-config-mp-4': return code 127 # 'command' '-v' 'llvm-config-mp-4.0': return code 127 # 'brew' '--cellar' 'llvm@4': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # 'command' '-v' 'llvm-config-3': return code 127 # 'command' '-v' 'llvm-config-3.0': return code 127 # 'command' '-v' 'llvm-config30': return code 127 # 'command' '-v' 'llvm-config3': return code 127 # 'command' '-v' 'llvm-config-3-64': return code 127 # 'command' '-v' 'llvm-config-3-32': return code 127 # 'command' '-v' 'llvm-config-mp-3': return code 127 # 'command' '-v' 'llvm-config-mp-3.0': return code 127 # 'brew' '--cellar' 'llvm@3': /bin/sh: 1: brew: not found # return code 127 # 'brew' '--cellar' 'llvm': /bin/sh: 1: brew: not found # return code 127 # Fatal error: exception Failure("No usable version of LLVM <=13.0.x found") <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build conf-libclang 13 +- +- The following changes have been performed | - install conf-autoconf 0.2 | - install dune 3.16.0 | - install ocamlfind 1.9.6 | - install ocamlfind-secondary 1.9.6 | - install stdcompat 19 +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/4.04/.opam-switch/backup/state-20240703145542.export" [WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1. [WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1. A package failed and has been disabled for CI using the 'x-ci-accept-failures' field. "/usr/bin/env" "bash" "-c" "opam reinstall conf-libclang.13; 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.13' && partial_fails="$partial_fails $pkg"; done; test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; exit 1" failed with exit status 1 2024-07-03 14:57.02: Job failed: Failed: Build failed 2024-07-03 14:57.02: Log analysis: 2024-07-03 14:57.02: >>> [ERROR] The compilation of conf-libclang.13 failed at "./configure 13". (score = 20) 2024-07-03 14:57.02: >>> # Fatal error: exception Failure("No usable version of LLVM <=13.0.x found") (score = 35) 2024-07-03 14:57.02: >>> A package failed and has been disabled for CI using the 'x-ci-accept-failures' field. (score = 100) 2024-07-03 14:57.02: [SKIP] Failure ignored