(not at the head of any monitored branch or PR)
2025-12-08 15:16.53: New job: build tezt.2.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
                              on ubuntu-25.04-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/29039/head" && git reset --hard 3f8e3ae1
git fetch origin master
git merge --no-edit 24866eca47222a207c9a30d2caac223d18f6a780
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:805d3e832603562684d9c4332c2013d2b76a4e75578c94f3fdc69509c585a7db
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 "\"ubuntu-25.04\""; 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.53: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:805d3e832603562684d9c4332c2013d2b76a4e75578c94f3fdc69509c585a7db-tezt.2.0.0-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.53: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:805d3e832603562684d9c4332c2013d2b76a4e75578c94f3fdc69509c585a7db)
 (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 \"\\\"ubuntu-25.04\\\"\"; 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.53: Waiting for resource in pool OCluster
2025-12-08 15:25.21: Waiting for worker…
2025-12-08 15:28.59: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
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:ubuntu-25.04-ocaml-5.4@sha256:805d3e832603562684d9c4332c2013d2b76a4e75578c94f3fdc69509c585a7db)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:805d3e832603562684d9c4332c2013d2b76a4e75578c94f3fdc69509c585a7db' locally
docker.io/ocaml/opam@sha256:805d3e832603562684d9c4332c2013d2b76a4e75578c94f3fdc69509c585a7db: Pulling from ocaml/opam
c62190a9ab61: Already exists
df66183c6d86: Already exists
64dea6a75b9d: Already exists
8c1fcf0fae8a: Already exists
c40e574fc8f6: Already exists
a3f35e212a90: Already exists
47183be572b3: Already exists
e2594922e576: Already exists
61ca99a3fd44: Already exists
f5fa3635e89c: Already exists
2638e6b26cd4: Already exists
6d7c7b06675f: Already exists
ecd9fb627c75: Already exists
ef49705fee85: Already exists
0fe734bf0503: Already exists
402646d27c32: Already exists
bcc8bafbdb6e: Already exists
bcc8bafbdb6e: Already exists
7d9eaa3885ee: Already exists
8275a7c4c7f5: Already exists
0d7c38a9cd30: Already exists
318ed859122e: Already exists
4f4fb700ef54: Already exists
26c0ae52e123: Already exists
dd458328a138: Already exists
29be65a6356a: Already exists
130d67437b21: Already exists
94229b92f983: Already exists
52c06c11101f: Already exists
cab89ba21e9f: Already exists
2e67fa4daf8e: Already exists
d22b61057241: Already exists
55892e75cfc6: Already exists
81a1e3db2698: Already exists
1027bc439a90: Already exists
ee12583f6184: Already exists
ff89529259c4: Already exists
d8ead8f3b7e0: Already exists
6b6d4d828d8b: Already exists
207a02b69106: Already exists
7df23066df86: Already exists
554a29998200: Pulling fs layer
37adaf306d46: Pulling fs layer
b9bb9f2ada32: Pulling fs layer
0e46c2935eb6: Pulling fs layer
b9950e129339: Pulling fs layer
0ff69b2dbc66: Pulling fs layer
9dc5e33703c2: Pulling fs layer
0ff69b2dbc66: Waiting
b9950e129339: Waiting
9dc5e33703c2: Waiting
0e46c2935eb6: Waiting
554a29998200: Download complete
b9bb9f2ada32: Verifying Checksum
b9bb9f2ada32: Download complete
554a29998200: Pull complete
b9950e129339: Verifying Checksum
b9950e129339: Download complete
0ff69b2dbc66: Verifying Checksum
0ff69b2dbc66: Download complete
9dc5e33703c2: Verifying Checksum
9dc5e33703c2: Download complete
37adaf306d46: Verifying Checksum
37adaf306d46: Download complete
0e46c2935eb6: Verifying Checksum
0e46c2935eb6: Download complete
37adaf306d46: Pull complete
b9bb9f2ada32: Pull complete
0e46c2935eb6: Pull complete
b9950e129339: Pull complete
0ff69b2dbc66: Pull complete
9dc5e33703c2: Pull complete
Digest: sha256:805d3e832603562684d9c4332c2013d2b76a4e75578c94f3fdc69509c585a7db
Status: Downloaded newer image for ocaml/opam@sha256:805d3e832603562684d9c4332c2013d2b76a4e75578c94f3fdc69509c585a7db
2025-12-08 15:30.28 ---> saved as "7f6201b516a92f06ad1f01eb95108fe0e60b79e192b214a884d33a4238ef2d5f"

/: (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 15:30.29 ---> saved as "61e4f11e9442380a5935b2d904b2d4433c275045f979811a2afe472015d3919a"

/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 15:30.49 ---> saved as "be8fd5e8625111597798fb7775c62a4d801383554378eb6d6d5f520d5871ce95"

/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_64 os=linux os-distribution=ubuntu os-version=25.04
# 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.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-12-08 15:30.50 ---> saved as "b38ad7a48a2981ebe381e960c0e5fd7870e4105c9a47d2af8a0c4f500336ccaa"

/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 15:30.58 ---> saved as "3158b12018de2c13995eca560d4f2c722497a6d74f2095bafb67298f19dc501c"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 15:31.12 ---> saved as "0248ef2de2733b632a232c22e8078e5f3ef595dbc405faa7622b86f111a043c6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 15:31.28 ---> saved as "b51f7ed92046cde233576702aaf111f0e692b52eda29ab9cc107a9dfe55b3ba5"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Get:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [538 kB]
- Fetched 916 kB in 1s (1075 kB/s)
- Reading package lists...
- 
2025-12-08 15:31.30 ---> saved as "d8ec2794d04327d16a1d7ae60744182d1b498eab3c7df401dea8d7836ba65069"

/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 15:31.31 ---> saved as "c6030fa653372039563200793a9e0cc4fdf172ccd750e6cdcee3ce92d8c78ad8"

/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 \"\\\"ubuntu-25.04\\\"\"; 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.17.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.17.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 cppo.1.8.0
-> installed cstruct.6.2.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed hex.1.5.0
-> installed ocplib-endian.1.2
-> installed ezjsonm.1.3.0
-> 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 15:32.03 ---> saved as "69b085253dc1fa4229f75f344a8aeeec47ff62a82d42cb07e582707e6dd35fea"
Job succeeded
2025-12-08 15:32.10: Job succeeded