(not at the head of any monitored branch or PR)
2026-04-03 15:45.09: New job: build ocsigen-start.4.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29643/head (9e1a0839a806e7cca513787f31a63eb67474fcb6)
                              on ubuntu-24.04-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/29643/head" && git reset --hard 9e1a0839
git fetch origin master
git merge --no-edit 2a4b43904149bbedec7e93cb8c589392dcdb483a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d3e2a2e9576b5894a478a08972d3300c781b0f2820fd0802428c0980af57879b
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 ocsigen-start.4.0.0 4.0.0
RUN opam reinstall ocsigen-start.4.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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocsigen-start.4.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-04-03 15:45.09: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d3e2a2e9576b5894a478a08972d3300c781b0f2820fd0802428c0980af57879b-ocsigen-start.4.0.0-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.09: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d3e2a2e9576b5894a478a08972d3300c781b0f2820fd0802428c0980af57879b)
 (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 ocsigen-start.4.0.0 4.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocsigen-start.4.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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocsigen-start.4.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-04-03 15:45.09: Waiting for resource in pool OCluster
2026-04-03 17:12.58: Waiting for worker…
2026-04-03 17:14.58: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 2a4b439041 Merge pull request #29641 from daysv/release-sm-0.1.0
Updating 2a4b439041..9e1a0839a8
Fast-forward
 packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam    | 28 ++++++++++++++++++++++++
 packages/ocsigen-start/ocsigen-start.2.21.1/opam |  1 -
 packages/ocsigen-start/ocsigen-start.4.0.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.0.1/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.1.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.3.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.4.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.5.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.6.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.7.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.5.0.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.0.1/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.1/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.2/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.2.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.3.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.7.0.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.7.1.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.8.0.0/opam  |  3 +--
 20 files changed, 42 insertions(+), 33 deletions(-)
 create mode 100644 packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d3e2a2e9576b5894a478a08972d3300c781b0f2820fd0802428c0980af57879b)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d3e2a2e9576b5894a478a08972d3300c781b0f2820fd0802428c0980af57879b' locally
