(not at the head of any monitored branch or PR)
2025-12-08 15:16.55: New job: build tezt.2.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
                              on debian-13-ocaml-5.4/i386

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29039/head" && git reset --hard 3f8e3ae1
git fetch origin master
git merge --no-edit 24866eca47222a207c9a30d2caac223d18f6a780
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 opam pin add -k version -yn tezt.2.0.0 2.0.0
RUN opam reinstall tezt.2.0.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tezt.2.0.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2025-12-08 15:16.55: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b-tezt.2.0.0-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.55: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 "opam pin add -k version -yn tezt.2.0.0 2.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall tezt.2.0.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'tezt.2.0.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-08 15:16.55: Waiting for resource in pool OCluster
2025-12-08 16:08.49: Waiting for worker…
2025-12-08 16:12.01: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 24866eca47 Merge pull request #29034 from hannesm/fixes
Updating 24866eca47..3f8e3ae182
Fast-forward
 packages/lwt_ppx/lwt_ppx.1.0.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.0.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.1.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.2/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.3/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.1.2.4/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.2/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.0.3/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.2.1.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.5.8.0/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam          | 2 +-
 packages/lwt_ppx/lwt_ppx.5.9.2/opam          | 2 +-
 packages/moonpool-lwt/moonpool-lwt.0.10/opam | 2 +-
 packages/moonpool-lwt/moonpool-lwt.0.9/opam  | 2 +-
 packages/tezt/tezt.2.0.0/opam                | 2 +-
 packages/tezt/tezt.3.0.0/opam                | 2 +-
 packages/tezt/tezt.4.3.0/opam                | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

