OCamllabs icon Home|Differences with the last checks|Previous runs


Building on x86-bm-c9.sw.ocaml.org

(from ocaml/opam:debian-unstable)
2025-03-29 08:02.42 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-03-29 08:02.42 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q a8a89f62d8abd2a9f0cbb04826bfec1ef6b563e7"))
2025-03-29 08:02.42 ---> using "1d206be7328d85eae93795c58d3b5d784d5e98ddb024f82fd9395141427dd843" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
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.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2025-03-29 08:02.42 ---> using "51af56c947cd2dc71708ec21c2de73b23c64321cf1d09425bd4d55ec16584e39" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
        (network host)
        (shell "opam switch create --repositories=default '5.3' '5.3.0'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-compiler.5.3.0  (cached)
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3)
2025-03-29 08:02.42 ---> using "da8a577ccc3734909435cc42b1d425562e399e4aa7a8354358dfa6f4370a8aa7" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [205 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Err:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
-   Couldn't find the start of the patch series
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [10.1 MB]
- Fetched 10.4 MB in 1s (9023 kB/s)
- Reading package lists...
2025-03-29 08:02.42 ---> using "41979b5925bb577118eaabcfc4fe1d524e615f778591fdff41cdf11112e70c1a" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
        (network host)
        (shell "opam pin add -k version dune $(opam show -f version dune)"))
dune is now pinned to version 3.17.2

The following actions will be performed:
=== install 1 package
  - install dune 3.17.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.17.2  (cached)
-> installed dune.3.17.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-29 08:02.42 ---> using "a2f286c7a36aed8fbc68fd1cad6d1cf6c48f13d2ea66ab76e83358b4fa77e43a" from cache

/: (env DUNE_CACHE enabled)

/: (env DUNE_CACHE_TRANSPORT direct)

/: (env DUNE_CACHE_DUPLICATION copy)

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
        (network host)
        (shell "curl -fsSL https://get.dune.build/install | sh"))

#=#=#                                                                          
##O#-#                                                                         
                                                                           0.1%
#                                                                          1.4%
####                                                                       6.7%
###################                                                       26.8%
###################################################################       93.7%
######################################################################## 100.0%
dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune 

To use dune you will need to source the file "$HOME/.local/share/dune/env/env.bash" (or similar as appropriate for your shell)
  export PATH="/home/opam/.local/bin:$PATH" 

To get started, run: 
  dune --help 
