(for PR #25889)
2025-02-10 15:06.44: New job: build conf-libclang.10, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/25889/head (93450bab6f4ccfda0b50177b39c9218bc8e47470) on debian-12-ocaml-5.3-no-flat-float-array/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 36f4d2d5ceb882a79fd7d7f956b490201da67226 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:789ed5f0f70dadcb7d9ed746f78d134ab4af11192a6c5b90391ec9a7e832a087 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /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 conf-libclang.10 10 RUN opam reinstall conf-libclang.10; \ 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.10' && 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-02-10 15:06.44: Using cache hint "ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:789ed5f0f70dadcb7d9ed746f78d134ab4af11192a6c5b90391ec9a7e832a087-conf-libclang.10-93450bab6f4ccfda0b50177b39c9218bc8e47470" 2025-02-10 15:06.44: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:789ed5f0f70dadcb7d9ed746f78d134ab4af11192a6c5b90391ec9a7e832a087) (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 "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 conf-libclang.10 10")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libclang.10;\ \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.10' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-02-10 15:06.44: Waiting for resource in pool OCluster 2025-02-10 16:58.28: Waiting for worker… 2025-02-10 17:00.28: Got resource from pool OCluster Building on clete.caelum.ci.dev All commits already cached HEAD is now at 36f4d2d5ce Merge pull request #27169 from Frigory33/release-allegro5-0.1 Auto-merging packages/conf-libclang/conf-libclang.15/opam 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.3-no-flat-float-array@sha256:789ed5f0f70dadcb7d9ed746f78d134ab4af11192a6c5b90391ec9a7e832a087) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:789ed5f0f70dadcb7d9ed746f78d134ab4af11192a6c5b90391ec9a7e832a087' locally docker.io/ocaml/opam@sha256:789ed5f0f70dadcb7d9ed746f78d134ab4af11192a6c5b90391ec9a7e832a087: Pulling from ocaml/opam 9ae40daa2f46: Pulling fs layer 9ae40daa2f46: Verifying Checksum 9ae40daa2f46: Download complete 9ae40daa2f46: Pull complete Digest: sha256:789ed5f0f70dadcb7d9ed746f78d134ab4af11192a6c5b90391ec9a7e832a087 Status: Downloaded newer image for ocaml/opam@sha256:789ed5f0f70dadcb7d9ed746f78d134ab4af11192a6c5b90391ec9a7e832a087 2025-02-10 17:00.58 ---> using "5cacf7c2c36a242725ceaf441074ac9ddf8ae5f26c8a7aaf47548f6c4b788e72" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-02-10 17:00.58 ---> using "85c4d4cee8e49edf2e6cf9e1a45af0aeb464e62c7c226ecc9fa83e1c1550d8a7" 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, 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 [opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive 2025-02-10 17:00.58 ---> using "dbd51e53f9aeaca247918252e1e26f624a8140715c26f4e620b45a2356534d7b" 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.4.0~alpha1~dev (747e73667ad9d054b0f736be205c0013e1bec087) # 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 1 (local), 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-variants" {= "5.3.0+options"}] # compiler-packages ocaml-compiler.5.3.0, ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.5.3.0+options # 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+options+no-flat-float-array 2025-02-10 17:00.58 ---> using "db81e57436210329b2ba3d5b31714a5c32275f1b2bb5059083bca838a252bef3" 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-02-10 17:00.58 ---> using "f6619ca48d8b1604ddb67596323e7583b5f0c15ba2a0331f655a71a4e3768da7" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-02-10 17:00.59 ---> using "5e360bd14cf394d28852036bbf1eb0a1ce9df8b419d0b1514f675e1198f05a9f" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-02-10 17:01.39 ---> saved as "2495f28b831339cda6bef58208573749928a04386ce9171050558a39635938b5" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - 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-security bookworm-security/main amd64 Packages [244 kB] - Fetched 348 kB in 0s (1000 kB/s) - Reading package lists... 2025-02-10 17:01.40 ---> saved as "261041a75b43b5bce0c7757ed2f75a3b7b0b37a896d8b2b476ee3c81699605bb" /home/opam: (run (shell "opam pin add -k version -yn conf-libclang.10 10")) conf-libclang is now pinned to version 10 2025-02-10 17:01.41 ---> saved as "d51424bc06624d45a5330f20f5d0379692b2832ba450d1f8027c8ae742ebe958" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-libclang.10;\ \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.10' && 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.10 is not installed. Install it? [Y/n] y * Incompatible packages: - (invariant) -> ocaml-variants = 5.3.0+options - conf-libclang = 10 -> stdcompat >= 19 -> ocaml < 5.2 -> dkml-base-compiler You can temporarily relax the switch invariant with `--update-invariant' * Incompatible packages: - (invariant) -> ocaml-variants = 5.3.0+options - conf-libclang = 10 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0 | = 3.09.1 | = 3.09.2 | = 3.09.3 | = 3.10.0 | = 3.10.1 | = 3.10.2 | = 3.11.0 | = 3.11.1 | = 3.11.2 | = 3.12.0 | = 3.12.1 | = 4.00.0 | = 4.00.1 | = 4.01.0 | = 4.02.0 | = 4.02.1 | = 4.02.2 | = 4.02.3 | = 4.03.0 | = 4.04.0 | = 4.04.1 | = 4.04.2 | = 4.05.0 | = 4.06.0 | = 4.06.1 | = 4.07.0 | = 4.07.1 | = 4.08.0 | = 4.08.1 | = 4.09.0 | = 4.09.1 | = 4.10.0 | = 4.10.1 | = 4.10.2 | = 4.11.0 | = 4.11.1 | = 4.11.2 | >= 4.12.0~) * Missing dependency: - conf-libclang = 10 -> stdcompat >= 19 -> ocaml < 5.2 -> ocaml-base-compiler (= 4.02.4 | = 4.03.1 | = 4.04.3 | = 4.05.1 | = 4.06.2 | = 4.07.2 | = 4.08.2 | = 4.09.2 | = 4.10.3 | = 4.11.3) | ocaml-system >= 4.02.4 | ocaml-variants < 4.11.4~ no matching version unmet availability conditions, e.g. 'sys-ocaml-version = "5.3.0" & (os != "win32" | sys-ocaml-libc = "msvc")' not available because the package is pinned to version 5.3.0+options No solution found, exiting "/usr/bin/env" "bash" "-c" "opam reinstall conf-libclang.10; 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.10' && 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-02-10 17:02.09: Job failed: Failed: Build failed 2025-02-10 17:02.09: Log analysis: 2025-02-10 17:02.09: >>> No solution found, exiting (score = 100) 2025-02-10 17:02.09: [SKIP] Package not available