(for PR #27939)

2025-06-03 05:39.00: New job: build frama-c-metacsl.0.9~beta, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27939/head (92fed4945b26c41e9de254fce5536369d0f4a935)
                              on alpine-3.21-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/27939/head" && git reset --hard 92fed494
git fetch origin master
git merge --no-edit c037675bed027195b802bf40b1840ece3feb3b2a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc
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.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 "\"alpine-3.21\""; 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-06-03 05:39.00: Using cache hint "ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc-frama-c-metacsl.0.9~beta-92fed4945b26c41e9de254fce5536369d0f4a935"
2025-06-03 05:39.00: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc)
 (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.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 \"\\\"alpine-3.21\\\"\"; 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-06-03 05:39.00: Waiting for resource in pool OCluster
2025-06-03 05:39.00: Waiting for worker…
2025-06-03 05:39.00: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
All commits already cached
Updating files:  51% (11866/23183)
Updating files:  52% (12056/23183)
Updating files:  53% (12287/23183)
Updating files:  54% (12519/23183)
Updating files:  55% (12751/23183)
Updating files:  56% (12983/23183)
Updating files:  57% (13215/23183)
Updating files:  58% (13447/23183)
Updating files:  59% (13678/23183)
Updating files:  60% (13910/23183)
Updating files:  61% (14142/23183)
Updating files:  62% (14374/23183)
Updating files:  63% (14606/23183)
Updating files:  64% (14838/23183)
Updating files:  65% (15069/23183)
Updating files:  66% (15301/23183)
Updating files:  67% (15533/23183)
Updating files:  68% (15765/23183)
Updating files:  69% (15997/23183)
Updating files:  70% (16229/23183)
Updating files:  71% (16460/23183)
Updating files:  72% (16692/23183)
Updating files:  73% (16924/23183)
Updating files:  74% (17156/23183)
Updating files:  75% (17388/23183)
Updating files:  76% (17620/23183)
Updating files:  77% (17851/23183)
Updating files:  78% (18083/23183)
Updating files:  79% (18315/23183)
Updating files:  80% (18547/23183)
Updating files:  81% (18779/23183)
Updating files:  82% (19011/23183)
Updating files:  83% (19242/23183)
Updating files:  84% (19474/23183)
Updating files:  85% (19706/23183)
Updating files:  86% (19938/23183)
Updating files:  87% (20170/23183)
Updating files:  88% (20402/23183)
Updating files:  89% (20633/23183)
Updating files:  90% (20865/23183)
Updating files:  91% (21097/23183)
Updating files:  92% (21329/23183)
Updating files:  93% (21561/23183)
Updating files:  94% (21793/23183)
Updating files:  95% (22024/23183)
Updating files:  96% (22256/23183)
Updating files:  97% (22488/23183)
Updating files:  98% (22720/23183)
Updating files:  99% (22952/23183)
Updating files: 100% (23183/23183)
Updating files: 100% (23183/23183), done.
HEAD is now at c037675bed Merge pull request #27980 from jmid/conf-freeglut-typo
Merge made by the 'ort' strategy.
 .../frama-c-metacsl/frama-c-metacsl.0.9~beta/opam  |  59 ++++++
 packages/frama-c/frama-c.31.0~beta/opam            | 199 +++++++++++++++++++++
 packages/frama-clang/frama-clang.0.0.18~beta/opam  |  48 +++++
 3 files changed, 306 insertions(+)
 create mode 100644 packages/frama-c-metacsl/frama-c-metacsl.0.9~beta/opam
 create mode 100644 packages/frama-c/frama-c.31.0~beta/opam
 create mode 100644 packages/frama-clang/frama-clang.0.0.18~beta/opam

(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc)
Unable to find image 'ocaml/opam:alpine-3.21-ocaml-4.14@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc' locally
docker.io/ocaml/opam@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc: Pulling from ocaml/opam
82ddd567c1b0: Pulling fs layer
d96db50d3b95: Pulling fs layer
c99595729266: Pulling fs layer
9dcbd23aebd7: Pulling fs layer
0579650eec45: Pulling fs layer
9dcbd23aebd7: Waiting
0579650eec45: Waiting
c99595729266: Verifying Checksum
c99595729266: Download complete
9dcbd23aebd7: Verifying Checksum
9dcbd23aebd7: Download complete
0579650eec45: Verifying Checksum
0579650eec45: Download complete
d96db50d3b95: Verifying Checksum
d96db50d3b95: Download complete
82ddd567c1b0: Verifying Checksum
82ddd567c1b0: Download complete
82ddd567c1b0: Pull complete
d96db50d3b95: Pull complete
c99595729266: Pull complete
9dcbd23aebd7: Pull complete
0579650eec45: Pull complete
Digest: sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc
Status: Downloaded newer image for ocaml/opam@sha256:f21c55fd62420a059391d2f5dc1f4acc0f84692ea17251a9696142ef09cc1abc
2025-06-03 05:39.13 ---> using "26c76ddfc70590fdd383b13dcef2243ba86d955bc36c6b1583aa0ada538fee90" 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-06-03 05:39.13 ---> using "778d6c61c4fe4fe4cffc13d07e37ed1efa1f5faef7d5b3bf89d003899bfa7b5b" 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-06-03 05:39.13 ---> using "712e77a3577308e7f1902cf072f5f54e5bbff4040a22733145d89a4b9b102185" 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.4.0~alpha2
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=alpine os-version=3.21.3
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 31
# 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-06-03 05:39.13 ---> using "d7e182070bb45acc8cd2aae976dba74f3eaa515474e2255e0b712ffaba036e87" 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-06-03 05:39.13 ---> using "a1017d5ca95ad540a8e210cbb5bbc112c0debdc6145ac1ddf5a565ac736d2db3" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-03 05:39.21 ---> saved as "e3509883165410b49af20c93484eba612e426b140d3620a1fb05ba9dc4b4a860"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-03 05:39.43 ---> saved as "cdde3c0da17ff0b64a124cf5d36dfb966ab9d8f308157896d8c3b7f54c9e27c7"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/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.21.3-574-g638d0989887 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-575-g016e410865b [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.22.0-234-g8838fbea6ab [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.22.0-234-g8838fbea6ab [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.22.0-234-g8838fbea6ab [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 58481 distinct packages available
2025-06-03 05:39.44 ---> saved as "f3d1e7537297b9914bbf91ddc703a91105f920397f6e9fab65fb3a959166d432"

/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-06-03 05:39.45 ---> saved as "b292d556226fc26444f0a2f0230e3a671a6b05fa8458153dec3bb6be2eac1366"

/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 \"\\\"alpine-3.21\\\"\"; 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
The following actions will be performed:
=== install 58 packages
  - install alt-ergo-free        2.2.0             [required by frama-c]
  - install astring              0.8.5             [required by bos]
  - install bigarray-compat      1.1.0             [required by ctypes]
  - 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.23.0            [required by yaml]
  - install dune                 3.19.0            [required by frama-c-metacsl]
  - install dune-configurator    3.19.0            [required by frama-c]
  - install dune-private-libs    3.19.0            [required by dune-site]
  - install dune-site            3.19.0            [required by frama-c]
  - install dyn                  3.19.0            [required by dune-private-libs]
  - install fmt                  0.10.0            [required by bos]
  - install fpath                0.7.3             [required by bos]
  - install frama-c              31.0~beta         [required by frama-c-metacsl]
  - install frama-c-metacsl      0.9~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 lablgtk3             3.1.5             [required by frama-c]
  - install lablgtk3-sourceview3 3.1.5             [required by frama-c]
  - install logs                 0.8.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.5-1             [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.19.0            [required by dyn, stdune]
  - install pp                   2.0.0             [required by dune-private-libs]
  - 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 ppxlib               0.35.0            [required by ppx_deriving_yaml, ppx_deriving, ppx_deriving_yojson]
  - install psmt2-frontend       0.1               [required by alt-ergo-free]
  - install rresult              0.7.0             [required by bos]
  - install sexplib0             v0.17.0           [required by ppxlib]
  - install stdlib-shims         0.3.0             [required by ppxlib]
  - install stdune               3.19.0            [required by dune-private-libs]
  - install topkg                1.0.8             [required by bos]
  - install unionFind            20220122          [required by frama-c]
  - install why3                 1.8.0             [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/193) Installing m4 (1.4.19-r3)
- (2/193) Installing perl (5.40.1-r1)
- (3/193) Installing autoconf (2.72-r0)
- (4/193) Installing cairo-tools (1.18.2-r1)
- (5/193) Installing libpng (1.6.47-r0)
- (6/193) Installing freetype (2.13.3-r0)
- (7/193) Installing fontconfig (2.15.0-r1)
- (8/193) Installing expat (2.7.0-r0)
- (9/193) Installing expat-dev (2.7.0-r0)
- (10/193) Installing bzip2-dev (1.0.8-r6)
- (11/193) Installing brotli (1.1.0-r2)
- (12/193) Installing brotli-dev (1.1.0-r2)
- (13/193) Installing zlib-dev (1.3.1-r2)
- (14/193) Installing libpng-dev (1.6.47-r0)
- (15/193) Installing freetype-dev (2.13.3-r0)
- (16/193) Installing fontconfig-dev (2.15.0-r1)
- (17/193) Installing libxext (1.3.6-r2)
- (18/193) Installing libxext-dev (1.3.6-r2)
- (19/193) Installing libxrender (0.9.11-r5)
- (20/193) Installing libxrender-dev (0.9.11-r5)
- (21/193) Installing pixman (0.43.4-r1)
- (22/193) Installing pixman-dev (0.43.4-r1)
- (23/193) Installing util-macros (1.20.1-r0)
- (24/193) Installing xcb-util (0.4.1-r3)
- (25/193) Installing xcb-util-dev (0.4.1-r3)
- (26/193) Installing cairo (1.18.2-r1)
- (27/193) Installing libintl (0.22.5-r0)
- (28/193) Installing libeconf (0.6.3-r0)
- (29/193) Installing libblkid (2.40.4-r1)
- (30/193) Installing libmount (2.40.4-r1)
- (31/193) Installing glib (2.82.5-r0)
- (32/193) Installing cairo-gobject (1.18.2-r1)
- (33/193) Installing libxml2 (2.13.4-r6)
- (34/193) Installing libxml2-utils (2.13.4-r6)
- (35/193) Installing docbook-xml (4.5-r9)
- Executing docbook-xml-4.5-r9.post-install
- (36/193) Installing libgpg-error (1.51-r0)
- (37/193) Installing libgcrypt (1.10.3-r1)
- (38/193) Installing libxslt (1.1.42-r2)
- (39/193) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (40/193) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (41/193) Installing docbook-xsl (1.79.2-r11)
- (42/193) Installing gettext-asprintf (0.22.5-r0)
- (43/193) Installing gettext-libs (0.22.5-r0)
- (44/193) Installing gettext-envsubst (0.22.5-r0)
- (45/193) Installing gettext (0.22.5-r0)
- (46/193) Installing gettext-dev (0.22.5-r0)
- (47/193) Installing py3-parsing (3.1.4-r0)
- (48/193) Installing py3-parsing-pyc (3.1.4-r0)
- (49/193) Installing py3-packaging (24.2-r0)
- (50/193) Installing py3-packaging-pyc (24.2-r0)
- (51/193) Installing linux-headers (6.6-r1)
- (52/193) Installing libffi-dev (3.4.7-r0)
- (53/193) Installing bsd-compat-headers (0.7.2-r6)
- (54/193) Installing libedit (20240808.3.1-r0)
- (55/193) Installing libedit-dev (20240808.3.1-r0)
- (56/193) Installing libpcre2-16 (10.43-r0)
- (57/193) Installing libpcre2-32 (10.43-r0)
- (58/193) Installing pcre2-dev (10.43-r0)
- (59/193) Installing libuuid (2.40.4-r1)
- (60/193) Installing libfdisk (2.40.4-r1)
- (61/193) Installing liblastlog2 (2.40.4-r1)
- (62/193) Installing libsmartcols (2.40.4-r1)
- (63/193) Installing sqlite (3.48.0-r2)
- (64/193) Installing sqlite-dev (3.48.0-r2)
- (65/193) Installing util-linux-dev (2.40.4-r1)
- (66/193) Installing glib-dev (2.82.5-r0)
- (67/193) Installing cairo-dev (1.18.2-r1)
- (68/193) Installing perl-error (0.17029-r2)
- (69/193) Installing perl-git (2.47.2-r0)
- (70/193) Installing git-perl (2.47.2-r0)
- (71/193) Installing libgmpxx (6.3.0-r2)
- (72/193) Installing gmp-dev (6.3.0-r2)
- (73/193) Installing font-cantarell (0.303.1-r2)
- (74/193) Installing graphviz-libs (12.2.0-r0)
- (75/193) Installing libice (1.1.1-r6)
- (76/193) Installing libsm (1.2.4-r4)
- (77/193) Installing libxt (1.3.1-r0)
- (78/193) Installing libxpm (3.5.17-r0)
- (79/193) Installing aom-libs (3.11.0-r0)
- (80/193) Installing libdav1d (1.5.0-r0)
- (81/193) Installing libsharpyuv (1.4.0-r0)
- (82/193) Installing libavif (1.0.4-r0)
- (83/193) Installing libjpeg-turbo (3.0.4-r0)
- (84/193) Installing libwebp (1.4.0-r0)
- (85/193) Installing tiff (4.7.0-r0)
- (86/193) Installing libgd (2.3.3-r9)
- (87/193) Installing libxft (2.3.8-r3)
- (88/193) Installing fribidi (1.0.16-r0)
- (89/193) Installing graphite2 (1.3.14-r6)
- (90/193) Installing harfbuzz (9.0.0-r1)
- (91/193) Installing pango (1.54.0-r1)
- (92/193) Installing graphviz (12.2.0-r0)
- (93/193) Installing shared-mime-info (2.4-r2)
- (94/193) Installing gdk-pixbuf (2.42.12-r1)
- (95/193) Installing libturbojpeg (3.0.4-r0)
- (96/193) Installing libjpeg-turbo-dev (3.0.4-r0)
- (97/193) Installing libtiffxx (4.7.0-r0)
- (98/193) Installing libwebpdecoder (1.4.0-r0)
- (99/193) Installing libwebpdemux (1.4.0-r0)
- (100/193) Installing libwebpmux (1.4.0-r0)
- (101/193) Installing libwebp-dev (1.4.0-r0)
- (102/193) Installing zstd (1.5.6-r2)
- (103/193) Installing zstd-dev (1.5.6-r2)
- (104/193) Installing tiff-dev (4.7.0-r0)
- (105/193) Installing gdk-pixbuf-dev (2.42.12-r1)
- (106/193) Installing libepoxy (1.5.10-r1)
- (107/193) Installing hwdata-pci (0.393-r0)
- (108/193) Installing libpciaccess (0.18.1-r0)
- (109/193) Installing libdrm (2.4.123-r1)
- (110/193) Installing libpciaccess-dev (0.18.1-r0)
- (111/193) Installing libdrm-dev (2.4.123-r1)
- (112/193) Installing libxdamage (1.1.6-r5)
- (113/193) Installing libxfixes (6.0.1-r4)
- (114/193) Installing libxfixes-dev (6.0.1-r4)
- (115/193) Installing libxdamage-dev (1.1.6-r5)
- (116/193) Installing libxshmfence (1.3.2-r6)
- (117/193) Installing libxshmfence-dev (1.3.2-r6)
- (118/193) Installing llvm19-libs (19.1.4-r1)
- (119/193) Installing libelf (0.191-r0)
- (120/193) Installing mesa-glapi (24.2.8-r0)
- (121/193) Installing mesa (24.2.8-r0)
- (122/193) Installing wayland-libs-server (1.23.1-r0)
- (123/193) Installing mesa-gbm (24.2.8-r0)
- (124/193) Installing wayland-libs-client (1.23.1-r0)
- (125/193) Installing mesa-egl (24.2.8-r0)
- (126/193) Installing libxxf86vm (1.1.5-r6)
- (127/193) Installing mesa-gl (24.2.8-r0)
- (128/193) Installing mesa-gles (24.2.8-r0)
- (129/193) Installing mesa-osmesa (24.2.8-r0)
- (130/193) Installing clang19-headers (19.1.4-r0)
- (131/193) Installing libclc (19.1.4-r0)
- (132/193) Installing spirv-llvm-translator-libs (19.1.2-r0)
- (133/193) Installing spirv-tools (1.3.296.0-r0)
- (134/193) Installing clang19-libs (19.1.4-r0)
- (135/193) Installing mesa-rusticl (24.2.8-r0)
- (136/193) Installing mesa-xatracker (24.2.8-r0)
- (137/193) Installing libxxf86vm-dev (1.1.5-r6)
- (138/193) Installing mesa-dev (24.2.8-r0)
- (139/193) Installing libepoxy-dev (1.5.10-r1)
- (140/193) Installing libxi (1.8.2-r0)
- (141/193) Installing libxi-dev (1.8.2-r0)
- (142/193) Installing libxinerama (1.1.5-r4)
- (143/193) Installing libxinerama-dev (1.1.5-r4)
- (144/193) Installing xkeyboard-config (2.43-r0)
- (145/193) Installing libxkbcommon (1.7.0-r1)
- (146/193) Installing libxkbcommon-x11 (1.7.0-r1)
- (147/193) Installing xz-dev (5.6.3-r1)
- (148/193) Installing libxml2-dev (2.13.4-r6)
- (149/193) Installing libxkbcommon-dev (1.7.0-r1)
- (150/193) Installing wayland-libs-cursor (1.23.1-r0)
- (151/193) Installing wayland-protocols (1.38-r0)
- (152/193) Installing hicolor-icon-theme (0.18-r0)
- (153/193) Installing gtk-update-icon-cache (3.24.49-r0)
- (154/193) Installing libxcomposite (0.4.6-r5)
- (155/193) Installing libxcursor (1.2.3-r0)
- (156/193) Installing libxrandr (1.5.4-r1)
- (157/193) Installing libatk-1.0 (2.54.1-r0)
- (158/193) Installing libxtst (1.2.5-r0)
- (159/193) Installing dbus-libs (1.14.10-r4)
- (160/193) Installing at-spi2-core (2.54.1-r0)
- (161/193) Installing libatk-bridge-2.0 (2.54.1-r0)
- (162/193) Installing avahi-libs (0.8-r19)
- (163/193) Installing nettle (3.10-r1)
- (164/193) Installing libtasn1 (4.20.0-r0)
- (165/193) Installing p11-kit (0.25.5-r2)
- (166/193) Installing gnutls (3.8.8-r0)
- (167/193) Installing cups-libs (2.4.11-r0)
- (168/193) Installing wayland-libs-egl (1.23.1-r0)
- (169/193) Installing gtk+3.0 (3.24.49-r0)
- (170/193) Installing dbus-dev (1.14.10-r4)
- (171/193) Installing libxtst-dev (1.2.5-r0)
- (172/193) Installing at-spi2-core-dev (2.54.1-r0)
- (173/193) Installing fribidi-dev (1.0.16-r0)
- (174/193) Installing pango-tools (1.54.0-r1)
- (175/193) Installing harfbuzz-cairo (9.0.0-r1)
- (176/193) Installing harfbuzz-gobject (9.0.0-r1)
- (177/193) Installing icu-data-en (74.2-r0)
- Executing icu-data-en-74.2-r0.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (178/193) Installing icu-libs (74.2-r0)
- (179/193) Installing harfbuzz-icu (9.0.0-r1)
- (180/193) Installing harfbuzz-subset (9.0.0-r1)
- (181/193) Installing graphite2-dev (1.3.14-r6)
- (182/193) Installing icu (74.2-r0)
- (183/193) Installing icu-dev (74.2-r0)
- (184/193) Installing harfbuzz-dev (9.0.0-r1)
- (185/193) Installing libxft-dev (2.3.8-r3)
- (186/193) Installing pango-dev (1.54.0-r1)
- (187/193) Installing wayland-dev (1.23.1-r0)
- (188/193) Installing libxcomposite-dev (0.4.6-r5)
- (189/193) Installing libxcursor-dev (1.2.3-r0)
- (190/193) Installing libxrandr-dev (1.5.4-r1)
- (191/193) Installing gtk+3.0-dev (3.24.49-r0)
- (192/193) Installing gtksourceview (3.24.11-r3)
- (193/193) Installing gtksourceview-dev (3.24.11-r3)
- Executing busybox-1.37.0-r12.trigger
- Executing fontconfig-2.15.0-r1.trigger
- Executing glib-2.82.5-r0.trigger
- Executing graphviz-12.2.0-r0.trigger
- Executing shared-mime-info-2.4-r2.trigger
- Executing gdk-pixbuf-2.42.12-r1.trigger
- Executing gtk-update-icon-cache-3.24.49-r0.trigger
- Executing gtk+3.0-3.24.49-r0.trigger
- OK: 1038 MiB in 294 packages

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo-free.2.2.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigarray-compat.1.1.0  (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)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.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.19.0, dune-configurator.3.19.0, dune-private-libs.3.19.0, dune-site.3.19.0, dyn.3.19.0, ordering.3.19.0, stdune.3.19.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved frama-c.31.0~beta  (cached)
-> retrieved frama-c-metacsl.0.9~beta  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved lablgtk3.3.1.5, lablgtk3-sourceview3.3.1.5  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved menhir.20211128, menhirLib.20211128, menhirSdk.20211128  (cached)
-> retrieved num.1.5-1  (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_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 ppxlib.0.35.0  (cached)
-> retrieved psmt2-frontend.0.1  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved unionFind.20220122  (cached)
-> retrieved why3.1.8.0  (cached)
-> installed num.1.5-1
-> 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.0.8
-> installed rresult.0.7.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.19.0
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> 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.17.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20220122
-> installed yojson.3.0.0
-> installed integers.0.7.0
-> installed ordering.3.19.0
-> installed dune-configurator.3.19.0
-> installed dyn.3.19.0
-> installed cairo2.0.6.5
-> installed ctypes.0.23.0
-> installed stdune.3.19.0
-> installed dune-private-libs.3.19.0
-> installed menhir.20211128
-> installed lablgtk3.3.1.5
-> installed yaml.3.2.0
-> installed dune-site.3.19.0
-> installed lablgtk3-sourceview3.3.1.5
-> installed ppxlib.0.35.0
-> installed ppx_deriving_yaml.0.4.0
-> installed ppx_deriving.6.0.3
-> installed psmt2-frontend.0.1
-> installed ppx_deriving_yojson.3.9.1
-> installed alt-ergo-free.2.2.0
-> installed why3.1.8.0
-> installed frama-c.31.0~beta
-> installed frama-c-metacsl.0.9~beta
Done.

<><> frama-c.31.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 use 22'
   - run 'npm install --global yarn'
# To update the current shell environment, run: eval $(opam env)
2025-06-03 05:44.01 ---> saved as "729f51fc215062f5972948998482385545fe58e546398d641e0a23377274ff7a"
Job succeeded
2025-06-03 05:44.10: Job succeeded