(not at the head of any monitored branch or PR)
2025-05-27 18:12.30: New job: build frama-c-metacsl.0.9~beta, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27937/head (35b6b5f425d4e96eba29b3047cc97672339d455a)
                              on ubuntu-24.04-ocaml-4.14/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27937/head" && git reset --hard 35b6b5f4
git fetch origin master
git merge --no-edit 5f00597c2a10c92e183e5324bfa710cd3b67eb33
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d5492dc63edff1ec25ccb8aa3b6c8bd491fdc83ef1ff769cf796676dc9a89db8
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 frama-c-metacsl.0.9~beta 0.9~beta
RUN opam reinstall frama-c-metacsl.0.9~beta; \
    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" != 'frama-c-metacsl.0.9~beta' && 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 .

2025-05-27 18:12.30: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d5492dc63edff1ec25ccb8aa3b6c8bd491fdc83ef1ff769cf796676dc9a89db8-frama-c-metacsl.0.9~beta-35b6b5f425d4e96eba29b3047cc97672339d455a"
2025-05-27 18:12.30: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d5492dc63edff1ec25ccb8aa3b6c8bd491fdc83ef1ff769cf796676dc9a89db8)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 frama-c-metacsl.0.9~beta 0.9~beta"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall frama-c-metacsl.0.9~beta;\
             \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\" != 'frama-c-metacsl.0.9~beta' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-05-27 18:12.30: Waiting for resource in pool OCluster
2025-05-27 18:12.30: Waiting for worker…
2025-05-27 18:12.30: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
Updating files:  11% (2771/23147)
Updating files:  12% (2778/23147)
Updating files:  13% (3010/23147)
Updating files:  14% (3241/23147)
Updating files:  15% (3473/23147)
Updating files:  16% (3704/23147)
Updating files:  17% (3935/23147)
Updating files:  18% (4167/23147)
Updating files:  19% (4398/23147)
Updating files:  20% (4630/23147)
Updating files:  21% (4861/23147)
Updating files:  22% (5093/23147)
Updating files:  23% (5324/23147)
Updating files:  23% (5420/23147)
Updating files:  24% (5556/23147)
Updating files:  25% (5787/23147)
Updating files:  26% (6019/23147)
Updating files:  27% (6250/23147)
Updating files:  28% (6482/23147)
Updating files:  29% (6713/23147)
Updating files:  30% (6945/23147)
Updating files:  31% (7176/23147)
Updating files:  32% (7408/23147)
Updating files:  33% (7639/23147)
Updating files:  34% (7870/23147)
Updating files:  34% (7938/23147)
Updating files:  35% (8102/23147)
Updating files:  36% (8333/23147)
Updating files:  37% (8565/23147)
Updating files:  38% (8796/23147)
Updating files:  39% (9028/23147)
Updating files:  40% (9259/23147)
Updating files:  41% (9491/23147)
Updating files:  42% (9722/23147)
Updating files:  43% (9954/23147)
Updating files:  44% (10185/23147)
Updating files:  44% (10319/23147)
Updating files:  45% (10417/23147)
Updating files:  46% (10648/23147)
Updating files:  47% (10880/23147)
Updating files:  48% (11111/23147)
Updating files:  49% (11343/23147)
Updating files:  50% (11574/23147)
Updating files:  51% (11805/23147)
Updating files:  52% (12037/23147)
Updating files:  53% (12268/23147)
Updating files:  54% (12500/23147)
Updating files:  55% (12731/23147)
Updating files:  55% (12779/23147)
Updating files:  56% (12963/23147)
Updating files:  57% (13194/23147)
Updating files:  58% (13426/23147)
Updating files:  59% (13657/23147)
Updating files:  60% (13889/23147)
Updating files:  61% (14120/23147)
Updating files:  62% (14352/23147)
Updating files:  63% (14583/23147)
Updating files:  64% (14815/23147)
Updating files:  65% (15046/23147)
Updating files:  65% (15184/23147)
Updating files:  66% (15278/23147)
Updating files:  67% (15509/23147)
Updating files:  68% (15740/23147)
Updating files:  69% (15972/23147)
Updating files:  70% (16203/23147)
Updating files:  71% (16435/23147)
Updating files:  72% (16666/23147)
Updating files:  73% (16898/23147)
Updating files:  74% (17129/23147)
Updating files:  75% (17361/23147)
Updating files:  75% (17571/23147)
Updating files:  76% (17592/23147)
Updating files:  77% (17824/23147)
Updating files:  78% (18055/23147)
Updating files:  79% (18287/23147)
Updating files:  80% (18518/23147)
Updating files:  81% (18750/23147)
Updating files:  82% (18981/23147)
Updating files:  83% (19213/23147)
Updating files:  84% (19444/23147)
Updating files:  85% (19675/23147)
Updating files:  86% (19907/23147)
Updating files:  86% (19950/23147)
Updating files:  87% (20138/23147)
Updating files:  88% (20370/23147)
Updating files:  89% (20601/23147)
Updating files:  90% (20833/23147)
Updating files:  91% (21064/23147)
Updating files:  92% (21296/23147)
Updating files:  93% (21527/23147)
Updating files:  94% (21759/23147)
Updating files:  95% (21990/23147)
Updating files:  96% (22222/23147)
Updating files:  96% (22282/23147)
Updating files:  97% (22453/23147)
Updating files:  98% (22685/23147)
Updating files:  99% (22916/23147)
Updating files: 100% (23147/23147)
Updating files: 100% (23147/23147), done.
HEAD is now at 6ab06fb2fc Merge commit 'ee2e7ff5f2b1ee92744f0a3972663712abe78d7d'
HEAD is now at 5f00597c2a Merge pull request #27932 from rossberg/patch-5
Updating 5f00597c2a..35b6b5f425
Fast-forward
 .../frama-c-metacsl/frama-c-metacsl.0.9~beta/opam  | 59 ++++++++++++++++++++++
 1 file changed, 59 insertions(+)
 create mode 100644 packages/frama-c-metacsl/frama-c-metacsl.0.9~beta/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d5492dc63edff1ec25ccb8aa3b6c8bd491fdc83ef1ff769cf796676dc9a89db8)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d5492dc63edff1ec25ccb8aa3b6c8bd491fdc83ef1ff769cf796676dc9a89db8' locally
