(for PR #29937)
2026-05-24 22:43.56: New job: build caqti-async.2.3.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29937/head (699c568442d9080169b06a0acf74464211d7c52c)
on fedora-43-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/29937/head" && git reset --hard 699c5684
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:66afcd8195410e2e8d501285c61d38fd41585aab7fe59fe03b985123fecf915f
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 caqti-async.2.3.1 2.3.1
RUN opam reinstall caqti-async.2.3.1; \
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 "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caqti-async.2.3.1' && 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-05-24 22:43.56: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:66afcd8195410e2e8d501285c61d38fd41585aab7fe59fe03b985123fecf915f-caqti-async.2.3.1-699c568442d9080169b06a0acf74464211d7c52c"
2026-05-24 22:43.56: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:66afcd8195410e2e8d501285c61d38fd41585aab7fe59fe03b985123fecf915f)
(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 caqti-async.2.3.1 2.3.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-async.2.3.1;\
\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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-async.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-24 22:43.56: Waiting for resource in pool OCluster
2026-05-24 22:53.59: Waiting for worker…
2026-05-24 22:56.19: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 856df28042 Merge pull request #29946 from hannesm/release-mirage-net-solo5-v0.8.1
Merge made by the 'ort' strategy.
packages/caqti-async/caqti-async.2.3.1/opam | 41 +++++++++++++
.../caqti-driver-mariadb.2.3.1/opam | 34 +++++++++++
.../caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam | 33 +++++++++++
.../caqti-driver-postgresql.2.3.1/opam | 38 ++++++++++++
.../caqti-driver-sqlite3.2.3.1/opam | 33 +++++++++++
packages/caqti-dynload/caqti-dynload.2.3.1/opam | 41 +++++++++++++
packages/caqti-eio/caqti-eio.2.3.1/opam | 37 ++++++++++++
packages/caqti-lwt/caqti-lwt.2.3.1/opam | 39 ++++++++++++
packages/caqti-mirage/caqti-mirage.2.3.1/opam | 43 ++++++++++++++
.../caqti-tls-async/caqti-tls-async.2.3.1/opam | 36 +++++++++++
packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam | 34 +++++++++++
packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam | 35 +++++++++++
packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam | 34 +++++++++++
packages/caqti-tls/caqti-tls.2.3.1/opam | 40 +++++++++++++
.../caqti-type-calendar.2.3.1/opam | 31 ++++++++++
packages/caqti/caqti.2.3.1/opam | 69 ++++++++++++++++++++++
16 files changed, 618 insertions(+)
create mode 100644 packages/caqti-async/caqti-async.2.3.1/opam
create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.3.1/opam
create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.3.1/opam
create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.3.1/opam
create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.3.1/opam
create mode 100644 packages/caqti-dynload/caqti-dynload.2.3.1/opam
create mode 100644 packages/caqti-eio/caqti-eio.2.3.1/opam
create mode 100644 packages/caqti-lwt/caqti-lwt.2.3.1/opam
create mode 100644 packages/caqti-mirage/caqti-mirage.2.3.1/opam
create mode 100644 packages/caqti-tls-async/caqti-tls-async.2.3.1/opam
create mode 100644 packages/caqti-tls-eio/caqti-tls-eio.2.3.1/opam
create mode 100644 packages/caqti-tls-lwt/caqti-tls-lwt.2.3.1/opam
create mode 100644 packages/caqti-tls-miou/caqti-tls-miou.2.3.1/opam
create mode 100644 packages/caqti-tls/caqti-tls.2.3.1/opam
create mode 100644 packages/caqti-type-calendar/caqti-type-calendar.2.3.1/opam
create mode 100644 packages/caqti/caqti.2.3.1/opam
(from ocaml/opam:fedora-43-ocaml-4.14@sha256:66afcd8195410e2e8d501285c61d38fd41585aab7fe59fe03b985123fecf915f)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:66afcd8195410e2e8d501285c61d38fd41585aab7fe59fe03b985123fecf915f' locally
docker.io/ocaml/opam@sha256:66afcd8195410e2e8d501285c61d38fd41585aab7fe59fe03b985123fecf915f: Pulling from ocaml/opam
50ce27f2221c: Pulling fs layer
3ccb16ecd06a: Pulling fs layer
18a377ee2211: Pulling fs layer
24696ad16a7d: Pulling fs layer
8744e7b07a32: Pulling fs layer
7bb3c32a1cba: Pulling fs layer
407809b63881: Pulling fs layer
93e4376c7f0b: Pulling fs layer
a9781f583df7: Pulling fs layer
6a612b43d6db: Pulling fs layer
dc75ae048963: Pulling fs layer
35cbd27d0514: Pulling fs layer
7bb3c32a1cba: Waiting
24696ad16a7d: Waiting
8744e7b07a32: Waiting
22141018b4f2: Pulling fs layer
b88d98f22507: Pulling fs layer
1ccefcc2ece8: Pulling fs layer
407809b63881: Waiting
4b4d0cfd5290: Pulling fs layer
93e4376c7f0b: Waiting
63fddb858358: Pulling fs layer
a9781f583df7: Waiting
168eefde11ec: Pulling fs layer
d43a1a2ad4c2: Pulling fs layer
0633fabe4ce0: Pulling fs layer
4f4fb700ef54: Pulling fs layer
d05a2a92d8f7: Pulling fs layer
da5a1948f35d: Pulling fs layer
2403e2a2896b: Pulling fs layer
f3a145d0fc03: Pulling fs layer
b88d98f22507: Waiting
f0937c333384: Pulling fs layer
5df5e3a70f0f: Pulling fs layer
ee6c4434e3e1: Pulling fs layer
1ccefcc2ece8: Waiting
6a612b43d6db: Waiting
4b4d0cfd5290: Waiting
dc75ae048963: Waiting
5fb00e330173: Pulling fs layer
63fddb858358: Waiting
20bbedf126b4: Pulling fs layer
90488d4c4d0f: Pulling fs layer
168eefde11ec: Waiting
73f23c0cf8dc: Pulling fs layer
d43a1a2ad4c2: Waiting
a0803eefe864: Pulling fs layer
21a42a22fe62: Pulling fs layer
4f4fb700ef54: Waiting
e1391f52b3d5: Pulling fs layer
35cbd27d0514: Waiting
0633fabe4ce0: Waiting
2c5db9908c40: Pulling fs layer
d05a2a92d8f7: Waiting
22141018b4f2: Waiting
f3c0c33bd60c: Pulling fs layer
f3a145d0fc03: Waiting
df280c87d5ca: Pulling fs layer
5fb00e330173: Waiting
2403e2a2896b: Waiting
f0937c333384: Waiting
ee6c4434e3e1: Waiting
5df5e3a70f0f: Waiting
5c8cc44edcae: Pulling fs layer
2c5db9908c40: Waiting
da5a1948f35d: Waiting
21a42a22fe62: Waiting
e1391f52b3d5: Waiting
a3c3b155bf98: Pulling fs layer
20bbedf126b4: Waiting
f3c0c33bd60c: Waiting
5c8cc44edcae: Waiting
37561c37bd0e: Pulling fs layer
a0803eefe864: Waiting
90488d4c4d0f: Waiting
df280c87d5ca: Waiting
78d3d6de6f36: Pulling fs layer
73f23c0cf8dc: Waiting
a3c3b155bf98: Waiting
37561c37bd0e: Waiting
356767009947: Pulling fs layer
78d3d6de6f36: Waiting
028189a3dbf1: Pulling fs layer
356767009947: Waiting
028189a3dbf1: Waiting
3ccb16ecd06a: Download complete
50ce27f2221c: Verifying Checksum
50ce27f2221c: Download complete
18a377ee2211: Verifying Checksum
18a377ee2211: Download complete
7bb3c32a1cba: Verifying Checksum
7bb3c32a1cba: Download complete
407809b63881: Verifying Checksum
407809b63881: Download complete
93e4376c7f0b: Verifying Checksum
93e4376c7f0b: Download complete
a9781f583df7: Verifying Checksum
a9781f583df7: Download complete
6a612b43d6db: Verifying Checksum
6a612b43d6db: Download complete
dc75ae048963: Verifying Checksum
dc75ae048963: Download complete
35cbd27d0514: Verifying Checksum
35cbd27d0514: Download complete
22141018b4f2: Verifying Checksum
22141018b4f2: Download complete
b88d98f22507: Verifying Checksum
b88d98f22507: Download complete
24696ad16a7d: Verifying Checksum
24696ad16a7d: Download complete
1ccefcc2ece8: Verifying Checksum
1ccefcc2ece8: Download complete
8744e7b07a32: Verifying Checksum
8744e7b07a32: Download complete
4b4d0cfd5290: Verifying Checksum
4b4d0cfd5290: Download complete
63fddb858358: Download complete
168eefde11ec: Verifying Checksum
168eefde11ec: Download complete
d43a1a2ad4c2: Verifying Checksum
d43a1a2ad4c2: Download complete
0633fabe4ce0: Verifying Checksum
0633fabe4ce0: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
50ce27f2221c: Pull complete
3ccb16ecd06a: Pull complete
d05a2a92d8f7: Verifying Checksum
d05a2a92d8f7: Download complete
da5a1948f35d: Verifying Checksum
da5a1948f35d: Download complete
2403e2a2896b: Verifying Checksum
2403e2a2896b: Download complete
f3a145d0fc03: Download complete
f0937c333384: Download complete
5df5e3a70f0f: Download complete
ee6c4434e3e1: Download complete
5fb00e330173: Verifying Checksum
5fb00e330173: Download complete
20bbedf126b4: Verifying Checksum
20bbedf126b4: Download complete
90488d4c4d0f: Verifying Checksum
90488d4c4d0f: Download complete
73f23c0cf8dc: Verifying Checksum
73f23c0cf8dc: Download complete
a0803eefe864: Verifying Checksum
a0803eefe864: Download complete
e1391f52b3d5: Download complete
f3c0c33bd60c: Download complete
df280c87d5ca: Verifying Checksum
df280c87d5ca: Download complete
18a377ee2211: Pull complete
5c8cc44edcae: Verifying Checksum
5c8cc44edcae: Download complete
2c5db9908c40: Verifying Checksum
2c5db9908c40: Download complete
a3c3b155bf98: Verifying Checksum
a3c3b155bf98: Download complete
78d3d6de6f36: Verifying Checksum
78d3d6de6f36: Download complete
356767009947: Verifying Checksum
356767009947: Download complete
028189a3dbf1: Verifying Checksum
028189a3dbf1: Download complete
24696ad16a7d: Pull complete
8744e7b07a32: Pull complete
7bb3c32a1cba: Pull complete
407809b63881: Pull complete
93e4376c7f0b: Pull complete
a9781f583df7: Pull complete
6a612b43d6db: Pull complete
dc75ae048963: Pull complete
21a42a22fe62: Verifying Checksum
21a42a22fe62: Download complete
35cbd27d0514: Pull complete
22141018b4f2: Pull complete
b88d98f22507: Pull complete
1ccefcc2ece8: Pull complete
4b4d0cfd5290: Pull complete
63fddb858358: Pull complete
168eefde11ec: Pull complete
d43a1a2ad4c2: Pull complete
0633fabe4ce0: Pull complete
4f4fb700ef54: Pull complete
d05a2a92d8f7: Pull complete
da5a1948f35d: Pull complete
2403e2a2896b: Pull complete
f3a145d0fc03: Pull complete
f0937c333384: Pull complete
5df5e3a70f0f: Pull complete
ee6c4434e3e1: Pull complete
5fb00e330173: Pull complete
20bbedf126b4: Pull complete
90488d4c4d0f: Pull complete
73f23c0cf8dc: Pull complete
a0803eefe864: Pull complete
37561c37bd0e: Verifying Checksum
37561c37bd0e: Download complete
21a42a22fe62: Pull complete
e1391f52b3d5: Pull complete
2c5db9908c40: Pull complete
f3c0c33bd60c: Pull complete
df280c87d5ca: Pull complete
5c8cc44edcae: Pull complete
a3c3b155bf98: Pull complete
37561c37bd0e: Pull complete
78d3d6de6f36: Pull complete
356767009947: Pull complete
028189a3dbf1: Pull complete
Digest: sha256:66afcd8195410e2e8d501285c61d38fd41585aab7fe59fe03b985123fecf915f
Status: Downloaded newer image for ocaml/opam@sha256:66afcd8195410e2e8d501285c61d38fd41585aab7fe59fe03b985123fecf915f
2026-05-24 23:00.10 ---> saved as "1b599a95e42a1c7d9323752bfd6c8e9ef51180e019c661524832b2d2655fda49"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-24 23:00.10 ---> saved as "2ccea0e087c3c3e8169d48c940250f488550a9f1432f4999c4a364f95adbcb6b"
/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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 23:00.24 ---> saved as "f1e9c02b1288caf60c98481affa460fb44bcecf4d49e43ad9e4d7674001af870"
/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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=43
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-05-24 23:00.25 ---> saved as "2a7efc7f6deab34003b09203c622ff60f7997d3cb0640af539ab7730e178288a"
/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-05-24 23:00.39 ---> saved as "6e6034203fb005d3645d0c9640551c15f82ab8d1f84b328f21d11075bcd20be7"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 23:00.57 ---> saved as "83ffc2324f4965042366461e3a7e0e94347a0d80e4a465e4cd0085e5353d1591"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 23:01.07 ---> saved as "a95274f3abe459023cdb866f49dffdb1e2c0d445ff4679f162d95c2fbfc62529"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 100% | 47.5 KiB/s | 19.7 KiB | 00m00s
- Fedora 43 openh264 (From Cisco) - x86_ 100% | 3.5 KiB/s | 986.0 B | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 99.1 KiB/s | 16.5 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-05-24 23:01.12 ---> saved as "ec68dac55d57672bebc6f71d0b988078fdd02df28eeeafcba0d124b469e685d1"
/home/opam: (run (shell "opam pin add -k version -yn caqti-async.2.3.1 2.3.1"))
caqti-async is now pinned to version 2.3.1
2026-05-24 23:01.13 ---> saved as "6464c5ff94d6875dd357da78770c763e8d9ca772792ce1c8f1aa202c457a68e3"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caqti-async.2.3.1;\
\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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caqti-async.2.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
caqti-async.2.3.1 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.3
- caqti-async >= 2.3.1 -> async_kernel >= v0.17.0 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.1~
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- caqti-async >= 2.3.1 -> async_kernel >= v0.17.0 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.1~ -> base-implicits
unknown package
* Missing dependency:
- caqti-async >= 2.3.1 -> async_kernel >= v0.17.0 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.1~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- caqti-async >= 2.3.1 -> async_kernel >= v0.17.0 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.1~ -> ocaml (= 4.02.4 | = 4.03.1 | = 4.04.3 | = 4.05.1 | = 4.06.2 | = 4.07.2 | = 4.08.2)
no matching version
* Missing dependency:
- caqti-async >= 2.3.1 -> async_kernel >= v0.17.0 -> ocaml >= 5.1.0 -> ocaml-variants >= 5.1.1~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall caqti-async.2.3.1;
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 "\"fedora-43\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'caqti-async.2.3.1' && 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-05-24 23:01.26: Job failed: Failed: Build failed
2026-05-24 23:01.26: Log analysis:
2026-05-24 23:01.26: >>>
No solution found, exiting
(score = 100)
2026-05-24 23:01.26: [SKIP] Package not available