docker.io/ocaml/opam@sha256:d3e2a2e9576b5894a478a08972d3300c781b0f2820fd0802428c0980af57879b: Pulling from ocaml/opam
817807f3c64e: Pulling fs layer
5ef8d7693fed: Pulling fs layer
9f7293045b4f: Pulling fs layer
16a63142be99: Pulling fs layer
8e2acacfbaa2: Pulling fs layer
32d7ca252125: Pulling fs layer
d60252dace69: Pulling fs layer
24e5035e3156: Pulling fs layer
9e02cb2e46e2: Pulling fs layer
5d13b51622a4: Pulling fs layer
892425aa892c: Pulling fs layer
b2e2904055e3: Pulling fs layer
7ee51a076b90: Pulling fs layer
a4b22bcbb6cd: Pulling fs layer
d58c5e15ec85: Pulling fs layer
16a63142be99: Waiting
8e2acacfbaa2: Waiting
6b58c47c5503: Pulling fs layer
d60252dace69: Waiting
396840c60f4d: Pulling fs layer
24e5035e3156: Waiting
9e02cb2e46e2: Waiting
5d13b51622a4: Waiting
628e1ae4e682: Pulling fs layer
4b945369ca9c: Pulling fs layer
4b9472c5a217: Pulling fs layer
32d7ca252125: Waiting
c54b6f362497: Pulling fs layer
396840c60f4d: Waiting
6b58c47c5503: Waiting
b2e2904055e3: Waiting
4f4fb700ef54: Pulling fs layer
7ee51a076b90: Waiting
628e1ae4e682: Waiting
02db971eac30: Pulling fs layer
4b945369ca9c: Waiting
4b9472c5a217: Waiting
15e6093a4971: Pulling fs layer
d58c5e15ec85: Waiting
a4b22bcbb6cd: Waiting
cc641528b73f: Pulling fs layer
02db971eac30: Waiting
c54b6f362497: Waiting
4950583f37ea: Pulling fs layer
4f4fb700ef54: Waiting
15e6093a4971: Waiting
953d49901a99: Pulling fs layer
cc641528b73f: Waiting
4950583f37ea: Waiting
1428337e4cc7: Pulling fs layer
892425aa892c: Waiting
035635a87ad1: Pulling fs layer
7006f467fb36: Pulling fs layer
1428337e4cc7: Waiting
035635a87ad1: Waiting
72bab8719451: Pulling fs layer
7006f467fb36: Waiting
3f5ea3177c98: Pulling fs layer
28a5114988ed: Pulling fs layer
72bab8719451: Waiting
9c41efea5859: Pulling fs layer
28a5114988ed: Waiting
36d4e4eaa72e: Pulling fs layer
9c41efea5859: Waiting
d703f423a9c1: Pulling fs layer
36d4e4eaa72e: Waiting
3999cd8bca73: Pulling fs layer
d703f423a9c1: Waiting
a4078e00ead2: Pulling fs layer
3999cd8bca73: Waiting
bdc393032314: Pulling fs layer
a4078e00ead2: Waiting
c29753d08fd5: Pulling fs layer
bdc393032314: Waiting
f04876908094: Pulling fs layer
c29753d08fd5: Waiting
6efd435da1d8: Pulling fs layer
6b9cdab1b555: Pulling fs layer
f04876908094: Waiting
6efd435da1d8: Waiting
595171b46a85: Pulling fs layer
6b9cdab1b555: Waiting
595171b46a85: Waiting
5ef8d7693fed: Verifying Checksum
5ef8d7693fed: Download complete
9f7293045b4f: Verifying Checksum
9f7293045b4f: Download complete
817807f3c64e: Verifying Checksum
817807f3c64e: Download complete
8e2acacfbaa2: Verifying Checksum
8e2acacfbaa2: Download complete
d60252dace69: Verifying Checksum
d60252dace69: Download complete
817807f3c64e: Pull complete
5ef8d7693fed: Pull complete
9f7293045b4f: Pull complete
24e5035e3156: Verifying Checksum
24e5035e3156: Download complete
16a63142be99: Verifying Checksum
16a63142be99: Download complete
9e02cb2e46e2: Verifying Checksum
9e02cb2e46e2: Download complete
892425aa892c: Download complete
5d13b51622a4: Verifying Checksum
5d13b51622a4: Download complete
7ee51a076b90: Verifying Checksum
7ee51a076b90: Download complete
b2e2904055e3: Verifying Checksum
b2e2904055e3: Download complete
a4b22bcbb6cd: Download complete
d58c5e15ec85: Verifying Checksum
d58c5e15ec85: Download complete
6b58c47c5503: Verifying Checksum
6b58c47c5503: Download complete
32d7ca252125: Verifying Checksum
32d7ca252125: Download complete
396840c60f4d: Verifying Checksum
396840c60f4d: Download complete
4b945369ca9c: Verifying Checksum
4b945369ca9c: Download complete
628e1ae4e682: Download complete
c54b6f362497: Verifying Checksum
c54b6f362497: Download complete
16a63142be99: Pull complete
4b9472c5a217: Verifying Checksum
4b9472c5a217: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
02db971eac30: Verifying Checksum
02db971eac30: Download complete
15e6093a4971: Verifying Checksum
15e6093a4971: Download complete
cc641528b73f: Verifying Checksum
cc641528b73f: Download complete
4950583f37ea: Verifying Checksum
4950583f37ea: Download complete
953d49901a99: Download complete
8e2acacfbaa2: Pull complete
035635a87ad1: Verifying Checksum
035635a87ad1: Download complete
1428337e4cc7: Verifying Checksum
1428337e4cc7: Download complete
7006f467fb36: Verifying Checksum
7006f467fb36: Download complete
72bab8719451: Verifying Checksum
72bab8719451: Download complete
3f5ea3177c98: Download complete
28a5114988ed: Verifying Checksum
28a5114988ed: Download complete
9c41efea5859: Verifying Checksum
9c41efea5859: Download complete
d703f423a9c1: Verifying Checksum
d703f423a9c1: Download complete
a4078e00ead2: Download complete
bdc393032314: Download complete
c29753d08fd5: Verifying Checksum
c29753d08fd5: Download complete
36d4e4eaa72e: Verifying Checksum
36d4e4eaa72e: Download complete
6efd435da1d8: Verifying Checksum
6efd435da1d8: Download complete
6b9cdab1b555: Verifying Checksum
6b9cdab1b555: Download complete
595171b46a85: Verifying Checksum
595171b46a85: Download complete
32d7ca252125: Pull complete
d60252dace69: Pull complete
24e5035e3156: Pull complete
9e02cb2e46e2: Pull complete
5d13b51622a4: Pull complete
892425aa892c: Pull complete
b2e2904055e3: Pull complete
7ee51a076b90: Pull complete
a4b22bcbb6cd: Pull complete
d58c5e15ec85: Pull complete
6b58c47c5503: Pull complete
396840c60f4d: Pull complete
628e1ae4e682: Pull complete
4b945369ca9c: Pull complete
4b9472c5a217: Pull complete
c54b6f362497: Pull complete
4f4fb700ef54: Pull complete
02db971eac30: Pull complete
15e6093a4971: Pull complete
cc641528b73f: Pull complete
4950583f37ea: Pull complete
953d49901a99: Pull complete
1428337e4cc7: Pull complete
035635a87ad1: Pull complete
7006f467fb36: Pull complete
72bab8719451: Pull complete
3f5ea3177c98: Pull complete
28a5114988ed: Pull complete
9c41efea5859: Pull complete
3999cd8bca73: Verifying Checksum
3999cd8bca73: Download complete
f04876908094: Verifying Checksum
f04876908094: Download complete
36d4e4eaa72e: Pull complete
d703f423a9c1: Pull complete
3999cd8bca73: Pull complete
a4078e00ead2: Pull complete
bdc393032314: Pull complete
c29753d08fd5: Pull complete
f04876908094: Pull complete
6efd435da1d8: Pull complete
6b9cdab1b555: Pull complete
595171b46a85: Pull complete
Digest: sha256:d3e2a2e9576b5894a478a08972d3300c781b0f2820fd0802428c0980af57879b
Status: Downloaded newer image for ocaml/opam@sha256:d3e2a2e9576b5894a478a08972d3300c781b0f2820fd0802428c0980af57879b
2026-04-03 17:15.05 ---> using "53cf82840eae9771f1adb17afba1834985308dd282186cf0b01cc087ce992004" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-03 17:15.05 ---> using "8b09b98b22cce136d45f2640d2c6302de11684826f0ed308749cc8c529b2ae9d" 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 17:15.05 ---> using "3f8bad62663ffb7a33d5d18afd0b5c212805e9348cc14e4e26946867dd0ea30e" 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_64 os=linux os-distribution=ubuntu os-version=24.04
# 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.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-04-03 17:15.05 ---> using "016bd1db3df6f8cabdb86289fd7af12afe64e13cc5d0464f869384abf3c8f44f" 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-04-03 17:15.05 ---> using "169e535d7e88776dcee9635aa5d4bb58221435af443b3c110e6732700c8523a3" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-03 17:15.11 ---> saved as "807cd1a7bbb16e13012965c19dbbf76927c4a6b57afb9a9ff017aca92a71eea6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-03 17:15.26 ---> saved as "4eea231ece70acaeec446e04f9304e9ebd6337ff3c2b6c93b7494497cc600b8b"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2153 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2369 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3669 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1985 kB]
- Ign:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages
- Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3499 kB]
- Get:10 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1504 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1985 kB]
- Fetched 13.6 MB in 1min 15s (182 kB/s)
- Reading package lists...
- 
2026-04-03 17:16.42 ---> saved as "185fde373a0b97b155e97fb94eddc3e2fe65c6e2696db97863700c14a6d8195b"

