(for PR #28161)

2025-07-14 12:36.53: New job: list revdeps of gen_js_api.1.1.4, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28161/head (9e41ac27483e663a1b4e36d1bf4f10c9604f1cfc)
                              on debian-12-ocaml-5.3/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/28161/head" && git reset --hard 9e41ac27
git fetch origin master
git merge --no-edit ab64da8511384eb17e33f1a279f920ed72d7d958
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:0c1d105ecd30926bc15c645f510475d0b65f37a8c9ca9e82c29259ac8876afc4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 'gen_js_api.1.1.4' --coinstallable-with 'gen_js_api.1.1.4' --all-versions --depopts && opam list -s --color=never --depends-on 'gen_js_api.1.1.4' --coinstallable-with 'gen_js_api.1.1.4' --all-versions --recursive && opam list -s --color=never --depends-on 'gen_js_api.1.1.4' --coinstallable-with 'gen_js_api.1.1.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2025-07-14 12:36.53: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:0c1d105ecd30926bc15c645f510475d0b65f37a8c9ca9e82c29259ac8876afc4-gen_js_api.1.1.4-9e41ac27483e663a1b4e36d1bf4f10c9604f1cfc"
2025-07-14 12:36.53: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:0c1d105ecd30926bc15c645f510475d0b65f37a8c9ca9e82c29259ac8876afc4)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 'gen_js_api.1.1.4' --coinstallable-with 'gen_js_api.1.1.4' --all-versions --depopts && opam list -s --color=never --depends-on 'gen_js_api.1.1.4' --coinstallable-with 'gen_js_api.1.1.4' --all-versions --recursive && opam list -s --color=never --depends-on 'gen_js_api.1.1.4' --coinstallable-with 'gen_js_api.1.1.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-07-14 12:36.53: Waiting for resource in pool OCluster
2025-07-14 12:36.53: Waiting for worker…
2025-07-14 12:44.52: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at ab64da8511 Merge pull request #28162 from vbmithr/release-logs-async-1.4
Merge made by the 'ort' strategy.
 packages/gen_js_api/gen_js_api.1.1.0/opam | 2 +-
 packages/gen_js_api/gen_js_api.1.1.1/opam | 2 +-
 packages/gen_js_api/gen_js_api.1.1.2/opam | 2 +-
 packages/gen_js_api/gen_js_api.1.1.3/opam | 2 +-
 packages/gen_js_api/gen_js_api.1.1.4/opam | 2 +-
 packages/gen_js_api/gen_js_api.1.1.5/opam | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

(from ocaml/opam:debian-12-ocaml-5.3@sha256:0c1d105ecd30926bc15c645f510475d0b65f37a8c9ca9e82c29259ac8876afc4)
2025-07-14 12:44.55 ---> using "794fb143e27aef19245a1292a46556b65f0250dc92342915a5954f6ff9b5080d" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-14 12:44.55 ---> using "9dcba9e25cdddab1b93b09e925757989633d2b1988716efc0a66a6adf8d01ef2" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-14 12:44.55 ---> using "b9a54c51b8a3103677ef53a1c647aa827b0e2137f040935f0492bb8695c09705" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# 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 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# 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
2025-07-14 12:44.55 ---> using "9ac8ae172e8007da6119d69891073b8166f73d4da54b130f44226a65ce3c5400" 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-07-14 12:44.55 ---> using "21f2ba21de2118dacb2334afecf22f096b7335ddcbd53132998d7fef14418c67" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-14 12:45.02 ---> saved as "6373b14171fe702ccb32eeaa8582fcc5860c69018fbd7a9599b5848d5c12f2b9"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-14 12:45.22 ---> saved as "ce87f9b44049be6a89451dc5a16560756ce91761308701d2cd26988ac73af666"

