(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-5.4/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-5.4@sha256:436f49b4fd1ccec296c4cce1ccab9ad6896cf5187c242abd5076aab5b27f25ea
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-5.4@sha256:436f49b4fd1ccec296c4cce1ccab9ad6896cf5187c242abd5076aab5b27f25ea-frama-clang.0.0.19~beta-54f70dbf3bc6d5a86217e550916b1400ce7f19db"
2025-11-28 08:09.08: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:436f49b4fd1ccec296c4cce1ccab9ad6896cf5187c242abd5076aab5b27f25ea)
 (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.17: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  60% (11476/18911)
Updating files:  61% (11536/18911)
Updating files:  62% (11725/18911)
Updating files:  63% (11914/18911)
Updating files:  64% (12104/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-5.4@sha256:436f49b4fd1ccec296c4cce1ccab9ad6896cf5187c242abd5076aab5b27f25ea)
2025-11-28 08:11.58 ---> saved as "416e0b63880ef760fa1bf9b0a13ac5741f7392fc56909a0f0bea2b94c9aaab96"

/: (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:11.59 ---> saved as "5a5ddb2a684cd24ea26779e83d42c83b27e76f399097389576bd16c05d31856b"

/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:12.36 ---> saved as "a9d0cb45b83233fc9c48e2277f4a9e84f88ee15bd2876c6acf5bb5d6144691de"

/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       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-11-28 08:12.37 ---> saved as "ea43288576a6f4f4c27c06b88bc1f1d91113cb164636c4dde321af85d8344f8a"

/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:12.51 ---> saved as "18116e01014eb9e2c87d54130c9f78c2afb27927fea4881f367a7f12bb815272"

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-28 08:13.04 ---> saved as "8e6ac0ff35664ad4f50f37510a08f7607f92a262213cb8cff55a8cd7e162de86"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-28 08:13.33 ---> saved as "18ad19bf42f0bcbd1682e164c7c641d9f44c35cb265fc913aec7ada51e0d6897"

/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:13.36 ---> saved as "b822621a0f0874d5958d8c4e66d4b9698409092569eaf72607e35115b60703db"

/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:13.38 ---> saved as "2cf2910bd581fe18e966ad9e9794c5d31bf4a7ab0593689901ea8b28cb1afe48"

/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 109 packages
  - install alt-ergo                2.6.2                [required by frama-c]
  - install alt-ergo-lib            2.6.2                [required by alt-ergo]
  - install alt-ergo-parsers        2.6.2                [required by alt-ergo]
  - install astring                 0.8.5                [required by bos]
  - install base                    v0.17.3              [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 cmdliner                1.3.0                [required by alt-ergo]
  - 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]
  - install cstruct                 6.2.0                [required by hex]
  - install ctypes                  0.24.0               [required by yaml]
  - install dolmen                  0.10                 [required by alt-ergo-lib]
  - install dolmen_loop             0.10                 [required by alt-ergo-lib]
  - install dolmen_type             0.10                 [required by alt-ergo-lib]
  - install dune                    3.20.2               [required by frama-clang]
  - install dune-build-info         3.20.2               [required by alt-ergo-lib]
  - 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 gen                     1.1                  [required by dolmen_loop]
  - install hex                     1.5.0                [required by ezjsonm]
  - install hmap                    0.8.1                [required by dolmen]
  - install integers                0.7.0                [required by ctypes]
  - install jane-street-headers     v0.17.0              [required by time_now]
  - install jsonm                   1.0.2                [required by ezjsonm]
  - install jst-config              v0.17.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                  20250912             [required by frama-c]
  - install menhirCST               20250912             [required by menhir]
  - install menhirLib               20250912             [required by menhir]
  - install menhirSdk               20250912             [required by menhir]
  - install not-ocamlfind           0.14                 [required by camlp5-buildscripts]
  - install num                     1.6                  [required by sexplib]
  - install ocaml-compiler-libs     v0.17.0              [required by ppxlib]
  - install ocaml_intrinsics_kernel v0.17.1              [required by base]
  - 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.5.1                [required by alt-ergo-lib]
  - install ordering                3.20.2               [required by dyn, stdune]
  - install parsexp                 v0.17.0              [required by sexplib]
  - install pcre2                   8.0.4                [required by camlp5]
  - install pp                      2.0.0                [required by dune-private-libs]
  - install pp_loc                  2.1.0                [required by dolmen_loop]
  - install ppx_assert              v0.17.0              [required by jst-config]
  - install ppx_base                v0.17.0              [required by time_now]
  - install ppx_blob                0.9.0                [required by alt-ergo-lib]
  - install ppx_cold                v0.17.0              [required by ppx_base]
  - install ppx_compare             v0.17.0              [required by ppx_base]
  - install ppx_derivers            1.2.1                [required by ppx_deriving]
  - install ppx_deriving            6.1.1                [required by frama-c]
  - install ppx_deriving_yaml       0.4.1                [required by frama-c]
  - install ppx_deriving_yojson     3.10.0               [required by frama-c]
  - install ppx_enumerate           v0.17.0              [required by ppx_base]
  - install ppx_globalize           v0.17.2              [required by ppx_base]
  - install ppx_hash                v0.17.0              [required by ppx_base]
  - install ppx_here                v0.17.0              [required by ppx_assert]
  - install ppx_inline_test         v0.17.1              [required by frama-c]
  - install ppx_optcomp             v0.17.1              [required by time_now]
  - install ppx_sexp_conv           v0.17.1              [required by why3]
  - install ppxlib                  0.37.0               [required by frama-c]
  - install ppxlib_jane             v0.17.4              [required by ppx_globalize, ppx_enumerate, ppx_hash]
  - install psmt2-frontend          0.4.0                [required by alt-ergo-parsers]
  - install re                      1.14.0               [required by camlp5]
  - install rresult                 0.7.0                [required by camlp5]
  - install seq                     base                 [required by alt-ergo-lib]
  - install sexplib                 v0.17.0              [required by why3]
  - install sexplib0                v0.17.0              [required by dune-compiledb, base]
  - install spelll                  0.4                  [required by dolmen_type]
  - install stdio                   v0.17.0              [required by ppx_optcomp]
  - install stdlib-shims            0.3.0                [required by alt-ergo-lib, alt-ergo-parsers]
  - install stdune                  3.20.2               [required by dune-private-libs]
  - install time_now                v0.17.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:
    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" "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/208) Installing cairo-tools (1.18.4-r0)
- (2/208) Installing libpng (1.6.51-r0)
- (3/208) Installing freetype (2.13.3-r0)
- (4/208) Installing fontconfig (2.15.0-r3)
- (5/208) Installing expat (2.7.3-r0)
- (6/208) Installing expat-dev (2.7.3-r0)
- (7/208) Installing bzip2-dev (1.0.8-r6)
- (8/208) Installing brotli (1.1.0-r2)
- (9/208) Installing brotli-dev (1.1.0-r2)
- (10/208) Installing zlib-dev (1.3.1-r2)
- (11/208) Installing libpng-dev (1.6.51-r0)
- (12/208) Installing freetype-dev (2.13.3-r0)
- (13/208) Installing fontconfig-dev (2.15.0-r3)
- (14/208) Installing libxext (1.3.6-r2)
- (15/208) Installing libxext-dev (1.3.6-r2)
- (16/208) Installing libxrender (0.9.12-r0)
- (17/208) Installing libxrender-dev (0.9.12-r0)
- (18/208) Installing pixman (0.46.4-r0)
- (19/208) Installing pixman-dev (0.46.4-r0)
- (20/208) Installing util-macros (1.20.1-r0)
- (21/208) Installing xcb-util (0.4.1-r3)
- (22/208) Installing xcb-util-dev (0.4.1-r3)
- (23/208) Installing cairo (1.18.4-r0)
- (24/208) Installing libintl (0.24.1-r0)
- (25/208) Installing libeconf (0.6.3-r0)
- (26/208) Installing libblkid (2.41-r9)
- (27/208) Installing libmount (2.41-r9)
- (28/208) Installing glib (2.84.4-r0)
- (29/208) Installing cairo-gobject (1.18.4-r0)
- (30/208) Installing libxml2 (2.13.9-r0)
- (31/208) Installing libxml2-utils (2.13.9-r0)
- (32/208) Installing docbook-xml (4.5-r10)
- Executing docbook-xml-4.5-r10.post-install
- (33/208) Installing libxslt (1.1.43-r3)
- (34/208) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (35/208) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (36/208) Installing docbook-xsl (1.79.2-r11)
- (37/208) Installing gettext-asprintf (0.24.1-r0)
- (38/208) Installing gettext-libs (0.24.1-r0)
- (39/208) Installing gettext-envsubst (0.24.1-r0)
- (40/208) Installing gettext (0.24.1-r0)
- (41/208) Installing gettext-dev (0.24.1-r0)
- (42/208) Installing py3-parsing (3.2.3-r0)
- (43/208) Installing py3-parsing-pyc (3.2.3-r0)
- (44/208) Installing py3-packaging (25.0-r0)
- (45/208) Installing py3-packaging-pyc (25.0-r0)
- (46/208) Installing linux-headers (6.14.2-r0)
- (47/208) Installing libffi-dev (3.4.8-r0)
- (48/208) Installing bsd-compat-headers (0.7.2-r6)
- (49/208) Installing libedit (20250104.3.1-r1)
- (50/208) Installing libedit-dev (20250104.3.1-r1)
- (51/208) Installing libpcre2-16 (10.46-r0)
- (52/208) Installing libpcre2-32 (10.46-r0)
- (53/208) Installing pcre2-dev (10.46-r0)
- (54/208) Installing libuuid (2.41-r9)
- (55/208) Installing libfdisk (2.41-r9)
- (56/208) Installing liblastlog2 (2.41-r9)
- (57/208) Installing libsmartcols (2.41-r9)
- (58/208) Installing sqlite (3.49.2-r1)
- (59/208) Installing sqlite-dev (3.49.2-r1)
- (60/208) Installing util-linux-dev (2.41-r9)
- (61/208) Installing glib-dev (2.84.4-r0)
- (62/208) Installing cairo-dev (1.18.4-r0)
- (63/208) Installing clang19-headers (19.1.7-r6)
- (64/208) Installing llvm19-libs (19.1.7-r6)
- (65/208) Installing clang19-libs (19.1.7-r6)
- (66/208) Installing llvm19-linker-tools (19.1.7-r6)
- (67/208) Installing clang19 (19.1.7-r6)
- (68/208) Installing clang19-libclang (19.1.7-r6)
- (69/208) Installing clang19-dev (19.1.7-r6)
- (70/208) Installing clang19-static (19.1.7-r6)
- (71/208) Installing clang20-headers (20.1.8-r0)
- (72/208) Installing llvm20-libs (20.1.8-r0)
- (73/208) Installing clang20-libs (20.1.8-r0)
- (74/208) Installing llvm20-linker-tools (20.1.8-r0)
- (75/208) Installing clang20 (20.1.8-r0)
- (76/208) Installing libarchive (3.8.3-r0)
- (77/208) Installing rhash-libs (1.4.5-r0)
- (78/208) Installing libuv (1.51.0-r0)
- (79/208) Installing cmake (3.31.7-r1)
- (80/208) Installing libgmpxx (6.3.0-r3)
- (81/208) Installing gmp-dev (6.3.0-r3)
- (82/208) Installing font-cantarell (0.303.1-r2)
- (83/208) Installing graphviz-libs (12.2.1-r0)
- (84/208) Installing libice (1.1.2-r0)
- (85/208) Installing libsm (1.2.5-r0)
- (86/208) Installing libxt (1.3.1-r0)
- (87/208) Installing libxpm (3.5.17-r0)
- (88/208) Installing aom-libs (3.12.1-r0)
- (89/208) Installing libdav1d (1.5.1-r0)
- (90/208) Installing libjpeg-turbo (3.1.0-r0)
- (91/208) Installing libyuv (0.0.1887.20251502-r1)
- (92/208) Installing libavif (1.3.0-r0)
- (93/208) Installing libsharpyuv (1.5.0-r0)
- (94/208) Installing libwebp (1.5.0-r0)
- (95/208) Installing tiff (4.7.1-r0)
- (96/208) Installing libgd (2.3.3-r10)
- (97/208) Installing libxft (2.3.8-r3)
- (98/208) Installing fribidi (1.0.16-r1)
- (99/208) Installing graphite2 (1.3.14-r6)
- (100/208) Installing harfbuzz (11.2.1-r0)
- (101/208) Installing pango (1.56.3-r0)
- (102/208) Installing graphviz (12.2.1-r0)
- (103/208) Installing shared-mime-info (2.4-r6)
- (104/208) Installing gdk-pixbuf (2.42.12-r1)
- (105/208) Installing libturbojpeg (3.1.0-r0)
- (106/208) Installing libjpeg-turbo-dev (3.1.0-r0)
- (107/208) Installing libtiffxx (4.7.1-r0)
- (108/208) Installing libwebpdecoder (1.5.0-r0)
- (109/208) Installing libwebpdemux (1.5.0-r0)
- (110/208) Installing libwebpmux (1.5.0-r0)
- (111/208) Installing libwebp-dev (1.5.0-r0)
- (112/208) Installing zstd-dev (1.5.7-r0)
- (113/208) Installing tiff-dev (4.7.1-r0)
- (114/208) Installing gdk-pixbuf-dev (2.42.12-r1)
- (115/208) Installing libepoxy (1.5.10-r1)
- (116/208) Installing hwdata-pci (0.395-r0)
- (117/208) Installing libpciaccess (0.18.1-r0)
- (118/208) Installing libdrm (2.4.124-r0)
- (119/208) Installing libpciaccess-dev (0.18.1-r0)
- (120/208) Installing libdrm-dev (2.4.124-r0)
- (121/208) Installing libxdamage (1.1.6-r5)
- (122/208) Installing libxfixes (6.0.1-r4)
- (123/208) Installing libxfixes-dev (6.0.1-r4)
- (124/208) Installing libxdamage-dev (1.1.6-r5)
- (125/208) Installing libxshmfence (1.3.3-r0)
- (126/208) Installing libxshmfence-dev (1.3.3-r0)
- (127/208) Installing spirv-tools (1.4.313.0-r0)
- (128/208) Installing libelf (0.193-r0)
- (129/208) Installing wayland-libs-server (1.23.1-r3)
- (130/208) Installing mesa (25.1.9-r0)
- (131/208) Installing mesa-gbm (25.1.9-r0)
- (132/208) Installing wayland-libs-client (1.23.1-r3)
- (133/208) Installing mesa-egl (25.1.9-r0)
- (134/208) Installing libxxf86vm (1.1.6-r0)
- (135/208) Installing mesa-gl (25.1.9-r0)
- (136/208) Installing mesa-gles (25.1.9-r0)
- (137/208) Installing libclc (20.1.8-r0)
- (138/208) Installing spirv-llvm-translator-libs (20.1.2-r0)
- (139/208) Installing mesa-rusticl (25.1.9-r0)
- (140/208) Installing mesa-xatracker (25.1.9-r0)
- (141/208) Installing libxxf86vm-dev (1.1.6-r0)
- (142/208) Installing mesa-dev (25.1.9-r0)
- (143/208) Installing libepoxy-dev (1.5.10-r1)
- (144/208) Installing libxi (1.8.2-r0)
- (145/208) Installing libxi-dev (1.8.2-r0)
- (146/208) Installing libxinerama (1.1.5-r4)
- (147/208) Installing libxinerama-dev (1.1.5-r4)
- (148/208) Installing xkeyboard-config (2.43-r0)
- (149/208) Installing libxkbcommon (1.8.1-r2)
- (150/208) Installing libxkbcommon-x11 (1.8.1-r2)
- (151/208) Installing xz-dev (5.8.1-r0)
- (152/208) Installing libxml2-dev (2.13.9-r0)
- (153/208) Installing libxkbcommon-dev (1.8.1-r2)
- (154/208) Installing wayland-libs-cursor (1.23.1-r3)
- (155/208) Installing wayland-protocols (1.44-r0)
- (156/208) Installing gobject-introspection (1.84.0-r0)
- (157/208) Installing hicolor-icon-theme (0.18-r0)
- (158/208) Installing gtk-update-icon-cache (3.24.50-r0)
- (159/208) Installing libxcomposite (0.4.6-r5)
- (160/208) Installing libxcursor (1.2.3-r0)
- (161/208) Installing libxrandr (1.5.4-r1)
- (162/208) Installing libatk-1.0 (2.56.5-r0)
- (163/208) Installing dbus-libs (1.16.2-r1)
- (164/208) Installing at-spi2-core-libs (2.56.5-r0)
- (165/208) Installing libxtst (1.2.5-r0)
- (166/208) Installing at-spi2-core (2.56.5-r0)
- (167/208) Installing libatk-bridge-2.0 (2.56.5-r0)
- (168/208) Installing avahi-libs (0.8-r21)
- (169/208) Installing nettle (3.10.1-r0)
- (170/208) Installing libtasn1 (4.20.0-r0)
- (171/208) Installing p11-kit (0.25.5-r2)
- (172/208) Installing gnutls (3.8.8-r0)
- (173/208) Installing cups-libs (2.4.11-r0)
- (174/208) Installing wayland-libs-egl (1.23.1-r3)
- (175/208) Installing gtk+3.0 (3.24.50-r0)
- (176/208) Installing dbus-dev (1.16.2-r1)
- (177/208) Installing libxtst-dev (1.2.5-r0)
- (178/208) Installing at-spi2-core-dev (2.56.5-r0)
- (179/208) Installing fribidi-dev (1.0.16-r1)
- (180/208) Installing pango-tools (1.56.3-r0)
- (181/208) Installing harfbuzz-cairo (11.2.1-r0)
- (182/208) Installing harfbuzz-gobject (11.2.1-r0)
- (183/208) 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.
- *
- (184/208) Installing icu-libs (76.1-r1)
- (185/208) Installing harfbuzz-icu (11.2.1-r0)
- (186/208) Installing harfbuzz-subset (11.2.1-r0)
- (187/208) Installing graphite2-dev (1.3.14-r6)
- (188/208) Installing icu (76.1-r1)
- (189/208) Installing icu-dev (76.1-r1)
- (190/208) Installing harfbuzz-dev (11.2.1-r0)
- (191/208) Installing libxft-dev (2.3.8-r3)
- (192/208) Installing pango-dev (1.56.3-r0)
- (193/208) Installing wayland-dev (1.23.1-r3)
- (194/208) Installing libxcomposite-dev (0.4.6-r5)
- (195/208) Installing libxcursor-dev (1.2.3-r0)
- (196/208) Installing libxrandr-dev (1.5.4-r1)
- (197/208) Installing gtk+3.0-dev (3.24.50-r0)
- (198/208) Installing gtksourceview (3.24.11-r3)
- (199/208) Installing gtksourceview-dev (3.24.11-r3)
- (200/208) Installing llvm19 (19.1.7-r6)
- (201/208) Installing llvm19-test-utils (19.1.7-r6)
- (202/208) Installing llvm19-test-utils-pyc (19.1.7-r6)
- (203/208) Installing llvm19-dev (19.1.7-r6)
- (204/208) Installing m4 (1.4.19-r4)
- (205/208) Installing perl (5.40.3-r0)
- (206/208) Installing perl-error (0.17030-r0)
- (207/208) Installing perl-git (2.49.1-r0)
- (208/208) Installing git-perl (2.49.1-r0)
- 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: 2316 MiB in 311 packages

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo.2.6.2, alt-ergo-lib.2.6.2, alt-ergo-parsers.2.6.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (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 cmdliner.1.3.0  (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)
-> installed conf-cmake.1
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-bash.1
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-clang.2
-> installed conf-which.1
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> installed conf-libpcre2-8.2
-> installed conf-zlib.1
-> installed conf-libclang.19
-> retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10  (cached)
-> retrieved dune.3.20.2, dune-build-info.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)
-> installed cmdliner.1.3.0
-> retrieved frama-c.32.0~beta  (cached)
-> retrieved frama-clang.0.0.19~beta  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved lablgtk3.3.1.5, lablgtk3-sourceview3.3.1.5  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved not-ocamlfind.0.14  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-simplex.0.5.1  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved pcre2.8.0.4  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_deriving_yaml.0.4.1  (cached)
-> retrieved ppx_deriving_yojson.3.10.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved psmt2-frontend.0.4.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spelll.0.4  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.17.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 zarith.1.14
-> installed topkg.1.1.1
-> installed hmap.0.8.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 fpath.0.7.3
-> installed logs.0.10.0
-> 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 gen.1.1
-> installed jane-street-headers.v0.17.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocplib-simplex.0.5.1
-> installed pp.2.0.0
-> installed pp_loc.2.1.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed re.1.14.0
-> installed ocamlgraph.2.2.0
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed spelll.0.4
-> installed ezjsonm.1.3.0
-> installed integers.0.7.0
-> installed ordering.3.20.2
-> installed parsexp.v0.17.0
-> installed dune-build-info.3.20.2
-> installed dune-configurator.3.20.2
-> installed not-ocamlfind.0.14
-> installed camlp5-buildscripts.0.06
-> installed sexplib.v0.17.0
-> installed dyn.3.20.2
-> installed dune-compiledb.0.6.0
-> installed pcre2.8.0.4
-> installed cairo2.0.6.5
-> installed ctypes.0.24.0
-> installed stdune.3.20.2
-> installed base.v0.17.3
-> installed lablgtk3.3.1.5
-> installed stdio.v0.17.0
-> installed dune-private-libs.3.20.2
-> installed lablgtk3-sourceview3.3.1.5
-> installed yaml.3.2.0
-> installed dune-site.3.20.2
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed psmt2-frontend.0.4.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_blob.0.9.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_deriving_yaml.0.4.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_deriving.6.1.1
-> installed ppx_compare.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_deriving_yojson.3.10.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed dolmen.0.10
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed dolmen_type.0.10
-> installed dolmen_loop.0.10
-> installed ppx_inline_test.v0.17.1
-> installed alt-ergo-lib.2.6.2
-> installed alt-ergo-parsers.2.6.2
-> installed alt-ergo.2.6.2
-> 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.5.4.0 | pinned(https://git.frama-c.com/pub/frama-clang/-/archive/0.0.19-beta/frama-clang-0.0.19-beta.tar.bz2)
# path                 ~/.opam/5.4/.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-380ea9.env
# output-file          ~/.opam/log/frama-clang-7-380ea9.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                2.6.2
| - install alt-ergo-lib            2.6.2
| - install alt-ergo-parsers        2.6.2
| - install astring                 0.8.5
| - install base                    v0.17.3
| - 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 cmdliner                1.3.0
| - 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 dolmen                  0.10
| - install dolmen_loop             0.10
| - install dolmen_type             0.10
| - install dune                    3.20.2
| - install dune-build-info         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 gen                     1.1
| - install hex                     1.5.0
| - install hmap                    0.8.1
| - install integers                0.7.0
| - install jane-street-headers     v0.17.0
| - install jsonm                   1.0.2
| - install jst-config              v0.17.0
| - install lablgtk3                3.1.5
| - install lablgtk3-sourceview3    3.1.5
| - install logs                    0.10.0
| - install menhir                  20250912
| - install menhirCST               20250912
| - install menhirLib               20250912
| - install menhirSdk               20250912
| - install not-ocamlfind           0.14
| - install num                     1.6
| - install ocaml-compiler-libs     v0.17.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild              0.16.1
| - install ocamlfind               1.9.8
| - install ocamlgraph              2.2.0
| - install ocplib-simplex          0.5.1
| - install ordering                3.20.2
| - install parsexp                 v0.17.0
| - install pcre2                   8.0.4
| - install pp                      2.0.0
| - install pp_loc                  2.1.0
| - install ppx_assert              v0.17.0
| - install ppx_base                v0.17.0
| - install ppx_blob                0.9.0
| - install ppx_cold                v0.17.0
| - install ppx_compare             v0.17.0
| - install ppx_derivers            1.2.1
| - install ppx_deriving            6.1.1
| - install ppx_deriving_yaml       0.4.1
| - install ppx_deriving_yojson     3.10.0
| - install ppx_enumerate           v0.17.0
| - install ppx_globalize           v0.17.2
| - install ppx_hash                v0.17.0
| - install ppx_here                v0.17.0
| - install ppx_inline_test         v0.17.1
| - install ppx_optcomp             v0.17.1
| - install ppx_sexp_conv           v0.17.1
| - install ppxlib                  0.37.0
| - install ppxlib_jane             v0.17.4
| - install psmt2-frontend          0.4.0
| - install re                      1.14.0
| - install rresult                 0.7.0
| - install seq                     base
| - install sexplib                 v0.17.0
| - install sexplib0                v0.17.0
| - install spelll                  0.4
| - install stdio                   v0.17.0
| - install stdlib-shims            0.3.0
| - install stdune                  3.20.2
| - install time_now                v0.17.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/5.4/.opam-switch/backup/state-20251128081339.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:20.41: Job failed: Failed: Build failed
2025-11-28 08:20.41: Log analysis:
2025-11-28 08:20.41: >>> 
[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:20.41: The compilation of frama-clang.0.0.19~beta failed at "dune build -p frama-clang -j 71 --promote-install-files=false @install".