(not at the head of any monitored branch or PR)
2025-01-09 16:46.18: New job: list revdeps of conf-allegro5.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27169/head (da45543bcf6ada03ab09d168b588f94a1c22a7cb)
                              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/27169/head" && git reset --hard da45543b
git fetch origin master
git merge --no-edit 67e940587b8aca227f511e1943bcd31eabe6b1db
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:a65a93c4a095cc9775d83ee598601a4331c579cbba932195941a78b08101e42c
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-allegro5.1' --coinstallable-with 'conf-allegro5.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-allegro5.1' --coinstallable-with 'conf-allegro5.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-allegro5.1' --coinstallable-with 'conf-allegro5.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-01-09 16:46.18: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:a65a93c4a095cc9775d83ee598601a4331c579cbba932195941a78b08101e42c-conf-allegro5.1-da45543bcf6ada03ab09d168b588f94a1c22a7cb"
2025-01-09 16:46.18: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:a65a93c4a095cc9775d83ee598601a4331c579cbba932195941a78b08101e42c)
 (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-allegro5.1' --coinstallable-with 'conf-allegro5.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-allegro5.1' --coinstallable-with 'conf-allegro5.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-allegro5.1' --coinstallable-with 'conf-allegro5.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-01-09 16:46.18: Waiting for resource in pool OCluster
2025-01-09 16:46.18: Waiting for worker…
2025-01-09 16:49.13: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
All commits already cached
Updating files:  97% (28046/28896)
Updating files:  98% (28319/28896)
Updating files:  99% (28608/28896)
Updating files: 100% (28896/28896)
Updating files: 100% (28896/28896), done.
HEAD is now at 67e940587b Merge pull request #27236 from kit-ty-kate/opam-publish-mccs.1.1-19
Merge made by the 'ort' strategy.
 packages/allegro5/allegro5.0.2/opam         | 47 +++++++++++++++++++++++++++++
 packages/conf-allegro5/conf-allegro5.1/opam | 44 +++++++++++++++++++++++++++
 2 files changed, 91 insertions(+)
 create mode 100644 packages/allegro5/allegro5.0.2/opam
 create mode 100644 packages/conf-allegro5/conf-allegro5.1/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:a65a93c4a095cc9775d83ee598601a4331c579cbba932195941a78b08101e42c)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:a65a93c4a095cc9775d83ee598601a4331c579cbba932195941a78b08101e42c' locally
docker.io/ocaml/opam@sha256:a65a93c4a095cc9775d83ee598601a4331c579cbba932195941a78b08101e42c: Pulling from ocaml/opam
23e19378e136: Pulling fs layer
23e19378e136: Verifying Checksum
23e19378e136: Download complete
23e19378e136: Pull complete
Digest: sha256:a65a93c4a095cc9775d83ee598601a4331c579cbba932195941a78b08101e42c
Status: Downloaded newer image for ocaml/opam@sha256:a65a93c4a095cc9775d83ee598601a4331c579cbba932195941a78b08101e42c
2025-01-09 16:49.15 ---> using "a792e5946b4d48afdcbf520f697909e337e010de14707452e737dfc14fd373cf" 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-01-09 16:49.15 ---> using "dd4c0a323e44c1e6de3c21a00f7a9f55039a87a510406904960089eefc4e44ce" 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.

Continue? [Y/n] y
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.

[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
2025-01-09 16:49.15 ---> using "9e7b425e487e90c11ec01a5eaa4214f81802473cc2ce8056b1b48747d31c1960" 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 (26290a42e5a3dd44c3e2f8f743e6b8c391bdc206)
# 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                 31
# repositories         1 (local)
# 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-01-09 16:49.15 ---> using "3501c8073bf8002cd8949c003dc1b9b6174bed99c27484ef362b1d50fc653d98" 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-01-09 16:49.15 ---> using "6c38ee819746ab73a64199cdc619434c432be871816460c115dd629780cb886f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-01-09 16:49.17 ---> using "ca1cbb6f3bab3c18576fbcc9d6f9dc6d385326261c799e45836da23439697871" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-01-09 16:49.17 ---> using "62118bb36744c64ec53b8a152a0857d72501f053b0a3b753d9bea122e5922fbf" 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 [239 kB]
- Fetched 343 kB in 0s (1305 kB/s)
- Reading package lists...
2025-01-09 16:49.17 ---> using "2407302214923f8aa3fc422521051d596ead48e5dcbbe98dd1740f1e5aa314e0" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'conf-allegro5.1' --coinstallable-with 'conf-allegro5.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-allegro5.1' --coinstallable-with 'conf-allegro5.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-allegro5.1' --coinstallable-with 'conf-allegro5.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
allegro5.0.2
allegro5.0.2
conf-allegro5.1
allegro5.0.2
@@@OUTPUT
2025-01-09 16:50.30 ---> saved as "bbf1172e43f07d820bd53bb3eb3df6538f6ec0b6a6c76279e81b0b71b1aa6152"
Job succeeded
2025-01-09 16:50.40: Job succeeded