(not at the head of any monitored branch or PR)
2026-05-23 21:44.38: New job: list revdeps of camlp5-buildscripts.0.07, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29950/head (d950ec257351a2d586e81a5b4815cdaf7be65f34)
                              on debian-13-ocaml-5.4/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/29950/head" && git reset --hard d950ec25
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc
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 'camlp5-buildscripts.0.07' --coinstallable-with 'camlp5-buildscripts.0.07' --all-versions --depopts && opam list -s --color=never --depends-on 'camlp5-buildscripts.0.07' --coinstallable-with 'camlp5-buildscripts.0.07' --all-versions --recursive && opam list -s --color=never --depends-on 'camlp5-buildscripts.0.07' --coinstallable-with 'camlp5-buildscripts.0.07' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2026-05-23 21:44.38: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc-camlp5-buildscripts.0.07-d950ec257351a2d586e81a5b4815cdaf7be65f34"
2026-05-23 21:44.38: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc)
 (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 'camlp5-buildscripts.0.07' --coinstallable-with 'camlp5-buildscripts.0.07' --all-versions --depopts && opam list -s --color=never --depends-on 'camlp5-buildscripts.0.07' --coinstallable-with 'camlp5-buildscripts.0.07' --all-versions --recursive && opam list -s --color=never --depends-on 'camlp5-buildscripts.0.07' --coinstallable-with 'camlp5-buildscripts.0.07' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2026-05-23 21:44.38: Waiting for resource in pool OCluster
2026-05-23 21:44.38: Waiting for worker…
2026-05-23 21:44.38: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Updating 493123878a..d950ec2573
Fast-forward
 .../camlp5-buildscripts.0.07/opam                  | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)
 create mode 100644 packages/camlp5-buildscripts/camlp5-buildscripts.0.07/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc)
2026-05-23 21:44.43 ---> using "ac1995f8abd260285fd7f15d3dfa37a0c18d5abe2573e173c9117b295287210f" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-23 21:44.43 ---> using "edae6225bd2e863b39286633b7b98ad6ba4035bf00b3e3423d8f9097f306a1cf" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-23 21:44.43 ---> using "9a95938ae03e7f68a794800be883c451d747ae16434897f916688921b5c0ed05" 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.5.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-05-23 21:44.43 ---> using "585fcd9c608ed110e3fce99c2962c4948bf4a0a9fe82375a70380addae291d6e" 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/"))
2026-05-23 21:44.43 ---> using "9bf03f929594508151e362a815b7bd3e287655fc5ff2f3a7e58fcf646b20fef0" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-23 21:44.44 ---> using "f8fdfbc598b06c9c53c1b5a9f629a9c0d225895ef3a88a03cf2b3227695fc7de" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-23 21:44.44 ---> using "89682c2b795f61bf85b951fab956c465553ea8601aef3ddd2db2f48570813e17" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [171 kB]
- Fetched 10.1 MB in 2s (5688 kB/s)
- Reading package lists...
- 
2026-05-23 21:44.44 ---> using "c73389b7b9eaa363cdded1ed250571ece76f51466fe46446bb5b471aa2fb4348" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'camlp5-buildscripts.0.07' --coinstallable-with 'camlp5-buildscripts.0.07' --all-versions --depopts && opam list -s --color=never --depends-on 'camlp5-buildscripts.0.07' --coinstallable-with 'camlp5-buildscripts.0.07' --all-versions --recursive && opam list -s --color=never --depends-on 'camlp5-buildscripts.0.07' --coinstallable-with 'camlp5-buildscripts.0.07' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
camlp5.8.04.00
camlp5.8.04.01
camlp5.8.04.02
camlp5.8.05.01
pa_ppx.8.05.01
pa_ppx_fmtformat.8.05.01
pa_ppx_hashcons.8.05.01
pa_ppx_migrate.8.05.01
pa_ppx_migrate_ocaml_parsetree.5.4.0
pa_ppx_q_ast.8.05.01
pa_ppx_quotation2extension.8.05.01
pa_ppx_regexp.8.05.01
pa_ppx_static.0.02
pa_ppx_static.8.05.01
pa_ppx_unique.8.05.01
bddrand.2.71.10
bddrand.2.71.15
camlp5.8.04.00
camlp5.8.04.01
camlp5.8.04.02
camlp5.8.05.01
camlp5-buildscripts.0.07
frama-clang.0.0.19
ledit.2.06
ledit.2.07
ledit.2.08
logger-p5.0.4.2
logger-p5.0.4.3
logger-p5.0.4.5
lustre-v6.6.103.3
lustre-v6.6.107.1
lutin.2.71.10
lutin.2.71.15
p5scm.0.5.0
pa_ppx.8.05.01
pa_ppx_fmtformat.8.05.01
pa_ppx_hashcons.8.05.01
pa_ppx_migrate.8.05.01
pa_ppx_migrate_ocaml_parsetree.5.4.0
pa_ppx_q_ast.8.05.01
pa_ppx_quotation2extension.8.05.01
pa_ppx_regexp.8.05.01
pa_ppx_static.0.02
pa_ppx_static.8.05.01
pa_ppx_string.0.01
pa_ppx_unique.8.05.01
rdbg.1.196.12
camlp5.8.04.00
camlp5.8.04.01
camlp5.8.04.02
camlp5.8.05.01
@@@OUTPUT
2026-05-23 21:45.04 ---> saved as "bff43309b12469d586b4af534f311634bad017005ee78615d31b3ee92953a0e8"
Job succeeded
2026-05-23 21:45.10: Job succeeded