docker.io/ocaml/opam@sha256:d5492dc63edff1ec25ccb8aa3b6c8bd491fdc83ef1ff769cf796676dc9a89db8: Pulling from ocaml/opam
617ff4840b8c: Pulling fs layer
c322f6f099bd: Pulling fs layer
af41dc9aa4c8: Pulling fs layer
8be0f54e169d: Pulling fs layer
221ed00670b4: Pulling fs layer
2f8718e4086e: Pulling fs layer
ae3af2212384: Pulling fs layer
21023212aaa3: Pulling fs layer
ad0fc28d4cf8: Pulling fs layer
1189f399faca: Pulling fs layer
27ac920071fb: Pulling fs layer
216a4e42a567: Pulling fs layer
57931fea86bf: Pulling fs layer
b73eb3957e62: Pulling fs layer
55fb41dac57d: Pulling fs layer
5ad06d69ab49: Pulling fs layer
a59333d853c5: Pulling fs layer
12697db2513c: Pulling fs layer
4139e3516197: Pulling fs layer
4f4fb700ef54: Pulling fs layer
87c2790a06bd: Pulling fs layer
421dcca301f8: Pulling fs layer
3077a7ca0be4: Pulling fs layer
a4126651e5ce: Pulling fs layer
87405176dc77: Pulling fs layer
5af66437b469: Pulling fs layer
2a05986c8358: Pulling fs layer
24c976a75464: Pulling fs layer
5ebee8fd2405: Pulling fs layer
c41bdacb1055: Pulling fs layer
79537e4907ff: Pulling fs layer
302b8757fa0c: Pulling fs layer
8be0f54e169d: Waiting
2465e2b088e9: Pulling fs layer
221ed00670b4: Waiting
2f8718e4086e: Waiting
fcd7fc319f15: Pulling fs layer
ae3af2212384: Waiting
21023212aaa3: Waiting
7610e82b9ccc: Pulling fs layer
26b43e872d53: Pulling fs layer
809da4a6781e: Pulling fs layer
47d45a115c56: Pulling fs layer
03853885bf9a: Pulling fs layer
b0508ee0785d: Pulling fs layer
105c2a950eb4: Pulling fs layer
216a4e42a567: Waiting
57931fea86bf: Waiting
b73eb3957e62: Waiting
ad0fc28d4cf8: Waiting
1189f399faca: Waiting
27ac920071fb: Waiting
5ad06d69ab49: Waiting
a59333d853c5: Waiting
12697db2513c: Waiting
4139e3516197: Waiting
4f4fb700ef54: Waiting
87c2790a06bd: Waiting
421dcca301f8: Waiting
3077a7ca0be4: Waiting
a4126651e5ce: Waiting
87405176dc77: Waiting
2a05986c8358: Waiting
24c976a75464: Waiting
55fb41dac57d: Waiting
26b43e872d53: Waiting
b0508ee0785d: Waiting
809da4a6781e: Waiting
105c2a950eb4: Waiting
5ebee8fd2405: Waiting
c41bdacb1055: Waiting
03853885bf9a: Waiting
79537e4907ff: Waiting
47d45a115c56: Waiting
302b8757fa0c: Waiting
7610e82b9ccc: Waiting
fcd7fc319f15: Waiting
2465e2b088e9: Waiting
c322f6f099bd: Verifying Checksum
c322f6f099bd: Download complete
af41dc9aa4c8: Verifying Checksum
af41dc9aa4c8: Download complete
8be0f54e169d: Download complete
617ff4840b8c: Verifying Checksum
617ff4840b8c: Download complete
221ed00670b4: Verifying Checksum
221ed00670b4: Download complete
ae3af2212384: Verifying Checksum
ae3af2212384: Download complete
21023212aaa3: Verifying Checksum
21023212aaa3: Download complete
ad0fc28d4cf8: Verifying Checksum
ad0fc28d4cf8: Download complete
1189f399faca: Verifying Checksum
1189f399faca: Download complete
27ac920071fb: Verifying Checksum
27ac920071fb: Download complete
216a4e42a567: Verifying Checksum
216a4e42a567: Download complete
617ff4840b8c: Pull complete
c322f6f099bd: Pull complete
af41dc9aa4c8: Pull complete
b73eb3957e62: Verifying Checksum
b73eb3957e62: Download complete
57931fea86bf: Verifying Checksum
57931fea86bf: Download complete
5ad06d69ab49: Verifying Checksum
5ad06d69ab49: Download complete
55fb41dac57d: Download complete
a59333d853c5: Verifying Checksum
a59333d853c5: Download complete
12697db2513c: Verifying Checksum
12697db2513c: Download complete
4139e3516197: Verifying Checksum
4139e3516197: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
87c2790a06bd: Verifying Checksum
87c2790a06bd: Download complete
8be0f54e169d: Pull complete
421dcca301f8: Download complete
221ed00670b4: Pull complete
3077a7ca0be4: Verifying Checksum
3077a7ca0be4: Download complete
a4126651e5ce: Download complete
87405176dc77: Verifying Checksum
87405176dc77: Download complete
5af66437b469: Verifying Checksum
5af66437b469: Download complete
2f8718e4086e: Verifying Checksum
2f8718e4086e: Download complete
2a05986c8358: Verifying Checksum
2a05986c8358: Download complete
24c976a75464: Verifying Checksum
24c976a75464: Download complete
5ebee8fd2405: Verifying Checksum
5ebee8fd2405: Download complete
c41bdacb1055: Verifying Checksum
c41bdacb1055: Download complete
79537e4907ff: Verifying Checksum
79537e4907ff: Download complete
302b8757fa0c: Download complete
fcd7fc319f15: Download complete
26b43e872d53: Verifying Checksum
26b43e872d53: Download complete
809da4a6781e: Verifying Checksum
809da4a6781e: Download complete
7610e82b9ccc: Verifying Checksum
7610e82b9ccc: Download complete
03853885bf9a: Verifying Checksum
03853885bf9a: Download complete
b0508ee0785d: Verifying Checksum
b0508ee0785d: Download complete
105c2a950eb4: Verifying Checksum
105c2a950eb4: Download complete
2f8718e4086e: Pull complete
ae3af2212384: Pull complete
21023212aaa3: Pull complete
47d45a115c56: Verifying Checksum
47d45a115c56: Download complete
ad0fc28d4cf8: Pull complete
1189f399faca: Pull complete
2465e2b088e9: Verifying Checksum
2465e2b088e9: Download complete
27ac920071fb: Pull complete
216a4e42a567: Pull complete
57931fea86bf: Pull complete
b73eb3957e62: Pull complete
55fb41dac57d: Pull complete
5ad06d69ab49: Pull complete
a59333d853c5: Pull complete
12697db2513c: Pull complete
4139e3516197: Pull complete
4f4fb700ef54: Pull complete
87c2790a06bd: Pull complete
421dcca301f8: Pull complete
3077a7ca0be4: Pull complete
a4126651e5ce: Pull complete
87405176dc77: Pull complete
5af66437b469: Pull complete
2a05986c8358: Pull complete
24c976a75464: Pull complete
5ebee8fd2405: Pull complete
c41bdacb1055: Pull complete
79537e4907ff: Pull complete
302b8757fa0c: Pull complete
2465e2b088e9: Pull complete
fcd7fc319f15: Pull complete
7610e82b9ccc: Pull complete
26b43e872d53: Pull complete
809da4a6781e: Pull complete
47d45a115c56: Pull complete
03853885bf9a: Pull complete
b0508ee0785d: Pull complete
105c2a950eb4: Pull complete
Digest: sha256:d5492dc63edff1ec25ccb8aa3b6c8bd491fdc83ef1ff769cf796676dc9a89db8
Status: Downloaded newer image for ocaml/opam@sha256:d5492dc63edff1ec25ccb8aa3b6c8bd491fdc83ef1ff769cf796676dc9a89db8
2025-05-27 18:13.00 ---> using "de2a1223d0ebf6c1cd69aea7b816b4e7288fd24c15b1c25379eca608b499c6d7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-27 18:13.00 ---> using "b04eb4fcd8200a574158a0fe82b9d1c6d39c72c949325c43353526bc7831a19a" 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.