/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 [272 kB]
- Fetched 375 kB in 0s (875 kB/s)
- Reading package lists...
- 
2025-07-14 12:45.24 ---> saved as "b2b0ecc339c8eced0a06906ffb7f2dafeeedacb597d4a241fa41c5d33519b66a"

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'gen_js_api.1.1.4' --coinstallable-with 'gen_js_api.1.1.4' --all-versions --depopts && opam list -s --color=never --depends-on 'gen_js_api.1.1.4' --coinstallable-with 'gen_js_api.1.1.4' --all-versions --recursive && opam list -s --color=never --depends-on 'gen_js_api.1.1.4' --coinstallable-with 'gen_js_api.1.1.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
cordova.1.0
cordova-plugin-activity-indicator.1.0
cordova-plugin-background-mode.1.0
cordova-plugin-barcode-scanner.1.0
cordova-plugin-battery-status.1.0
cordova-plugin-camera.1.0
cordova-plugin-clipboard.1.0
cordova-plugin-device.1.0
cordova-plugin-device-orientation.1.0
cordova-plugin-dialogs.1.0
cordova-plugin-email-composer.1.0
cordova-plugin-fcm.1.0
cordova-plugin-file.1.0
cordova-plugin-file-opener.1.0
cordova-plugin-file-transfer.1.0
cordova-plugin-geolocation.1.0
cordova-plugin-image-picker.1.0
cordova-plugin-inappbrowser.1.0
cordova-plugin-insomnia.1.0
cordova-plugin-keyboard.1.0
cordova-plugin-loading-spinner.1.0
cordova-plugin-local-notifications.1.0
cordova-plugin-media.1.0
cordova-plugin-media-capture.1.0
cordova-plugin-network-information.1.0
cordova-plugin-progress.1.0
cordova-plugin-push-notifications.1.0
cordova-plugin-push-notifications.1.1
cordova-plugin-push-notifications.1.1.1
cordova-plugin-push-notifications.1.1.2
cordova-plugin-qrscanner.1.0
cordova-plugin-screen-orientation.1.0
cordova-plugin-sim-card.1.0
cordova-plugin-sms.1.0
cordova-plugin-social-sharing.1.0
cordova-plugin-statusbar.1.0
cordova-plugin-toast.1.0
cordova-plugin-touch-id.1.0
cordova-plugin-vibration.1.0
cordova-plugin-videoplayer.1.0
jsonoo.0.1.0
jsonoo.0.2.0
jsonoo.0.2.1
jsonoo.0.3.0
ocaml-vdom.0.2
promise_jsoo.0.1.0
promise_jsoo.0.2.0
promise_jsoo.0.3.0
promise_jsoo.0.3.1
promise_jsoo.0.4.2
promise_jsoo.0.4.3
promise_jsoo_lwt.0.4.2
promise_jsoo_lwt.0.4.3
vdom.0.3
cordova.1.0
cordova-plugin-activity-indicator.1.0
cordova-plugin-background-mode.1.0
cordova-plugin-barcode-scanner.1.0
cordova-plugin-battery-status.1.0
cordova-plugin-camera.1.0
cordova-plugin-clipboard.1.0
cordova-plugin-device.1.0
cordova-plugin-device-orientation.1.0
cordova-plugin-dialogs.1.0
cordova-plugin-email-composer.1.0
cordova-plugin-fcm.1.0
cordova-plugin-file.1.0
cordova-plugin-file-opener.1.0
cordova-plugin-file-transfer.1.0
cordova-plugin-geolocation.1.0
cordova-plugin-image-picker.1.0
cordova-plugin-inappbrowser.1.0
cordova-plugin-insomnia.1.0
cordova-plugin-keyboard.1.0
cordova-plugin-loading-spinner.1.0
cordova-plugin-local-notifications.1.0
cordova-plugin-media.1.0
cordova-plugin-media-capture.1.0
cordova-plugin-network-information.1.0
cordova-plugin-progress.1.0
cordova-plugin-push-notifications.1.0
cordova-plugin-push-notifications.1.1
cordova-plugin-push-notifications.1.1.1
cordova-plugin-push-notifications.1.1.2
cordova-plugin-qrscanner.1.0
cordova-plugin-screen-orientation.1.0
cordova-plugin-sim-card.1.0
cordova-plugin-sms.1.0
cordova-plugin-social-sharing.1.0
cordova-plugin-statusbar.1.0
cordova-plugin-toast.1.0
cordova-plugin-touch-id.1.0
cordova-plugin-vibration.1.0
cordova-plugin-videoplayer.1.0
elm_playground_web.0.1.7
gen_js_api.1.1.4
jsonoo.0.1.0
jsonoo.0.2.0
jsonoo.0.2.1
jsonoo.0.3.0
ocaml-vdom.0.2
ocaml-vdom.transition
promise_jsoo.0.1.0
promise_jsoo.0.2.0
promise_jsoo.0.3.0
promise_jsoo.0.3.1
promise_jsoo.0.4.2
promise_jsoo.0.4.3
promise_jsoo_lwt.0.4.2
promise_jsoo_lwt.0.4.3
quill.1.0.0~alpha0
raven.1.0.0~alpha0
vdom.0.3
cordova.1.0
cordova-plugin-activity-indicator.1.0
cordova-plugin-background-mode.1.0
cordova-plugin-barcode-scanner.1.0
cordova-plugin-battery-status.1.0
cordova-plugin-camera.1.0
cordova-plugin-clipboard.1.0
cordova-plugin-device.1.0
cordova-plugin-device-orientation.1.0
cordova-plugin-dialogs.1.0
cordova-plugin-email-composer.1.0
cordova-plugin-fcm.1.0
cordova-plugin-file.1.0
cordova-plugin-file-opener.1.0
cordova-plugin-file-transfer.1.0
cordova-plugin-geolocation.1.0
cordova-plugin-image-picker.1.0
cordova-plugin-inappbrowser.1.0
cordova-plugin-insomnia.1.0
cordova-plugin-keyboard.1.0
cordova-plugin-loading-spinner.1.0
cordova-plugin-local-notifications.1.0
cordova-plugin-media.1.0
cordova-plugin-media-capture.1.0
cordova-plugin-network-information.1.0
cordova-plugin-progress.1.0
cordova-plugin-push-notifications.1.0
cordova-plugin-push-notifications.1.1
cordova-plugin-push-notifications.1.1.1
cordova-plugin-push-notifications.1.1.2
cordova-plugin-qrscanner.1.0
cordova-plugin-screen-orientation.1.0
cordova-plugin-sim-card.1.0
cordova-plugin-sms.1.0
cordova-plugin-social-sharing.1.0
cordova-plugin-statusbar.1.0
cordova-plugin-toast.1.0
cordova-plugin-touch-id.1.0
cordova-plugin-vibration.1.0
cordova-plugin-videoplayer.1.0
jsonoo.0.1.0
jsonoo.0.2.0
jsonoo.0.2.1
jsonoo.0.3.0
ocaml-vdom.0.2
promise_jsoo.0.1.0
promise_jsoo.0.2.0
promise_jsoo.0.3.0
promise_jsoo.0.3.1
promise_jsoo.0.4.2
promise_jsoo.0.4.3
promise_jsoo_lwt.0.4.2
promise_jsoo_lwt.0.4.3
vdom.0.3
@@@OUTPUT
2025-07-14 12:45.55 ---> saved as "7fa979e12092f858bcac355efef33965bbfb4aa3729cb590608f7c95ad0bfb2b"
Job succeeded
2025-07-14 12:46.06: Job succeeded