2025-03-29 08:02.42 ---> using "6aba34810d98bb980b26b62d978fe2dd75e96b5fad8db8fc533523aba576a7ba" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
        (network host)
        (shell "mkdir /tmp/sexp && cd /tmp/sexp && opam switch create ./ ocaml-base-compiler.5.2.1 --no-install && opam install -y sexp && cd -"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.2.1"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.2.1  (cached)
-> installed ocaml-base-compiler.5.2.1
-> installed ocaml-config.3
-> installed ocaml.5.2.1
-> installed base-domains.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env)
The following actions will be performed:
=== install 101 packages
  - install angstrom                    0.16.1  [required by jsonaf]
  - install async                       v0.17.0 [required by sexp]
  - install async_kernel                v0.17.0 [required by async]
  - install async_log                   v0.17.0 [required by async]
  - install async_rpc_kernel            v0.17.0 [required by async]
  - install async_unix                  v0.17.0 [required by async]
  - install base                        v0.17.1 [required by jsonaf, sexp_select]
  - install base_bigstring              v0.17.0 [required by core]
  - install base_quickcheck             v0.17.0 [required by core]
  - install bigstringaf                 0.10.0  [required by angstrom, faraday]
  - install bin_prot                    v0.17.0 [required by core]
  - install capitalization              v0.17.0 [required by ppx_string_conv]
  - install conf-g++                    1.0     [required by re2]
  - install core                        v0.17.1 [required by sexp]
  - install core_kernel                 v0.17.0 [required by sexp]
  - install core_unix                   v0.17.0 [required by sexp]
  - install csexp                       1.5.2   [required by dune-configurator]
  - install cstruct                     6.2.0   [required by async_unix]
  - install csvfields                   v0.17.0 [required by sexp]
  - install dune                        3.17.2  [required by sexp]
  - install dune-configurator           3.17.2  [required by bigstringaf]
  - install expect_test_helpers_core    v0.17.0 [required by core_unix]
  - install faraday                     0.8.2   [required by jsonaf]
  - install fieldslib                   v0.17.0 [required by core]
  - install fmt                         0.10.0  [required by cstruct]
  - install gel                         v0.17.0 [required by async_rpc_kernel]
  - install int_repr                    v0.17.0 [required by core_kernel]
  - install jane-street-headers         v0.17.0 [required by core]
  - install jane_rope                   v0.17.0 [required by re2]
  - install jsonaf                      v0.17.0 [required by sexp]
  - install jst-config                  v0.17.0 [required by shell]
  - install num                         1.5-1   [required by csvfields]
  - install ocaml-compiler-libs         v0.17.0 [required by ppxlib]
  - install ocaml-syntax-shims          1.0.0   [required by angstrom]
  - install ocaml_intrinsics_kernel     v0.17.1 [required by base]
  - install ocamlbuild                  0.16.1  [required by uutf]
  - install ocamlfind                   1.9.8   [required by uutf]
  - install parsexp                     v0.17.0 [required by sexplib]
  - install ppx_assert                  v0.17.0 [required by core]
  - install ppx_base                    v0.17.0 [required by core]
  - install ppx_bench                   v0.17.0 [required by ppx_jane]
  - install ppx_bin_prot                v0.17.0 [required by ppx_jane]
  - install ppx_cold                    v0.17.0 [required by ppx_base]
  - install ppx_compare                 v0.17.0 [required by ppx_diff]
  - install ppx_custom_printf           v0.17.0 [required by ppx_jane]
  - install ppx_derivers                1.2.1   [required by ppxlib]
  - install ppx_diff                    v0.17.0 [required by core]
  - install ppx_disable_unused_warnings v0.17.0 [required by ppx_jane]
  - install ppx_enumerate               v0.17.0 [required by ppx_diff]
  - install ppx_expect                  v0.17.2 [required by ppx_jane]
  - install ppx_fields_conv             v0.17.0 [required by ppx_jane]
  - install ppx_fixed_literal           v0.17.0 [required by ppx_jane]
  - install ppx_globalize               v0.17.0 [required by ppx_base]
  - install ppx_hash                    v0.17.0 [required by core]
  - install ppx_here                    v0.17.0 [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.17.0 [required by ppx_jane]
  - install ppx_inline_test             v0.17.0 [required by core]
  - install ppx_jane                    v0.17.0 [required by sexp]
  - install ppx_let                     v0.17.0 [required by ppx_jane]
  - install ppx_log                     v0.17.0 [required by ppx_jane]
  - install ppx_module_timer            v0.17.0 [required by ppx_jane]
  - install ppx_optcomp                 v0.17.0 [required by core_kernel, core, async_unix]
  - install ppx_optional                v0.17.0 [required by ppx_jane]
  - install ppx_pipebang                v0.17.0 [required by ppx_jane]
  - install ppx_sexp_conv               v0.17.0 [required by core]
  - install ppx_sexp_message            v0.17.0 [required by core]
  - install ppx_sexp_value              v0.17.0 [required by ppx_jane]
  - install ppx_stable                  v0.17.0 [required by ppx_jane]
  - install ppx_stable_witness          v0.17.0 [required by ppx_jane]
  - install ppx_string                  v0.17.0 [required by ppx_jane]
  - install ppx_string_conv             v0.17.0 [required by ppx_jane]
  - install ppx_tydi                    v0.17.0 [required by ppx_jane]
  - install ppx_typerep_conv            v0.17.0 [required by ppx_jane]
  - install ppx_variants_conv           v0.17.0 [required by ppx_jane]
  - install ppxlib                      0.35.0  [required by ppx_diff]
  - install ppxlib_jane                 v0.17.0 [required by ppx_diff]
  - install protocol_version_header     v0.17.0 [required by async_rpc_kernel]
  - install re                          1.12.0  [required by expect_test_helpers_core]
  - install re2                         v0.17.0 [required by sexp]
  - install regex_parser_intf           v0.17.0 [required by re2]
  - install seq                         base    [required by re]
  - install sexp                        v0.17.0
  - install sexp_diff                   v0.17.0 [required by sexp]
  - install sexp_macro                  v0.17.0 [required by sexp]
  - install sexp_pretty                 v0.17.0 [required by sexp]
  - install sexp_select                 v0.17.0 [required by sexp]
  - install sexplib                     v0.17.0 [required by sexp]
  - install sexplib0                    v0.17.0 [required by base]
  - install shell                       v0.17.0 [required by sexp]
  - install spawn                       v0.17.0 [required by shell]
  - install splittable_random           v0.17.0 [required by core]
  - install stdio                       v0.17.0 [required by core]
  - install stdlib-shims                0.3.0   [required by ppxlib]
  - install textutils                   v0.17.0 [required by async, shell]
  - install time_now                    v0.17.0 [required by core]
  - install timezone                    v0.17.0 [required by async_log]
  - install topkg                       1.0.8   [required by uutf]
  - install typerep                     v0.17.1 [required by core]
  - install uopt                        v0.17.0 [required by core_kernel]
  - install uutf                        1.0.4   [required by textutils]
  - install variantslib                 v0.17.0 [required by core]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved async.v0.17.0  (cached)
-> retrieved async_kernel.v0.17.0  (cached)
-> retrieved async_log.v0.17.0  (cached)
-> retrieved async_rpc_kernel.v0.17.0  (cached)
-> retrieved async_unix.v0.17.0  (cached)
-> retrieved base.v0.17.1  (cached)
-> retrieved base_bigstring.v0.17.0  (cached)
-> retrieved base_quickcheck.v0.17.0  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bin_prot.v0.17.0  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved core.v0.17.1  (cached)
-> installed conf-g++.1.0
-> retrieved core_kernel.v0.17.0  (cached)
-> retrieved core_unix.v0.17.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved csvfields.v0.17.0  (cached)
-> retrieved expect_test_helpers_core.v0.17.0  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved fieldslib.v0.17.0  (cached)
-> retrieved gel.v0.17.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jane_rope.v0.17.0  (cached)
-> retrieved jsonaf.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_bench.v0.17.0  (cached)
-> retrieved ppx_bin_prot.v0.17.0  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_custom_printf.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_diff.v0.17.0  (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.2  (cached)
-> retrieved ppx_fields_conv.v0.17.0  (cached)
-> retrieved ppx_fixed_literal.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.0  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.0  (cached)
-> retrieved ppx_jane.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.0  (cached)
-> retrieved ppx_log.v0.17.0  (cached)
-> retrieved ppx_module_timer.v0.17.0  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> installed num.1.5-1
-> retrieved ppx_optcomp.v0.17.0  (cached)
-> retrieved ppx_optional.v0.17.0  (cached)
-> retrieved ppx_pipebang.v0.17.0  (cached)
-> retrieved ppx_sexp_message.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ppx_sexp_value.v0.17.0  (cached)
-> retrieved ppx_stable.v0.17.0  (cached)
-> retrieved ppx_stable_witness.v0.17.0  (cached)
-> retrieved ppx_string.v0.17.0  (cached)
-> retrieved ppx_string_conv.v0.17.0  (cached)
-> retrieved ppx_tydi.v0.17.0  (cached)
-> retrieved ppx_typerep_conv.v0.17.0  (cached)
-> retrieved ppx_variants_conv.v0.17.0  (cached)
-> retrieved ppxlib_jane.v0.17.0  (cached)
-> retrieved protocol_version_header.v0.17.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re2.v0.17.0  (cached)
-> retrieved regex_parser_intf.v0.17.0  (cached)
-> retrieved sexp.v0.17.0  (cached)
-> retrieved sexp_diff.v0.17.0  (cached)
-> retrieved sexp_macro.v0.17.0  (cached)
-> retrieved sexp_pretty.v0.17.0  (cached)
-> retrieved sexp_select.v0.17.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved shell.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved textutils.v0.17.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved timezone.v0.17.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uopt.v0.17.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed dune.3.17.2
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed re.1.12.0
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.17.2
-> installed bigstringaf.0.10.0
-> installed sexplib.v0.17.0
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed base.v0.17.1
-> installed variantslib.v0.17.0
-> installed fieldslib.v0.17.0
-> installed regex_parser_intf.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.17.0
-> installed ppxlib_jane.v0.17.0
-> installed ppx_tydi.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_typerep_conv.v0.17.0
-> installed ppx_variants_conv.v0.17.0
-> installed ppx_stable.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
-> installed ppx_let.v0.17.0
-> installed ppx_hash.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed capitalization.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed jst-config.v0.17.0
-> installed bin_prot.v0.17.0
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.0
-> installed ppx_bench.v0.17.0
-> installed ppx_expect.v0.17.2
-> installed splittable_random.v0.17.0
-> installed base_quickcheck.v0.17.0
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed jane_rope.v0.17.0
-> installed int_repr.v0.17.0
-> installed jsonaf.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.0
-> installed core.v0.17.1
-> installed csvfields.v0.17.0
-> installed protocol_version_header.v0.17.0
-> installed sexp_diff.v0.17.0
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
-> installed sexp_select.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.0
-> installed textutils.v0.17.0
-> installed async_rpc_kernel.v0.17.0
-> installed shell.v0.17.0
-> installed async_unix.v0.17.0
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed sexp_macro.v0.17.0
-> installed re2.v0.17.0
-> installed sexp.v0.17.0
Done.
# To update the current shell environment, run: eval $(opam env)
/
2025-03-29 08:02.42 ---> using "bce3193cb120ed4e0542f7113c513b157b833089374bd0b60384de1ca245b0ac" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
        (network host)
        (shell  "PLACE=$(mktemp -d) && cd $PLACE && echo '(lang dune 3.17)\
               \n(package\
               \n  (name dummy)\
               \n  (allow_empty true)\
               \n  (depends (ocaml (= 5.3.0))))' > dune-project && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build"))
Solution for dune.lock:
- ocaml.5.3.0
- ocaml-base-compiler.5.3.0
- ocaml-compiler.5.3.0
- ocaml-config.3
 Downloading ocaml-compiler.5.3.0
    Building ocaml-compiler.5.3.0
    Building ocaml-base-compiler.5.3.0
2025-03-29 08:02.42 ---> using "c6b27363da24bbb122d015f2d99111f6a0ffdb832cdfecd19ae6292bae39eca6" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
        (network host)
        (shell  "cd $HOME && opam source bitwuzla-bin.0.0.0 && cd bitwuzla-bin.0.0.0 && if [ -f opam ]; then mv opam bitwuzla-bin.opam; fi && for opam in *.opam; do opam show --raw ${opam%.opam} > $opam; done && opam install ./ --depext-only --with-test --with-doc && opam install --dry-run --with-test ./bitwuzla-bin.opam | sed -nE 's/(.*)- install ([^[:blank:]]*)(.*)/\\2/p' > /tmp/packages-via-opam && for opam in *.opam; do rm $opam; echo ${opam%.opam} >> /tmp/packages-locally-available; done && opam show --raw bitwuzla-bin.0.0.0 > bitwuzla-bin.opam && /tmp/sexp/_opam/bin/sexp change '(try (rewrite (package @X) OPAM-HEALTH-CHECK-DROP))' < dune-project | grep -v OPAM-HEALTH-CHECK-DROP > dune-project-new && mv dune-project-new dune-project && echo '(lang dune 3.17)\
               \n(lock_dir\
               \n (repositories overlay  default))\
               \n\
               \n(repository\
               \n (name default)\
               \n (url \"file:///home/opam/opam-repository\"))\
               \n\
               \n\
               \n' > dune-workspace && echo bitwuzla-bin >> /tmp/packages-to-build && while read package ; do if grep --quiet $package /tmp/packages-via-opam ; then echo $package >> /tmp/packages-to-build ; fi ; done < /tmp/packages-locally-available && while read package ; do opam show --raw $package > $package.opam; done < /tmp/packages-to-build && while read package ; do if [ ! -f ${package}.opam ]; then echo \"opam-version: \\\"2.0\\\"\" > ${package}.opam; fi; done < /tmp/packages-locally-available && paste -s -d , /tmp/packages-to-build > /tmp/packages-for-dune && PATH=$HOME/.local/bin:$PATH dune pkg lock || (echo \"opam-health-check: Solve failed\" && exit 1)  && grep -v dependency_hash dune.lock/lock.dune > /tmp/lock.dune && mv /tmp/lock.dune dune.lock/lock.dune && PATH=$HOME/.local/bin:$PATH dune build --profile=release --only-packages $(cat /tmp/packages-for-dune) || (echo \"opam-health-check: Build failed\" && exit 1)"))
