(not at the head of any monitored branch or PR)
2025-12-08 15:16.55: New job: build moonpool-lwt.0.10, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
                              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/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:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn moonpool-lwt.0.10 0.10
RUN opam depext moonpool-lwt.0.10 && opam reinstall moonpool-lwt.0.10; \
    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" != 'moonpool-lwt.0.10' && 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:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04-moonpool-lwt.0.10-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.55: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || true"))
 (run (shell "opam pin add -k version -yn moonpool-lwt.0.10 0.10"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext moonpool-lwt.0.10 && opam reinstall moonpool-lwt.0.10;\
             \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\" != 'moonpool-lwt.0.10' && 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:00.25: Waiting for worker…
2025-12-08 16:06.34: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files:  74% (14228/18983)
Updating files:  75% (14238/18983)
Updating files:  76% (14428/18983)
Updating files:  77% (14617/18983)
Updating files:  78% (14807/18983)
Updating files:  79% (14997/18983)
Updating files:  80% (15187/18983)
Updating files:  81% (15377/18983)
Updating files:  82% (15567/18983)
Updating files:  83% (15756/18983)
Updating files:  84% (15946/18983)
Updating files:  85% (16136/18983)
Updating files:  86% (16326/18983)
Updating files:  87% (16516/18983)
Updating files:  88% (16706/18983)
Updating files:  89% (16895/18983)
Updating files:  90% (17085/18983)
Updating files:  91% (17275/18983)
Updating files:  92% (17465/18983)
Updating files:  93% (17655/18983)
Updating files:  94% (17845/18983)
Updating files:  95% (18034/18983)
Updating files:  96% (18224/18983)
Updating files:  97% (18414/18983)
Updating files:  98% (18604/18983)
Updating files:  99% (18794/18983)
Updating files: 100% (18983/18983)
Updating files: 100% (18983/18983), done.
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:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
2025-12-08 16:06.37 ---> using "5f87df8c1f6f0886e7311dfd3df40b8bbb961cc34c83c0d033c6dd248c84bc7d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-12-08 16:06.37 ---> using "fe03e46bf389a70ce0e1b055dbcbcda33d09bcb6dc4e61755b0d7b99ab523a1d" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-12-08 16:07.42 ---> saved as "961a1d9eb7d73874b2c61994ccd40c45532fdd006cdcd81e40a2dbd5ff74b279"

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    5.4
2025-12-08 16:07.43 ---> saved as "3bdce138cbc5fa8a296a51032110f0e975535fe60c5833844593baec3ba2517b"

/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:07.53 ---> saved as "56b34fdc8ff5646b29d9456a230309cc62be3b8243adaac8d81d605ed217d474"

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

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-12-08 16:08.24 ---> saved as "9bbaed75ecbce7e98198881f809b2efe75124bd7136cdc7c6c44b6c9bc03f823"

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 amd64 Packages [81.7 kB]
Fetched 172 kB in 0s (1166 kB/s)
Reading package lists...
# OS package update successful
2025-12-08 16:08.26 ---> saved as "97f9b676ed7eec191950717674f667fc43969937a8bf9fe4c863614ebab65daa"

/home/opam: (run (shell "opam pin add -k version -yn moonpool-lwt.0.10 0.10"))
moonpool-lwt is now pinned to version 0.10
2025-12-08 16:08.33 ---> saved as "0dfb12e237a0fa4b1161883252cfcb4fa090e6d11631b6c726fae400e104caf9"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext moonpool-lwt.0.10 && opam reinstall moonpool-lwt.0.10;\
                        \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\" != 'moonpool-lwt.0.10' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
moonpool-lwt.0.10 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ocamlfind            1.9.8  [required by base-bytes]
  - install dune                 3.20.2 [required by moonpool-lwt]
  - install base-bytes           base   [required by ocplib-endian]
  - install thread-local-storage 0.2    [required by moonpool]
  - install multicore-magic      2.3.1  [required by picos_std]
  - install either               1.0.0  [required by moonpool]
  - install csexp                1.5.2  [required by dune-configurator]
  - install cppo                 1.8.0  [required by lwt]
  - install backoff              0.1.1  [required by picos, picos_std]
  - install dune-configurator    3.20.2 [required by lwt]
  - install ocplib-endian        1.2    [required by lwt]
  - install picos                0.5.0  [required by moonpool]
  - install lwt                  5.9.2  [required by moonpool-lwt]
  - install picos_std            0.5.0  [required by moonpool]
  - install moonpool             0.10   [required by moonpool-lwt]
  - install moonpool-lwt         0.10*
===== 16 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[backoff.0.1.1] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[dune.3.20.2] found in cache
[dune-configurator.3.20.2] found in cache
[either.1.0.0] found in cache
[lwt.5.9.2] found in cache
[moonpool.0.10] found in cache
[moonpool-lwt.0.10] found in cache
[multicore-magic.2.3.1] found in cache
[ocamlfind.1.9.8] found in cache
[ocplib-endian.1.2] found in cache
[picos.0.5.0] found in cache
[picos_std.0.5.0] found in cache
[thread-local-storage.0.2] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.2
-> installed either.1.0.0
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed multicore-magic.2.3.1
-> installed thread-local-storage.0.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed picos.0.5.0
-> installed picos_std.0.5.0
-> installed dune-configurator.3.20.2
-> installed moonpool.0.10
-> installed lwt.5.9.2
-> installed moonpool-lwt.0.10
Done.
# Run eval $(opam env) to update the current shell environment
2025-12-08 16:09.27 ---> saved as "ef5945c2358992541dbd38d30662302c0d47b611988980b609e0e59157801750"
Job succeeded
2025-12-08 16:09.37: Job succeeded