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-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/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-4.14@sha256:357d45d6769122dda2a985a5632b61cea26724364fa668fb4cd9abd160acb157
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 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-4.14@sha256:357d45d6769122dda2a985a5632b61cea26724364fa668fb4cd9abd160acb157-react-rules-of-hooks-ppx.1.0.0-91166d13852dd20312eb7e6990239b7a5a9a1009"
2026-01-26 18:33.24: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:357d45d6769122dda2a985a5632b61cea26724364fa668fb4cd9abd160acb157)
(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 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.25: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 100% (19269/19269)
Updating files: 100% (19269/19269), done.
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-4.14@sha256:357d45d6769122dda2a985a5632b61cea26724364fa668fb4cd9abd160acb157)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:357d45d6769122dda2a985a5632b61cea26724364fa668fb4cd9abd160acb157' locally
docker.io/ocaml/opam@sha256:357d45d6769122dda2a985a5632b61cea26724364fa668fb4cd9abd160acb157: Pulling from ocaml/opam
1f0b243ad587: Pulling fs layer
aa3cac3cc5aa: Pulling fs layer
5d91b1f26a6f: Pulling fs layer
ab3849d55942: Pulling fs layer
ecf6e7455d53: Pulling fs layer
1f0b243ad587: Waiting
3b830a3b7052: Pulling fs layer
2a8415aa7765: Pulling fs layer
aa3cac3cc5aa: Waiting
ab3849d55942: Waiting
464489dd4e25: Pulling fs layer
6df3226db02d: Pulling fs layer
5d91b1f26a6f: Waiting
df467220e9df: Pulling fs layer
2a8415aa7765: Waiting
84fda8457813: Pulling fs layer
0fb911f03089: Pulling fs layer
6df3226db02d: Waiting
41a59dc8b0cc: Pulling fs layer
df467220e9df: Waiting
ad3d937c25c8: Pulling fs layer
ad768d03bfb8: Pulling fs layer
aedf55610f60: Pulling fs layer
0c2486fa6dfc: Pulling fs layer
3b830a3b7052: Waiting
ecf6e7455d53: Waiting
5fe030894828: Pulling fs layer
0fb911f03089: Waiting
ad768d03bfb8: Waiting
2c69dc52716a: Pulling fs layer
aedf55610f60: Waiting
41a59dc8b0cc: Waiting
84fda8457813: Waiting
ad3d937c25c8: Waiting
0c2486fa6dfc: Waiting
4026c071eb97: Pulling fs layer
1d3da8496e3f: Pulling fs layer
2c69dc52716a: Waiting
5fe030894828: Waiting
0bef06710b3c: Pulling fs layer
4026c071eb97: Waiting
1d3da8496e3f: Waiting
4f4fb700ef54: Pulling fs layer
0bef06710b3c: Waiting
8f46b247c23c: Pulling fs layer
38bff426b98f: Pulling fs layer
4f4fb700ef54: Waiting
8f46b247c23c: Waiting
00899b30b823: Pulling fs layer
6c6d473091b6: Pulling fs layer
32422fb26be6: Pulling fs layer
14ed14de0919: Pulling fs layer
38bff426b98f: Waiting
32422fb26be6: Waiting
472a3ed0c797: Pulling fs layer
6c6d473091b6: Waiting
75d3ccbcc669: Pulling fs layer
ab1745b48725: Pulling fs layer
611e7abc6522: Pulling fs layer
75d3ccbcc669: Waiting
00899b30b823: Waiting
ab1745b48725: Waiting
d781e7c1b650: Pulling fs layer
cbc823723e37: Pulling fs layer
611e7abc6522: Waiting
34688e459065: Pulling fs layer
d781e7c1b650: Waiting
8e7b468854ec: Pulling fs layer
61ef1649d188: Pulling fs layer
cbc823723e37: Waiting
490901d5b2cd: Pulling fs layer
8e7b468854ec: Waiting
efd410689f15: Pulling fs layer
89297dcc698a: Pulling fs layer
d95e0fa771d4: Pulling fs layer
490901d5b2cd: Waiting
c35e7782e25f: Pulling fs layer
89297dcc698a: Waiting
efd410689f15: Waiting
d95e0fa771d4: Waiting
4a81439775b1: Pulling fs layer
db9540095bd0: Pulling fs layer
c35e7782e25f: Waiting
db9540095bd0: Waiting
4a81439775b1: Waiting
1f0b243ad587: Verifying Checksum
1f0b243ad587: Download complete
aa3cac3cc5aa: Verifying Checksum
aa3cac3cc5aa: Download complete
5d91b1f26a6f: Verifying Checksum
5d91b1f26a6f: Download complete
1f0b243ad587: Pull complete
aa3cac3cc5aa: Pull complete
5d91b1f26a6f: Pull complete
ab3849d55942: Verifying Checksum
ab3849d55942: Download complete
ab3849d55942: Pull complete
ecf6e7455d53: Verifying Checksum
ecf6e7455d53: Download complete
ecf6e7455d53: Pull complete
3b830a3b7052: Verifying Checksum
3b830a3b7052: Download complete
2a8415aa7765: Verifying Checksum
2a8415aa7765: Download complete
464489dd4e25: Verifying Checksum
464489dd4e25: Download complete
6df3226db02d: Verifying Checksum
6df3226db02d: Download complete
df467220e9df: Verifying Checksum
df467220e9df: Download complete
84fda8457813: Verifying Checksum
84fda8457813: Download complete
0fb911f03089: Verifying Checksum
0fb911f03089: Download complete
41a59dc8b0cc: Verifying Checksum
41a59dc8b0cc: Download complete
ad3d937c25c8: Verifying Checksum
ad3d937c25c8: Download complete
ad768d03bfb8: Verifying Checksum
ad768d03bfb8: Download complete
aedf55610f60: Verifying Checksum
aedf55610f60: Download complete
0c2486fa6dfc: Download complete
5fe030894828: Download complete
2c69dc52716a: Verifying Checksum
2c69dc52716a: Download complete
4026c071eb97: Verifying Checksum
4026c071eb97: Download complete
1d3da8496e3f: Download complete
0bef06710b3c: Download complete
4f4fb700ef54: Download complete
8f46b247c23c: Verifying Checksum
8f46b247c23c: Download complete
38bff426b98f: Verifying Checksum
38bff426b98f: Download complete
00899b30b823: Verifying Checksum
00899b30b823: Download complete
6c6d473091b6: Download complete
32422fb26be6: Verifying Checksum
32422fb26be6: Download complete
14ed14de0919: Verifying Checksum
14ed14de0919: Download complete
75d3ccbcc669: Verifying Checksum
75d3ccbcc669: Download complete
ab1745b48725: Verifying Checksum
ab1745b48725: Download complete
611e7abc6522: Verifying Checksum
611e7abc6522: Download complete
d781e7c1b650: Download complete
cbc823723e37: Verifying Checksum
cbc823723e37: Download complete
3b830a3b7052: Pull complete
2a8415aa7765: Pull complete
464489dd4e25: Pull complete
6df3226db02d: Pull complete
df467220e9df: Pull complete
84fda8457813: Pull complete
0fb911f03089: Pull complete
41a59dc8b0cc: Pull complete
ad3d937c25c8: Pull complete
ad768d03bfb8: Pull complete
aedf55610f60: Pull complete
0c2486fa6dfc: Pull complete
5fe030894828: Pull complete
2c69dc52716a: Pull complete
4026c071eb97: Pull complete
1d3da8496e3f: Pull complete
0bef06710b3c: Pull complete
4f4fb700ef54: Pull complete
8f46b247c23c: Pull complete
38bff426b98f: Pull complete
00899b30b823: Pull complete
6c6d473091b6: Pull complete
32422fb26be6: Pull complete
14ed14de0919: Pull complete
472a3ed0c797: Pull complete
75d3ccbcc669: Pull complete
ab1745b48725: Pull complete
611e7abc6522: Pull complete
d781e7c1b650: Pull complete
cbc823723e37: Pull complete
8e7b468854ec: Download complete
61ef1649d188: Verifying Checksum
61ef1649d188: Download complete
490901d5b2cd: Download complete
efd410689f15: Verifying Checksum
efd410689f15: Download complete
89297dcc698a: Verifying Checksum
89297dcc698a: Download complete
34688e459065: Verifying Checksum
34688e459065: Download complete
c35e7782e25f: Verifying Checksum
c35e7782e25f: Download complete
4a81439775b1: Verifying Checksum
4a81439775b1: Download complete
d95e0fa771d4: Verifying Checksum
db9540095bd0: Verifying Checksum
db9540095bd0: Download complete
34688e459065: Pull complete
8e7b468854ec: Pull complete
61ef1649d188: Pull complete
490901d5b2cd: Pull complete
efd410689f15: Pull complete
89297dcc698a: Pull complete
d95e0fa771d4: Pull complete
c35e7782e25f: Pull complete
4a81439775b1: Pull complete
db9540095bd0: Pull complete
Digest: sha256:357d45d6769122dda2a985a5632b61cea26724364fa668fb4cd9abd160acb157
Status: Downloaded newer image for ocaml/opam@sha256:357d45d6769122dda2a985a5632b61cea26724364fa668fb4cd9abd160acb157
2026-01-26 18:34.25 ---> using "98fc14b4e506bb46163bc53083f25c5b9b863bfb28289d2a3e6ea6a917791a92" 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-01-26 18:34.25 ---> using "5c4a46361c4fc92c811482b72cdd47b54374997f1414ab9f6bb034327f8828e0" 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-01-26 18:34.25 ---> using "7bb9b4caf54b9e47e7195e4515dceee718ae82c47c2f0db96a1b3a4e0b6a8676" 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-01-26 18:34.25 ---> using "e5ad6ec74949697888a31391fa983178940ff8be766d9b1ad8d5979a673f2f46" 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:34.25 ---> using "f56d465e0a63fd33e456d836bd60f4f3c81c3947e55ad898444d02c5867ae55b" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-26 18:34.33 ---> saved as "24d500c993ebe88079a26e1bdac905fee524b93757e8943c119bfe9ff3b58501"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-26 18:35.07 ---> saved as "fd5f3cd96a9b8772be098ad4423abbf1af8538b13478f4d52378170cf88b8642"
/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]
- Fetched 90.7 kB in 0s (592 kB/s)
- Reading package lists...
-
2026-01-26 18:35.09 ---> saved as "65fa3a42be2b438153056a72783d3a614bbc9e68f515a7788ef8ae56b3956274"
/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:35.09 ---> saved as "c5c2d978e4a12f29a1c65c5a46eb714ebca24e3e042f33c366cf60c66f5d8ecf"
/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.12.4 [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.16.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.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved react-rules-of-hooks-ppx.1.0.0 (cached)
-> retrieved sexplib0.v0.16.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.16.0
-> installed ocaml-compiler-libs.v0.12.4
-> 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:36.04 ---> saved as "3fa2191eb92d14b9537b2a644bd98c41357c8ba5465c96d4d9bec3643bbd2d4d"
Job succeeded
2026-01-26 18:36.11: Job succeeded