This development 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.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-27 18:13.00 ---> using "eb4b45eba6fd643535ba93cb077180e279becd334398a5db2f80014c4198d33e" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=riscv64 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                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, 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.2
2025-05-27 18:13.00 ---> using "3844eeeafe78b44915dd59d21c6db62d99e43c29d82d0788c62775382839d89f" 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/"))
2025-05-27 18:13.00 ---> using "9fd129d28da0358bc6e07e54049198a708d0cea2c2afd2fcaaa1e2c74826db9e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-27 18:13.31 ---> saved as "a434b37101c97294a16f664f9b7b479df77a49d71d3cb63cc557448fa78a764e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-27 18:15.26 ---> saved as "f53eaf2fbf47f3c68b2bb3d31e5535097d1ab2c8102b10d5e030ad4f3d9c7324"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [742 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1105 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [443 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [836 kB]
- Fetched 3505 kB in 2s (2018 kB/s)
- Reading package lists...
- 
2025-05-27 18:15.34 ---> saved as "fd0c55823cbe9c11607afc475cc527d7d62d0cd419103cf7f1c0699a0816c4af"

/home/opam: (run (shell "opam pin add -k version -yn frama-c-metacsl.0.9~beta 0.9~beta"))
frama-c-metacsl is now pinned to version 0.9~beta
2025-05-27 18:15.37 ---> saved as "11eaba2baf07abaaf277a1f1f5f48053288929380005f360f0509748994f8462"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall frama-c-metacsl.0.9~beta;\
                        \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\" != 'frama-c-metacsl.0.9~beta' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
frama-c-metacsl.0.9~beta is not installed. Install it? [y/n] y
  * Missing dependency:
    - frama-c-metacsl >= 0.9~beta -> frama-c >= 31.0~
    no matching version

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall frama-c-metacsl.0.9~beta;
        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" != 'frama-c-metacsl.0.9~beta' && 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
2025-05-27 18:16.57: Job failed: Failed: Build failed
2025-05-27 18:16.57: Log analysis:
2025-05-27 18:16.57: >>> 
No solution found, exiting
 (score = 100)
2025-05-27 18:16.57: [SKIP] Package not available