- github
- ocaml
- opam-repository
- 54f70d
- distributions,alpine-3.22-ocaml-4.14,frama-clang.0.0.19~beta
(not at the head of any monitored branch or PR)
2025-11-28 08:09.08: New job: build frama-clang.0.0.19~beta, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28843/head (54f70dbf3bc6d5a86217e550916b1400ce7f19db)
on alpine-3.22-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/28843/head" && git reset --hard 54f70dbf
git fetch origin master
git merge --no-edit eb45f7ec868b0ffc828b9d59cccc72cfec100333
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:827d7d2b49c7a55a3ceda094066beecbfa077edc960ef710f2bcd066832701cd
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 frama-clang.0.0.19~beta 0.0.19~beta
RUN opam reinstall frama-clang.0.0.19~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 "\"alpine-3.22\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'frama-clang.0.0.19~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-11-28 08:09.08: Using cache hint "ocaml/opam:alpine-3.22-ocaml-4.14@sha256:827d7d2b49c7a55a3ceda094066beecbfa077edc960ef710f2bcd066832701cd-frama-clang.0.0.19~beta-54f70dbf3bc6d5a86217e550916b1400ce7f19db"
2025-11-28 08:09.08: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:827d7d2b49c7a55a3ceda094066beecbfa077edc960ef710f2bcd066832701cd)
(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 frama-clang.0.0.19~beta 0.0.19~beta"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-clang.0.0.19~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 \"\\\"alpine-3.22\\\"\"; 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-clang.0.0.19~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-11-28 08:09.08: Waiting for resource in pool OCluster
2025-11-28 08:09.08: Waiting for worker…
2025-11-28 08:09.22: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 64% (12239/18911)
Updating files: 65% (12293/18911)
Updating files: 66% (12482/18911)
Updating files: 67% (12671/18911)
Updating files: 68% (12860/18911)
Updating files: 69% (13049/18911)
Updating files: 70% (13238/18911)
Updating files: 71% (13427/18911)
Updating files: 72% (13616/18911)
Updating files: 73% (13806/18911)
Updating files: 74% (13995/18911)
Updating files: 75% (14184/18911)
Updating files: 76% (14373/18911)
Updating files: 77% (14562/18911)
Updating files: 78% (14751/18911)
Updating files: 79% (14940/18911)
Updating files: 80% (15129/18911)
Updating files: 81% (15318/18911)
Updating files: 82% (15508/18911)
Updating files: 83% (15697/18911)
Updating files: 84% (15886/18911)
Updating files: 85% (16075/18911)
Updating files: 86% (16264/18911)
Updating files: 87% (16453/18911)
Updating files: 88% (16642/18911)
Updating files: 89% (16831/18911)
Updating files: 90% (17020/18911)
Updating files: 91% (17210/18911)
Updating files: 92% (17399/18911)
Updating files: 93% (17588/18911)
Updating files: 94% (17777/18911)
Updating files: 95% (17966/18911)
Updating files: 96% (18155/18911)
Updating files: 97% (18344/18911)
Updating files: 98% (18533/18911)
Updating files: 99% (18722/18911)
Updating files: 100% (18911/18911)
Updating files: 100% (18911/18911), done.
HEAD is now at eb45f7ec86 Merge pull request #28982 from dinosaure/release-dkim-v0.9.0
Merge made by the 'ort' strategy.
packages/frama-clang/frama-clang.0.0.19~beta/opam | 47 +++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 packages/frama-clang/frama-clang.0.0.19~beta/opam
(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:827d7d2b49c7a55a3ceda094066beecbfa077edc960ef710f2bcd066832701cd)
2025-11-28 08:10.00 ---> saved as "7fe8049c511795d5430212124bd277a347ff970f4932da571975d7bc5be803ad"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-28 08:10.02 ---> saved as "fc8ac2122bd690a1cbb53ec08e067dc5ddbcf6917e55a3999e3d738d75083795"
/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.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-11-28 08:10.55 ---> saved as "e058f34b5153b0fc3ea08030943ed0862b87018604072fc9e58ec4d099b4fa7d"
/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~rc1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=alpine os-version=3.22.2
# 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.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-11-28 08:10.57 ---> saved as "4f04d9ff590015e37edea093d51a490d2bcb49c279cb78c6993d2e6316a559ab"
/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-11-28 08:11.19 ---> saved as "000377240536310e759b6d577cfcf47aa1bb45c1c783773e273fe18a16c09800"
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-28 08:12.12 ---> saved as "f1cf4863f740909f4c38698dd2b9c78fe52e56992864d59090fe5f5ebb13c00e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-28 08:12.39 ---> saved as "e44ecd87e2ed10cee9d4620e69007677ed6ca6a1bfe5bb8d897ec21d07d042df"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.2-258-gcf3d437fdd5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.2-256-g0bd80dc2160 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20251016-3456-ga2b3aeccfd9 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20251016-3488-gc7a129487c8 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20251016-3479-g6ce9f875d61 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 60312 distinct packages available
2025-11-28 08:12.42 ---> saved as "ed748bef721b044ee4ed1c05620b83bf855fe402cdbf696c430ae6356d581741"
/home/opam: (run (shell "opam pin add -k version -yn frama-clang.0.0.19~beta 0.0.19~beta"))
frama-clang is now pinned to version 0.0.19~beta
2025-11-28 08:12.43 ---> saved as "bbb0cbacaa93f2ec676a73ac6921c04d0977a6d8af300cdfdd27885fe40ab4b3"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-clang.0.0.19~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 \"\\\"alpine-3.22\\\"\"; 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-clang.0.0.19~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-clang.0.0.19~beta is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 94 packages
- install alt-ergo-free 2.2.0 [required by frama-c]
- install astring 0.8.5 [required by bos]
- install base v0.16.4 [required by ppx_inline_test]
- install bos 0.2.1 [required by camlp5]
- install cairo2 0.6.5 [required by lablgtk3]
- install camlp-streams 5.0.1 [required by frama-clang]
- install camlp5 8.04.00 [required by frama-clang]
- install camlp5-buildscripts 0.06 [required by camlp5]
- install camlzip 1.13 [required by frama-c]
- install conf-autoconf 0.2 [required by alt-ergo-free]
- install conf-bash 1 [required by camlp5, conf-libclang]
- install conf-cairo 1 [required by cairo2]
- install conf-clang 2 [required by frama-clang]
- install conf-cmake 1 [required by frama-clang]
- install conf-gmp 5 [required by zarith]
- install conf-graphviz 0.1
- install conf-gtk3 18 [required by lablgtk3]
- install conf-gtksourceview3 0+2 [required by frama-c]
- install conf-libclang 19 [required by frama-clang]
- install conf-libpcre2-8 2 [required by pcre2]
- install conf-m4 1 [required by not-ocamlfind]
- install conf-perl 2 [required by camlp5]
- install conf-pkg-config 4 [required by conf-gtksourceview3]
- install conf-which 1 [required by not-ocamlfind]
- install conf-zlib 1 [required by camlzip]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator, dune-private-libs]
- install cstruct 6.2.0 [required by hex]
- install ctypes 0.24.0 [required by yaml]
- install dune 3.20.2 [required by frama-clang]
- install dune-compiledb 0.6.0 [required by pcre2]
- install dune-configurator 3.20.2 [required by frama-c]
- install dune-private-libs 3.20.2 [required by dune-site]
- install dune-site 3.20.2 [required by frama-c]
- install dyn 3.20.2 [required by dune-private-libs]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by camlp5]
- install fpath 0.7.3 [required by bos]
- install frama-c 32.0~beta [required by frama-clang]
- install frama-clang 0.0.19~beta (pinned)
- install hex 1.5.0 [required by ezjsonm]
- install integers 0.7.0 [required by ctypes]
- install jane-street-headers v0.16.0 [required by time_now]
- install jsonm 1.0.2 [required by ezjsonm]
- install jst-config v0.16.0 [required by time_now]
- install lablgtk3 3.1.5 [required by frama-c]
- install lablgtk3-sourceview3 3.1.5 [required by frama-c]
- install logs 0.10.0 [required by bos]
- install menhir 20211128 [required by frama-c]
- install menhirLib 20211128 [required by menhir]
- install menhirSdk 20211128 [required by menhir]
- install not-ocamlfind 0.14 [required by camlp5-buildscripts]
- install num 1.6 [required by alt-ergo-free]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by bos]
- install ocamlfind 1.9.8 [required by camlp5]
- install ocamlgraph 2.2.0 [required by frama-c]
- install ocplib-simplex 0.4.1 [required by alt-ergo-free]
- install ordering 3.20.2 [required by dyn, stdune]
- install parsexp v0.16.0 [required by sexplib]
- install pcre2 8.0.4 [required by camlp5]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_assert v0.16.0 [required by jst-config]
- install ppx_base v0.16.0 [required by time_now]
- install ppx_cold v0.16.0 [required by ppx_base]
- install ppx_compare v0.16.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by frama-c]
- install ppx_deriving_yaml 0.4.0 [required by frama-c]
- install ppx_deriving_yojson 3.9.1 [required by frama-c]
- install ppx_enumerate v0.16.0 [required by ppx_base]
- install ppx_globalize v0.16.0 [required by ppx_base]
- install ppx_hash v0.16.0 [required by ppx_base]
- install ppx_here v0.16.0 [required by ppx_assert]
- install ppx_inline_test v0.16.1 [required by frama-c]
- install ppx_optcomp v0.16.0 [required by time_now]
- install ppx_sexp_conv v0.16.0 [required by why3]
- install ppxlib 0.35.0 [required by frama-c]
- install psmt2-frontend 0.1 [required by alt-ergo-free]
- install re 1.14.0 [required by camlp5]
- install rresult 0.7.0 [required by camlp5]
- install sexplib v0.16.0 [required by why3]
- install sexplib0 v0.16.0 [required by ppxlib, dune-compiledb, base]
- install stdio v0.16.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.20.2 [required by dune-private-libs]
- install time_now v0.16.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by bos]
- install unionFind 20250818 [required by frama-c]
- install uutf 1.0.4 [required by ezjsonm]
- install why3 1.8.2 [required by frama-c]
- install yaml 3.2.0 [required by frama-c]
- install yojson 3.0.0 [required by frama-c]
- install zarith 1.14 [required by frama-clang]
The following system packages will first need to be installed:
autoconf cairo-dev clang19-dev clang19-static clang20 cmake gmp-dev graphviz gtk+3.0-dev gtksourceview-dev llvm19-dev m4 pcre2-dev perl zlib-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
2. Display the recommended apk command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apk" "add" "autoconf" "cairo-dev" "clang19-dev" "clang19-static" "clang20" "cmake" "gmp-dev" "graphviz" "gtk+3.0-dev" "gtksourceview-dev" "llvm19-dev" "m4" "pcre2-dev" "perl" "zlib-dev"
- (1/210) Installing m4 (1.4.19-r4)
- (2/210) Installing perl (5.40.3-r0)
- (3/210) Installing autoconf (2.72-r1)
- (4/210) Installing cairo-tools (1.18.4-r0)
- (5/210) Installing libpng (1.6.51-r0)
- (6/210) Installing freetype (2.13.3-r0)
- (7/210) Installing fontconfig (2.15.0-r3)
- (8/210) Installing expat (2.7.3-r0)
- (9/210) Installing expat-dev (2.7.3-r0)
- (10/210) Installing bzip2-dev (1.0.8-r6)
- (11/210) Installing brotli (1.1.0-r2)
- (12/210) Installing brotli-dev (1.1.0-r2)
- (13/210) Installing zlib-dev (1.3.1-r2)
- (14/210) Installing libpng-dev (1.6.51-r0)
- (15/210) Installing freetype-dev (2.13.3-r0)
- (16/210) Installing fontconfig-dev (2.15.0-r3)
- (17/210) Installing libxext (1.3.6-r2)
- (18/210) Installing libxext-dev (1.3.6-r2)
- (19/210) Installing libxrender (0.9.12-r0)
- (20/210) Installing libxrender-dev (0.9.12-r0)
- (21/210) Installing pixman (0.46.4-r0)
- (22/210) Installing pixman-dev (0.46.4-r0)
- (23/210) Installing util-macros (1.20.1-r0)
- (24/210) Installing xcb-util (0.4.1-r3)
- (25/210) Installing xcb-util-dev (0.4.1-r3)
- (26/210) Installing cairo (1.18.4-r0)
- (27/210) Installing libintl (0.24.1-r0)
- (28/210) Installing libeconf (0.6.3-r0)
- (29/210) Installing libblkid (2.41-r9)
- (30/210) Installing libmount (2.41-r9)
- (31/210) Installing glib (2.84.4-r0)
- (32/210) Installing cairo-gobject (1.18.4-r0)
- (33/210) Installing libxml2 (2.13.9-r0)
- (34/210) Installing libxml2-utils (2.13.9-r0)
- (35/210) Installing docbook-xml (4.5-r10)
- Executing docbook-xml-4.5-r10.post-install
- (36/210) Installing libxslt (1.1.43-r3)
- (37/210) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (38/210) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (39/210) Installing docbook-xsl (1.79.2-r11)
- (40/210) Installing gettext-asprintf (0.24.1-r0)
- (41/210) Installing gettext-libs (0.24.1-r0)
- (42/210) Installing gettext-envsubst (0.24.1-r0)
- (43/210) Installing gettext (0.24.1-r0)
- (44/210) Installing gettext-dev (0.24.1-r0)
- (45/210) Installing py3-parsing (3.2.3-r0)
- (46/210) Installing py3-parsing-pyc (3.2.3-r0)
- (47/210) Installing py3-packaging (25.0-r0)
- (48/210) Installing py3-packaging-pyc (25.0-r0)
- (49/210) Installing linux-headers (6.14.2-r0)
- (50/210) Installing libffi-dev (3.4.8-r0)
- (51/210) Installing bsd-compat-headers (0.7.2-r6)
- (52/210) Installing libedit (20250104.3.1-r1)
- (53/210) Installing libedit-dev (20250104.3.1-r1)
- (54/210) Installing libpcre2-16 (10.46-r0)
- (55/210) Installing libpcre2-32 (10.46-r0)
- (56/210) Installing pcre2-dev (10.46-r0)
- (57/210) Installing libuuid (2.41-r9)
- (58/210) Installing libfdisk (2.41-r9)
- (59/210) Installing liblastlog2 (2.41-r9)
- (60/210) Installing libsmartcols (2.41-r9)
- (61/210) Installing sqlite (3.49.2-r1)
- (62/210) Installing sqlite-dev (3.49.2-r1)
- (63/210) Installing util-linux-dev (2.41-r9)
- (64/210) Installing glib-dev (2.84.4-r0)
- (65/210) Installing cairo-dev (1.18.4-r0)
- (66/210) Installing clang19-headers (19.1.7-r6)
- (67/210) Installing llvm19-libs (19.1.7-r6)
- (68/210) Installing clang19-libs (19.1.7-r6)
- (69/210) Installing llvm19-linker-tools (19.1.7-r6)
- (70/210) Installing clang19 (19.1.7-r6)
- (71/210) Installing clang19-libclang (19.1.7-r6)
- (72/210) Installing clang19-dev (19.1.7-r6)
- (73/210) Installing clang19-static (19.1.7-r6)
- (74/210) Installing clang20-headers (20.1.8-r0)
- (75/210) Installing llvm20-libs (20.1.8-r0)
- (76/210) Installing clang20-libs (20.1.8-r0)
- (77/210) Installing llvm20-linker-tools (20.1.8-r0)
- (78/210) Installing clang20 (20.1.8-r0)
- (79/210) Installing libarchive (3.8.3-r0)
- (80/210) Installing rhash-libs (1.4.5-r0)
- (81/210) Installing libuv (1.51.0-r0)
- (82/210) Installing cmake (3.31.7-r1)
- (83/210) Installing perl-error (0.17030-r0)
- (84/210) Installing perl-git (2.49.1-r0)
- (85/210) Installing git-perl (2.49.1-r0)
- (86/210) Installing libgmpxx (6.3.0-r3)
- (87/210) Installing gmp-dev (6.3.0-r3)
- (88/210) Installing font-cantarell (0.303.1-r2)
- (89/210) Installing graphviz-libs (12.2.1-r0)
- (90/210) Installing libice (1.1.2-r0)
- (91/210) Installing libsm (1.2.5-r0)
- (92/210) Installing libxt (1.3.1-r0)
- (93/210) Installing libxpm (3.5.17-r0)
- (94/210) Installing aom-libs (3.12.1-r0)
- (95/210) Installing libdav1d (1.5.1-r0)
- (96/210) Installing libjpeg-turbo (3.1.0-r0)
- (97/210) Installing libyuv (0.0.1887.20251502-r1)
- (98/210) Installing libavif (1.3.0-r0)
- (99/210) Installing libsharpyuv (1.5.0-r0)
- (100/210) Installing libwebp (1.5.0-r0)
- (101/210) Installing tiff (4.7.1-r0)
- (102/210) Installing libgd (2.3.3-r10)
- (103/210) Installing libxft (2.3.8-r3)
- (104/210) Installing fribidi (1.0.16-r1)
- (105/210) Installing graphite2 (1.3.14-r6)
- (106/210) Installing harfbuzz (11.2.1-r0)
- (107/210) Installing pango (1.56.3-r0)
- (108/210) Installing graphviz (12.2.1-r0)
- (109/210) Installing shared-mime-info (2.4-r6)
- (110/210) Installing gdk-pixbuf (2.42.12-r1)
- (111/210) Installing libturbojpeg (3.1.0-r0)
- (112/210) Installing libjpeg-turbo-dev (3.1.0-r0)
- (113/210) Installing libtiffxx (4.7.1-r0)
- (114/210) Installing libwebpdecoder (1.5.0-r0)
- (115/210) Installing libwebpdemux (1.5.0-r0)
- (116/210) Installing libwebpmux (1.5.0-r0)
- (117/210) Installing libwebp-dev (1.5.0-r0)
- (118/210) Installing zstd (1.5.7-r0)
- (119/210) Installing zstd-dev (1.5.7-r0)
- (120/210) Installing tiff-dev (4.7.1-r0)
- (121/210) Installing gdk-pixbuf-dev (2.42.12-r1)
- (122/210) Installing libepoxy (1.5.10-r1)
- (123/210) Installing hwdata-pci (0.395-r0)
- (124/210) Installing libpciaccess (0.18.1-r0)
- (125/210) Installing libdrm (2.4.124-r0)
- (126/210) Installing libpciaccess-dev (0.18.1-r0)
- (127/210) Installing libdrm-dev (2.4.124-r0)
- (128/210) Installing libxdamage (1.1.6-r5)
- (129/210) Installing libxfixes (6.0.1-r4)
- (130/210) Installing libxfixes-dev (6.0.1-r4)
- (131/210) Installing libxdamage-dev (1.1.6-r5)
- (132/210) Installing libxshmfence (1.3.3-r0)
- (133/210) Installing libxshmfence-dev (1.3.3-r0)
- (134/210) Installing spirv-tools (1.4.313.0-r0)
- (135/210) Installing libelf (0.193-r0)
- (136/210) Installing wayland-libs-server (1.23.1-r3)
- (137/210) Installing mesa (25.1.9-r0)
- (138/210) Installing mesa-gbm (25.1.9-r0)
- (139/210) Installing wayland-libs-client (1.23.1-r3)
- (140/210) Installing mesa-egl (25.1.9-r0)
- (141/210) Installing libxxf86vm (1.1.6-r0)
- (142/210) Installing mesa-gl (25.1.9-r0)
- (143/210) Installing mesa-gles (25.1.9-r0)
- (144/210) Installing libclc (20.1.8-r0)
- (145/210) Installing spirv-llvm-translator-libs (20.1.2-r0)
- (146/210) Installing mesa-rusticl (25.1.9-r0)
- (147/210) Installing mesa-xatracker (25.1.9-r0)
- (148/210) Installing libxxf86vm-dev (1.1.6-r0)
- (149/210) Installing mesa-dev (25.1.9-r0)
- (150/210) Installing libepoxy-dev (1.5.10-r1)
- (151/210) Installing libxi (1.8.2-r0)
- (152/210) Installing libxi-dev (1.8.2-r0)
- (153/210) Installing libxinerama (1.1.5-r4)
- (154/210) Installing libxinerama-dev (1.1.5-r4)
- (155/210) Installing xkeyboard-config (2.43-r0)
- (156/210) Installing libxkbcommon (1.8.1-r2)
- (157/210) Installing libxkbcommon-x11 (1.8.1-r2)
- (158/210) Installing xz-dev (5.8.1-r0)
- (159/210) Installing libxml2-dev (2.13.9-r0)
- (160/210) Installing libxkbcommon-dev (1.8.1-r2)
- (161/210) Installing wayland-libs-cursor (1.23.1-r3)
- (162/210) Installing wayland-protocols (1.44-r0)
- (163/210) Installing gobject-introspection (1.84.0-r0)
- (164/210) Installing hicolor-icon-theme (0.18-r0)
- (165/210) Installing gtk-update-icon-cache (3.24.50-r0)
- (166/210) Installing libxcomposite (0.4.6-r5)
- (167/210) Installing libxcursor (1.2.3-r0)
- (168/210) Installing libxrandr (1.5.4-r1)
- (169/210) Installing libatk-1.0 (2.56.5-r0)
- (170/210) Installing dbus-libs (1.16.2-r1)
- (171/210) Installing at-spi2-core-libs (2.56.5-r0)
- (172/210) Installing libxtst (1.2.5-r0)
- (173/210) Installing at-spi2-core (2.56.5-r0)
- (174/210) Installing libatk-bridge-2.0 (2.56.5-r0)
- (175/210) Installing avahi-libs (0.8-r21)
- (176/210) Installing nettle (3.10.1-r0)
- (177/210) Installing libtasn1 (4.20.0-r0)
- (178/210) Installing p11-kit (0.25.5-r2)
- (179/210) Installing gnutls (3.8.8-r0)
- (180/210) Installing cups-libs (2.4.11-r0)
- (181/210) Installing wayland-libs-egl (1.23.1-r3)
- (182/210) Installing gtk+3.0 (3.24.50-r0)
- (183/210) Installing dbus-dev (1.16.2-r1)
- (184/210) Installing libxtst-dev (1.2.5-r0)
- (185/210) Installing at-spi2-core-dev (2.56.5-r0)
- (186/210) Installing fribidi-dev (1.0.16-r1)
- (187/210) Installing pango-tools (1.56.3-r0)
- (188/210) Installing harfbuzz-cairo (11.2.1-r0)
- (189/210) Installing harfbuzz-gobject (11.2.1-r0)
- (190/210) Installing icu-data-en (76.1-r1)
- Executing icu-data-en-76.1-r1.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (191/210) Installing icu-libs (76.1-r1)
- (192/210) Installing harfbuzz-icu (11.2.1-r0)
- (193/210) Installing harfbuzz-subset (11.2.1-r0)
- (194/210) Installing graphite2-dev (1.3.14-r6)
- (195/210) Installing icu (76.1-r1)
- (196/210) Installing icu-dev (76.1-r1)
- (197/210) Installing harfbuzz-dev (11.2.1-r0)
- (198/210) Installing libxft-dev (2.3.8-r3)
- (199/210) Installing pango-dev (1.56.3-r0)
- (200/210) Installing wayland-dev (1.23.1-r3)
- (201/210) Installing libxcomposite-dev (0.4.6-r5)
- (202/210) Installing libxcursor-dev (1.2.3-r0)
- (203/210) Installing libxrandr-dev (1.5.4-r1)
- (204/210) Installing gtk+3.0-dev (3.24.50-r0)
- (205/210) Installing gtksourceview (3.24.11-r3)
- (206/210) Installing gtksourceview-dev (3.24.11-r3)
- (207/210) Installing llvm19 (19.1.7-r6)
- (208/210) Installing llvm19-test-utils (19.1.7-r6)
- (209/210) Installing llvm19-test-utils-pyc (19.1.7-r6)
- (210/210) Installing llvm19-dev (19.1.7-r6)
- Executing busybox-1.37.0-r20.trigger
- Executing fontconfig-2.15.0-r3.trigger
- Executing glib-2.84.4-r0.trigger
- Executing graphviz-12.2.1-r0.trigger
- Executing shared-mime-info-2.4-r6.trigger
- Executing gdk-pixbuf-2.42.12-r1.trigger
- Executing gtk-update-icon-cache-3.24.50-r0.trigger
- Executing gtk+3.0-3.24.50-r0.trigger
- OK: 2318 MiB in 312 packages
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo-free.2.2.0 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved cairo2.0.6.5 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camlp5.8.04.00 (cached)
-> retrieved camlp5-buildscripts.0.06 (cached)
-> retrieved camlzip.1.13 (cached)
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-libclang.19 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> installed conf-m4.1
-> retrieved ctypes.0.24.0 (cached)
-> installed conf-autoconf.0.2
-> installed conf-bash.1
-> installed conf-clang.2
-> installed conf-cmake.1
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-which.1
-> installed conf-zlib.1
-> installed conf-libpcre2-8.2
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> installed conf-libclang.19
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved frama-c.32.0~beta (cached)
-> retrieved frama-clang.0.0.19~beta (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved jane-street-headers.v0.16.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved jst-config.v0.16.0 (cached)
-> retrieved lablgtk3.3.1.5, lablgtk3-sourceview3.3.1.5 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20211128, menhirLib.20211128, menhirSdk.20211128 (cached)
-> retrieved not-ocamlfind.0.14 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocplib-simplex.0.4.1 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved pcre2.8.0.4 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_assert.v0.16.0 (cached)
-> retrieved ppx_base.v0.16.0 (cached)
-> retrieved ppx_cold.v0.16.0 (cached)
-> retrieved ppx_compare.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_deriving_yaml.0.4.0 (cached)
-> retrieved ppx_deriving_yojson.3.9.1 (cached)
-> retrieved ppx_enumerate.v0.16.0 (cached)
-> retrieved ppx_globalize.v0.16.0 (cached)
-> retrieved ppx_hash.v0.16.0 (cached)
-> retrieved ppx_here.v0.16.0 (cached)
-> retrieved ppx_inline_test.v0.16.1 (cached)
-> retrieved ppx_optcomp.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved psmt2-frontend.0.1 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.16.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved unionFind.20250818 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved why3.1.8.2 (cached)
-> installed num.1.6
-> retrieved yaml.3.2.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed camlzip.1.13
-> installed ocamlbuild.0.16.1
-> installed ocplib-simplex.0.4.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed jane-street-headers.v0.16.0
-> installed menhirLib.20211128
-> installed menhirSdk.20211128
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocamlgraph.2.2.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed integers.0.7.0
-> installed ordering.3.20.2
-> installed parsexp.v0.16.0
-> installed not-ocamlfind.0.14
-> installed dune-configurator.3.20.2
-> installed camlp5-buildscripts.0.06
-> installed sexplib.v0.16.0
-> installed dyn.3.20.2
-> installed dune-compiledb.0.6.0
-> installed cairo2.0.6.5
-> installed pcre2.8.0.4
-> installed stdune.3.20.2
-> installed base.v0.16.4
-> installed menhir.20211128
-> installed lablgtk3.3.1.5
-> installed stdio.v0.16.0
-> installed ctypes.0.24.0
-> installed dune-private-libs.3.20.2
-> installed lablgtk3-sourceview3.3.1.5
-> installed dune-site.3.20.2
-> installed ppxlib.0.35.0
-> installed yaml.3.2.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_deriving_yaml.0.4.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ppx_hash.v0.16.0
-> installed psmt2-frontend.0.1
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed alt-ergo-free.2.2.0
-> installed why3.1.8.2
-> installed camlp5.8.04.00
-> installed frama-c.32.0~beta
[ERROR] The compilation of frama-clang.0.0.19~beta failed at "dune build -p frama-clang -j 71 --promote-install-files=false @install".
#=== ERROR while compiling frama-clang.0.0.19~beta ============================#
# context 2.5.0~rc1 | linux/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://git.frama-c.com/pub/frama-clang/-/archive/0.0.19-beta/frama-clang-0.0.19-beta.tar.bz2)
# path ~/.opam/4.14/.opam-switch/build/frama-clang.0.0.19~beta
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p frama-clang -j 71 --promote-install-files=false @install
# exit-code 1
# env-file ~/.opam/log/frama-clang-7-b6fb39.env
# output-file ~/.opam/log/frama-clang-7-b6fb39.out
### output ###
# File "dune", lines 28-41, characters 0-394:
# 28 | (rule
# 29 | (deps (source_tree framaCIRGen_src) intermediate_format.h intermediate_format.c)
# 30 | (target framaCIRGen)
# ....
# 39 | )
# 40 | )
# 41 | )
# (cd _build/default/framaCIRGen_src && ./build.sh)
# -- The C compiler identification is GNU 14.2.0
# -- The CXX compiler identification is GNU 14.2.0
# -- Detecting C compiler ABI info
# -- Detecting C compiler ABI info - done
# -- Check for working C compiler: /usr/bin/cc - skipped
# -- Detecting C compile features
# -- Detecting C compile features - done
# -- Detecting CXX compiler ABI info
# -- Detecting CXX compiler ABI info - done
# -- Check for working CXX compiler: /usr/bin/c++ - skipped
# -- Detecting CXX compile features
# -- Detecting CXX compile features - done
# -- Performing Test HAVE_FFI_CALL
# -- Performing Test HAVE_FFI_CALL - Success
# -- Found FFI: /usr/lib/libffi.so
# -- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
# -- Found zstd: /usr/lib/libzstd.so
# -- Found LibXml2: /usr/lib/libxml2.so (found version "2.13.9")
# -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
# -- Configuring incomplete, errors occurred!
# CMake Error at /usr/lib/llvm19/lib/cmake/llvm/LLVMExports.cmake:1744 (message):
# The imported target "LLVMDemangle" references the file
#
# "/usr/lib/llvm19/lib/libLLVMDemangle.a"
#
# but this file does not exist. Possible reasons include:
#
# * The file was deleted, renamed, or moved to another location.
#
# * An install or uninstall procedure did not complete successfully.
#
# * The installation package was faulty and contained
#
# "/usr/lib/llvm19/lib/cmake/llvm/LLVMExports.cmake"
#
# but not all the files it references.
#
# Call Stack (most recent call first):
# /usr/lib/llvm19/lib/cmake/llvm/LLVMConfig.cmake:356 (include)
# /usr/lib/llvm19/lib/cmake/clang/ClangConfig.cmake:10 (find_package)
# CMakeLists.txt:31 (find_package)
#
#
# make: *** No targets specified and no makefile found. Stop.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build frama-clang 0.0.19~beta
+-
+- The following changes have been performed
| - install alt-ergo-free 2.2.0
| - install astring 0.8.5
| - install base v0.16.4
| - install bos 0.2.1
| - install cairo2 0.6.5
| - install camlp-streams 5.0.1
| - install camlp5 8.04.00
| - install camlp5-buildscripts 0.06
| - install camlzip 1.13
| - install conf-autoconf 0.2
| - install conf-bash 1
| - install conf-cairo 1
| - install conf-clang 2
| - install conf-cmake 1
| - install conf-gmp 5
| - install conf-graphviz 0.1
| - install conf-gtk3 18
| - install conf-gtksourceview3 0+2
| - install conf-libclang 19
| - install conf-libpcre2-8 2
| - install conf-m4 1
| - install conf-perl 2
| - install conf-pkg-config 4
| - install conf-which 1
| - install conf-zlib 1
| - install cppo 1.8.0
| - install csexp 1.5.2
| - install cstruct 6.2.0
| - install ctypes 0.24.0
| - install dune 3.20.2
| - install dune-compiledb 0.6.0
| - install dune-configurator 3.20.2
| - install dune-private-libs 3.20.2
| - install dune-site 3.20.2
| - install dyn 3.20.2
| - install ezjsonm 1.3.0
| - install fmt 0.11.0
| - install fpath 0.7.3
| - install frama-c 32.0~beta
| - install hex 1.5.0
| - install integers 0.7.0
| - install jane-street-headers v0.16.0
| - install jsonm 1.0.2
| - install jst-config v0.16.0
| - install lablgtk3 3.1.5
| - install lablgtk3-sourceview3 3.1.5
| - install logs 0.10.0
| - install menhir 20211128
| - install menhirLib 20211128
| - install menhirSdk 20211128
| - install not-ocamlfind 0.14
| - install num 1.6
| - install ocaml-compiler-libs v0.12.4
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ocamlgraph 2.2.0
| - install ocplib-simplex 0.4.1
| - install ordering 3.20.2
| - install parsexp v0.16.0
| - install pcre2 8.0.4
| - install pp 2.0.0
| - install ppx_assert v0.16.0
| - install ppx_base v0.16.0
| - install ppx_cold v0.16.0
| - install ppx_compare v0.16.0
| - install ppx_derivers 1.2.1
| - install ppx_deriving 6.0.3
| - install ppx_deriving_yaml 0.4.0
| - install ppx_deriving_yojson 3.9.1
| - install ppx_enumerate v0.16.0
| - install ppx_globalize v0.16.0
| - install ppx_hash v0.16.0
| - install ppx_here v0.16.0
| - install ppx_inline_test v0.16.1
| - install ppx_optcomp v0.16.0
| - install ppx_sexp_conv v0.16.0
| - install ppxlib 0.35.0
| - install psmt2-frontend 0.1
| - install re 1.14.0
| - install rresult 0.7.0
| - install sexplib v0.16.0
| - install sexplib0 v0.16.0
| - install stdio v0.16.0
| - install stdlib-shims 0.3.0
| - install stdune 3.20.2
| - install time_now v0.16.0
| - install topkg 1.1.1
| - install unionFind 20250818
| - install uutf 1.0.4
| - install why3 1.8.2
| - install yaml 3.2.0
| - install yojson 3.0.0
| - install zarith 1.14
+-
<><> frama-c.32.0~beta installed successfully <><><><><><><><><><><><><><><><><>
=> The Frama-C/WP plug-in requires one or more external prover(s).
Recommended provers are:
- Alt-Ergo (https://alt-ergo.ocamlpro.com)
- CVC4 (https://cvc4.github.io)
- CVC5 (https://cvc5.github.io)
- Z3 (https://github.com/Z3Prover/z3)
Use 'why3 config detect' to configure new provers.
Â
=> Ivette is a new GUI for Frama-C, currently in development.
Run 'ivette' once to finalize installation (requires an internet connection).
Once finalized, 'ivette' will work offline.
Finalization also requires Node v20 or v22 and Yarn:
- install NVM (https://github.com/nvm-sh/nvm)
- run 'nvm install 22'
- run 'nvm use 22'
- run 'npm install --global yarn'
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20251128081244.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall frama-clang.0.0.19~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 "\"alpine-3.22\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'frama-clang.0.0.19~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 1
2025-11-28 08:25.24: Job failed: Failed: Build failed
2025-11-28 08:25.24: Log analysis:
2025-11-28 08:25.24: >>>
[ERROR] The compilation of frama-clang.0.0.19~beta failed at "dune build -p frama-clang -j 71 --promote-install-files=false @install".
(score = 20)
2025-11-28 08:25.24: The compilation of frama-clang.0.0.19~beta failed at "dune build -p frama-clang -j 71 --promote-install-files=false @install".