(for PR #25889)

2024-07-03 07:53.56: New job: build conf-libclang.18, lower-bounds, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25889/head (93450bab6f4ccfda0b50177b39c9218bc8e47470)
                              on debian-12-ocaml-4.08/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.08@sha256:c8ae11d6d7da3ab7bdae14ef86dd2e9126b2867b5619657e9993b7f8a6681582
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.18 18
RUN opam reinstall conf-libclang.18; \
    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.18' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMEXTERNALSOLVER="builtin-0install"
RUN opam reinstall conf-libclang.18; \
    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.18' && 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.08@sha256:c8ae11d6d7da3ab7bdae14ef86dd2e9126b2867b5619657e9993b7f8a6681582-conf-libclang.18-93450bab6f4ccfda0b50177b39c9218bc8e47470"
2024-07-03 07:53.56: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:c8ae11d6d7da3ab7bdae14ef86dd2e9126b2867b5619657e9993b7f8a6681582)
 (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.18 18"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-libclang.18;\
             \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.18' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (env OPAMCRITERIA +removed,+count[version-lag,solution])
 (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
 (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
 (env OPAMEXTERNALSOLVER builtin-0install)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-libclang.18;\
             \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.18' && 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:49.05: Waiting for worker…
2024-07-03 14:58.25: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  73% (23402/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.08@sha256:c8ae11d6d7da3ab7bdae14ef86dd2e9126b2867b5619657e9993b7f8a6681582)
2024-07-03 15:26.19 ---> using "77ad7ae33382a2b082b7ae78b0af70622567c8035e6950a25db4521084937ca8" 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:26.19 ---> using "5bc9b9abfd42150ffbb92269ce9053615bc800f7d13fd72f0fc24b1f1a6d97d0" 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:26.38 ---> saved as "649c58f17a9afa09a699f2993c2f026d0d794ddd61827bc31b1250ec4fd17810"

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-113-generic
The OCaml toplevel, version 4.08.1
2.2.0~rc1
2024-07-03 15:26.38 ---> saved as "321b2ea693f1f46dffdba117cc45380eb5cab7619ee7df9f4a1371c3ccd36868"

/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:26.59 ---> saved as "6b52fd83695b10b4d966f43fe52c7d1ef247facd595b386fb1893adcaff75c50"

/home/opam: (copy (src .) (dst opam-repository/))
2024-07-03 15:27.11 ---> saved as "f70b602404415e92affa3269a3946edead703ce8dd3c3cbcd3f8c7c335d1adf3"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-07-03 15:28.04 ---> saved as "aa5d4241785bbab938684ea4484fdd67dbd35aa73ea140b3d34368aa75e35f6b"

/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 4s (2054 kB/s)
- Reading package lists...
- 
2024-07-03 15:28.09 ---> saved as "60ad48f4ff647b80f5bffb370166a52363c9c6e82b4cb5c5f0f81b74f3e545bd"

/home/opam: (run (shell "opam pin add -k version -yn conf-libclang.18 18"))
conf-libclang is now pinned to version 18
2024-07-03 15:28.10 ---> saved as "1cb74e67da616fa112bf076f32fba96177e33026f9471ac8d468455e981d5a1e"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-libclang.18;\
                        \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.18' && 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.18 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 5 packages
  - install conf-autoconf 0.2         [required by stdcompat]
  - install conf-libclang 18 (pinned)
  - install dune          3.16.0      [required by stdcompat]
  - install ocamlfind     1.9.6       [required by conf-libclang]
  - install stdcompat     19          [required by conf-libclang]

The following system packages will first need to be installed:
    autoconf libclang-16-dev libclang-cpp16-dev llvm-16-dev

<><> 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" "libclang-16-dev" "libclang-cpp16-dev" "llvm-16-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpipeline1:amd64.
- (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 .../libpipeline1_1.5.7-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.7-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-2_amd64.deb ...
- Unpacking binfmt-support (2.2.2-2) ...
- Selecting previously unselected package libpython3.11-minimal:amd64.
- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u2_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u2) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u2_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u2) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u2) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u2) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 19064 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u2_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u2) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u2_amd64.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u2) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package python3.
- (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 ... 19474 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../01-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../02-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../03-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../04-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../05-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../06-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libc6-i386.
- Preparing to unpack .../07-libc6-i386_2.36-9+deb12u7_amd64.deb ...
- Unpacking libc6-i386 (2.36-9+deb12u7) ...
- Selecting previously unselected package lib32gcc-s1.
- Preparing to unpack .../08-lib32gcc-s1_12.2.0-14_amd64.deb ...
- Unpacking lib32gcc-s1 (12.2.0-14) ...
- Selecting previously unselected package lib32stdc++6.
- Preparing to unpack .../09-lib32stdc++6_12.2.0-14_amd64.deb ...
- Unpacking lib32stdc++6 (12.2.0-14) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../10-libgc1_1%3a8.2.2-3_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.2-3) ...
- Selecting previously unselected package libobjc4:amd64.
- Preparing to unpack .../11-libobjc4_12.2.0-14_amd64.deb ...
- Unpacking libobjc4:amd64 (12.2.0-14) ...
- Selecting previously unselected package libobjc-12-dev:amd64.
- Preparing to unpack .../12-libobjc-12-dev_12.2.0-14_amd64.deb ...
- Unpacking libobjc-12-dev:amd64 (12.2.0-14) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../13-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../14-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm16:amd64.
- Preparing to unpack .../15-libllvm16_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking libllvm16:amd64 (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package libclang1-16.
- Preparing to unpack .../16-libclang1-16_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking libclang1-16 (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package libclang-common-16-dev.
- Preparing to unpack .../17-libclang-common-16-dev_1%3a16.0.6-15~deb12u1_all.deb ...
- Unpacking libclang-common-16-dev (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package libclang-16-dev.
- Preparing to unpack .../18-libclang-16-dev_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking libclang-16-dev (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package libclang-cpp16.
- Preparing to unpack .../19-libclang-cpp16_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking libclang-cpp16 (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package libclang-cpp16-dev.
- Preparing to unpack .../20-libclang-cpp16-dev_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking libclang-cpp16-dev (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package libclang-rt-16-dev:amd64.
- Preparing to unpack .../21-libclang-rt-16-dev_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking libclang-rt-16-dev:amd64 (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../22-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../23-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../24-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../25-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../26-libpfm4_4.13.0-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0-1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../27-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../28-libyaml-0-2_0.2.5-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../29-libz3-dev_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package llvm-16-runtime.
- Preparing to unpack .../30-llvm-16-runtime_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking llvm-16-runtime (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package llvm-16-linker-tools.
- Preparing to unpack .../31-llvm-16-linker-tools_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking llvm-16-linker-tools (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package llvm-16.
- Preparing to unpack .../32-llvm-16_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking llvm-16 (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../33-python3-pkg-resources_66.1.1-1_all.deb ...
- Unpacking python3-pkg-resources (66.1.1-1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../34-python3-pygments_2.14.0+dfsg-1_all.deb ...
- Unpacking python3-pygments (2.14.0+dfsg-1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../35-python3-yaml_6.0-3+b2_amd64.deb ...
- Unpacking python3-yaml (6.0-3+b2) ...
- Selecting previously unselected package llvm-16-tools.
- Preparing to unpack .../36-llvm-16-tools_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking llvm-16-tools (1:16.0.6-15~deb12u1) ...
- Selecting previously unselected package llvm-16-dev.
- Preparing to unpack .../37-llvm-16-dev_1%3a16.0.6-15~deb12u1_amd64.deb ...
- Unpacking llvm-16-dev (1:16.0.6-15~deb12u1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:amd64 (1.5.7-1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u2) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpfm4:amd64 (4.13.0-1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up binfmt-support (2.2.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up icu-devtools (72.1-3) ...
- Setting up libgc1:amd64 (1:8.2.2-3) ...
- Setting up autoconf (2.71-3) ...
- Setting up libc6-i386 (2.36-9+deb12u7) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- 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
- Setting up libz3-dev:amd64 (4.8.12-3.1) ...
- Setting up python3.11 (3.11.2-6+deb12u2) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up libobjc4:amd64 (12.2.0-14) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up lib32gcc-s1 (12.2.0-14) ...
- Setting up lib32stdc++6 (12.2.0-14) ...
- Setting up libobjc-12-dev:amd64 (12.2.0-14) ...
- Setting up libllvm16:amd64 (1:16.0.6-15~deb12u1) ...
- Setting up python3-pkg-resources (66.1.1-1) ...
- Setting up libclang-rt-16-dev:amd64 (1:16.0.6-15~deb12u1) ...
- Setting up libclang1-16 (1:16.0.6-15~deb12u1) ...
- Setting up llvm-16-runtime (1:16.0.6-15~deb12u1) ...
- Setting up python3-yaml (6.0-3+b2) ...
- Setting up libclang-common-16-dev (1:16.0.6-15~deb12u1) ...
- Setting up llvm-16-linker-tools (1:16.0.6-15~deb12u1) ...
- Setting up python3-pygments (2.14.0+dfsg-1) ...
- Setting up libclang-cpp16 (1:16.0.6-15~deb12u1) ...
- Setting up llvm-16 (1:16.0.6-15~deb12u1) ...
- Setting up libclang-16-dev (1:16.0.6-15~deb12u1) ...
- Setting up llvm-16-tools (1:16.0.6-15~deb12u1) ...
- Setting up libclang-cpp16-dev (1:16.0.6-15~deb12u1) ...
- Setting up llvm-16-dev (1:16.0.6-15~deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-libclang.18  (cached)
-> installed conf-autoconf.0.2
-> retrieved dune.3.16.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdcompat.19  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
-> installed stdcompat.19
-> installed conf-libclang.18
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-03 15:31.13 ---> saved as "f93e15d1a8576f6e2fea5dbcee8b16234e3d217e3555dd1b5ff4394153c2b95d"

/home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution])

/home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])

/home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])

/home/opam: (env OPAMEXTERNALSOLVER builtin-0install)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-libclang.18;\
                        \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.18' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== downgrade 3 packages
  - downgrade conf-autoconf 0.2 to 0.1      [required by stdcompat]
  - downgrade dune          3.16.0 to 2.0.1 [required by stdcompat]
  - downgrade ocamlfind     1.9.6 to 1.8.0  [required by conf-libclang]
=== recompile 2 packages
  - recompile conf-libclang 18 (pinned)
  - recompile stdcompat     19              [uses ocamlfind]
=== install 2 packages
  - install   conf-m4       1               [required by ocamlfind]
  - install   conf-which    1               [required by conf-autoconf]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-libclang.18  (cached)
-> installed conf-which.1
-> installed conf-m4.1
-> retrieved dune.2.0.1  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved stdcompat.19  (cached)
-> removed   conf-libclang.18
-> removed   stdcompat.19
-> removed   conf-autoconf.0.2
-> removed   dune.3.16.0
-> removed   ocamlfind.1.9.6
-> installed conf-autoconf.0.1
-> installed dune.2.0.1
-> installed ocamlfind.1.8.0
-> installed stdcompat.19
-> installed conf-libclang.18
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-03 15:31.40 ---> saved as "c27af76e034eb0c5630e3de6f2a87d6e734a0c9fbdc0f7ef663c0c55ceb4ac1f"
Job succeeded
2024-07-03 15:32.31: Job succeeded