Build:
- 0
2026-01-26 18:33.24: New job: build react-rules-of-hooks-ppx.1.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29289/head (91166d13852dd20312eb7e6990239b7a5a9a1009)
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/29289/head" && git reset --hard 91166d13
git fetch origin master
git merge --no-edit f9f7db30fd6e805d48b947df138d463a5433f4d1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a091b66944e225b8e36c8051bac292f61a7a5eeb310ea52d3bc44ba655a766f4
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 react-rules-of-hooks-ppx.1.0.0 1.0.0
RUN opam reinstall react-rules-of-hooks-ppx.1.0.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" != 'react-rules-of-hooks-ppx.1.0.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-01-26 18:33.24: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a091b66944e225b8e36c8051bac292f61a7a5eeb310ea52d3bc44ba655a766f4-react-rules-of-hooks-ppx.1.0.0-91166d13852dd20312eb7e6990239b7a5a9a1009"
2026-01-26 18:33.24: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a091b66944e225b8e36c8051bac292f61a7a5eeb310ea52d3bc44ba655a766f4)
(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 react-rules-of-hooks-ppx.1.0.0 1.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall react-rules-of-hooks-ppx.1.0.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\" != 'react-rules-of-hooks-ppx.1.0.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-01-26 18:33.24: Waiting for resource in pool OCluster
2026-01-26 18:33.24: Waiting for worker…
2026-01-26 18:33.24: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
HEAD is now at 38e858119d Package smtml.0.20.0
HEAD is now at f9f7db30fd Merge pull request #29275 from EruEri/shakuhachi-0.2.0
Updating f9f7db30fd..91166d1385
Fast-forward
.../react-rules-of-hooks-ppx.1.0.0/opam | 49 ++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 packages/react-rules-of-hooks-ppx/react-rules-of-hooks-ppx.1.0.0/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:a091b66944e225b8e36c8051bac292f61a7a5eeb310ea52d3bc44ba655a766f4)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:a091b66944e225b8e36c8051bac292f61a7a5eeb310ea52d3bc44ba655a766f4' locally
docker.io/ocaml/opam@sha256:a091b66944e225b8e36c8051bac292f61a7a5eeb310ea52d3bc44ba655a766f4: Pulling from ocaml/opam
Digest: sha256:a091b66944e225b8e36c8051bac292f61a7a5eeb310ea52d3bc44ba655a766f4
Status: Downloaded newer image for ocaml/opam@sha256:a091b66944e225b8e36c8051bac292f61a7a5eeb310ea52d3bc44ba655a766f4
2026-01-26 18:33.28 ---> using "0b66973bb2b0531d58db4608ee6e1964549441920b5181950c8927d533377724" 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-01-26 18:33.28 ---> using "1e297aeb9ad689e5836551ba26506069abb4d3a200ccf9631d29afb5d6e88e0c" 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.
Continue? [Y/n] y
Format upgrade done.
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.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-26 18:33.28 ---> using "dd6e7d071a85239a4ce5e292023a230751184ea30f4adde27112b3d1776ae981" 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.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2026-01-26 18:33.28 ---> using "e6c68e25aaeac8e8c9a42907173d2d7ae0f5a6609bbc7d1606f6be36fb436ea6" 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-01-26 18:33.28 ---> using "3dd88504351d9109c7d414f4f41502c3a5ff00a60860aae6898a42909e2c61f6" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-26 18:36.46 ---> saved as "b0c2814b6dacac014a12d082d71dab6c6bcb324d0d580aa3948f746761a86b88"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-26 18:37.05 ---> saved as "a2f2974c73ecb9b96a23f374b4f17cbe091a34d12691cf63e3038cd5d32c7c18"
/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 [92.2 kB]
- Fetched 183 kB in 0s (1321 kB/s)
- Reading package lists...
2026-01-26 18:37.06 ---> saved as "7ea06751c00f3bad14672614ade81371b68e79fc2ed5d0c5694c718628cea30d"
/home/opam: (run (shell "opam pin add -k version -yn react-rules-of-hooks-ppx.1.0.0 1.0.0"))
react-rules-of-hooks-ppx is now pinned to version 1.0.0
2026-01-26 18:37.06 ---> saved as "cf29a206f8cc0ada02fa27676fc02e5093283d68801859e7abf561a88ecdd677"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall react-rules-of-hooks-ppx.1.0.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\" != 'react-rules-of-hooks-ppx.1.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
react-rules-of-hooks-ppx.1.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install dune 3.21.0 [required by react-rules-of-hooks-ppx]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by react-rules-of-hooks-ppx]
- install react-rules-of-hooks-ppx 1.0.0 (pinned)
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved react-rules-of-hooks-ppx.1.0.0 (https://github.com/ml-in-barcelona/react-rules-of-hooks-ppx/releases/download/1.0.0/react-rules-of-hooks-ppx-1.0.0.tbz)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.21.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppxlib.0.37.0
-> installed react-rules-of-hooks-ppx.1.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-26 18:37.55 ---> saved as "41e1787e985f55e37b3dadcb0e8a775fd6fcf645713b368291e15c146982cea6"
Job succeeded
2026-01-26 18:38.17: Job succeeded