Build:
  1. 0
2026-03-30 21:23.36: New job: build wadi.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29620/head (e48542c6b0c57c44b0ef42e7f8c1de6d6e833aa7)
                              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/29620/head" && git reset --hard e48542c6
git fetch origin master
git merge --no-edit 747f3dca281b5ae6275dfa41069f059ae517126f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435
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 wadi.0.1.0 0.1.0
RUN opam reinstall wadi.0.1.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" != 'wadi.0.1.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 .

2026-03-30 21:23.36: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435-wadi.0.1.0-e48542c6b0c57c44b0ef42e7f8c1de6d6e833aa7"
2026-03-30 21:23.36: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435)
 (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 wadi.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall wadi.0.1.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\" != 'wadi.0.1.0' && 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-30 21:23.36: Waiting for resource in pool OCluster
2026-03-30 21:23.36: Waiting for worker…
2026-03-30 21:23.38: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  96% (18003/18565)
Updating files:  97% (18009/18565)
Updating files:  98% (18194/18565)
Updating files:  99% (18380/18565)
Updating files: 100% (18565/18565)
Updating files: 100% (18565/18565), done.
HEAD is now at 747f3dca28 Merge pull request #29614 from ocaml/use-setup-ocaml-for-windows-ci
Updating 747f3dca28..e48542c6b0
Fast-forward
 packages/wadi/wadi.0.1.0/opam | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 packages/wadi/wadi.0.1.0/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435' locally
docker.io/ocaml/opam@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435: Pulling from ocaml/opam
a59dab062b6e: Already exists
88fec73bbe45: Pulling fs layer
4a02869fc52b: Pulling fs layer
62b7062a40db: Pulling fs layer
09a560317896: Pulling fs layer
4c34f4233ac2: Pulling fs layer
3267940f890d: Pulling fs layer
f1fe60319024: Pulling fs layer
4c34f4233ac2: Waiting
3267940f890d: Waiting
68acda7f81b2: Pulling fs layer
09a560317896: Waiting
f1fe60319024: Waiting
68acda7f81b2: Waiting
b08911c862cf: Pulling fs layer
003f4f19be40: Pulling fs layer
b08911c862cf: Waiting
e76edc78b26b: Pulling fs layer
e76edc78b26b: Waiting
c0ce0773a80e: Pulling fs layer
c60725cc0490: Pulling fs layer
c0ce0773a80e: Waiting
fb2cfe59ac48: Pulling fs layer
c60725cc0490: Waiting
fb2cfe59ac48: Waiting
e922356368f4: Pulling fs layer
965b9323bbaa: Pulling fs layer
e922356368f4: Waiting
965b9323bbaa: Waiting
5e9bd6e4b257: Pulling fs layer
4b4293e44705: Pulling fs layer
5e9bd6e4b257: Waiting
4b4293e44705: Waiting
8efc7e9931b9: Pulling fs layer
0cd67905b0e4: Pulling fs layer
8efc7e9931b9: Waiting
4f4fb700ef54: Pulling fs layer
0cd67905b0e4: Waiting
38abc7224a21: Pulling fs layer
9c8d050c43ad: Pulling fs layer
38abc7224a21: Waiting
58fd6b93c689: Pulling fs layer
9c8d050c43ad: Waiting
4f4fb700ef54: Waiting
b77d854e8b81: Pulling fs layer
63ac2195c370: Pulling fs layer
28ea21fef9ba: Pulling fs layer
58fd6b93c689: Waiting
b77d854e8b81: Waiting
01e7e2342dfb: Pulling fs layer
28ea21fef9ba: Waiting
478b6ea8b815: Pulling fs layer
b18ba5a19830: Pulling fs layer
478b6ea8b815: Waiting
01e7e2342dfb: Waiting
4531184a4881: Pulling fs layer
b18ba5a19830: Waiting
e87596cf8e87: Pulling fs layer
f69cf96a701e: Pulling fs layer
4531184a4881: Waiting
e87596cf8e87: Waiting
f69cf96a701e: Waiting
413701f274d1: Pulling fs layer
1ebb80ff3768: Pulling fs layer
413701f274d1: Waiting
1ebb80ff3768: Waiting
96d0be8ee720: Pulling fs layer
0eb90217254e: Pulling fs layer
d5b99a0ac0af: Pulling fs layer
0eb90217254e: Waiting
96d0be8ee720: Waiting
eed7546f6540: Pulling fs layer
d5b99a0ac0af: Waiting
fd8df843609d: Pulling fs layer
eed7546f6540: Waiting
07b9da4be433: Pulling fs layer
fd8df843609d: Waiting
3d27940708c5: Pulling fs layer
07b9da4be433: Waiting
312a50e204e2: Pulling fs layer
3d27940708c5: Waiting
1c9e7c4a5b88: Pulling fs layer
312a50e204e2: Waiting
77c0b557a45f: Pulling fs layer
1c9e7c4a5b88: Waiting
1f5937fa6056: Pulling fs layer
77c0b557a45f: Waiting
1f5937fa6056: Waiting
88fec73bbe45: Verifying Checksum
88fec73bbe45: Download complete
88fec73bbe45: Pull complete
4a02869fc52b: Verifying Checksum
4a02869fc52b: Download complete
4a02869fc52b: Pull complete
09a560317896: Verifying Checksum
09a560317896: Download complete
62b7062a40db: Verifying Checksum
62b7062a40db: Download complete
62b7062a40db: Pull complete
09a560317896: Pull complete
3267940f890d: Verifying Checksum
3267940f890d: Download complete
68acda7f81b2: Verifying Checksum
68acda7f81b2: Download complete
b08911c862cf: Verifying Checksum
b08911c862cf: Download complete
4c34f4233ac2: Verifying Checksum
4c34f4233ac2: Download complete
003f4f19be40: Verifying Checksum
003f4f19be40: Download complete
e76edc78b26b: Verifying Checksum
e76edc78b26b: Download complete
c0ce0773a80e: Verifying Checksum
c0ce0773a80e: Download complete
c60725cc0490: Verifying Checksum
c60725cc0490: Download complete
fb2cfe59ac48: Verifying Checksum
fb2cfe59ac48: Download complete
965b9323bbaa: Download complete
f1fe60319024: Verifying Checksum
f1fe60319024: Download complete
e922356368f4: Verifying Checksum
e922356368f4: Download complete
8efc7e9931b9: Download complete
5e9bd6e4b257: Verifying Checksum
5e9bd6e4b257: Download complete
0cd67905b0e4: Download complete
4f4fb700ef54: Download complete
4b4293e44705: Download complete
9c8d050c43ad: Verifying Checksum
9c8d050c43ad: Download complete
38abc7224a21: Verifying Checksum
38abc7224a21: Download complete
58fd6b93c689: Download complete
63ac2195c370: Verifying Checksum
63ac2195c370: Download complete
28ea21fef9ba: Verifying Checksum
28ea21fef9ba: Download complete
b77d854e8b81: Verifying Checksum
b77d854e8b81: Download complete
01e7e2342dfb: Verifying Checksum
01e7e2342dfb: Download complete
b18ba5a19830: Verifying Checksum
b18ba5a19830: Download complete
478b6ea8b815: Verifying Checksum
478b6ea8b815: Download complete
4531184a4881: Verifying Checksum
4531184a4881: Download complete
e87596cf8e87: Download complete
f69cf96a701e: Verifying Checksum
f69cf96a701e: Download complete
1ebb80ff3768: Download complete
0eb90217254e: Verifying Checksum
0eb90217254e: Download complete
d5b99a0ac0af: Verifying Checksum
d5b99a0ac0af: Download complete
eed7546f6540: Download complete
fd8df843609d: Verifying Checksum
fd8df843609d: Download complete
07b9da4be433: Verifying Checksum
07b9da4be433: Download complete
3d27940708c5: Verifying Checksum
3d27940708c5: Download complete
96d0be8ee720: Verifying Checksum
96d0be8ee720: Download complete
1c9e7c4a5b88: Verifying Checksum
1c9e7c4a5b88: Download complete
4c34f4233ac2: Pull complete
77c0b557a45f: Verifying Checksum
77c0b557a45f: Download complete
3267940f890d: Pull complete
1f5937fa6056: Verifying Checksum
1f5937fa6056: Download complete
f1fe60319024: Pull complete
68acda7f81b2: Pull complete
b08911c862cf: Pull complete
003f4f19be40: Pull complete
e76edc78b26b: Pull complete
c0ce0773a80e: Pull complete
c60725cc0490: Pull complete
fb2cfe59ac48: Pull complete
e922356368f4: Pull complete
965b9323bbaa: Pull complete
5e9bd6e4b257: Pull complete
4b4293e44705: Pull complete
8efc7e9931b9: Pull complete
0cd67905b0e4: Pull complete
4f4fb700ef54: Pull complete
38abc7224a21: Pull complete
9c8d050c43ad: Pull complete
58fd6b93c689: Pull complete
b77d854e8b81: Pull complete
63ac2195c370: Pull complete
28ea21fef9ba: Pull complete
01e7e2342dfb: Pull complete
478b6ea8b815: Pull complete
b18ba5a19830: Pull complete
4531184a4881: Pull complete
e87596cf8e87: Pull complete
f69cf96a701e: Pull complete
312a50e204e2: Verifying Checksum
312a50e204e2: Download complete
413701f274d1: Verifying Checksum
413701f274d1: Download complete
413701f274d1: Pull complete
1ebb80ff3768: Pull complete
96d0be8ee720: Pull complete
0eb90217254e: Pull complete
d5b99a0ac0af: Pull complete
eed7546f6540: Pull complete
fd8df843609d: Pull complete
07b9da4be433: Pull complete
3d27940708c5: Pull complete
312a50e204e2: Pull complete
1c9e7c4a5b88: Pull complete
77c0b557a45f: Pull complete
1f5937fa6056: Pull complete
Digest: sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435
Status: Downloaded newer image for ocaml/opam@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435
2026-03-30 21:27.05 ---> saved as "d649bb0478d07c88f1dcd8630cb405dd80d3d943b050bb636e0420935893fcc9"

/: (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-30 21:27.05 ---> saved as "3e1c5a996a3e0be777d2737d924e5b2757faa94757e68702d6c79d4a766d7dad"

/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-30 21:27.33 ---> saved as "35dde772c9a963320083604f07fce32f11a7cb5eb0ca20f7cab40aabbb29fea8"

/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.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1+bytecode-only
2026-03-30 21:27.33 ---> saved as "a4a3afd8ce06e7766c2d44340ffe1c8e36c59b8349d6d52c0b2fee8217f72b46"

/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-30 21:27.40 ---> saved as "b17897f0ed7945ded83ceb2981e24903a94377407b49ec7959477c1244ec0218"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-30 21:27.52 ---> saved as "0d794aa60901ca3424819895d062a22530d354850a0a969803e79925e105505e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-30 21:28.15 ---> saved as "d87b28efdae181fea28cc525cbc821514610f9977ceabdb0861b693429d2f904"

/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 [108 kB]
- Fetched 199 kB in 0s (1296 kB/s)
- Reading package lists...
- 
2026-03-30 21:28.17 ---> saved as "eb1a1a196f1e8329c16199a5f3f9bdaa94b9a13367bdf42f77d2b70fd6c94400"

/home/opam: (run (shell "opam pin add -k version -yn wadi.0.1.0 0.1.0"))
wadi is now pinned to version 0.1.0
2026-03-30 21:28.18 ---> saved as "029b129fe3081d5230b1c1a9591865bc1c746e3738364fb9b4b7848f218629f9"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall wadi.0.1.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\" != 'wadi.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
wadi.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install ocamlfind 1.9.8          [required by wadi]
  - install wadi      0.1.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved wadi.0.1.0  (cached)
-> installed ocamlfind.1.9.8
[ERROR] The installation of wadi failed at "./scripts/install_release_tree.sh --package-root package --binary _bootstrap/bin/wadi --prefix /home/opam/.opam/5.4".

#=== ERROR while installing wadi.0.1.0 ========================================#
# context              2.5.0 | linux/x86_32 | ocaml-base-compiler.5.4.1 | pinned(https://github.com/improvingjef/wadi/releases/download/v0.1.0/wadi-0.1.0-source.tar.gz)
# path                 ~/.opam/5.4/.opam-switch/build/wadi.0.1.0
# command              ~/.opam/opam-init/hooks/sandbox.sh install ./scripts/install_release_tree.sh --package-root package --binary _bootstrap/bin/wadi --prefix /home/opam/.opam/5.4
# exit-code            1
# env-file             ~/.opam/log/wadi-7-983afc.env
# output-file          ~/.opam/log/wadi-7-983afc.out
### output ###
# install_release_tree.sh: binary not found: _bootstrap/bin/wadi



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - install wadi 0.1.0
+- 
+- The following changes have been performed
| - install ocamlfind 1.9.8
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260330212818.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall wadi.0.1.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" != 'wadi.0.1.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-03-30 21:28.41: Job failed: Failed: Build failed
2026-03-30 21:28.41: Log analysis:
2026-03-30 21:28.41: >>> 
[ERROR] The installation of wadi failed at "./scripts/install_release_tree.sh --package-root package --binary _bootstrap/bin/wadi --prefix /home/opam/.opam/5.4".
 (score = 20)
2026-03-30 21:28.41: The installation of wadi failed at "./scripts/install_release_tree.sh --package-root package --binary _bootstrap/bin/wadi --prefix /home/opam/.opam/5.4".