Build:
- 0
2026-04-01 12:56.09: New job: build server-reason-react.0.5.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29631/head (3641eda2f5c64fb9f57a382e034e5f76ac9d51b9)
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/29631/head" && git reset --hard 3641eda2
git fetch origin master
git merge --no-edit 4b07b3403ca6031c1a5af00d48d6aa90de102e54
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 server-reason-react.0.5.0 0.5.0
RUN opam reinstall server-reason-react.0.5.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" != 'server-reason-react.0.5.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-04-01 12:56.09: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:044f1e4fd247d9e36ec1b12580bd36d50a8e3486a9178f8a2c3779347ef64435-server-reason-react.0.5.0-3641eda2f5c64fb9f57a382e034e5f76ac9d51b9"
2026-04-01 12:56.09: 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 server-reason-react.0.5.0 0.5.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall server-reason-react.0.5.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\" != 'server-reason-react.0.5.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-04-01 12:56.09: Connecting to build cluster…
2026-04-01 12:56.09: Waiting for resource in pool OCluster
2026-04-01 13:00.33: Waiting for worker…
2026-04-01 13:00.36: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 4b07b3403c Merge pull request #29556 from samoht/release-alcobar-v0.3
Updating 4b07b3403c..3641eda2f5
Fast-forward
.../server-reason-react.0.5.0/opam | 62 ++++++++++++++++++++++
1 file changed, 62 insertions(+)
create mode 100644 packages/server-reason-react/server-reason-react.0.5.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
09a560317896: Waiting
4c34f4233ac2: Waiting
f1fe60319024: Pulling fs layer
3267940f890d: Waiting
68acda7f81b2: Pulling fs layer
f1fe60319024: Waiting
b08911c862cf: Pulling fs layer
68acda7f81b2: Waiting
b08911c862cf: Waiting
003f4f19be40: Pulling fs layer
e76edc78b26b: Pulling fs layer
c0ce0773a80e: Pulling fs layer
003f4f19be40: Waiting
c60725cc0490: Pulling fs layer
e76edc78b26b: Waiting
fb2cfe59ac48: Pulling fs layer
c0ce0773a80e: Waiting
e922356368f4: Pulling fs layer
fb2cfe59ac48: Waiting
965b9323bbaa: Pulling fs layer
e922356368f4: Waiting
5e9bd6e4b257: Pulling fs layer
4b4293e44705: Pulling fs layer
8efc7e9931b9: Pulling fs layer
4b4293e44705: Waiting
0cd67905b0e4: Pulling fs layer
4f4fb700ef54: Pulling fs layer
0cd67905b0e4: Waiting
38abc7224a21: Pulling fs layer
9c8d050c43ad: Pulling fs layer
38abc7224a21: Waiting
58fd6b93c689: Pulling fs layer
9c8d050c43ad: Waiting
b77d854e8b81: Pulling fs layer
63ac2195c370: Pulling fs layer
58fd6b93c689: Waiting
b77d854e8b81: Waiting
28ea21fef9ba: Pulling fs layer
01e7e2342dfb: Pulling fs layer
28ea21fef9ba: Waiting
63ac2195c370: Waiting
01e7e2342dfb: Waiting
478b6ea8b815: Pulling fs layer
b18ba5a19830: Pulling fs layer
4531184a4881: Pulling fs layer
478b6ea8b815: Waiting
b18ba5a19830: Waiting
4531184a4881: Waiting
e87596cf8e87: Pulling fs layer
f69cf96a701e: Pulling fs layer
e87596cf8e87: Waiting
413701f274d1: Pulling fs layer
f69cf96a701e: Waiting
1ebb80ff3768: Pulling fs layer
96d0be8ee720: Pulling fs layer
413701f274d1: Waiting
0eb90217254e: Pulling fs layer
d5b99a0ac0af: Pulling fs layer
96d0be8ee720: Waiting
0eb90217254e: Waiting
eed7546f6540: Pulling fs layer
d5b99a0ac0af: Waiting
fd8df843609d: Pulling fs layer
07b9da4be433: Pulling fs layer
eed7546f6540: Waiting
07b9da4be433: Waiting
3d27940708c5: Pulling fs layer
fd8df843609d: Waiting
312a50e204e2: Pulling fs layer
1c9e7c4a5b88: Pulling fs layer
3d27940708c5: Waiting
77c0b557a45f: Pulling fs layer
312a50e204e2: Waiting
1c9e7c4a5b88: Waiting
1f5937fa6056: Pulling fs layer
77c0b557a45f: Waiting
1f5937fa6056: Waiting
88fec73bbe45: Verifying Checksum
88fec73bbe45: Download complete
4a02869fc52b: Verifying Checksum
4a02869fc52b: Download complete
88fec73bbe45: Pull complete
4a02869fc52b: Pull complete
09a560317896: Download complete
3267940f890d: Verifying Checksum
3267940f890d: Download complete
62b7062a40db: Verifying Checksum
62b7062a40db: Download complete
62b7062a40db: Pull complete
09a560317896: Pull complete
68acda7f81b2: Verifying Checksum
68acda7f81b2: Download complete
f1fe60319024: Verifying Checksum
f1fe60319024: Download complete
4c34f4233ac2: Verifying Checksum
4c34f4233ac2: Download complete
b08911c862cf: Verifying Checksum
b08911c862cf: Download complete
003f4f19be40: Verifying Checksum
003f4f19be40: Download complete
e76edc78b26b: Verifying Checksum
e76edc78b26b: Download complete
c0ce0773a80e: Verifying Checksum
c0ce0773a80e: Download complete
fb2cfe59ac48: Verifying Checksum
fb2cfe59ac48: Download complete
c60725cc0490: Verifying Checksum
c60725cc0490: Download complete
e922356368f4: Download complete
965b9323bbaa: Download complete
5e9bd6e4b257: Verifying Checksum
5e9bd6e4b257: Download complete
4b4293e44705: Download complete
8efc7e9931b9: Verifying Checksum
8efc7e9931b9: Download complete
0cd67905b0e4: Verifying Checksum
0cd67905b0e4: Download complete
38abc7224a21: Verifying Checksum
38abc7224a21: Download complete
9c8d050c43ad: Verifying Checksum
b77d854e8b81: Verifying Checksum
b77d854e8b81: Download complete
28ea21fef9ba: Verifying Checksum
28ea21fef9ba: Download complete
63ac2195c370: Verifying Checksum
63ac2195c370: Download complete
01e7e2342dfb: Verifying Checksum
01e7e2342dfb: Download complete
478b6ea8b815: Download complete
b18ba5a19830: Verifying Checksum
b18ba5a19830: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
e87596cf8e87: Verifying Checksum
e87596cf8e87: Download complete
f69cf96a701e: Verifying Checksum
f69cf96a701e: Download complete
1ebb80ff3768: Verifying Checksum
1ebb80ff3768: Download complete
96d0be8ee720: Verifying Checksum
96d0be8ee720: Download complete
0eb90217254e: Download complete
d5b99a0ac0af: Verifying Checksum
d5b99a0ac0af: Download complete
eed7546f6540: Verifying Checksum
eed7546f6540: Download complete
fd8df843609d: Download complete
4c34f4233ac2: Pull complete
3267940f890d: Pull 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
07b9da4be433: Verifying Checksum
07b9da4be433: Download complete
3d27940708c5: Verifying Checksum
3d27940708c5: Download complete
4531184a4881: Verifying Checksum
4531184a4881: Download complete
4531184a4881: Pull complete
e87596cf8e87: Pull complete
f69cf96a701e: Pull complete
1c9e7c4a5b88: Download complete
77c0b557a45f: Verifying Checksum
77c0b557a45f: Download complete
1f5937fa6056: Verifying Checksum
1f5937fa6056: Download 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-04-01 13:03.34 ---> 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-04-01 13:03.34 ---> 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-04-01 13:04.16 ---> 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-04-01 13:04.18 ---> 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-04-01 13:04.26 ---> saved as "b17897f0ed7945ded83ceb2981e24903a94377407b49ec7959477c1244ec0218"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-01 13:04.36 ---> saved as "bbe0c6a410e870b54f38002484054143ecfe6c6fe5803b66918758c190db19bf"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-01 13:05.15 ---> saved as "848c2bc582214b663584695aa9765084dd87ccd28ad4b93e6c5bd77896e40d79"
/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 (1169 kB/s)
- Reading package lists...
-
2026-04-01 13:05.17 ---> saved as "feb36a3b1be056950080d7fce10eda29f3ed1c7318aad362b6837398f824b184"
/home/opam: (run (shell "opam pin add -k version -yn server-reason-react.0.5.0 0.5.0"))
server-reason-react is now pinned to version 0.5.0
2026-04-01 13:05.18 ---> saved as "875719940596381faaafc5776bcd0d735fb1ef354257ea574838127ca8977a5f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall server-reason-react.0.5.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\" != 'server-reason-react.0.5.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
server-reason-react.0.5.0 is not installed. Install it? [Y/n] y
* Missing dependency:
- server-reason-react >= 0.5.0 -> melange >= 3.0.0
unmet availability conditions, e.g. 'arch != "x86_32" & arch != "arm32"'
No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall server-reason-react.0.5.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" != 'server-reason-react.0.5.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 20
2026-04-01 13:05.32: Job failed: Failed: Build failed
2026-04-01 13:05.32: Log analysis:
2026-04-01 13:05.32: >>>
No solution found, exiting
(score = 100)
2026-04-01 13:05.32: [SKIP] Package not available