Successfully extracted to /home/opam/bitwuzla-bin.0.0.0

The following system packages will first need to be installed:
    cmake libgmp-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "libgmp-dev" "pkg-config"
- Selecting previously unselected package cmake-data.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19688 files and directories currently installed.)
- Preparing to unpack .../00-cmake-data_3.31.6-1_all.deb ...
- Unpacking cmake-data (3.31.6-1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-0.4_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4) ...
- Selecting previously unselected package libarchive13t64:amd64.
- Preparing to unpack .../02-libarchive13t64_3.7.4-1.1_amd64.deb ...
- Unpacking libarchive13t64:amd64 (3.7.4-1.1) ...
- Selecting previously unselected package libcurl4t64:amd64.
- Preparing to unpack .../03-libcurl4t64_8.13.0~rc3-1_amd64.deb ...
- Unpacking libcurl4t64:amd64 (8.13.0~rc3-1) ...
- Selecting previously unselected package libjsoncpp26:amd64.
- Preparing to unpack .../04-libjsoncpp26_1.9.6-3_amd64.deb ...
- Unpacking libjsoncpp26:amd64 (1.9.6-3) ...
- Selecting previously unselected package librhash1:amd64.
- Preparing to unpack .../05-librhash1_1.4.5-1_amd64.deb ...
- Unpacking librhash1:amd64 (1.4.5-1) ...
- Selecting previously unselected package libuv1t64:amd64.
- Preparing to unpack .../06-libuv1t64_1.50.0-2_amd64.deb ...
- Unpacking libuv1t64:amd64 (1.50.0-2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../07-cmake_3.31.6-1_amd64.deb ...
- Unpacking cmake (3.31.6-1) ...
- Preparing to unpack .../08-curl_8.13.0~rc3-1_amd64.deb ...
- Unpacking curl (8.13.0~rc3-1) over (8.12.1-3) ...
- Preparing to unpack .../09-libcurl3t64-gnutls_8.13.0~rc3-1_amd64.deb ...
- Unpacking libcurl3t64-gnutls:amd64 (8.13.0~rc3-1) over (8.12.1-3) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../10-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../11-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../12-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../13-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../14-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../15-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libcurl4t64:amd64 (8.13.0~rc3-1) ...
- Setting up libuv1t64:amd64 (1.50.0-2) ...
- Setting up libcurl3t64-gnutls:amd64 (8.13.0~rc3-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libjsoncpp26:amd64 (1.9.6-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up cmake-data (3.31.6-1) ...
- Setting up librhash1:amd64 (1.4.5-1) ...
- Setting up curl (8.13.0~rc3-1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libarchive13t64:amd64 (3.7.4-1.1) ...
- Setting up cmake (3.31.6-1) ...
- Processing triggers for libc-bin (2.41-3) ...
Solution for dune.lock:
- base.v0.17.1
- base-unix.base
- bitwuzla-c.1.0.5
- conf-cmake.1
- conf-g++.1.0
- conf-gcc.1.0
- conf-git.1.1
- conf-gmp.4
- conf-pkg-config.4
- csexp.1.5.2
- dune-configurator.3.17.2
- jane-street-headers.v0.17.0
- jst-config.v0.17.0
- ocaml.5.3.0
- ocaml-base-compiler.5.3.0
- ocaml-compiler.5.3.0
- ocaml-compiler-libs.v0.17.0
- ocaml-config.3
- ocaml_intrinsics_kernel.v0.17.1
- ocamlfind.1.9.8+dune
- ppx_assert.v0.17.0
- ppx_base.v0.17.0
- ppx_cold.v0.17.0
- ppx_compare.v0.17.0
- ppx_derivers.1.2.1
- ppx_enumerate.v0.17.0
- ppx_expect.v0.17.2
- ppx_globalize.v0.17.0
- ppx_hash.v0.17.0
- ppx_here.v0.17.0
- ppx_inline_test.v0.17.0
- ppx_optcomp.v0.17.0
- ppx_sexp_conv.v0.17.0
- ppxlib.0.35.0
- ppxlib_jane.v0.17.2
- sexplib0.v0.17.0
- stdio.v0.17.0
- stdlib-shims.0.3.0
- time_now.v0.17.0
- zarith.1.14
 Downloading ocaml-compiler.5.3.0
    Building ocaml-compiler.5.3.0
    Building ocaml-base-compiler.5.3.0
    Building conf-pkg-config.4
    Building ocaml-config.3
    Building ocaml.5.3.0
    Building conf-gmp.4
 Downloading zarith.1.14
 Downloading ocamlfind.1.9.8+dune
    Building ocamlfind.1.9.8+dune
    Building zarith.1.14
File "dune", line 7, characters 41-47:
7 |   (include_dirs vendor/bitwuzla/src (lib zarith)))
                                             ^^^^^^
Error: Include directory "../_private/default/.pkg/zarith/target/lib/zarith"
does not exist.
    Building base-unix.base
    Building conf-git.1.1
    Building conf-gcc.1.0
    Building conf-g++.1.0
    Building conf-cmake.1
 Downloading ppx_derivers.1.2.1
 Downloading csexp.1.5.2
    Building ppx_derivers.1.2.1
    Building csexp.1.5.2
 Downloading ocaml_intrinsics_kernel.v0.17.1
    Building ocaml_intrinsics_kernel.v0.17.1
 Downloading ocaml-compiler-libs.v0.17.0
    Building ocaml-compiler-libs.v0.17.0
 Downloading jane-street-headers.v0.17.0
    Building jane-street-headers.v0.17.0
 Downloading sexplib0.v0.17.0
    Building sexplib0.v0.17.0
 Downloading stdlib-shims.0.3.0
    Building stdlib-shims.0.3.0
 Downloading bitwuzla-c.1.0.5
 Downloading dune-configurator.3.17.2
    Building bitwuzla-c.1.0.5
 Downloading ppxlib.0.35.0
    Building ppxlib.0.35.0
    Building dune-configurator.3.17.2
 Downloading base.v0.17.1
    Building base.v0.17.1
 Downloading stdio.v0.17.0
    Building stdio.v0.17.0
 Downloading ppx_cold.v0.17.0
 Downloading ppxlib_jane.v0.17.2
 Downloading ppx_here.v0.17.0
 Downloading ppx_optcomp.v0.17.0
    Building ppxlib_jane.v0.17.2
    Building ppx_here.v0.17.0
    Building ppx_cold.v0.17.0
    Building ppx_optcomp.v0.17.0
 Downloading ppx_compare.v0.17.0
 Downloading ppx_globalize.v0.17.0
 Downloading ppx_enumerate.v0.17.0
 Downloading ppx_sexp_conv.v0.17.0
    Building ppx_globalize.v0.17.0
    Building ppx_compare.v0.17.0
    Building ppx_enumerate.v0.17.0
    Building ppx_sexp_conv.v0.17.0
 Downloading ppx_assert.v0.17.0
 Downloading ppx_hash.v0.17.0
    Building ppx_hash.v0.17.0
    Building ppx_assert.v0.17.0
 Downloading ppx_base.v0.17.0
    Building ppx_base.v0.17.0
 Downloading jst-config.v0.17.0
    Building jst-config.v0.17.0
 Downloading time_now.v0.17.0
    Building time_now.v0.17.0
 Downloading ppx_inline_test.v0.17.0
    Building ppx_inline_test.v0.17.0
 Downloading ppx_expect.v0.17.2
    Building ppx_expect.v0.17.2
(cd _build/default/vendor/btor2tools && ./configure.sh -fPIC)
gcc -W -Wall -Wextra -Wredundant-decls -std=gnu99 -fPIC -O3 -DNDEBUG
makefile generated
(cd _build/default/vendor/cadical && ./configure -fPIC)
configure: making default 'build' directory
configure: building in default '/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/cadical/build'
configure: root directory '/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/cadical'
configure: compiler supports all required C99/C++0x extensions
configure: unlocked IO with '{putc,getc}_unlocked' seems to work
configure: compiling with 'g++ -Wall -Wextra -O3 -DNDEBUG -fPIC'
configure: generated 'build/makefile' from '../makefile.in'
configure: generated '../makefile' as proxy to ...
configure: ... '/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/cadical/build/makefile'
configure: now run 'make' to compile CaDiCaL
configure: optionally run 'make test'
(cd _build/default/vendor/btor2tools && /usr/bin/make)
mkdir -p build
mkdir -p bin
gcc -W -Wall -Wextra -Wredundant-decls -std=gnu99 -fPIC -O3 -DNDEBUG -o build/btor2parser.o -c src/btor2parser/btor2parser.c -Isrc
ar rc build/libbtor2parser.a build/btor2parser.o
ranlib build/libbtor2parser.a
gcc -W -Wall -Wextra -Wredundant-decls -std=gnu99 -fPIC -O3 -DNDEBUG -o build/catbtor.o -c src/catbtor.c -Isrc
gcc -W -Wall -Wextra -Wredundant-decls -std=gnu99 -fPIC -O3 -DNDEBUG -o bin/catbtor build/catbtor.o -Lbuild -lbtor2parser
gcc -W -Wall -Wextra -Wredundant-decls -std=gnu99 -fPIC -O3 -DNDEBUG -o build/btorsimrng.o -c src/btorsim/btorsimrng.c -Isrc/btorsim
gcc -W -Wall -Wextra -Wredundant-decls -std=gnu99 -fPIC -O3 -DNDEBUG -o build/btorsimbv.o -c src/btorsim/btorsimbv.c -Isrc
gcc -W -Wall -Wextra -Wredundant-decls -std=gnu99 -fPIC -O3 -DNDEBUG -o build/btorsim.o -c src/btorsim/btorsim.c -Ibtorsim -Isrc
gcc -W -Wall -Wextra -Wredundant-decls -std=gnu99 -fPIC -O3 -DNDEBUG -o bin/btorsim build/btorsim.o build/btorsimbv.o build/btorsimrng.o -Lbuild -lbtor2parser
(cd _build/default/vendor/cadical && /usr/bin/make)
/usr/bin/make -C "/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/cadical/build"
make[1]: Entering directory '/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/cadical/build'
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/analyze.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/arena.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/assume.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/averages.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/backtrack.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/backward.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/bins.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/block.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/ccadical.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/checker.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/clause.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/collect.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/compact.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/condition.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/config.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/contract.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/cover.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/decide.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/decompose.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/deduplicate.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/elim.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/ema.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/extend.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/external.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/file.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/flags.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/format.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/gates.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/instantiate.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/internal.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/ipasir.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/limit.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/logging.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/lookahead.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/lucky.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/message.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/minimize.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/occs.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/options.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/parse.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/phases.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/probe.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/profile.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/proof.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/propagate.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/queue.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/random.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/reap.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/reduce.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/rephase.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/report.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/resources.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/restart.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/restore.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/score.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/shrink.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/signal.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/solution.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/solver.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/stats.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/subsume.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/terminal.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/ternary.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/tracer.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/transred.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/util.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/var.cpp
../scripts/make-build-header.sh > build.hpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/version.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/vivify.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/walk.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/watch.cpp
ar rc libcadical.a analyze.o arena.o assume.o averages.o backtrack.o backward.o bins.o block.o ccadical.o checker.o clause.o collect.o compact.o condition.o config.o contract.o cover.o decide.o decompose.o deduplicate.o elim.o ema.o extend.o external.o file.o flags.o format.o gates.o instantiate.o internal.o ipasir.o limit.o logging.o lookahead.o lucky.o message.o minimize.o occs.o options.o parse.o phases.o probe.o profile.o proof.o propagate.o queue.o random.o reap.o reduce.o rephase.o report.o resources.o restart.o restore.o score.o shrink.o signal.o solution.o solver.o stats.o subsume.o terminal.o ternary.o tracer.o transred.o util.o var.o version.o vivify.o walk.o watch.o
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/cadical.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -o cadical cadical.o -L. -lcadical
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -c ../src/mobical.cpp
g++ -Wall -Wextra -O3 -DNDEBUG -fPIC -I../build -o mobical mobical.o -L. -lcadical
make[1]: Leaving directory '/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/cadical/build'
../src/decompose.cpp: In member function 'bool CaDiCaL::Internal::decompose_round()':
../src/decompose.cpp:282:22: warning: array subscript 2 is above array bounds of 'int [2]' [-Warray-bounds=]
  282 |         c->literals[l] = clause[l];
      |         ~~~~~~~~~~~~~^
In file included from ../src/internal.hpp:49,
                 from ../src/decompose.cpp:1:
../src/clause.hpp:89:9: note: while referencing 'CaDiCaL::Clause::<unnamed union>::literals'
   89 |     int literals[2];    // Of variadic 'size' (shrunken if strengthened).
      |         ^~~~~~~~
../src/solver.cpp: In destructor 'CaDiCaL::Solver::~Solver()':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:346:3: note: in expansion of macro 'TRACE'
  346 |   TRACE ("reset");
      |   ^~~~~
../src/solver.cpp: In member function 'int CaDiCaL::Solver::vars()':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:394:3: note: in expansion of macro 'TRACE'
  394 |   TRACE ("vars");
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::reserve(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:402:3: note: in expansion of macro 'TRACE'
  402 |   TRACE ("reserve", min_max_var);
      |   ^~~~~
../src/solver.cpp: In member function 'bool CaDiCaL::Solver::set(const char*, int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:449:3: note: in expansion of macro 'TRACE'
  449 |   TRACE ("set", arg, val);
      |   ^~~~~
../src/solver.cpp: In member function 'bool CaDiCaL::Solver::limit(const char*, int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:489:3: note: in expansion of macro 'TRACE'
  489 |   TRACE ("limit", arg, val);
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::add(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:524:3: note: in expansion of macro 'TRACE'
  524 |   TRACE ("add", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::assume(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:535:3: note: in expansion of macro 'TRACE'
  535 |   TRACE ("assume", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'int CaDiCaL::Solver::lookahead()':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:547:3: note: in expansion of macro 'TRACE'
  547 |   TRACE ("lookahead");
      |   ^~~~~
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:544:3: note: in expansion of macro 'TRACE'
  544 |   TRACE ("lookahead");
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::reset_assumptions()':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:564:3: note: in expansion of macro 'TRACE'
  564 |   TRACE ("reset_assumptions");
      |   ^~~~~
../src/solver.cpp: In member function 'int CaDiCaL::Solver::solve()':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:605:3: note: in expansion of macro 'TRACE'
  605 |   TRACE ("solve");
      |   ^~~~~
../src/solver.cpp: In member function 'int CaDiCaL::Solver::simplify(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:613:3: note: in expansion of macro 'TRACE'
  613 |   TRACE ("simplify", rounds);
      |   ^~~~~
../src/solver.cpp: In member function 'bool CaDiCaL::Solver::failed(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:637:3: note: in expansion of macro 'TRACE'
  637 |   TRACE ("failed", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::phase(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:657:3: note: in expansion of macro 'TRACE'
  657 |   TRACE ("phase", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::unphase(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:665:3: note: in expansion of macro 'TRACE'
  665 |   TRACE ("unphase", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'int CaDiCaL::Solver::active() const':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:740:3: note: in expansion of macro 'TRACE'
  740 |   TRACE ("active");
      |   ^~~~~
../src/solver.cpp: In member function 'int64_t CaDiCaL::Solver::redundant() const':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:748:3: note: in expansion of macro 'TRACE'
  748 |   TRACE ("redundant");
      |   ^~~~~
../src/solver.cpp: In member function 'int64_t CaDiCaL::Solver::irredundant() const':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:756:3: note: in expansion of macro 'TRACE'
  756 |   TRACE ("irredundant");
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::freeze(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:766:3: note: in expansion of macro 'TRACE'
  766 |   TRACE ("freeze", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::statistics()':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:911:3: note: in expansion of macro 'TRACE'
  911 |   TRACE ("stats");
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::resources()':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:919:3: note: in expansion of macro 'TRACE'
  919 |   TRACE ("resources");
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::dump_cnf()':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:1023:3: note: in expansion of macro 'TRACE'
 1023 |   TRACE ("dump");
      |   ^~~~~
../src/solver.cpp: In constructor 'CaDiCaL::Solver::Solver()':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:335:3: note: in expansion of macro 'TRACE'
  335 |   TRACE ("init");
      |   ^~~~~
../src/solver.cpp: In member function 'void CaDiCaL::Solver::melt(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:774:3: note: in expansion of macro 'TRACE'
  774 |   TRACE ("melt", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'bool CaDiCaL::Solver::frozen(int) const':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:784:3: note: in expansion of macro 'TRACE'
  784 |   TRACE ("frozen", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'int CaDiCaL::Solver::fixed(int) const':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:648:3: note: in expansion of macro 'TRACE'
  648 |   TRACE ("fixed", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'int CaDiCaL::Solver::val(int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:626:3: note: in expansion of macro 'TRACE'
  626 |   TRACE ("val", lit);
      |   ^~~~~
../src/solver.cpp: In member function 'CaDiCaL::Solver::CubesWithStatus CaDiCaL::Solver::generate_cubes(int, int)':
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:555:3: note: in expansion of macro 'TRACE'
  555 |   TRACE ("lookahead_cubes");
      |   ^~~~~
../src/solver.cpp:259:3: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
  259 |   if ((this == 0)) break; \
      |   ^~
../src/solver.cpp:552:3: note: in expansion of macro 'TRACE'
  552 |   TRACE ("lookahead_cubes");
      |   ^~~~~
make-build-header.sh: warning: could not determine 'IDENTIFIER' (git id)
(cd _build/default && /usr/bin/patch -p1 --directory vendor/symfpu) < _build/default/vendor/bitwuzla/contrib/symfpu_20201114.patch
File core/add.h is read-only; trying to patch anyway
patching file core/add.h
Hunk #1 succeeded at 402 (offset 6 lines).
Hunk #2 succeeded at 529 (offset 6 lines).
Hunk #3 succeeded at 547 (offset 6 lines).
File core/convert.h is read-only; trying to patch anyway
patching file core/convert.h
Hunk #1 succeeded at 100 (offset 6 lines).
Hunk #2 succeeded at 180 (offset 6 lines).
Hunk #3 succeeded at 224 (offset 6 lines).
File core/divide.h is read-only; trying to patch anyway
patching file core/divide.h
Hunk #1 succeeded at 111 (offset 6 lines).
Hunk #2 succeeded at 122 (offset 6 lines).
File core/multiply.h is read-only; trying to patch anyway
patching file core/multiply.h
Hunk #1 succeeded at 103 (offset 6 lines).
File core/operations.h is read-only; trying to patch anyway
patching file core/operations.h
Hunk #1 succeeded at 30 (offset 6 lines).
File core/packing.h is read-only; trying to patch anyway
patching file core/packing.h
Hunk #1 succeeded at 108 (offset 6 lines).
Hunk #2 succeeded at 137 (offset 6 lines).
File core/rounder.h is read-only; trying to patch anyway
patching file core/rounder.h
Hunk #1 succeeded at 387 (offset 6 lines).
Hunk #2 succeeded at 582 (offset 6 lines).
File core/sqrt.h is read-only; trying to patch anyway
patching file core/sqrt.h
Hunk #1 succeeded at 97 (offset 6 lines).
File core/unpackedFloat.h is read-only; trying to patch anyway
patching file core/unpackedFloat.h
Hunk #1 succeeded at 108 (offset 6 lines).
Hunk #2 succeeded at 172 (offset 6 lines).
Hunk #3 succeeded at 182 (offset 6 lines).
Hunk #4 succeeded at 444 (offset 6 lines).
(cd _build/default/vendor/bitwuzla && ./configure.sh -fPIC --only-cadical --no-unit-testing --path ../.. --path ../../vendor --path ../../vendor/cadical/src --path ../../vendor/btor2tools/src)
-- 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
-- LIB directory is '/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/bitwuzla/build/lib'
-- BIN directory is '/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/bitwuzla/build/bin'
-- Performing Test HAVE_FLAG_std_gnu99
-- Performing Test HAVE_FLAG_std_gnu99 - Success
-- Configuring with C flag '-std=gnu99'
-- Configuring with CXX flag '-std=gnu++11'
-- Performing Test HAVE_FLAG_W
-- Performing Test HAVE_FLAG_W - Success
-- Configuring with C flag '-W'
-- Configuring with CXX flag '-W'
-- Performing Test HAVE_FLAG_Wall
-- Performing Test HAVE_FLAG_Wall - Success
-- Configuring with C flag '-Wall'
-- Configuring with CXX flag '-Wall'
-- Performing Test HAVE_FLAG_Wextra
-- Performing Test HAVE_FLAG_Wextra - Success
-- Configuring with C flag '-Wextra'
-- Configuring with CXX flag '-Wextra'
-- Performing Test HAVE_FLAG_Wredundant_decls
-- Performing Test HAVE_FLAG_Wredundant_decls - Success
-- Configuring with C flag '-Wredundant-decls'
-- Configuring with CXX flag '-Wredundant-decls'
-- Performing Test HAVE_FLAG_fPIC
-- Performing Test HAVE_FLAG_fPIC - Success
-- Configuring with C flag '-fPIC'
-- Configuring with CXX flag '-fPIC'
-- No build type set, options are: Debug;Production
-- Building Production build
-- Performing Test HAVE_FLAG_O3
-- Performing Test HAVE_FLAG_O3 - Success
-- Configuring with C flag '-O3'
-- Configuring with CXX flag '-O3'
-- Performing Test HAVE_SIGNALS
-- Performing Test HAVE_SIGNALS - Success
-- Performing Test HAVE_TIME_UTILS
-- Performing Test HAVE_TIME_UTILS - Success
-- Performing Test HAVE_NO_EXPORT_DYNAMIC
-- Performing Test HAVE_NO_EXPORT_DYNAMIC - Success
-- Found Btor2Tools: /home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/btor2tools/src
-- Found Btor2Tools library: /home/opam/bitwuzla-bin.0.0.0/_build/default/libbtor2parser.a
-- Found GMP: /usr/include/x86_64-linux-gnu
-- Found GMP libs: /usr/lib/x86_64-linux-gnu/libgmp.a
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found SymFPU: /home/opam/bitwuzla-bin.0.0.0/_build/default/vendor
-- Found CaDiCaL: /home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/cadical/src
-- Found CaDiCaL library: /home/opam/bitwuzla-bin.0.0.0/_build/default/libcadical.a
-- Found Git: /usr/bin/git (found version "2.47.2")
-- Build type: Production
-- Shared build: no
-- ASAN support: no
-- UBSAN support: no
-- Assertions enabled: no
-- Testing: no
-- gcov support: no
-- gprof support: no
-- Logging support: no
-- Python bindings: no
-- Time statistics: no
-- Build API documentation: no
-- CaDiCaL: yes
-- CryptoMiniSat: no
-- Lingeling: no
-- MiniSat: no
-- PicoSAT: no
-- Kissat: no
-- SymFPU: yes
-- Configuring done (2.0s)
-- Generating done (0.0s)
-- Build files have been written to: /home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/bitwuzla/build
CMake Deprecation Warning at CMakeLists.txt:11 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


(cd _build/default/vendor/bitwuzla/build && /usr/bin/make)
[  1%] Building C object src/CMakeFiles/bitwuzla.dir/aigprop.c.o
[  2%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaaig.c.o
[  3%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaaigvec.c.o
[  4%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaass.c.o
[  5%] Building C object src/CMakeFiles/bitwuzla.dir/bzlabeta.c.o
[  6%] Building C object src/CMakeFiles/bitwuzla.dir/bzlabv.c.o
[  8%] Building C object src/CMakeFiles/bitwuzla.dir/bzlabvdomain.c.o
[  9%] Building C object src/CMakeFiles/bitwuzla.dir/bzlabvprop.c.o
[ 10%] Building C object src/CMakeFiles/bitwuzla.dir/bzlachkclone.c.o
[ 11%] Building C object src/CMakeFiles/bitwuzla.dir/bzlachkmodel.c.o
[ 12%] Building C object src/CMakeFiles/bitwuzla.dir/bzlachkfailed.c.o
[ 13%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaclone.c.o
[ 15%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaconsutils.c.o
[ 16%] Building C object src/CMakeFiles/bitwuzla.dir/bzlacore.c.o
[ 17%] Building C object src/CMakeFiles/bitwuzla.dir/bzladbg.c.o
[ 18%] Building C object src/CMakeFiles/bitwuzla.dir/bzladcr.c.o
[ 19%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaessutils.c.o
[ 20%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaexp.c.o
[ 22%] Building C object src/CMakeFiles/bitwuzla.dir/bzlainvutils.c.o
[ 23%] Building C object src/CMakeFiles/bitwuzla.dir/bzlalsutils.c.o
[ 24%] Building C object src/CMakeFiles/bitwuzla.dir/bzlamodel.c.o
[ 25%] Building C object src/CMakeFiles/bitwuzla.dir/bzlamsg.c.o
[ 26%] Building C object src/CMakeFiles/bitwuzla.dir/bzlanode.c.o
[ 27%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaopt.c.o
[ 29%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaparse.c.o
[ 30%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaprintmodel.c.o
[ 31%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaproputils.c.o
[ 32%] Building C object src/CMakeFiles/bitwuzla.dir/bzlarewrite.c.o
[ 33%] Building C object src/CMakeFiles/bitwuzla.dir/bzlarm.c.o
[ 34%] Building C object src/CMakeFiles/bitwuzla.dir/bzlarwcache.c.o
[ 36%] Building C object src/CMakeFiles/bitwuzla.dir/bzlasat.c.o
[ 37%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslsutils.c.o
[ 38%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvaigprop.c.o
[ 39%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvfun.c.o
[ 40%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvprop.c.o
[ 41%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvquant.c.o
[ 43%] Building C object src/CMakeFiles/bitwuzla.dir/bzlaslvsls.c.o
[ 44%] Building C object src/CMakeFiles/bitwuzla.dir/bzlasort.c.o
[ 45%] Building C object src/CMakeFiles/bitwuzla.dir/bzlasubst.c.o
[ 46%] Building CXX object src/CMakeFiles/bitwuzla.dir/bzlafp.cpp.o
[ 47%] Building C object src/CMakeFiles/bitwuzla.dir/bzlasynth.c.o
[ 48%] Building C object src/CMakeFiles/bitwuzla.dir/api/c/bitwuzla.c.o
[ 50%] Building C object src/CMakeFiles/bitwuzla.dir/dumper/bzladumpaig.c.o
[ 51%] Building C object src/CMakeFiles/bitwuzla.dir/dumper/bzladumpbtor.c.o
[ 52%] Building C object src/CMakeFiles/bitwuzla.dir/dumper/bzladumpsmt.c.o
[ 53%] Building C object src/CMakeFiles/bitwuzla.dir/parser/bzlabtor.c.o
[ 54%] Building C object src/CMakeFiles/bitwuzla.dir/parser/bzlabtor2.c.o
[ 55%] Building C object src/CMakeFiles/bitwuzla.dir/parser/bzlasmt2.c.o
[ 56%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaack.c.o
[ 58%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlader.c.o
[ 59%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaelimapplies.c.o
[ 60%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaelimites.c.o
[ 61%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaelimslices.c.o
[ 62%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaembed.c.o
[ 63%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaextract.c.o
[ 65%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlamerge.c.o
[ 66%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaminiscope.c.o
[ 67%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlanormadd.c.o
[ 68%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlanormquant.c.o
[ 69%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlapputils.c.o
[ 70%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlapreprocess.c.o
[ 72%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaskel.c.o
[ 73%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaskolemize.c.o
[ 74%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlaunconstrained.c.o
[ 75%] Building C object src/CMakeFiles/bitwuzla.dir/preprocess/bzlavarsubst.c.o
[ 76%] Building C object src/CMakeFiles/bitwuzla.dir/sat/bzlacadical.c.o
[ 77%] Building CXX object src/CMakeFiles/bitwuzla.dir/sat/bzlacms.cpp.o
[ 79%] Building C object src/CMakeFiles/bitwuzla.dir/sat/bzlalgl.c.o
[ 80%] Building CXX object src/CMakeFiles/bitwuzla.dir/sat/bzlaminisat.cpp.o
[ 81%] Building C object src/CMakeFiles/bitwuzla.dir/sat/bzlapicosat.c.o
[ 82%] Building C object src/CMakeFiles/bitwuzla.dir/sat/bzlakissat.c.o
[ 83%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlahashint.c.o
[ 84%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlahashptr.c.o
[ 86%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlamem.c.o
[ 87%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlanodeiter.c.o
[ 88%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlanodemap.c.o
[ 89%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlaoptparse.c.o
[ 90%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlapartgen.c.o
[ 91%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlarng.c.o
[ 93%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlaunionfind.c.o
[ 94%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlautil.c.o
[ 95%] Building C object src/CMakeFiles/bitwuzla.dir/utils/bzlaabort.c.o
[ 96%] Linking CXX static library ../lib/libbitwuzla.a
[ 96%] Built target bitwuzla
[ 97%] Building C object src/CMakeFiles/bitwuzla-bin.dir/bitwuzlamain.c.o
[ 98%] Building C object src/CMakeFiles/bitwuzla-bin.dir/bzlamain.c.o
[100%] Linking CXX executable ../bin/bitwuzla
[100%] Built target bitwuzla-bin
/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/bitwuzla/src/bzlabvprop.c: In function 'bzla_bvprop_mul_aux':
/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/bitwuzla/src/bzlabvprop.c:2832:49: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized]
 2832 |         tmp = n > 1 ? &d_add_stack.start[n - 2] : &d_ite_stack.start[0];
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/bitwuzla/src/bzlabvprop.c:2527:24: note: 'n' was declared here
 2527 |   uint32_t i, bw, bwo, n;
      |                        ^
In file included from /home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/bitwuzla/src/bzlafp.cpp:35:
/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/symfpu/core/convert.h: In instantiation of 'symfpu::significandRounderResult<t> symfpu::convertFloatToBV(const typename t::fpt&, const typename t::rm&, const unpackedFloat<t>&, const typename t::bwt&, const typename t::bwt&) [with t = BzlaFPSymTraits; typename t::fpt = BzlaFPSortInfo; typename t::rm = BzlaFPSymRM; typename t::bwt = unsigned int]':
/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/symfpu/core/convert.h:481:56:   required from 'typename t::sbv symfpu::convertFloatToSBV(const typename t::fpt&, const typename t::rm&, const unpackedFloat<t>&, const typename t::bwt&, const typename t::sbv&, const typename t::bwt&) [with t = BzlaFPSymTraits; typename t::sbv = BzlaFPSymBV<true>; typename t::fpt = BzlaFPSortInfo; typename t::rm = BzlaFPSymRM; typename t::bwt = unsigned int]'
  481 |    significandRounderResult<t> rounded(convertFloatToBV(format, roundingMode, input,
      |                                        ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  482 |                                                         targetWidth, decimalPointPosition));
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/bitwuzla/src/bzlafp.cpp:2577:71:   required from here
 2577 |                             symfpu::convertFloatToSBV<BzlaFPSymTraits>(
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 2578 |                                 bzla_node_get_sort_id(cur->e[1]),
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      
 2579 |                                 d_rm_map.at(cur->e[0]),
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~                
 2580 |                                 d_unpacked_float_map.at(cur->e[1]),
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
 2581 |                                 bw,
      |                                 ~~~                                    
 2582 |                                 BzlaFPSymBV<true>(apply)));
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~              
/home/opam/bitwuzla-bin.0.0.0/_build/default/vendor/symfpu/core/convert.h:253:73: warning: unused parameter 'format' [-Wunused-parameter]
  253 |    significandRounderResult<t> convertFloatToBV (const typename t::fpt &format,
      |                                                  ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
opam-health-check: Build failed
"/usr/bin/env" "bash" "-c" "cd $HOME && opam source bitwuzla-bin.0.0.0 && cd bitwuzla-bin.0.0.0 && if [ -f opam ]; then mv opam bitwuzla-bin.opam; fi && for opam in *.opam; do opam show --raw ${opam%.opam} > $opam; done && opam install ./ --depext-only --with-test --with-doc && opam install --dry-run --with-test ./bitwuzla-bin.opam | sed -nE 's/(.*)- install ([^[:blank:]]*)(.*)/\2/p' > /tmp/packages-via-opam && for opam in *.opam; do rm $opam; echo ${opam%.opam} >> /tmp/packages-locally-available; done && opam show --raw bitwuzla-bin.0.0.0 > bitwuzla-bin.opam && /tmp/sexp/_opam/bin/sexp change '(try (rewrite (package @X) OPAM-HEALTH-CHECK-DROP))' < dune-project | grep -v OPAM-HEALTH-CHECK-DROP > dune-project-new && mv dune-project-new dune-project && echo '(lang dune 3.17)
(lock_dir
 (repositories overlay  default))

(repository
 (name default)
 (url "file:///home/opam/opam-repository"))


' > dune-workspace && echo bitwuzla-bin >> /tmp/packages-to-build && while read package ; do if grep --quiet $package /tmp/packages-via-opam ; then echo $package >> /tmp/packages-to-build ; fi ; done < /tmp/packages-locally-available && while read package ; do opam show --raw $package > $package.opam; done < /tmp/packages-to-build && while read package ; do if [ ! -f ${package}.opam ]; then echo "opam-version: \"2.0\"" > ${package}.opam; fi; done < /tmp/packages-locally-available && paste -s -d , /tmp/packages-to-build > /tmp/packages-for-dune && PATH=$HOME/.local/bin:$PATH dune pkg lock || (echo "opam-health-check: Solve failed" && exit 1)  && grep -v dependency_hash dune.lock/lock.dune > /tmp/lock.dune && mv /tmp/lock.dune dune.lock/lock.dune && PATH=$HOME/.local/bin:$PATH dune build --profile=release --only-packages $(cat /tmp/packages-for-dune) || (echo "opam-health-check: Build failed" && exit 1)" failed with exit status 1
Failed: Build failed