(for PR #25002)

2024-07-03 12:38.55: New job: list revdeps of llvm.16.0.6+nnp+fix-homebrew, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25002/head (4d9fad21a5bc93fd3b1cd19733ce12ee7f259505)
                              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/25002/head" && git reset --hard 4d9fad21
git fetch origin master
git merge --no-edit f11abb6589b7c157b8bd91c5d5fcb5a92da6d892
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:411c167ab30b2e15a22d9ba7269e6df1d6b24c7d69a5996d4a62bba7180dc074
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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'llvm.16.0.6+nnp+fix-homebrew' --coinstallable-with 'llvm.16.0.6+nnp+fix-homebrew' --all-versions --depopts && opam list -s --color=never --depends-on 'llvm.16.0.6+nnp+fix-homebrew' --coinstallable-with 'llvm.16.0.6+nnp+fix-homebrew' --all-versions --recursive && opam list -s --color=never --depends-on 'llvm.16.0.6+nnp+fix-homebrew' --coinstallable-with 'llvm.16.0.6+nnp+fix-homebrew' --all-versions --with-test --depopts && echo '@@@OUTPUT'

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2024-07-03 12:38.55: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:411c167ab30b2e15a22d9ba7269e6df1d6b24c7d69a5996d4a62bba7180dc074-llvm.16.0.6+nnp+fix-homebrew-4d9fad21a5bc93fd3b1cd19733ce12ee7f259505"
2024-07-03 12:38.55: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:411c167ab30b2e15a22d9ba7269e6df1d6b24c7d69a5996d4a62bba7180dc074)
 (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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'llvm.16.0.6+nnp+fix-homebrew' --coinstallable-with 'llvm.16.0.6+nnp+fix-homebrew' --all-versions --depopts && opam list -s --color=never --depends-on 'llvm.16.0.6+nnp+fix-homebrew' --coinstallable-with 'llvm.16.0.6+nnp+fix-homebrew' --all-versions --recursive && opam list -s --color=never --depends-on 'llvm.16.0.6+nnp+fix-homebrew' --coinstallable-with 'llvm.16.0.6+nnp+fix-homebrew' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2024-07-03 12:38.55: Waiting for resource in pool OCluster
2024-07-03 15:43.46: Waiting for worker…
2024-07-03 15:47.42: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
Updating files:  72% (22878/31666)
Updating files:  73% (23117/31666)
Updating files:  74% (23433/31666)
Updating files:  75% (23750/31666)
Updating files:  76% (24067/31666)
Updating files:  77% (24383/31666)
Updating files:  78% (24700/31666)
Updating files:  79% (25017/31666)
Updating files:  80% (25333/31666)
Updating files:  81% (25650/31666)
Updating files:  82% (25967/31666)
Updating files:  83% (26283/31666)
Updating files:  84% (26600/31666)
Updating files:  85% (26917/31666)
Updating files:  86% (27233/31666)
Updating files:  87% (27550/31666)
Updating files:  88% (27867/31666)
Updating files:  89% (28183/31666)
Updating files:  90% (28500/31666)
Updating files:  91% (28817/31666)
Updating files:  92% (29133/31666)
Updating files:  93% (29450/31666)
Updating files:  94% (29767/31666)
Updating files:  95% (30083/31666)
Updating files:  96% (30400/31666)
Updating files:  97% (30717/31666)
Updating files:  98% (31033/31666)
Updating files:  99% (31350/31666)
Updating files: 100% (31666/31666)
Updating files: 100% (31666/31666), done.
HEAD is now at f11abb6589 Merge pull request #26180 from mseri/fix-async_ssl
Merge made by the 'ort' strategy.
 packages/llvm/llvm.16.0.6+nnp+fix-homebrew/opam | 37 +++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 packages/llvm/llvm.16.0.6+nnp+fix-homebrew/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:411c167ab30b2e15a22d9ba7269e6df1d6b24c7d69a5996d4a62bba7180dc074)
2024-07-03 15:47.54 ---> using "787c10892c33b358f8712760387399b1ab2c78ae2006c4a10d01c5321d3dba40" 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:47.54 ---> using "f2e5db30f08f69a1d5334ae494aa89668e4020c14e77cf48ca4c893a0b4dfad3" 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:47.54 ---> using "a815bc554d04fdd08319799ec1b953c5900bc15cf3510abbdde7dbab79abb5dd" 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.14.2
2.2.0~rc1
2024-07-03 15:47.54 ---> using "74dc415daa1c88b68336b71bd1c3b3cc476c5c7e7ba9c14b993dc4ab0d8e0bfb" 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:47.54 ---> using "c65cafca8f6f5d24d12a244a9c6ba026d5ea649414ebd308f23285f028433926" from cache

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

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

/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 (6569 kB/s)
- Reading package lists...
- 
2024-07-03 15:49.02 ---> saved as "ea7b72a99468e0b529ef64bece8b5b5624752c7f8a267128732fcc874ca2076b"

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'llvm.16.0.6+nnp+fix-homebrew' --coinstallable-with 'llvm.16.0.6+nnp+fix-homebrew' --all-versions --depopts && opam list -s --color=never --depends-on 'llvm.16.0.6+nnp+fix-homebrew' --coinstallable-with 'llvm.16.0.6+nnp+fix-homebrew' --all-versions --recursive && opam list -s --color=never --depends-on 'llvm.16.0.6+nnp+fix-homebrew' --coinstallable-with 'llvm.16.0.6+nnp+fix-homebrew' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
calli.0.1
calli.0.2
calli.0.1
calli.0.2
llvm.16.0.6+nnp+fix-homebrew
calli.0.1
calli.0.2
@@@OUTPUT
2024-07-03 15:49.58 ---> saved as "253e2a82dd983455a215bbc0fe9d78d95910952780346a03d879087a90f393f2"
Job succeeded
2024-07-03 15:50.07: Job succeeded