(for PR #28841)
2025-11-16 20:44.56: New job: build frama-c-metacsl.0.10~beta, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28841/head (942cf92898f611b05516a6d7061df8b16ac17513)
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/28841/head" && git reset --hard 942cf928
git fetch origin master
git merge --no-edit 1c92c86556d4b9c73229d94763be9715317321bc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a
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-c-metacsl.0.10~beta 0.10~beta
RUN opam reinstall frama-c-metacsl.0.10~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-c-metacsl.0.10~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-16 20:44.56: Using cache hint "ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a-frama-c-metacsl.0.10~beta-942cf92898f611b05516a6d7061df8b16ac17513"
2025-11-16 20:44.56: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a)
(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-c-metacsl.0.10~beta 0.10~beta"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-c-metacsl.0.10~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-c-metacsl.0.10~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-16 20:44.56: Waiting for resource in pool OCluster
2025-11-16 20:44.56: Waiting for worker…
2025-11-16 20:47.44: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 57% (10857/18769)
Updating files: 58% (10887/18769)
Updating files: 59% (11074/18769)
Updating files: 60% (11262/18769)
Updating files: 61% (11450/18769)
Updating files: 62% (11637/18769)
Updating files: 63% (11825/18769)
Updating files: 64% (12013/18769)
Updating files: 65% (12200/18769)
Updating files: 66% (12388/18769)
Updating files: 67% (12576/18769)
Updating files: 68% (12763/18769)
Updating files: 69% (12951/18769)
Updating files: 70% (13139/18769)
Updating files: 71% (13326/18769)
Updating files: 72% (13514/18769)
Updating files: 73% (13702/18769)
Updating files: 74% (13890/18769)
Updating files: 75% (14077/18769)
Updating files: 76% (14265/18769)
Updating files: 77% (14453/18769)
Updating files: 78% (14640/18769)
Updating files: 79% (14828/18769)
Updating files: 80% (15016/18769)
Updating files: 81% (15203/18769)
Updating files: 82% (15391/18769)
Updating files: 83% (15579/18769)
Updating files: 84% (15766/18769)
Updating files: 85% (15954/18769)
Updating files: 86% (16142/18769)
Updating files: 87% (16330/18769)
Updating files: 88% (16517/18769)
Updating files: 89% (16705/18769)
Updating files: 90% (16893/18769)
Updating files: 91% (17080/18769)
Updating files: 92% (17268/18769)
Updating files: 93% (17456/18769)
Updating files: 94% (17643/18769)
Updating files: 95% (17831/18769)
Updating files: 96% (18019/18769)
Updating files: 97% (18206/18769)
Updating files: 98% (18394/18769)
Updating files: 99% (18582/18769)
Updating files: 100% (18769/18769)
Updating files: 100% (18769/18769), done.
HEAD is now at 1c92c86556 Merge pull request #28847 from nikochiko/opam-publish-raga.0.1.0
Merge made by the 'ort' strategy.
.../frama-c-metacsl/frama-c-metacsl.0.10~beta/opam | 59 ++++++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 packages/frama-c-metacsl/frama-c-metacsl.0.10~beta/opam
(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a)
2025-11-16 20:47.49 ---> using "531dd882a2fae5a34a8bfa5ee93af1613955008dcdcd99be6da6c29a1733a42a" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-16 20:47.49 ---> using "5a6c475228238559086b0ae1d567a6d46415077fd45cc94075ef1ad6fb203311" 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 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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-16 20:47.49 ---> using "be58e76ddc4026c7cb0381161cd8022c146cb46f7c56ee7ce5b508d8f20470da" 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~alpha1
# 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-16 20:47.50 ---> saved as "41a402bb9a1f269e83edd144d478274457c806d6af3c7cadbc83018b44e291fa"
/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-16 20:48.04 ---> saved as "b55ea0dc1e22e5598950c2a61d6e1d9c500a9c4efabb445967c24911e9648cfe"
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-16 20:48.51 ---> saved as "de0db3ed6a28195eb4f9255adec817d2294a3dd5edaa1c4a70af88851bd0c80c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-16 20:49.25 ---> saved as "89a2f5a9b5a8638902a0ace81b326cfa8cbbd1180a400965630bc1bcc5618063"
/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-206-ge2cfd1f9853 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.2-208-g022c423b5ab [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20251016-2357-g3330a8a3ff8 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20251016-2390-g73fd2261559 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20251016-2391-g17256e885d4 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 60075 distinct packages available
2025-11-16 20:49.28 ---> saved as "97c0650792fad3c059cad9163029fff011b42212e3104f61a3ebcd336c60d38c"
/home/opam: (run (shell "opam pin add -k version -yn frama-c-metacsl.0.10~beta 0.10~beta"))
frama-c-metacsl is now pinned to version 0.10~beta
2025-11-16 20:49.29 ---> saved as "fd59670c0b49646b250c7822618f5d6dacdcb59d73267e2cdb92b2749f412f62"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-c-metacsl.0.10~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-c-metacsl.0.10~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.10~beta is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 73 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 yaml]
- install cairo2 0.6.5 [required by lablgtk3]
- install camlp-streams 5.0.1 [required by lablgtk3, lablgtk3-sourceview3]
- install camlzip 1.13 [required by frama-c]
- install conf-autoconf 0.2 [required by alt-ergo-free]
- install conf-cairo 1 [required by cairo2]
- 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-pkg-config 4 [required by conf-gtksourceview3]
- 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]
- install ctypes 0.24.0 [required by yaml]
- install dune 3.20.2 [required by frama-c-metacsl]
- 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 fmt 0.11.0 [required by bos]
- install fpath 0.7.3 [required by bos]
- install frama-c 32.0~beta [required by frama-c-metacsl]
- install frama-c-metacsl 0.10~beta (pinned) Note that if you wish to use the deduction features of MetAcsl, you must install the conf-swi-prolog package (and swi-prolog itself)
- install integers 0.7.0 [required by ctypes]
- install jane-street-headers v0.16.0 [required by time_now]
- 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 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 ppx_deriving, why3]
- 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 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 rresult 0.7.0 [required by bos]
- install sexplib0 v0.16.0 [required by ppxlib, 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 why3 1.8.2 [required by frama-c-metacsl]
- 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-c]
The following system packages will first need to be installed:
autoconf cairo-dev gmp-dev graphviz gtk+3.0-dev gtksourceview-dev 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" "gmp-dev" "graphviz" "gtk+3.0-dev" "gtksourceview-dev" "zlib-dev"
- (1/192) Installing m4 (1.4.19-r4)
- (2/192) Installing perl (5.40.3-r0)
- (3/192) Installing autoconf (2.72-r1)
- (4/192) Installing cairo-tools (1.18.4-r0)
- (5/192) Installing libpng (1.6.47-r0)
- (6/192) Installing freetype (2.13.3-r0)
- (7/192) Installing fontconfig (2.15.0-r3)
- (8/192) Installing expat (2.7.3-r0)
- (9/192) Installing expat-dev (2.7.3-r0)
- (10/192) Installing bzip2-dev (1.0.8-r6)
- (11/192) Installing brotli (1.1.0-r2)
- (12/192) Installing brotli-dev (1.1.0-r2)
- (13/192) Installing zlib-dev (1.3.1-r2)
- (14/192) Installing libpng-dev (1.6.47-r0)
- (15/192) Installing freetype-dev (2.13.3-r0)
- (16/192) Installing fontconfig-dev (2.15.0-r3)
- (17/192) Installing libxext (1.3.6-r2)
- (18/192) Installing libxext-dev (1.3.6-r2)
- (19/192) Installing libxrender (0.9.12-r0)
- (20/192) Installing libxrender-dev (0.9.12-r0)
- (21/192) Installing pixman (0.46.4-r0)
- (22/192) Installing pixman-dev (0.46.4-r0)
- (23/192) Installing util-macros (1.20.1-r0)
- (24/192) Installing xcb-util (0.4.1-r3)
- (25/192) Installing xcb-util-dev (0.4.1-r3)
- (26/192) Installing cairo (1.18.4-r0)
- (27/192) Installing libintl (0.24.1-r0)
- (28/192) Installing libeconf (0.6.3-r0)
- (29/192) Installing libblkid (2.41-r9)
- (30/192) Installing libmount (2.41-r9)
- (31/192) Installing glib (2.84.4-r0)
- (32/192) Installing cairo-gobject (1.18.4-r0)
- (33/192) Installing libxml2 (2.13.9-r0)
- (34/192) Installing libxml2-utils (2.13.9-r0)
- (35/192) Installing docbook-xml (4.5-r10)
- Executing docbook-xml-4.5-r10.post-install
- (36/192) Installing libxslt (1.1.43-r3)
- (37/192) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (38/192) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (39/192) Installing docbook-xsl (1.79.2-r11)
- (40/192) Installing gettext-asprintf (0.24.1-r0)
- (41/192) Installing gettext-libs (0.24.1-r0)
- (42/192) Installing gettext-envsubst (0.24.1-r0)
- (43/192) Installing gettext (0.24.1-r0)
- (44/192) Installing gettext-dev (0.24.1-r0)
- (45/192) Installing py3-parsing (3.2.3-r0)
- (46/192) Installing py3-parsing-pyc (3.2.3-r0)
- (47/192) Installing py3-packaging (25.0-r0)
- (48/192) Installing py3-packaging-pyc (25.0-r0)
- (49/192) Installing linux-headers (6.14.2-r0)
- (50/192) Installing libffi-dev (3.4.8-r0)
- (51/192) Installing bsd-compat-headers (0.7.2-r6)
- (52/192) Installing libedit (20250104.3.1-r1)
- (53/192) Installing libedit-dev (20250104.3.1-r1)
- (54/192) Installing libpcre2-16 (10.46-r0)
- (55/192) Installing libpcre2-32 (10.46-r0)
- (56/192) Installing pcre2-dev (10.46-r0)
- (57/192) Installing libuuid (2.41-r9)
- (58/192) Installing libfdisk (2.41-r9)
- (59/192) Installing liblastlog2 (2.41-r9)
- (60/192) Installing libsmartcols (2.41-r9)
- (61/192) Installing sqlite (3.49.2-r1)
- (62/192) Installing sqlite-dev (3.49.2-r1)
- (63/192) Installing util-linux-dev (2.41-r9)
- (64/192) Installing glib-dev (2.84.4-r0)
- (65/192) Installing cairo-dev (1.18.4-r0)
- (66/192) Installing perl-error (0.17030-r0)
- (67/192) Installing perl-git (2.49.1-r0)
- (68/192) Installing git-perl (2.49.1-r0)
- (69/192) Installing libgmpxx (6.3.0-r3)
- (70/192) Installing gmp-dev (6.3.0-r3)
- (71/192) Installing font-cantarell (0.303.1-r2)
- (72/192) Installing graphviz-libs (12.2.1-r0)
- (73/192) Installing libice (1.1.2-r0)
- (74/192) Installing libsm (1.2.5-r0)
- (75/192) Installing libxt (1.3.1-r0)
- (76/192) Installing libxpm (3.5.17-r0)
- (77/192) Installing aom-libs (3.12.1-r0)
- (78/192) Installing libdav1d (1.5.1-r0)
- (79/192) Installing libjpeg-turbo (3.1.0-r0)
- (80/192) Installing libyuv (0.0.1887.20251502-r1)
- (81/192) Installing libavif (1.3.0-r0)
- (82/192) Installing libsharpyuv (1.5.0-r0)
- (83/192) Installing libwebp (1.5.0-r0)
- (84/192) Installing tiff (4.7.1-r0)
- (85/192) Installing libgd (2.3.3-r10)
- (86/192) Installing libxft (2.3.8-r3)
- (87/192) Installing fribidi (1.0.16-r1)
- (88/192) Installing graphite2 (1.3.14-r6)
- (89/192) Installing harfbuzz (11.2.1-r0)
- (90/192) Installing pango (1.56.3-r0)
- (91/192) Installing graphviz (12.2.1-r0)
- (92/192) Installing shared-mime-info (2.4-r6)
- (93/192) Installing gdk-pixbuf (2.42.12-r1)
- (94/192) Installing libturbojpeg (3.1.0-r0)
- (95/192) Installing libjpeg-turbo-dev (3.1.0-r0)
- (96/192) Installing libtiffxx (4.7.1-r0)
- (97/192) Installing libwebpdecoder (1.5.0-r0)
- (98/192) Installing libwebpdemux (1.5.0-r0)
- (99/192) Installing libwebpmux (1.5.0-r0)
- (100/192) Installing libwebp-dev (1.5.0-r0)
- (101/192) Installing zstd (1.5.7-r0)
- (102/192) Installing zstd-dev (1.5.7-r0)
- (103/192) Installing tiff-dev (4.7.1-r0)
- (104/192) Installing gdk-pixbuf-dev (2.42.12-r1)
- (105/192) Installing libepoxy (1.5.10-r1)
- (106/192) Installing hwdata-pci (0.395-r0)
- (107/192) Installing libpciaccess (0.18.1-r0)
- (108/192) Installing libdrm (2.4.124-r0)
- (109/192) Installing libpciaccess-dev (0.18.1-r0)
- (110/192) Installing libdrm-dev (2.4.124-r0)
- (111/192) Installing libxdamage (1.1.6-r5)
- (112/192) Installing libxfixes (6.0.1-r4)
- (113/192) Installing libxfixes-dev (6.0.1-r4)
- (114/192) Installing libxdamage-dev (1.1.6-r5)
- (115/192) Installing libxshmfence (1.3.3-r0)
- (116/192) Installing libxshmfence-dev (1.3.3-r0)
- (117/192) Installing llvm20-libs (20.1.8-r0)
- (118/192) Installing spirv-tools (1.4.313.0-r0)
- (119/192) Installing libelf (0.193-r0)
- (120/192) Installing wayland-libs-server (1.23.1-r3)
- (121/192) Installing mesa (25.1.9-r0)
- (122/192) Installing mesa-gbm (25.1.9-r0)
- (123/192) Installing wayland-libs-client (1.23.1-r3)
- (124/192) Installing mesa-egl (25.1.9-r0)
- (125/192) Installing libxxf86vm (1.1.6-r0)
- (126/192) Installing mesa-gl (25.1.9-r0)
- (127/192) Installing mesa-gles (25.1.9-r0)
- (128/192) Installing clang20-headers (20.1.8-r0)
- (129/192) Installing libclc (20.1.8-r0)
- (130/192) Installing spirv-llvm-translator-libs (20.1.2-r0)
- (131/192) Installing clang20-libs (20.1.8-r0)
- (132/192) Installing mesa-rusticl (25.1.9-r0)
- (133/192) Installing mesa-xatracker (25.1.9-r0)
- (134/192) Installing libxxf86vm-dev (1.1.6-r0)
- (135/192) Installing mesa-dev (25.1.9-r0)
- (136/192) Installing libepoxy-dev (1.5.10-r1)
- (137/192) Installing libxi (1.8.2-r0)
- (138/192) Installing libxi-dev (1.8.2-r0)
- (139/192) Installing libxinerama (1.1.5-r4)
- (140/192) Installing libxinerama-dev (1.1.5-r4)
- (141/192) Installing xkeyboard-config (2.43-r0)
- (142/192) Installing libxkbcommon (1.8.1-r2)
- (143/192) Installing libxkbcommon-x11 (1.8.1-r2)
- (144/192) Installing xz-dev (5.8.1-r0)
- (145/192) Installing libxml2-dev (2.13.9-r0)
- (146/192) Installing libxkbcommon-dev (1.8.1-r2)
- (147/192) Installing wayland-libs-cursor (1.23.1-r3)
- (148/192) Installing wayland-protocols (1.44-r0)
- (149/192) Installing gobject-introspection (1.84.0-r0)
- (150/192) Installing hicolor-icon-theme (0.18-r0)
- (151/192) Installing gtk-update-icon-cache (3.24.50-r0)
- (152/192) Installing libxcomposite (0.4.6-r5)
- (153/192) Installing libxcursor (1.2.3-r0)
- (154/192) Installing libxrandr (1.5.4-r1)
- (155/192) Installing libatk-1.0 (2.56.5-r0)
- (156/192) Installing dbus-libs (1.16.2-r1)
- (157/192) Installing at-spi2-core-libs (2.56.5-r0)
- (158/192) Installing libxtst (1.2.5-r0)
- (159/192) Installing at-spi2-core (2.56.5-r0)
- (160/192) Installing libatk-bridge-2.0 (2.56.5-r0)
- (161/192) Installing avahi-libs (0.8-r21)
- (162/192) Installing nettle (3.10.1-r0)
- (163/192) Installing libtasn1 (4.20.0-r0)
- (164/192) Installing p11-kit (0.25.5-r2)
- (165/192) Installing gnutls (3.8.8-r0)
- (166/192) Installing cups-libs (2.4.11-r0)
- (167/192) Installing wayland-libs-egl (1.23.1-r3)
- (168/192) Installing gtk+3.0 (3.24.50-r0)
- (169/192) Installing dbus-dev (1.16.2-r1)
- (170/192) Installing libxtst-dev (1.2.5-r0)
- (171/192) Installing at-spi2-core-dev (2.56.5-r0)
- (172/192) Installing fribidi-dev (1.0.16-r1)
- (173/192) Installing pango-tools (1.56.3-r0)
- (174/192) Installing harfbuzz-cairo (11.2.1-r0)
- (175/192) Installing harfbuzz-gobject (11.2.1-r0)
- (176/192) 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.
- *
- (177/192) Installing icu-libs (76.1-r1)
- (178/192) Installing harfbuzz-icu (11.2.1-r0)
- (179/192) Installing harfbuzz-subset (11.2.1-r0)
- (180/192) Installing graphite2-dev (1.3.14-r6)
- (181/192) Installing icu (76.1-r1)
- (182/192) Installing icu-dev (76.1-r1)
- (183/192) Installing harfbuzz-dev (11.2.1-r0)
- (184/192) Installing libxft-dev (2.3.8-r3)
- (185/192) Installing pango-dev (1.56.3-r0)
- (186/192) Installing wayland-dev (1.23.1-r3)
- (187/192) Installing libxcomposite-dev (0.4.6-r5)
- (188/192) Installing libxcursor-dev (1.2.3-r0)
- (189/192) Installing libxrandr-dev (1.5.4-r1)
- (190/192) Installing gtk+3.0-dev (3.24.50-r0)
- (191/192) Installing gtksourceview (3.24.11-r3)
- (192/192) Installing gtksourceview-dev (3.24.11-r3)
- Executing busybox-1.37.0-r19.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: 1053 MiB in 294 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 camlzip.1.13 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.24.0 (cached)
-> installed conf-autoconf.0.2
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> installed conf-zlib.1
-> 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 fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved frama-c.32.0~beta (cached)
-> retrieved frama-c-metacsl.0.10~beta (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved jane-street-headers.v0.16.0 (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 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 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 rresult.0.7.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 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 ocamlbuild.0.16.1
-> installed camlzip.1.13
-> installed ocplib-simplex.0.4.1
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed zarith.1.14
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> 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 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 sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed yojson.3.0.0
-> installed integers.0.7.0
-> installed ordering.3.20.2
-> installed dune-configurator.3.20.2
-> installed dyn.3.20.2
-> installed cairo2.0.6.5
-> installed stdune.3.20.2
-> installed base.v0.16.4
-> installed ctypes.0.24.0
-> installed stdio.v0.16.0
-> installed lablgtk3.3.1.5
-> installed menhir.20211128
-> installed dune-private-libs.3.20.2
-> installed lablgtk3-sourceview3.3.1.5
-> installed dune-site.3.20.2
-> installed yaml.3.2.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_deriving_yaml.0.4.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed psmt2-frontend.0.1
-> installed ppx_hash.v0.16.0
-> 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 frama-c.32.0~beta
-> installed frama-c-metacsl.0.10~beta
Done.
<><> 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)
2025-11-16 20:57.13 ---> saved as "46892489832738f7140881d9ea2d11b11e5c5fbdb5df5f012a398aaba1771d38"
Job succeeded
2025-11-16 20:57.24: Job succeeded