/home/opam: (run (shell "opam pin add -k version -yn ocsigen-start.4.0.0 4.0.0"))
ocsigen-start is now pinned to version 4.0.0
2026-04-03 17:16.43 ---> saved as "84c3c8bd5e06673455589a57950fc233864ed2de97df04538796f89c20dd0adf"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocsigen-start.4.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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ocsigen-start.4.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"))
ocsigen-start.4.0.0 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.3
    - ocsigen-start = 4.0.0 -> eliom < 7.0.0 -> js_of_ocaml < 3.5.0 -> ocaml < 4.09.0 -> ocaml-variants
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - ocsigen-start = 4.0.0 -> eliom < 7.0.0 -> ocaml < 4.11 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
    not available because the package is pinned to version 4.14.3
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - ocsigen-start = 4.0.0 -> eliom < 7.0.0 -> js_of_ocaml < 3.5.0 -> ocaml < 4.09.0 -> ocaml-variants -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - ocsigen-start = 4.0.0 -> eliom < 7.0.0 -> js_of_ocaml < 3.5.0 -> ocaml < 4.09.0 -> ocaml-variants -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocsigen-start.4.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 "\"ubuntu-24.04\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'ocsigen-start.4.0.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-04-03 17:16.59: Job failed: Failed: Build failed
2026-04-03 17:16.59: Log analysis:
2026-04-03 17:16.59: >>> 
No solution found, exiting
 (score = 100)
2026-04-03 17:16.59: [SKIP] Package not available