Build:
  1. 0
2026-03-10 09:00.07: New job: build fuseau-lwt.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (3af7d0a25910b3d20c909e559efb484eb6a78128)
                              on debian-13-ocaml-4.14/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/29530/head" && git reset --hard 3af7d0a2
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3
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 fuseau-lwt.0.1 0.1
RUN opam reinstall fuseau-lwt.0.1; \
    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" != 'fuseau-lwt.0.1' && 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 .

2026-03-10 09:00.07: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3-fuseau-lwt.0.1-3af7d0a25910b3d20c909e559efb484eb6a78128"
2026-03-10 09:00.07: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3)
 (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 fuseau-lwt.0.1 0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall fuseau-lwt.0.1;\
             \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\" != 'fuseau-lwt.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-10 09:00.07: Waiting for resource in pool OCluster
2026-03-10 10:38.08: Waiting for worker…
2026-03-10 10:39.52: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files:  55% (10193/18405)
Updating files:  56% (10307/18405)
Updating files:  57% (10491/18405)
Updating files:  58% (10675/18405)
Updating files:  59% (10859/18405)
Updating files:  60% (11043/18405)
Updating files:  61% (11228/18405)
Updating files:  62% (11412/18405)
Updating files:  63% (11596/18405)
Updating files:  64% (11780/18405)
Updating files:  65% (11964/18405)
Updating files:  66% (12148/18405)
Updating files:  67% (12332/18405)
Updating files:  68% (12516/18405)
Updating files:  69% (12700/18405)
Updating files:  70% (12884/18405)
Updating files:  71% (13068/18405)
Updating files:  72% (13252/18405)
Updating files:  73% (13436/18405)
Updating files:  74% (13620/18405)
Updating files:  75% (13804/18405)
Updating files:  76% (13988/18405)
Updating files:  77% (14172/18405)
Updating files:  78% (14356/18405)
Updating files:  79% (14540/18405)
Updating files:  80% (14724/18405)
Updating files:  81% (14909/18405)
Updating files:  82% (15093/18405)
Updating files:  83% (15277/18405)
Updating files:  84% (15461/18405)
Updating files:  85% (15645/18405)
Updating files:  86% (15829/18405)
Updating files:  87% (16013/18405)
Updating files:  88% (16197/18405)
Updating files:  89% (16381/18405)
Updating files:  89% (16500/18405)
Updating files:  90% (16565/18405)
Updating files:  91% (16749/18405)
Updating files:  92% (16933/18405)
Updating files:  93% (17117/18405)
Updating files:  94% (17301/18405)
Updating files:  95% (17485/18405)
Updating files:  96% (17669/18405)
Updating files:  97% (17853/18405)
Updating files:  98% (18037/18405)
Updating files:  99% (18221/18405)
Updating files: 100% (18405/18405)
Updating files: 100% (18405/18405), done.
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..3af7d0a259
Fast-forward
 packages/bimage-lwt/bimage-lwt.0.3.0/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.3.1/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.4.0/opam    | 6 +++++-
 packages/caqti-lwt/caqti-lwt.0.11.0/opam     | 4 +++-
 packages/caqti-lwt/caqti-lwt.1.0.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.2.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.3.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.6.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.7.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.8.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.9.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.0.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.1.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.2.4/opam      | 6 +++++-
 packages/fuseau-lwt/fuseau-lwt.0.1/opam      | 6 +++++-
 packages/lambda-term/lambda-term.1.13/opam   | 6 +++++-
 packages/lambda-term/lambda-term.2.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.2/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.3/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0/opam    | 6 +++++-
 packages/lambda-term/lambda-term.3.0.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.1.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.2.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.2/opam  | 6 +++++-
 packages/lwt_domain/lwt_domain.0.1.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.2.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.3.0/opam    | 6 +++++-
 packages/lwt_eio/lwt_eio.0.1/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.2/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.3/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.4/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.5.1/opam          | 6 +++++-
 packages/lwt_eio/lwt_eio.0.5/opam            | 6 +++++-
 packages/lwt_glib/lwt_glib.1.0.1/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.0/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.1/opam        | 6 +++++-
 packages/lwt_log/lwt_log.1.1.0/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.1/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.4/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.3/opam          | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.6/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.7/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.8/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.9/opam  | 6 +++++-
 packages/mwt/mwt.0.1.0/opam                  | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-1/opam      | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-2/opam      | 6 +++++-
 packages/ocluster/ocluster.0.1/opam          | 4 +++-
 packages/ocluster/ocluster.0.2.1/opam        | 6 +++++-
 packages/ocluster/ocluster.0.2/opam          | 4 +++-
 packages/ocluster/ocluster.0.3.0/opam        | 6 +++++-
 packages/picos/picos.0.3.0/opam              | 6 +++++-
 packages/picos/picos.0.4.0/opam              | 6 +++++-
 packages/picos_lwt/picos_lwt.0.5.0/opam      | 6 +++++-
 packages/picos_lwt/picos_lwt.0.6.0/opam      | 6 +++++-
 packages/tezt/tezt.2.0.0/opam                | 6 +++++-
 packages/tezt/tezt.3.0.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.1/opam                | 4 +++-
 packages/tezt/tezt.4.0.0/opam                | 4 +++-
 packages/tezt/tezt.4.1.0/opam                | 4 +++-
 packages/tezt/tezt.4.2.0/opam                | 4 +++-
 packages/tezt/tezt.4.3.0/opam                | 4 +++-
 84 files changed, 400 insertions(+), 84 deletions(-)

(from ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3' locally
docker.io/ocaml/opam@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3: Pulling from ocaml/opam
cdaf5c618b8f: Already exists
37b25bd564f1: Already exists
b4419f8ddf31: Already exists
fcddae90f741: Already exists
7bdc78f9e5b7: Already exists
5691c8ad5025: Already exists
a00659447ced: Already exists
6da4c329d826: Already exists
7eb67c4488c7: Already exists
ecb12f6f1366: Already exists
0bb29fc35e8f: Already exists
38773acba29b: Already exists
4ecb7fe6e6cd: Already exists
a6ded0c5c651: Already exists
a618a67fa30c: Already exists
7cfbd53f9185: Already exists
2dd6d5e64b1f: Already exists
2dd6d5e64b1f: Already exists
66e4c8c5b80d: Already exists
93512fc5f7ca: Already exists
99a5c1cc5cf4: Already exists
e77a47d92406: Already exists
4f4fb700ef54: Already exists
1e645893c166: Already exists
4d79b77ccb64: Already exists
8f92218ad268: Already exists
d37cd7807d67: Already exists
eae9cdbb8e94: Already exists
00e84e4dddf6: Already exists
ec5e1e9d7a11: Already exists
5a366988733e: Already exists
5d3dff2b6c80: Already exists
2d08b04c2596: Already exists
fb41acb401da: Already exists
7af27a693e4f: Already exists
615b51657365: Already exists
ac9ea76617e5: Already exists
2f380e108faf: Already exists
abe564c0399a: Already exists
4958a3486050: Already exists
7937a8b7141c: Already exists
dd688a1942d3: Pulling fs layer
4bf64a7280b4: Pulling fs layer
19061a131e0c: Pulling fs layer
557682a965aa: Pulling fs layer
557682a965aa: Waiting
19061a131e0c: Verifying Checksum
19061a131e0c: Download complete
4bf64a7280b4: Download complete
557682a965aa: Verifying Checksum
557682a965aa: Download complete
dd688a1942d3: Verifying Checksum
dd688a1942d3: Download complete
dd688a1942d3: Pull complete
4bf64a7280b4: Pull complete
19061a131e0c: Pull complete
557682a965aa: Pull complete
Digest: sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3
Status: Downloaded newer image for ocaml/opam@sha256:cf652bb394717cf643b0cce9cfd13ce5b10e8a396a6ce8833efcf96c0860e3c3
2026-03-10 10:40.44 ---> using "144829ac18adee3ed2c937d60c6837f2a7221b0e51b71a587628f9a8fb15158c" from cache

/: (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"))
2026-03-10 10:40.44 ---> using "d4a6fe4e3c95beb974996e25382aa6b4b9a4a8ba0a22dab280c809ef599855e5" 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.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
2026-03-10 10:40.44 ---> using "a939c9df83b791966240564f0a80b7db98bd054ca3806b59664300f0009a3ade" 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.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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-03-10 10:40.44 ---> using "4d8f5a192d762ca8e4d1dcdd718cb081071b1d4fd17c091f4141464d3a7c99b1" 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-03-10 10:40.44 ---> using "ae2dd7505745915969bb782b36add0f4d39cf993c5a24c385cea9406610b7696" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 10:40.45 ---> using "d82b1497ee7246b25eebf289824ac6d69c5f7e91766109b297e31b8cd1658b69" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-10 10:41.08 ---> saved as "814501f2b2b16a3a80f8677a437175d182892bc8455db210200a4370bacbad5c"

/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 [101 kB]
- Fetched 192 kB in 0s (1485 kB/s)
- Reading package lists...
- 
2026-03-10 10:41.10 ---> saved as "4e19c02b13e0920a9e55c6da739dfc206b0b956a4c637b00975315d1de35a658"

/home/opam: (run (shell "opam pin add -k version -yn fuseau-lwt.0.1 0.1"))
fuseau-lwt is now pinned to version 0.1
2026-03-10 10:41.12 ---> saved as "03503df3caf6d9fe683afb0eeb44acab7ef5ac4fc4447e8db8620c67b4c26392"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall fuseau-lwt.0.1;\
                        \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\" != 'fuseau-lwt.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
fuseau-lwt.0.1 is not installed. Install it? [Y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - fuseau-lwt -> fuseau -> ocaml >= 5.0
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - fuseau-lwt -> fuseau -> ocaml >= 5.0 -> ocaml-variants >= 5.4.1~

No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall fuseau-lwt.0.1;
        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" != 'fuseau-lwt.0.1' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-03-10 10:41.34: Job failed: Failed: Build failed
2026-03-10 10:41.34: Log analysis:
2026-03-10 10:41.34: >>> 
No solution found, exiting
 (score = 100)
2026-03-10 10:41.34: [SKIP] Package not available