- github
- ocaml
- opam-repository
- 349a37
- extras,opam-2.0-ocaml-5.4,server-reason-react.0.5.0
(not at the head of any monitored branch or PR)
2026-04-01 23:41.08: New job: build server-reason-react.0.5.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29631/head (349a37baa45c59815f2dc7b56e76ea0458925ba8)
on debian-13-ocaml-5.4/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/29631/head" && git reset --hard 349a37ba
git fetch origin master
git merge --no-edit 4b07b3403ca6031c1a5af00d48d6aa90de102e54
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e
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 server-reason-react.0.5.0 0.5.0
RUN opam depext server-reason-react.0.5.0 && 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 23:41.08: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e-server-reason-react.0.5.0-349a37baa45c59815f2dc7b56e76ea0458925ba8"
2026-04-01 23:41.08: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e)
(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 server-reason-react.0.5.0 0.5.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext server-reason-react.0.5.0 && 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 23:41.08: Waiting for resource in pool OCluster
2026-04-02 04:01.46: Waiting for worker…
2026-04-02 04:04.42: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 88% (16441/18570)
Updating files: 89% (16528/18570)
Updating files: 90% (16713/18570)
Updating files: 91% (16899/18570)
Updating files: 92% (17085/18570)
Updating files: 93% (17271/18570)
Updating files: 94% (17456/18570)
Updating files: 95% (17642/18570)
Updating files: 96% (17828/18570)
Updating files: 97% (18013/18570)
Updating files: 98% (18199/18570)
Updating files: 99% (18385/18570)
Updating files: 100% (18570/18570)
Updating files: 100% (18570/18570), done.
HEAD is now at 4b07b3403c Merge pull request #29556 from samoht/release-alcobar-v0.3
Updating 4b07b3403c..349a37baa4
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:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e)
2026-04-02 04:04.48 ---> using "04accec92e2bf0fc058f8f78760257a004a3abe580d28a2e712fdd6bd38bbb3e" 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-04-02 04:04.49 ---> saved as "b4233c605d2ca4c2bbeb36f7073378442d9c3bddae7e41cc67d848a7216c0362"
/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-04-02 04:05.58 ---> saved as "60d663209f35770b27c438a7325f9def1ac47c3d4aacf8c625c6b5b2f545430c"
/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 5.4
2026-04-02 04:06.00 ---> saved as "24cc3f45b5a55fbba558b726240de02a8fff39a9e33cff6afbbe5966760c3329"
/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-02 04:06.09 ---> saved as "05cd1ef05b43d5eed63bfb39ef7cb0a6e9a794db163e7fd053721489ec01ba49"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-02 04:06.39 ---> saved as "744eb413bbb5a87b3f5ad2a78c817e6b27cc0dc91529e7b1dd36aaa4ca0b0155"
/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-04-02 04:06.52 ---> saved as "063e06cdd28af9d5b4053b8f73dedb56a4a2e286cdd7ef714fd91ba88cafdc45"
/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]
Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [119 kB]
Fetched 210 kB in 1s (306 kB/s)
Reading package lists...
# OS package update successful
2026-04-02 04:06.56 ---> saved as "4a3ae1ec90f96c7453b4e77c61c9e8202ee541688c54ea6d47c4132840306a09"
/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-02 04:06.58 ---> saved as "9576336bf68b3fa5cd3c15f413e870dd9f7a9bd405086f2fb8c2240263814028"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext server-reason-react.0.5.0 && 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgmp-dev
pkg-config
The following command needs to be run through "sudo":
apt-get install -qq -yy libgmp-dev pkg-config
Selecting previously unselected package libgmpxx4ldbl:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20654 files and directories currently installed.)
Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-4) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-4) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-4) ...
Setting up libpkgconf3:amd64 (1.8.1-4) ...
Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
Setting up pkgconf:amd64 (1.8.1-4) ...
Setting up pkg-config:amd64 (1.8.1-4) ...
Processing triggers for libc-bin (2.41-12+deb13u2) ...
# OS packages installation successful
server-reason-react.0.5.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by uucp, uutf]
- install cmdliner 2.1.0 [required by uucp, melange, uutf]
- install dune 3.22.0 [required by server-reason-react]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install ocamlfind 1.9.8 [required by uutf, uucp, zarith]
- install yojson 3.0.0 [required by server-reason-react]
- install stringext 1.6.0 [required by uri]
- install stdlib-shims 0.3.0 [required by integers]
- install sexplib0 v0.17.0 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install menhirSdk 20230608 [required by menhir]
- install menhirLib 20230608 [required by menhir]
- install fix 20250919 [required by reason]
- install dune-build-info 3.22.0 [required by melange]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by lwt, melange]
- install zarith 1.14 [required by server-reason-react]
- install topkg 1.1.1 [required by uucp, uutf]
- install base-bytes base [required by ocplib-endian]
- install integers 0.7.0 [required by server-reason-react]
- install ppxlib 0.38.0 [required by server-reason-react]
- install menhir 20230608 [required by melange]
- install dune-configurator 3.22.0 [required by lwt]
- install merlin-extend 0.6.2 [required by reason]
- install uutf 1.0.4 [required by server-reason-react]
- install uucp 17.0.0 [required by server-reason-react]
- install ocplib-endian 1.2 [required by lwt]
- install melange-json-native 2.0.0 [required by server-reason-react]
- install melange 6.0.1-54 [required by server-reason-react]
- install ctypes 0.24.0 [required by quickjs]
- install bigstringaf 0.10.0 [required by angstrom]
- install reason 3.17.3 [required by server-reason-react]
- install lwt 6.1.1 [required by server-reason-react]
- install melange-json 2.0.0 [required by server-reason-react]
- install melange-fetch 0.2.0 [required by server-reason-react]
- install quickjs 0.4.2 [required by server-reason-react]
- install angstrom 0.16.1 [required by uri]
- install reason-react-ppx 0.17.0 [required by reason-react]
- install lwt_ppx 6.1.0 [required by server-reason-react]
- install melange-webapi 0.22.0 [required by server-reason-react]
- install uri 4.4.0 [required by server-reason-react]
- install reason-react 0.17.0 [required by server-reason-react]
- install server-reason-react 0.5.0*
===== 46 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[angstrom.0.16.1] found in cache
[bigstringaf.0.10.0] found in cache
[cmdliner.2.1.0] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[ctypes.0.24.0] found in cache
[dune.3.22.0] found in cache
[dune-build-info.3.22.0] found in cache
[dune-configurator.3.22.0] found in cache
[fix.20250919] found in cache
[integers.0.7.0] found in cache
[lwt.6.1.1] found in cache
[lwt_ppx.6.1.0] found in cache
[melange.6.0.1-54] found in cache
[melange-fetch.0.2.0] found in cache
[melange-json.2.0.0] found in cache
[melange-json-native.2.0.0] found in cache
[melange-webapi.0.22.0] found in cache
[menhir.20230608] found in cache
[menhirLib.20230608] found in cache
[menhirSdk.20230608] found in cache
[merlin-extend.0.6.2] found in cache
[ocaml-compiler-libs.v0.17.0] found in cache
[ocaml-syntax-shims.1.0.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ocplib-endian.1.2] found in cache
[ppx_derivers.1.2.1] found in cache
[ppxlib.0.38.0] found in cache
[quickjs.0.4.2] found in cache
[reason.3.17.3] found in cache
[reason-react.0.17.0] found in cache
[reason-react-ppx.0.17.0] found in cache
[server-reason-react.0.5.0] found in cache
[sexplib0.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
[stringext.1.6.0] found in cache
[topkg.1.1.1] found in cache
[uri.4.4.0] found in cache
[uucp.17.0.0] found in cache
[uutf.1.0.4] found in cache
[yojson.3.0.0] found in cache
[zarith.1.14] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.22.0
-> installed csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed fix.20250919
-> installed cppo.1.8.0
-> installed dune-build-info.3.22.0
-> installed menhirLib.20230608
-> installed menhirSdk.20230608
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed dune-configurator.3.22.0
-> installed merlin-extend.0.6.2
-> installed ocplib-endian.1.2
-> installed integers.0.7.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed lwt.6.1.1
-> installed uri.4.4.0
-> installed uucp.17.0.0
-> installed ctypes.0.24.0
-> installed quickjs.0.4.2
-> installed menhir.20230608
-> installed ppxlib.0.38.0
-> installed melange-json-native.2.0.0
-> installed lwt_ppx.6.1.0
-> installed reason.3.17.3
-> installed reason-react-ppx.0.17.0
-> installed melange.6.0.1-54
-> installed melange-fetch.0.2.0
-> installed melange-json.2.0.0
-> installed reason-react.0.17.0
-> installed melange-webapi.0.22.0
-> installed server-reason-react.0.5.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-02 04:11.13 ---> saved as "ecea584bc4faa22bcb76041d3e291234d2ca4727071bb6b395dbd3864a074dba"
Job succeeded
2026-04-02 04:12.43: Job succeeded