(for PR #29620)
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/ppc64le
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:9200a3fffdbff82e48648dad32da49a09eeab6ff2510f56ce879728aa4da06d7
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:9200a3fffdbff82e48648dad32da49a09eeab6ff2510f56ce879728aa4da06d7-wadi.0.1.0-e48542c6b0c57c44b0ef42e7f8c1de6d6e833aa7"
2026-03-30 21:23.36: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:9200a3fffdbff82e48648dad32da49a09eeab6ff2510f56ce879728aa4da06d7)
(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.36: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
HEAD is now at eb3c203f08 restricted 2.0.0 change small thing
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:9200a3fffdbff82e48648dad32da49a09eeab6ff2510f56ce879728aa4da06d7)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:9200a3fffdbff82e48648dad32da49a09eeab6ff2510f56ce879728aa4da06d7' locally
docker.io/ocaml/opam@sha256:9200a3fffdbff82e48648dad32da49a09eeab6ff2510f56ce879728aa4da06d7: Pulling from ocaml/opam
616ed6c40b4f: Already exists
2ec7d7c99f98: Already exists
0b0e470d4fef: Already exists
d37ae9de90f3: Already exists
da6d25de675c: Already exists
63f7aec3dd39: Already exists
c7ab87f61435: Already exists
500de763971e: Already exists
25f7fef4cb0d: Already exists
ff3241a04fa5: Already exists
40b5b650536d: Already exists
780bfea359f2: Already exists
a7d03fce3fe8: Already exists
3a369758c543: Already exists
bab755c03dbc: Already exists
26c7e99120d4: Already exists
31cc847856df: Already exists
31cc847856df: Already exists
f9da47981524: Already exists
943c12e15830: Already exists
0cb6a893523a: Already exists
68f935342a93: Already exists
4f4fb700ef54: Already exists
98472d811423: Already exists
3548974e63cd: Already exists
7ec9feb33d9b: Already exists
b0e7417fb312: Already exists
e0c44abf2692: Already exists
4d8e84f7d374: Already exists
ea535e061645: Already exists
712215bdf359: Already exists
8102e223f900: Already exists
f65d0be9db18: Already exists
eee0fa8620ba: Already exists
0fadb63b407b: Already exists
573deb95478b: Already exists
66bfd7734799: Already exists
61362bde31b9: Already exists
c45aa40fb4ea: Already exists
f45bdbedfd72: Already exists
b12c7986c4f6: Already exists
c06a8cb72cd2: Pulling fs layer
6150fff45e56: Pulling fs layer
a4f10324c93c: Pulling fs layer
8d05cac838b9: Pulling fs layer
d09609e10496: Pulling fs layer
28b91ef64e82: Pulling fs layer
e36ab16dfc16: Pulling fs layer
d09609e10496: Waiting
28b91ef64e82: Waiting
e36ab16dfc16: Waiting
8d05cac838b9: Waiting
c06a8cb72cd2: Verifying Checksum
c06a8cb72cd2: Download complete
6150fff45e56: Verifying Checksum
6150fff45e56: Download complete
c06a8cb72cd2: Pull complete
6150fff45e56: Pull complete
a4f10324c93c: Download complete
d09609e10496: Verifying Checksum
d09609e10496: Download complete
a4f10324c93c: Pull complete
e36ab16dfc16: Verifying Checksum
e36ab16dfc16: Download complete
28b91ef64e82: Verifying Checksum
28b91ef64e82: Download complete
8d05cac838b9: Verifying Checksum
8d05cac838b9: Download complete
8d05cac838b9: Pull complete
d09609e10496: Pull complete
28b91ef64e82: Pull complete
e36ab16dfc16: Pull complete
Digest: sha256:9200a3fffdbff82e48648dad32da49a09eeab6ff2510f56ce879728aa4da06d7
Status: Downloaded newer image for ocaml/opam@sha256:9200a3fffdbff82e48648dad32da49a09eeab6ff2510f56ce879728aa4da06d7
2026-03-30 21:23.42 ---> using "96658e50813ff51b86e21d2a9cdb90743be8d94ef08ae0dbb62a3f3eb1190113" from cache
/: (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:23.42 ---> using "18e261596a7fca27969e7dccdfe846968f3daa4b8842917bf9df04b3e601e64f" 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-30 21:23.42 ---> using "4d2222869fe2dded98f7318c555551699801ec23c1e1681d948a75906e76e59e" 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=ppc64 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 175
# 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-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.1
2026-03-30 21:23.42 ---> using "e45ae6db52a0e6b1206b437e4a722641d86d2952b9970f536dfb06f6e5dda5f8" 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-30 21:23.42 ---> using "04b43e003d9e4b6611df49b0f38857de6e25f0776b194dbde9da35e60ad9c38a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-30 21:26.26 ---> saved as "6b1b780b2e4e53215ac78bf9f43070c9b575fc31d28cc53ae1167aa5f37902b6"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-30 21:26.44 ---> saved as "5cdb07288800a99a90e290f1a42be176cfcc94051fa1a02a303bd527800e6801"
/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 ppc64el Packages [110 kB]
- Fetched 200 kB in 0s (1095 kB/s)
- Reading package lists...
2026-03-30 21:26.45 ---> saved as "9009ad9487a15871ce6ecdf10e554582200ab17b43b4f0a695859022dc8624a8"
/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:26.46 ---> saved as "566a9fcc952267526f0804dcf76868b179738c65e63f69a3ab0c4c57ea69dbc5"
/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 (https://github.com/improvingjef/wadi/releases/download/v0.1.0/wadi-0.1.0-source.tar.gz)
-> 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/ppc64 | 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-6-a2e01a.env
# output-file ~/.opam/log/wadi-6-a2e01a.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-20260330212646.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/env" "bash" "-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:27.06: Job failed: Failed: Build failed
2026-03-30 21:27.06: Log analysis:
2026-03-30 21:27.06: >>>
[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:27.06: The installation of wadi failed at "./scripts/install_release_tree.sh --package-root package --binary _bootstrap/bin/wadi --prefix /home/opam/.opam/5.4".