(from ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b' locally
docker.io/ocaml/opam@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b: Pulling from ocaml/opam
bf2a49c12274: Already exists
dca4f18d8fa1: Already exists
61a5e29d19d8: Already exists
fe51421e228e: Already exists
f08d504ba988: Already exists
54bed919fa1d: Already exists
314627a97143: Already exists
e021ff7c828a: Already exists
4de705a4bed9: Already exists
49af77cf5fb6: Already exists
5c9434b45253: Already exists
78b72c8a0ca7: Already exists
b104156bf499: Already exists
e3d7d5db5fd0: Already exists
e11023ff4af7: Already exists
ad196a63334c: Already exists
b5bede31abbb: Already exists
27f50ab4f689: Already exists
71a7f91ffbff: Already exists
190efb818579: Already exists
5bdec9477c9d: Already exists
570e93459cdb: Already exists
4f4fb700ef54: Already exists
648dfe082b46: Already exists
d222c8cc4d60: Already exists
3fd106caebdc: Already exists
3bbba631ea0e: Already exists
46a8be0a0632: Already exists
505866fe4cd7: Already exists
ebc694c942d2: Already exists
a7c57f0687e8: Already exists
140d8fc2bf28: Already exists
c9ca4ba68528: Already exists
8797d8b2a3d6: Already exists
845a0247aca9: Already exists
962c020b46f3: Already exists
fc619b999527: Already exists
f4eab0db5ca8: Already exists
b7cc2554af1f: Already exists
f475288e8a6f: Already exists
052606ef227a: Already exists
d17c3dc80cac: Pulling fs layer
7a431b43ac72: Pulling fs layer
132c7e46ef2a: Pulling fs layer
f0a297c742d2: Pulling fs layer
c4e009441f8a: Pulling fs layer
cb1dae2aa4b7: Pulling fs layer
024f9fb51ed4: Pulling fs layer
c4e009441f8a: Waiting
f0a297c742d2: Waiting
cb1dae2aa4b7: Waiting
024f9fb51ed4: Waiting
7a431b43ac72: Verifying Checksum
7a431b43ac72: Download complete
d17c3dc80cac: Download complete
132c7e46ef2a: Download complete
d17c3dc80cac: Pull complete
7a431b43ac72: Pull complete
cb1dae2aa4b7: Verifying Checksum
cb1dae2aa4b7: Download complete
132c7e46ef2a: Pull complete
c4e009441f8a: Verifying Checksum
c4e009441f8a: Download complete
024f9fb51ed4: Verifying Checksum
024f9fb51ed4: Download complete
f0a297c742d2: Verifying Checksum
f0a297c742d2: Download complete
f0a297c742d2: Pull complete
c4e009441f8a: Pull complete
cb1dae2aa4b7: Pull complete
024f9fb51ed4: Pull complete
Digest: sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b
Status: Downloaded newer image for ocaml/opam@sha256:0a41846bcb75ec26a93f83cf331e30d7b3b35c92a930e604d3de05fe0d57b42b
2025-12-08 16:13.07 ---> saved as "e66dfd6917105659a930fc56f67cc5dd1c1f2e13e8d2ec56d5d8e6e618d2b61d"

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-08 16:13.07 ---> saved as "1dea6fd9e63e9a3e04cabdb976d67ec534fdbc17f2e46add8552f69d1949ed9d"

/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.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-12-08 16:13.59 ---> saved as "c1331413cd39a5a16dc765746aff9533820fcc2548b1a65588a8e578140309d6"

/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.0
# self-upgrade         no
# system               arch=x86_32 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                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native         false
# ocaml:native-tools   false
# ocaml:native-dynlink false
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0+bytecode-only
2025-12-08 16:14.01 ---> saved as "4156b0ddc5761226f027ec8a945d62af05c27e5993840e665379ac11ba136083"

/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-12-08 16:14.09 ---> saved as "e0e28ba53f3f3b429b388bc3c98e13a290266885233f1c92c16153664c24c18c"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 16:14.33 ---> saved as "cad7b662a9d3856764085b49ef051440fbb5da75491c696996d8551815ca6276"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 16:15.02 ---> saved as "1f1eb7b32eaef0432a904facc57b1fe640d202e6e7b595e693ce6fac4def4cc9"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main i386 Packages [73.4 kB]
- Fetched 164 kB in 0s (1082 kB/s)
- Reading package lists...
- 
2025-12-08 16:15.03 ---> saved as "f432798981bd27e7e83e98f1fc42dfd6cb729d1734ee553df6089e4c91594d73"

/home/opam: (run (shell "opam pin add -k version -yn tezt.2.0.0 2.0.0"))
tezt is now pinned to version 2.0.0
2025-12-08 16:15.05 ---> saved as "b37a62d89e7c3e67300a05f370a843894decc1ba7033711cc4184e325e754373"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall tezt.2.0.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'tezt.2.0.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
tezt.2.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 19 packages
  - install base-bytes        base           [required by ocplib-endian]
  - install cppo              1.8.0          [required by lwt]
  - install csexp             1.5.2          [required by dune-configurator]
  - install cstruct           6.2.0          [required by hex]
  - install dune              3.20.2         [required by tezt]
  - install dune-configurator 3.20.2         [required by lwt]
  - install ezjsonm           1.3.0          [required by tezt]
  - install fmt               0.11.0         [required by cstruct]
  - install hex               1.5.0          [required by ezjsonm]
  - install jsonm             1.0.2          [required by ezjsonm]
  - install lwt               5.9.2          [required by tezt]
  - install ocamlbuild        0.16.1         [required by jsonm]
  - install ocamlfind         1.9.8          [required by jsonm]
  - install ocplib-endian     1.2            [required by lwt]
  - install re                1.14.0         [required by tezt]
  - install sexplib0          v0.16.0        [required by ezjsonm]
  - install tezt              2.0.0 (pinned)
  - install topkg             1.1.1          [required by jsonm]
  - install uutf              1.0.4          [required by ezjsonm]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved tezt.2.0.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed hex.1.5.0
-> installed cppo.1.8.0
-> installed ezjsonm.1.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed lwt.5.9.2
-> installed tezt.2.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-08 16:16.33 ---> saved as "76d966d340a01c0eefa0a850a25d6ec507e4caab207d325be8b2b4f857731133"
Job succeeded
2025-12-08 16:16.50: Job succeeded