Build:
- 0
2026-01-22 16:19.18: New job: test styled-ppx.0.61.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29227/head (18484c69074ff08a97af12445f52a8b0cc6097ea)
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/29227/head" && git reset --hard 18484c69
git fetch origin master
git merge --no-edit 69f4d66596cd0a420dffdd43036a9eeb0b410d84
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:9f4103f7d94b5db36adc57e1243e7aafbc77118b03f3c64c9d783f6875957bd3
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 styled-ppx.0.61.0 0.61.0
RUN opam depext styled-ppx.0.61.0 && opam reinstall styled-ppx.0.61.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" != 'styled-ppx.0.61.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 styled-ppx.0.61.0 && opam reinstall --with-test styled-ppx.0.61.0) || true
RUN opam depext --with-test styled-ppx.0.61.0 && opam reinstall --with-test --verbose styled-ppx.0.61.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" != 'styled-ppx.0.61.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-22 16:19.18: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:9f4103f7d94b5db36adc57e1243e7aafbc77118b03f3c64c9d783f6875957bd3-styled-ppx.0.61.0-18484c69074ff08a97af12445f52a8b0cc6097ea"
2026-01-22 16:19.18: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:9f4103f7d94b5db36adc57e1243e7aafbc77118b03f3c64c9d783f6875957bd3)
(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 styled-ppx.0.61.0 0.61.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext styled-ppx.0.61.0 && opam reinstall styled-ppx.0.61.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\" != 'styled-ppx.0.61.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 styled-ppx.0.61.0 && opam reinstall --with-test styled-ppx.0.61.0) || true"))
(run (shell "opam depext --with-test styled-ppx.0.61.0 && opam reinstall --with-test --verbose styled-ppx.0.61.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\" != 'styled-ppx.0.61.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-22 16:19.18: Waiting for resource in pool OCluster
2026-01-23 07:26.08: Waiting for worker…
2026-01-23 07:30.33: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 69f4d66596 Merge pull request #29159 from tbrk/release-ortools-9.14.0
Updating 69f4d66596..18484c6907
Fast-forward
packages/styled-ppx/styled-ppx.0.61.0/opam | 55 ++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
create mode 100644 packages/styled-ppx/styled-ppx.0.61.0/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:9f4103f7d94b5db36adc57e1243e7aafbc77118b03f3c64c9d783f6875957bd3)
2026-01-23 07:30.35 ---> using "85f72cf1fe4e2d7307f2dbfaf295ab13f00915a95088b79c0422ecbd77383032" 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-23 07:30.35 ---> using "ad8b14945cf2cfa97b9c2c5e09cfca8ccdf176409ddb00410330bdb6f8af304b" 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-23 07:31.51 ---> saved as "e6a736a5fabf8a17ede1caa5d201e5b7966dd47fabf18aace81eaa3a451a39ce"
/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-01-23 07:31.52 ---> saved as "42831961fa03edc12f2f6d094a94410fb08fafdde56f78c00a8762ca83acb9c6"
/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-23 07:32.01 ---> saved as "e0303ecce13492a44beffc3ccd0fded01db148c68e27e0d8ab2365be439a1036"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-23 07:32.10 ---> saved as "6a8370518620693d9febd03a68b5166518d16eb244f84e0879baf1da69cf962d"
/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-23 07:32.25 ---> saved as "d7a62fee575474c2a8d689951d59f8bb544a8cdb10177e7f412dc4739357cd28"
/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
Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
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 trixie/main amd64 Packages [9670 kB]
Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [97.9 kB]
Fetched 9999 kB in 1s (7038 kB/s)
Reading package lists...
# OS package update successful
2026-01-23 07:32.29 ---> saved as "5d475a3ee376955f12c2e35f853275400ea1996a10b0bdd53bbdf9126c05e194"
/home/opam: (run (shell "opam pin add -k version -yn styled-ppx.0.61.0 0.61.0"))
styled-ppx is now pinned to version 0.61.0
2026-01-23 07:32.30 ---> saved as "ae6f0b6bffeae817b9eb65b61f306bfa346acd1791ca7156227e46aba4ae853c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext styled-ppx.0.61.0 && opam reinstall styled-ppx.0.61.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\" != 'styled-ppx.0.61.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 ... 20653 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) ...
# OS packages installation successful
styled-ppx.0.61.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 melange, reason]
- install dune 3.21.0 [required by styled-ppx]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install ocamlfind 1.9.8 [required by ppx_deriving, reason]
- install yojson 3.0.0 [required by ppx_deriving_yojson, server-reason-react]
- install stringext 1.6.0 [required by uri]
- install stdlib-shims 0.3.0 [required by ppxlib, integers]
- install sexplib0 v0.17.0 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- 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.21.0 [required by melange, reason]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by ppx_deriving, melange, reason]
- install zarith 1.14 [required by server-reason-react]
- install topkg 1.1.1 [required by uucp, uutf]
- install base-bytes base [required by gen]
- install integers 0.7.0 [required by server-reason-react]
- install ppxlib 0.37.0 [required by styled-ppx]
- install menhir 20230608 [required by styled-ppx]
- install dune-configurator 3.21.0 [required by gen, 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 ppx_deriving 6.1.1 [required by styled-ppx]
- install melange-json-native 2.0.0 [required by server-reason-react]
- install melange 6.0.1-54 [required by styled-ppx]
- install gen 0.5.3 [required by sedlex]
- install ctypes 0.24.0 [required by quickjs]
- install bigstringaf 0.10.0 [required by angstrom]
- install reason 3.17.3 [required by styled-ppx]
- install lwt 6.0.0 [required by server-reason-react]
- install ppx_deriving_yojson 3.10.0 [required by styled-ppx]
- install melange-json 2.0.0 [required by server-reason-react]
- install melange-fetch 0.2.0 [required by server-reason-react]
- install sedlex 3.7 [required by styled-ppx]
- 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.0.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 styled-ppx]
- install server-reason-react 0.4.1 [required by styled-ppx]
- install styled-ppx 0.61.0*
===== 51 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.21.0] found in cache
[dune-build-info.3.21.0] found in cache
[dune-configurator.3.21.0] found in cache
[fix.20250919] found in cache
[gen.0.5.3] found in cache
[integers.0.7.0] found in cache
[lwt.6.0.0] found in cache
[lwt_ppx.6.0.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
[ppx_deriving.6.1.1] found in cache
[ppx_deriving_yojson.3.10.0] found in cache
[ppxlib.0.37.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
[sedlex.3.7] found in cache
[server-reason-react.0.4.1] 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
[styled-ppx.0.61.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.21.0
-> installed csexp.1.5.2
-> installed fix.20250919
-> installed cppo.1.8.0
-> installed menhirLib.20230608
-> installed menhirSdk.20230608
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed merlin-extend.0.6.2
-> installed ocplib-endian.1.2
-> installed integers.0.7.0
-> installed dune-build-info.3.21.0
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed gen.0.5.3
-> installed angstrom.0.16.1
-> installed lwt.6.0.0
-> installed uri.4.4.0
-> installed ctypes.0.24.0
-> installed uucp.17.0.0
-> installed quickjs.0.4.2
-> installed menhir.20230608
-> installed ppxlib.0.37.0
-> installed melange-json-native.2.0.0
-> installed lwt_ppx.6.0.0
-> installed ppx_deriving.6.1.1
-> installed sedlex.3.7
-> installed ppx_deriving_yojson.3.10.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.4.1
-> installed styled-ppx.0.61.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-23 07:36.57 ---> saved as "8f266a75ab85347bc3b2497af1e655a37eb3abedcaebcdbe865a2f53cbf5f0c9"
/home/opam: (run (network host)
(shell "(opam depext --with-test styled-ppx.0.61.0 && opam reinstall --with-test styled-ppx.0.61.0) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for styled-ppx.0.61.0: The following dependencies couldn't be met:
- styled-ppx -> server-reason-react >= 0.4.1 -> melange-json >= 2.0.0 -> opam-check-npm-deps
unmet availability conditions, e.g. opam-version >= "2.5" & opam-version < "2.6"
Command failed: opam list --readonly --with-test --external '--resolve=styled-ppx.0.61.0' --color=never returned 20
2026-01-23 07:37.05 ---> saved as "e0944c3054f34c04cd92c32b65055e0f224e923e444eeb251b2a5cf07b03f52c"
/home/opam: (run (shell "opam depext --with-test styled-ppx.0.61.0 && opam reinstall --with-test --verbose styled-ppx.0.61.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\" != 'styled-ppx.0.61.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
[ERROR] No solution for styled-ppx.0.61.0: The following dependencies couldn't be met:
- styled-ppx -> server-reason-react >= 0.4.1 -> melange-json >= 2.0.0 -> opam-check-npm-deps
unmet availability conditions, e.g. opam-version >= "2.5" & opam-version < "2.6"
Command failed: opam list --readonly --with-test --external '--resolve=styled-ppx.0.61.0' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext --with-test styled-ppx.0.61.0 && opam reinstall --with-test --verbose styled-ppx.0.61.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" != 'styled-ppx.0.61.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-01-23 07:37.18: Job failed: Failed: Build failed
2026-01-23 07:37.18: Log analysis:
2026-01-23 07:37.18: >>>
[ERROR] No solution for styled-ppx.0.61.0: The following dependencies couldn't be met:
(score = 100)
2026-01-23 07:37.18: >>>
[ERROR] No solution for styled-ppx.0.61.0: The following dependencies couldn't be met:
(score = 100)
2026-01-23 07:37.18: [SKIP] Package not available