Build:
- 0
2026-01-26 18:33.24: New job: test react-rules-of-hooks-ppx.1.0.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29289/head (91166d13852dd20312eb7e6990239b7a5a9a1009)
on debian-13-ocaml-4.14/amd64
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:b77f64f7a162903a6fb8a0d50071a7eb7a4a9bc4421699c19d2ab9050981c012
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn react-rules-of-hooks-ppx.1.0.0 1.0.0
RUN opam depext react-rules-of-hooks-ppx.1.0.0 && 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
RUN (opam depext --with-test react-rules-of-hooks-ppx.1.0.0 && opam reinstall --with-test react-rules-of-hooks-ppx.1.0.0) || true
RUN opam depext --with-test react-rules-of-hooks-ppx.1.0.0 && opam reinstall --with-test --verbose 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:b77f64f7a162903a6fb8a0d50071a7eb7a4a9bc4421699c19d2ab9050981c012-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:b77f64f7a162903a6fb8a0d50071a7eb7a4a9bc4421699c19d2ab9050981c012)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "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 depext -u || 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 depext react-rules-of-hooks-ppx.1.0.0 && 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"))
(run (network host)
(shell "(opam depext --with-test react-rules-of-hooks-ppx.1.0.0 && opam reinstall --with-test react-rules-of-hooks-ppx.1.0.0) || true"))
(run (shell "opam depext --with-test react-rules-of-hooks-ppx.1.0.0 && opam reinstall --with-test --verbose 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 toxis.caelum.ci.dev
All commits already cached
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:b77f64f7a162903a6fb8a0d50071a7eb7a4a9bc4421699c19d2ab9050981c012)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:b77f64f7a162903a6fb8a0d50071a7eb7a4a9bc4421699c19d2ab9050981c012' locally
docker.io/ocaml/opam@sha256:b77f64f7a162903a6fb8a0d50071a7eb7a4a9bc4421699c19d2ab9050981c012: Pulling from ocaml/opam
Digest: sha256:b77f64f7a162903a6fb8a0d50071a7eb7a4a9bc4421699c19d2ab9050981c012
Status: Downloaded newer image for ocaml/opam@sha256:b77f64f7a162903a6fb8a0d50071a7eb7a4a9bc4421699c19d2ab9050981c012
2026-01-26 18:34.10 ---> using "3fd264bad5105e854dbd96d70e0cfc1d39526afdd30eb5071f64946db0e5017f" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-01-26 18:34.10 ---> using "70c27e564b1e5cf568062c555c0e94b415117e42d56be11c6457e8193b45ceda" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-01-26 18:34.10 ---> using "24904cbbbc7eacb8597a99b3e84ca485f6bf6d76dd5affbfdbfbbfce1dc0fcd6" from cache
/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
2026-01-26 18:34.10 ---> using "b15d1895a9104a51ec6eec2bb4395818aaa5cf715ab8f67b2b96a61df035cc40" 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.10 ---> using "8a9a330f504e43f89742bace8203b3fa61b4493c9cff8434f62f668a5e2e7afc" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-26 18:34.16 ---> saved as "46179891128e459dbe8a95727096b5a2d5b6e597e4cc5ca677c7e9bc594aaa12"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-01-26 18:34.29 ---> saved as "120d1d6553917b32d5196a69fe8667e5bcac594baa7e8f17e4304bde7bf28984"
/home/opam: (run (network host)
(shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 (660 kB/s)
Reading package lists...
# OS package update successful
2026-01-26 18:34.34 ---> saved as "2bcace5b952a2649a8de9aa1818b04c6375b76195c67603c7b68f7768a105e72"
/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:34.34 ---> saved as "7f6cf0d27a097f3c924536fea8f1a739b6b804d70e2fb9a4524a24c3d49ae8cc"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext react-rules-of-hooks-ppx.1.0.0 && 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
react-rules-of-hooks-ppx.1.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install dune 3.21.0 [required by react-rules-of-hooks-ppx]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install sexplib0 v0.17.0 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ppxlib 0.37.0 [required by react-rules-of-hooks-ppx]
- install react-rules-of-hooks-ppx 1.0.0*
===== 7 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[dune.3.21.0] found in cache
[ocaml-compiler-libs.v0.12.4] found in cache
[ppx_derivers.1.2.1] found in cache
[ppxlib.0.37.0] found in cache
[react-rules-of-hooks-ppx.1.0.0] downloaded from 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
[sexplib0.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> 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.12.4
-> installed ppxlib.0.37.0
-> installed react-rules-of-hooks-ppx.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-26 18:35.48 ---> saved as "4256b0331ac1b996b6cb70020e8025ad36953a030a9c4e29a01ef90c5672ce99"
/home/opam: (run (network host)
(shell "(opam depext --with-test react-rules-of-hooks-ppx.1.0.0 && opam reinstall --with-test react-rules-of-hooks-ppx.1.0.0) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by menhir]
- install fix 20250919 [required by reason]
- install cppo 1.8.0 [required by reason]
- install ocamlfind 1.9.8 [required by reason]
- install dune-build-info 3.21.0 [required by reason]
- install merlin-extend 0.6.2 [required by reason]
- install menhir 20190924 [required by reason]
- install reason 3.16.0 [required by react-rules-of-hooks-ppx]
- recompile react-rules-of-hooks-ppx 1.0.0*
===== 8 to install | 1 to recompile =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[cppo.1.8.0] downloaded from cache at https://opam.ocaml.org/cache
[dune-build-info.3.21.0] downloaded from cache at https://opam.ocaml.org/cache
[fix.20250919] downloaded from cache at https://opam.ocaml.org/cache
[menhir.20190924] downloaded from cache at https://opam.ocaml.org/cache
[merlin-extend.0.6.2] downloaded from cache at https://opam.ocaml.org/cache
[ocamlbuild.0.16.1] downloaded from cache at https://opam.ocaml.org/cache
[ocamlfind.1.9.8] downloaded from cache at https://opam.ocaml.org/cache
[reason.3.16.0] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed fix.20250919
-> installed cppo.1.8.0
-> installed dune-build-info.3.21.0
-> installed merlin-extend.0.6.2
-> installed ocamlfind.1.9.8
-> removed react-rules-of-hooks-ppx.1.0.0
-> installed ocamlbuild.0.16.1
-> installed menhir.20190924
-> installed reason.3.16.0
-> installed react-rules-of-hooks-ppx.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-26 18:36.59 ---> saved as "e90602f9ae3eda6b3e9a4f98fa13397e97433ac329a8b096ae41d6d5129d1216"
/home/opam: (run (shell "opam depext --with-test react-rules-of-hooks-ppx.1.0.0 && opam reinstall --with-test --verbose 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
- recompile react-rules-of-hooks-ppx 1.0.0*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/3: [react-rules-of-hooks-ppx: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "react-rules-of-hooks-ppx" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/react-rules-of-hooks-ppx.1.0.0)
-> compiled react-rules-of-hooks-ppx.1.0.0
-> removed react-rules-of-hooks-ppx.1.0.0
-> installed react-rules-of-hooks-ppx.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-26 18:37.12 ---> saved as "ef9fe1607ffc645d4dbf1710d5662da8eddf1d2e01cf17aff6fed0cbce527674"
Job succeeded
2026-01-26 18:37.16: Job succeeded