(for PR #25889)
2025-02-10 16:52.46: New job: list revdeps of conf-libclang.15, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/25889/head (93450bab6f4ccfda0b50177b39c9218bc8e47470) on debian-12-ocaml-4.14/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-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d 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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'conf-libclang.15' --coinstallable-with 'conf-libclang.15' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-libclang.15' --coinstallable-with 'conf-libclang.15' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-libclang.15' --coinstallable-with 'conf-libclang.15' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-02-10 16:52.46: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d-conf-libclang.15-93450bab6f4ccfda0b50177b39c9218bc8e47470" 2025-02-10 16:52.46: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d) (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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'conf-libclang.15' --coinstallable-with 'conf-libclang.15' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-libclang.15' --coinstallable-with 'conf-libclang.15' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-libclang.15' --coinstallable-with 'conf-libclang.15' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-02-10 16:52.46: Waiting for resource in pool OCluster 2025-02-10 16:52.47: Waiting for worker… 2025-02-10 18:14.23: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 82% (19244/23303) Updating files: 83% (19342/23303) Updating files: 84% (19575/23303) Updating files: 85% (19808/23303) Updating files: 86% (20041/23303) Updating files: 87% (20274/23303) Updating files: 88% (20507/23303) Updating files: 89% (20740/23303) Updating files: 90% (20973/23303) Updating files: 91% (21206/23303) Updating files: 92% (21439/23303) Updating files: 93% (21672/23303) Updating files: 94% (21905/23303) Updating files: 95% (22138/23303) Updating files: 96% (22371/23303) Updating files: 97% (22604/23303) Updating files: 98% (22837/23303) Updating files: 99% (23070/23303) Updating files: 100% (23303/23303) Updating files: 100% (23303/23303), done. 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-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d' locally docker.io/ocaml/opam@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d: Pulling from ocaml/opam ab215bc27ffe: Pulling fs layer ab215bc27ffe: Waiting ab215bc27ffe: Verifying Checksum ab215bc27ffe: Download complete ab215bc27ffe: Pull complete Digest: sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d Status: Downloaded newer image for ocaml/opam@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d 2025-02-10 18:14.32 ---> using "25d8f449c53ac4ceb7bc92684a0577e52cccab1d904fe59a3f2b38a998bb7c0f" 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 18:14.32 ---> using "be316ff3087e322d5edf5e479ca2bb8052e57dac7da86697d7f8c7fc08d617c2" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-02-10 18:14.32 ---> using "78dff1ff214a8909f5b6720239cc4fb75ed3bd90557050aaa7bbd7375dd3bf63" 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 255 # repositories 1 (local), 1 (version-controlled) # pinned 1 (version) # current-switch 4.14 # invariant ["ocaml-base-compiler" {= "4.14.2"}] # compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.14.2 2025-02-10 18:14.32 ---> using "42ef77ebd2048818144ba8d58252f49e8b92703b0b80205848405f4abd9f903d" 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 18:14.32 ---> using "4b3cb41d1af76d91110e76cf5db8b63f1b68c10eb889268ee993154c693c4eef" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-02-10 18:14.33 ---> using "ac8f09d863b675dd40e0ea21fe62d4dd2d26558fe6b03e28915b02523c877ccd" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-02-10 18:14.33 ---> using "db46feff0c38ad21bb9b6808c38b229a1d97cd601307667f75ac7e5d6fa41e1d" 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 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 (894 kB/s) - Reading package lists... 2025-02-10 18:14.33 ---> using "64d911eac05d14e61d40b276a54301a3eeb06087eef4e70d45b181d42fdadd29" from cache /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'conf-libclang.15' --coinstallable-with 'conf-libclang.15' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-libclang.15' --coinstallable-with 'conf-libclang.15' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-libclang.15' --coinstallable-with 'conf-libclang.15' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT clangml.4.8.0 frama-clang.0.0.14 frama-clang.0.0.15 frama-clang.0.0.16 frama-clang.0.0.17~beta frama-clang.0.0.17 clangml.4.8.0 clangml-transforms.0.26 conf-libclang.15 frama-clang.0.0.14 frama-clang.0.0.15 frama-clang.0.0.16 frama-clang.0.0.17~beta frama-clang.0.0.17 memcad.1.1.0 clangml.4.8.0 frama-clang.0.0.14 frama-clang.0.0.15 frama-clang.0.0.16 frama-clang.0.0.17~beta frama-clang.0.0.17 @@@OUTPUT 2025-02-10 18:15.16 ---> saved as "698e5bd1f45216c7b92e6de01438d9955406aa4b13b1d0186ed8b3e82d6cc6a2" Job succeeded 2025-02-10 18:15.25: Job succeeded