Build:
- 0
2026-01-28 22:49.01: New job: test yultracer.0.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29245/head (c113cd45bf3d4cc61f6655b189eabd91654da253)
on ubuntu-25.04-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29245/head" && git reset --hard c113cd45
git fetch origin master
git merge --no-edit 40cfb8f093037b52bf14a3194ba499363355facb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14
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 yultracer.0.2.0 0.2.0
RUN opam reinstall yultracer.0.2.0; \
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 "\"ubuntu-25.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'yultracer.0.2.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test yultracer.0.2.0) || true
RUN opam reinstall --with-test --verbose yultracer.0.2.0; \
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 "\"ubuntu-25.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'yultracer.0.2.0' && 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 .
2026-01-28 22:49.01: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14-yultracer.0.2.0-c113cd45bf3d4cc61f6655b189eabd91654da253"
2026-01-28 22:49.01: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14)
(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 yultracer.0.2.0 0.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yultracer.0.2.0;\
\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 \"\\\"ubuntu-25.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'yultracer.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test yultracer.0.2.0) || true"))
(run (shell "opam reinstall --with-test --verbose yultracer.0.2.0;\
\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 \"\\\"ubuntu-25.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'yultracer.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-28 22:49.01: Waiting for resource in pool OCluster
2026-01-28 23:12.25: Waiting for worker…
2026-01-28 23:23.01: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 40cfb8f093 Merge pull request #29304 from jmid/ocamlformat-mlx-lib-menhir-bounds
Merge made by the 'ort' strategy.
packages/yultracer/yultracer.0.2.0/opam | 36 +++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 packages/yultracer/yultracer.0.2.0/opam
(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:863dda63d8d9d4b752c550777d3338cee2095ba25ff8114fc5688b1917f69f14)
2026-01-28 23:23.34 ---> saved as "a087cecdfee3c27a6dfd3b374223c58ceb06bb9197e0c5bfa09038c2912fa098"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-28 23:23.34 ---> saved as "93809a93072f62879672560118833930fb657fe62e57497e431b3dcd6cf6bcd4"
/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
2026-01-28 23:23.58 ---> saved as "2fb568c781a7b5f02e260b16805b549ddbad6f16d36f2565f93060c38015e216"
/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
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=ubuntu os-version=25.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-01-28 23:23.59 ---> saved as "8a97cba403a1024951032b378b17f7f7127b98af4fb18b9e56ce98b51d688747"
/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/"))
2026-01-28 23:24.14 ---> saved as "360d5658a6b60430d0745bc850ebf0c19e63f80637cfb7cfdd39cb8f883b064b"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-28 23:24.19 ---> saved as "266ea82d154cfd8e22a6d007d1eccaa7ac7c4dc4f5f44b263f4a394d7f25f546"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-28 23:24.38 ---> saved as "5d2fe4eecff2395f9b26b327305398b0b114ad9414226517d08d47d4b9e5ece1"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [233 kB]
- Get:3 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [290 kB]
- Get:4 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [330 kB]
- Hit:5 http://archive.ubuntu.com/ubuntu plucky InRelease
- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:7 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [452 kB]
- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [363 kB]
- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [325 kB]
- Fetched 2371 kB in 1s (2342 kB/s)
- Reading package lists...
2026-01-28 23:24.40 ---> saved as "006dea20c671d92676b05103913d0c3bebb58bc67dcb77e967176c72e9ebd341"
/home/opam: (run (shell "opam pin add -k version -yn yultracer.0.2.0 0.2.0"))
yultracer is now pinned to version 0.2.0
2026-01-28 23:24.41 ---> saved as "e643613765ccdb2c23adf24a8384c2ae9d210944d3fa27def13ea7f330ec1558"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yultracer.0.2.0;\
\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 \"\\\"ubuntu-25.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'yultracer.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
yultracer.0.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 14 packages
- install conf-c++ 1.0 [required by z3]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install conf-python-3 9.0.0 [required by z3]
- install dune 3.21.0 [required by yultracer]
- install menhir 20250912 [required by yultracer]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install ocamlfind 1.9.8 [required by z3]
- install yojson 3.0.0 [required by yultracer]
- install yultracer 0.2.0 (pinned)
- install z3 4.15.2 [required by yultracer]
- install zarith 1.14 [required by z3]
The following system packages will first need to be installed:
libgmp-dev pkg-config python3
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" "python3"
- Preconfiguring packages ...
- Selecting previously unselected package libpython3.13-minimal:amd64.
- (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 ... 16503 files and directories currently installed.)
- Preparing to unpack .../libpython3.13-minimal_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking python3.13-minimal (3.13.3-1ubuntu0.5) ...
- Setting up libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.5) ...
- Setting up python3.13-minimal (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 16828 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.3-1_amd64.deb ...
- Unpacking python3-minimal (3.13.3-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2025b-1ubuntu1.1_all.deb ...
- Unpacking tzdata (2025b-1ubuntu1.1) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../3-libpython3.13-stdlib_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../4-python3.13_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking python3.13 (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.13.3-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up python3-minimal (3.13.3-1) ...
- Selecting previously unselected package python3.
- (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 ... 17795 files and directories currently installed.)
- Preparing to unpack .../0-python3_3.13.3-1_amd64.deb ...
- Unpacking python3 (3.13.3-1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../1-libgmpxx4ldbl_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../2-libgmp-dev_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../3-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../5-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../6-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up media-types (13.0.0) ...
- Setting up tzdata (2025b-1ubuntu1.1) ...
-
- Current default time zone: 'Europe/London'
- Local time is now: Wed Jan 28 23:24:48 GMT 2026.
- Universal Time is now: Wed Jan 28 23:24:48 UTC 2026.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
-
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.5) ...
- Setting up libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up python3.13 (3.13.3-1ubuntu0.5) ...
- Setting up python3 (3.13.3-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-python-3.9.0.0 (cached)
-> installed conf-c++.1.0
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-python-3.9.0.0
-> retrieved dune.3.21.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved yultracer.0.2.0 (cached)
-> retrieved z3.4.15.2 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.21.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed yojson.3.0.0
-> installed menhir.20250912
[ERROR] The compilation of z3.4.15.2 failed at "make -C build -j 255".
#=== ERROR while compiling z3.4.15.2 ==========================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/z3.4.15.2
# command ~/.opam/opam-init/hooks/sandbox.sh build make -C build -j 255
# exit-code 2
# env-file ~/.opam/log/z3-7-6acc54.env
# output-file ~/.opam/log/z3-7-6acc54.out
### output ###
# make: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/z3.4.15.2/build'
# src/smt/smt_statistics.cpp
# src/util/luby.cpp
# src/util/common_msgs.cpp
# src/util/approx_nat.cpp
# src/api/dll/dll.cpp
# ocamlfind ocamlc -package zarith -i -I api/ml -c ../src/api/ml/z3enums.ml > api/ml/z3enums.mli
# src/util/z3_exception.cpp
# src/util/timeit.cpp
# src/util/page.cpp
# src/util/approx_set.cpp
# src/util/util.cpp
# src/util/timeout.cpp
# src/util/mpn.cpp
# src/util/memory_manager.cpp
# src/util/lbool.cpp
# src/util/hash.cpp
# src/util/bit_util.cpp
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3enums.cmi -c api/ml/z3enums.mli
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3enums.cmo -c ../src/api/ml/z3enums.ml
# src/shell/z3_log_frontend.cpp
# src/api/api_commands.cpp
# src/solver/smt_logics.cpp
# src/util/warning.cpp
# src/util/stack.cpp
# src/util/smt2_util.cpp
# src/util/small_object_allocator.cpp
# src/util/permutation.cpp
# src/util/min_cut.cpp
# src/util/fixed_bit_vector.cpp
# src/api/api_log_macros.cpp
# src/api/z3_replayer.cpp
# src/api/api_log.cpp
# src/sat/sat_cutset.cpp
# src/math/automata/automaton.cpp
# src/math/simplex/bit_matrix.cpp
# src/util/trace.cpp
# src/util/symbol.cpp
# src/util/state_graph.cpp
# src/util/scoped_timer.cpp
# src/util/rlimit.cpp
# src/util/region.cpp
# src/util/prime_generator.cpp
# src/util/debug.cpp
# src/util/cmd_context_types.cpp
# src/util/bit_vector.cpp
# ocamlfind ocamlc -package zarith -i -I api/ml -c ../src/api/ml/z3native.ml > api/ml/z3native.mli
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3native.cmi -c api/ml/z3native.mli
# src/util/statistics.cpp
# src/util/mpz.cpp
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3native.cmo -c ../src/api/ml/z3native.ml
# src/ast/simplifiers/linear_equation.cpp
# src/ast/sls/sat_ddfw.cpp
# src/params/theory_str_params.cpp
# src/params/theory_seq_params.cpp
# src/params/theory_pb_params.cpp
# src/params/theory_bv_params.cpp
# src/params/theory_array_params.cpp
# src/params/theory_arith_params.cpp
# src/params/qi_params.cpp
# src/params/preprocessor_params.cpp
# src/params/pattern_inference_params.cpp
# src/params/dyn_ack_params.cpp
# src/math/realclosure/mpz_matrix.cpp
# src/math/interval/interval_mpq.cpp
# src/util/scoped_ctrl_c.cpp
# src/util/mpq_inf.cpp
# src/util/mpq.cpp
# src/util/mpfx.cpp
# src/util/mpff.cpp
# src/util/mpf.cpp
# src/util/hwf.cpp
# cp ../src/api/ml/z3.mli api/ml/z3.mli
# src/util/env_params.cpp
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3.cmi -c api/ml/z3.mli
# src/util/rational.cpp
# src/util/params.cpp
# src/util/gparams.cpp
# src/api/dll/mem_initializer.cpp
# src/shell/mem_initializer.cpp
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3.cmo -c ../src/api/ml/z3.ml
# src/ast/simplifiers/bound_propagator.cpp
# src/smt/old_interval.cpp
# src/sat/sat_config.cpp
# src/math/subpaving/subpaving_mpq.cpp
# src/math/subpaving/subpaving_mpfx.cpp
# src/math/subpaving/subpaving_mpff.cpp
# src/math/subpaving/subpaving_hwf.cpp
# src/math/subpaving/subpaving_mpf.cpp
# src/math/subpaving/subpaving.cpp
# src/math/realclosure/realclosure.cpp
# src/math/simplex/simplex.cpp
# src/math/dd/dd_pdd.cpp
# src/math/dd/dd_bdd.cpp
# src/math/interval/dep_intervals.cpp
# src/util/zstring.cpp
# src/util/tbv.cpp
# src/util/sexpr.cpp
# src/util/s_integer.cpp
# src/util/mpbq.cpp
# src/util/inf_rational.cpp
# src/util/inf_int_rational.cpp
# File "../src/api/ml/z3.ml", lines 378-385, characters 6-95:
# 378 | ......match parameter_kind_of_int (Z3native.get_decl_parameter_kind (gc x) x i) with
# 379 | | PARAMETER_INT -> Parameter.P_Int (Z3native.get_decl_int_parameter (gc x) x i)
# 380 | | PARAMETER_DOUBLE -> Parameter.P_Dbl (Z3native.get_decl_double_parameter (gc x) x i)
# 381 | | PARAMETER_SYMBOL-> Parameter.P_Sym (Z3native.get_decl_symbol_parameter (gc x) x i)
# 382 | | PARAMETER_SORT -> Parameter.P_Srt (Z3native.get_decl_sort_parameter (gc x) x i)
# 383 | | PARAMETER_AST -> Parameter.P_Ast (Z3native.get_decl_ast_parameter (gc x) x i)
# 384 | | PARAMETER_FUNC_DECL -> Parameter.P_Fdl (Z3native.get_decl_func_decl_parameter (gc x) x i)
# 385 | | PARAMETER_RATIONAL -> Parameter.P_Rat (Z3native.get_decl_rational_parameter (gc x) x i)
# Warning 8 [partial-match]: this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# (PARAMETER_INTERNAL|PARAMETER_ZSTRING)
# src/muz/spacer/spacer_matrix.cpp
# src/muz/base/bind_variables.cpp
# src/sat/sat_watched.cpp
# src/sat/sat_clause_use_list.cpp
# src/sat/sat_clause_set.cpp
# src/sat/sat_clause.cpp
# src/ast/sls/sls_bv_valuation.cpp
# src/ast/rewriter/func_decl_replace.cpp
# src/ast/euf/euf_justification.cpp
# src/params/context_params.cpp
# src/ast/special_relations_decl_plugin.cpp
# src/ast/quantifier_stat.cpp
# src/ast/num_occurs.cpp
# src/ast/for_each_ast.cpp
# src/ast/has_free_vars.cpp
# src/ast/display_dimacs.cpp
# src/math/hilbert/hilbert_basis.cpp
# src/math/dd/dd_fdd.cpp
# src/util/inf_s_integer.cpp
# src/ast/ast_lt.cpp
# src/muz/spacer/spacer_arith_kernel.cpp
# src/smt/uses_theory.cpp
# src/smt/smt_value_sort.cpp
# src/ackermannization/ackr_helper.cpp
# src/nlsat/nlsat_types.cpp
# src/nlsat/nlsat_clause.cpp
# src/ast/rewriter/mk_extract_proc.cpp
# src/ast/rewriter/datatype_rewriter.cpp
# src/ast/rewriter/char_rewriter.cpp
# src/math/grobner/pdd_solver.cpp
# src/math/grobner/pdd_simplifier.cpp
# src/parsers/util/simple_parser.cpp
# src/parsers/util/scanner.cpp
# src/parsers/util/cost_parser.cpp
# src/ast/used_vars.cpp
# src/ast/pp.cpp
# src/ast/occurs.cpp
# src/ast/macro_substitution.cpp
# src/ast/func_decl_dependencies.cpp
# src/ast/format.cpp
# src/ast/for_each_expr.cpp
# src/ast/expr_stat.cpp
# src/ast/expr_map.cpp
# src/ast/expr_functors.cpp
# src/ast/cost_evaluator.cpp
# src/ast/ast_ll_pp.cpp
# src/ast/array_peq.cpp
# src/ast/act_cache.cpp
# src/math/simplex/model_based_opt.cpp
# ocamlfind ocamlopt -package zarith -I api/ml -o api/ml/z3enums.cmx -c ../src/api/ml/z3enums.ml
# src/math/polynomial/polynomial_cache.cpp
# src/shell/main.cpp
# src/math/lp/lp_settings.cpp
# src/nlsat/nlsat_interval_set.cpp
# src/nlsat/nlsat_evaluator.cpp
# src/model/struct_factory.cpp
# src/ast/rewriter/dl_rewriter.cpp
# src/ast/euf/euf_specrel_plugin.cpp
# src/ast/euf/euf_plugin.cpp
# src/ast/euf/euf_enode.cpp
# src/ast/euf/euf_arith_plugin.cpp
# src/ast/value_generator.cpp
# src/math/polynomial/rpolynomial.cpp
# src/math/polynomial/polynomial.cpp
# src/math/polynomial/algebraic_numbers.cpp
# src/api/dll/gparams_register_modules.cpp
# ocamlfind ocamlopt -package zarith -I api/ml -o api/ml/z3native.cmx -c ../src/api/ml/z3native.ml
# src/shell/gparams_register_modules.cpp
# src/opt/totalizer.cpp
# src/muz/spacer/spacer_mev_array.cpp
# src/muz/spacer/spacer_mbc.cpp
# src/muz/spacer/spacer_antiunify.cpp
# src/qe/qe_dl_plugin.cpp
# src/qe/qe_datatype_plugin.cpp
# src/qe/qe_bool_plugin.cpp
# src/qe/qe_bv_plugin.cpp
# src/qe/qe_array_plugin.cpp
# src/qe/nlarith_util.cpp
# src/smt/smt_literal.cpp
# src/smt/smt_farkas_util.cpp
# src/smt/smt_clause.cpp
# src/smt/arith_eq_solver.cpp
# src/math/subpaving/tactic/expr2subpaving.cpp
# src/smt/proto_model/proto_model.cpp
# src/tactic/arith/bv2real_rewriter.cpp
# src/ast/fpa/fpa2bv_converter.cpp
# src/cmd_context/pdecl.cpp
# src/solver/check_logic.cpp
# src/qe/lite/qel.cpp
# src/qe/mbp/mbp_term_graph.cpp
# src/qe/mbp/mbp_solve_plugin.cpp
# src/qe/mbp/mbp_plugin.cpp
# src/qe/mbp/mbp_euf.cpp
# src/qe/mbp/mbp_datatypes.cpp
# src/qe/mbp/mbp_arrays.cpp
# src/ast/simplifiers/bound_manager.cpp
# src/ast/proofs/proof_utils.cpp
# src/ast/proofs/proof_checker.cpp
# src/ast/substitution/unifier.cpp
# src/ast/substitution/substitution_tree.cpp
# src/ast/substitution/substitution.cpp
# src/ast/substitution/matcher.cpp
# src/math/lp/indexed_vector.cpp
# src/nlsat/nlsat_variable_ordering_strategy.cpp
# src/nlsat/nlsat_simplify.cpp
# src/nlsat/nlsat_simple_checker.cpp
# src/sat/sat_xor_finder.cpp
# src/sat/sat_scc.cpp
# src/sat/sat_simplifier.cpp
# src/sat/sat_proof_trim.cpp
# src/sat/sat_probing.cpp
# src/sat/sat_prob.cpp
# src/sat/sat_parallel.cpp
# src/sat/sat_npn3_finder.cpp
# src/sat/sat_mus.cpp
# src/sat/sat_model_converter.cpp
# src/sat/sat_lookahead.cpp
# src/sat/sat_local_search.cpp
# src/sat/sat_integrity_checker.cpp
# src/sat/sat_gc.cpp
# src/sat/sat_drat.cpp
# src/sat/sat_elim_eqs.cpp
# src/sat/sat_ddfw_wrapper.cpp
# src/sat/sat_cut_simplifier.cpp
# src/sat/sat_cleaner.cpp
# src/sat/sat_big.cpp
# src/sat/sat_bcd.cpp
# src/sat/sat_asymm_branch.cpp
# src/sat/sat_anf_simplifier.cpp
# src/sat/sat_aig_finder.cpp
# src/sat/sat_aig_cuts.cpp
# src/sat/dimacs.cpp
# src/ast/sls/sls_smt_plugin.cpp
# src/ast/sls/sls_bv_terms.cpp
# src/ast/sls/sls_basic_plugin.cpp
# src/ast/sls/sls_array_plugin.cpp
# src/ast/converters/replace_proof_converter.cpp
# src/ast/converters/proof_converter.cpp
# src/ast/converters/equiv_proof_converter.cpp
# src/model/value_factory.cpp
# src/model/numeral_factory.cpp
# src/model/model_v2_pp.cpp
# src/model/model_pp.cpp
# src/model/model_core.cpp
# src/model/func_interp.cpp
# src/model/model2expr.cpp
# src/model/datatype_factory.cpp
# src/model/array_factory.cpp
# src/ast/normal_forms/pull_quant.cpp
# src/ast/normal_forms/nnf.cpp
# src/ast/normal_forms/name_exprs.cpp
# src/ast/normal_forms/elim_term_ite.cpp
# src/ast/normal_forms/defined_names.cpp
# src/ast/rewriter/var_subst.cpp
# src/ast/rewriter/seq_skolem.cpp
# src/ast/rewriter/rewriter.cpp
# src/ast/rewriter/quant_hoist.cpp
# src/ast/rewriter/push_app_ite.cpp
# src/ast/rewriter/pb_rewriter.cpp
# src/ast/rewriter/pb2bv_rewriter.cpp
# src/ast/rewriter/mk_simplified_app.cpp
# src/ast/rewriter/maximize_ac_sharing.cpp
# src/ast/rewriter/macro_replacer.cpp
# src/ast/rewriter/label_rewriter.cpp
# src/ast/rewriter/inj_axiom.cpp
# src/ast/rewriter/fpa_rewriter.cpp
# src/ast/rewriter/factor_rewriter.cpp
# src/ast/rewriter/expr_safe_replace.cpp
# src/ast/rewriter/expr_replacer.cpp
# src/ast/rewriter/factor_equivs.cpp
# src/ast/rewriter/enum2bv_rewriter.cpp
# src/ast/rewriter/elim_bounds.cpp
# src/ast/rewriter/dom_simplifier.cpp
# src/ast/rewriter/distribute_forall.cpp
# src/ast/rewriter/der.cpp
# src/ast/rewriter/cached_var_subst.cpp
# src/ast/rewriter/bv_rewriter.cpp
# src/ast/rewriter/bv_elim.cpp
# src/ast/rewriter/bv_bounds.cpp
# src/ast/rewriter/bv2int_translator.cpp
# src/ast/rewriter/bool_rewriter.cpp
# src/ast/rewriter/bit2int.cpp
# src/ast/rewriter/ast_counter.cpp
# src/ast/rewriter/array_rewriter.cpp
# src/ast/rewriter/arith_rewriter.cpp
# src/math/grobner/grobner.cpp
# src/ast/euf/euf_mam.cpp
# src/ast/euf/euf_etable.cpp
# src/ast/euf/euf_egraph.cpp
# src/ast/euf/euf_bv_plugin.cpp
# src/ast/euf/euf_ac_plugin.cpp
# src/parsers/util/pattern_validation.cpp
# src/params/smt_params.cpp
# src/ast/well_sorted.cpp
# src/ast/static_features.cpp
# src/ast/shared_occs.cpp
# src/ast/seq_decl_plugin.cpp
# src/ast/polymorphism_util.cpp
# src/ast/polymorphism_inst.cpp
# src/ast/pb_decl_plugin.cpp
# src/ast/fpa_decl_plugin.cpp
# src/ast/expr_substitution.cpp
# src/ast/expr_abstract.cpp
# src/ast/expr2var.cpp
# src/ast/expr2polynomial.cpp
# src/ast/dl_decl_plugin.cpp
# src/ast/datatype_decl_plugin.cpp
# src/ast/char_decl_plugin.cpp
# src/ast/bv_decl_plugin.cpp
# src/ast/ast_util.cpp
# src/ast/ast_translation.cpp
# src/ast/ast_smt2_pp.cpp
# src/ast/ast_pp_dot.cpp
# src/ast/ast.cpp
# src/ast/array_decl_plugin.cpp
# src/ast/arith_decl_plugin.cpp
# src/math/polynomial/upolynomial.cpp
# src/math/polynomial/sexpr2upolynomial.cpp
# ocamlfind ocamlopt -package zarith -I api/ml -o api/ml/z3.cmx -c ../src/api/ml/z3.ml
# File "../src/api/ml/z3.ml", lines 378-385, characters 6-95:
# 378 | ......match parameter_kind_of_int (Z3native.get_decl_parameter_kind (gc x) x i) with
# 379 | | PARAMETER_INT -> Parameter.P_Int (Z3native.get_decl_int_parameter (gc x) x i)
# 380 | | PARAMETER_DOUBLE -> Parameter.P_Dbl (Z3native.get_decl_double_parameter (gc x) x i)
# 381 | | PARAMETER_SYMBOL-> Parameter.P_Sym (Z3native.get_decl_symbol_parameter (gc x) x i)
# 382 | | PARAMETER_SORT -> Parameter.P_Srt (Z3native.get_decl_sort_parameter (gc x) x i)
# 383 | | PARAMETER_AST -> Parameter.P_Ast (Z3native.get_decl_ast_parameter (gc x) x i)
# 384 | | PARAMETER_FUNC_DECL -> Parameter.P_Fdl (Z3native.get_decl_func_decl_parameter (gc x) x i)
# 385 | | PARAMETER_RATIONAL -> Parameter.P_Rat (Z3native.get_decl_rational_parameter (gc x) x i)
# Warning 8 [partial-match]: this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# (PARAMETER_INTERNAL|PARAMETER_ZSTRING)
# src/shell/drat_frontend.cpp
# src/opt/pb_sls.cpp
# src/muz/spacer/spacer_sym_mux.cpp
# src/muz/spacer/spacer_sem_matcher.cpp
# src/muz/spacer/spacer_iuc_proof.cpp
# src/muz/spacer/spacer_cluster_util.cpp
# src/muz/base/dl_boogie_proof.cpp
# src/sat/smt/pb_constraint.cpp
# src/smt/watch_list.cpp
# src/smt/theory_opt.cpp
# src/smt/smt_cg_table.cpp
# src/smt/smt_almost_cg_table.cpp
# src/smt/fingerprints.cpp
# src/ast/fpa/fpa2bv_rewriter.cpp
# src/ast/fpa/bv2fpa_converter.cpp
# src/ackermannization/lackr_model_constructor.cpp
# src/ast/pattern/pattern_inference.cpp
# src/qe/mbp/mbp_qel_util.cpp
# src/qe/mbp/mbp_arith.cpp
# src/ast/substitution/demodulator_rewriter.cpp
# src/ast/rewriter/bit_blaster/bit_blaster_rewriter.cpp
# src/ast/rewriter/bit_blaster/bit_blaster.cpp
# src/math/lp/permutation_matrix.cpp
# src/math/lp/nex_creator.cpp
# src/math/lp/matrix.cpp
# src/math/lp/dense_matrix.cpp
# src/nlsat/nlsat_solver.cpp
# src/nlsat/nlsat_explain.cpp
# src/sat/sat_solver.cpp
# src/sat/sat_lut_finder.cpp
# src/ast/sls/sls_smt_solver.cpp
# src/ast/sls/sls_euf_plugin.cpp
# src/ast/sls/sls_datatype_plugin.cpp
# src/ast/sls/sls_arith_lookahead.cpp
# src/ast/sls/sls_arith_clausal.cpp
# src/ast/sls/sls_arith_base.cpp
# src/model/model_smt2_pp.cpp
# src/model/model_implicant.cpp
# src/model/model.cpp
# src/ast/macros/quantifier_macro_info.cpp
# src/ast/macros/macro_util.cpp
# src/ast/rewriter/th_rewriter.cpp
# src/ast/rewriter/seq_rewriter.cpp
# src/ast/rewriter/seq_eq_solver.cpp
# src/ast/rewriter/seq_axioms.cpp
# src/ast/rewriter/recfun_rewriter.cpp
# src/ast/reg_decl_plugins.cpp
# src/ast/recfun_decl_plugin.cpp
# src/ast/decl_collector.cpp
# src/ast/ast_smt_pp.cpp
# src/ast/ast_printer.cpp
# src/ast/ast_pp_util.cpp
# src/math/polynomial/upolynomial_factorization.cpp
# src/muz/spacer/spacer_unsat_core_learner.cpp
# src/muz/spacer/spacer_convex_closure.cpp
# src/tactic/bv/bit_blaster_model_converter.cpp
# src/sat/smt/bv_ackerman.cpp
# src/ackermannization/ackr_model_converter.cpp
# src/solver/check_sat_result.cpp
# src/qe/mbp/mbp_basic_tg.cpp
# src/qe/mbp/mbp_arrays_tg.cpp
# src/ast/sls/sls_seq_plugin.cpp
# src/ast/sls/sls_bv_lookahead.cpp
# src/ast/sls/sls_bv_fixed.cpp
# src/ast/sls/sls_bv_eval.cpp
# src/ast/sls/sls_bv_engine.cpp
# src/ast/sls/sls_arith_plugin.cpp
# src/ast/converters/model_converter.cpp
# src/ast/converters/horn_subsume_model_converter.cpp
# src/ast/converters/generic_model_converter.cpp
# src/ast/converters/expr_inverter.cpp
# src/model/model_macro_solver.cpp
# src/model/model_evaluator.cpp
# src/ast/macros/quasi_macros.cpp
# src/ast/macros/macro_manager.cpp
# src/ast/rewriter/value_sweep.cpp
# src/tactic/fpa/fpa2bv_model_converter.cpp
# src/tactic/smtlogics/qfufbv_ackr_model_converter.cpp
# src/muz/spacer/spacer_unsat_core_plugin.cpp
# src/muz/spacer/spacer_proof_utils.cpp
# src/muz/spacer/spacer_iuc_solver.cpp
# src/muz/spacer/spacer_farkas_learner.cpp
# src/muz/base/hnf.cpp
# src/qe/qe_mbi.cpp
# src/tactic/bv/bvarray2uf_rewriter.cpp
# src/sat/smt/pb_pb.cpp
# src/sat/smt/atom2bool_var.cpp
# src/smt/smt_implied_equalities.cpp
# src/tactic/arith/pb2bv_model_converter.cpp
# src/tactic/arith/bv2int_rewriter.cpp
# src/tactic/core/collect_occs.cpp
# src/ackermannization/lackr_model_converter_lazy.cpp
# src/ackermannization/ackermannize_bv_model_converter.cpp
# src/tactic/aig/aig.cpp
# src/solver/solver.cpp
# src/solver/slice_solver.cpp
# src/solver/mus.cpp
# src/solver/combined_solver.cpp
# src/qe/mbp/mbp_qel.cpp
# src/qe/mbp/mbp_dt_tg.cpp
# src/tactic/goal_util.cpp
# src/tactic/goal_shared_occs.cpp
# src/tactic/goal_num_occurs.cpp
# src/tactic/goal.cpp
# src/tactic/dependency_converter.cpp
# src/ast/sls/sls_context.cpp
# src/ast/sls/sls_bv_plugin.cpp
# src/ast/sls/bvsls_opt_engine.cpp
# src/ast/macros/macro_finder.cpp
# src/shell/dimacs_frontend.cpp
# src/opt/opt_pareto.cpp
# src/tactic/portfolio/solver_subsumption_tactic.cpp
# src/tactic/portfolio/solver2lookahead.cpp
# src/tactic/portfolio/default_tactic.cpp
# src/tactic/fpa/qffplra_tactic.cpp
# src/tactic/fpa/fpa2bv_tactic.cpp
# src/tactic/ufbv/ufbv_rewriter_tactic.cpp
# src/tactic/ufbv/quasi_macros_tactic.cpp
# src/tactic/ufbv/macro_finder_tactic.cpp
# src/tactic/smtlogics/smt_tactic.cpp
# src/tactic/smtlogics/qfnra_tactic.cpp
# src/tactic/smtlogics/nra_tactic.cpp
# src/muz/spacer/spacer_qe_project.cpp
# src/muz/spacer/spacer_prop_solver.cpp
# src/muz/spacer/spacer_manager.cpp
# src/muz/spacer/spacer_legacy_mev.cpp
# src/muz/spacer/spacer_legacy_mbp.cpp
# src/muz/rel/doc.cpp
# src/tactic/fd_solver/smtfd_solver.cpp
# src/tactic/fd_solver/pb2bv_solver.cpp
# src/tactic/fd_solver/fd_solver.cpp
# src/tactic/fd_solver/enum2bv_solver.cpp
# src/tactic/fd_solver/bounded_int2bv_solver.cpp
# src/qe/qsat.cpp
# src/qe/qe_tactic.cpp
# src/qe/qe_mbp.cpp
# src/qe/qe_arith_plugin.cpp
# src/qe/nlqsat.cpp
# src/smt/tactic/smt_tactic_core.cpp
# src/smt/tactic/ctx_solver_simplify_tactic.cpp
# src/tactic/bv/elim_small_bv_tactic.cpp
# src/tactic/bv/dt2bv_tactic.cpp
# src/tactic/bv/bvarray2uf_tactic.cpp
# src/tactic/bv/bv_size_reduction_tactic.cpp
# src/tactic/bv/bv_bound_chk_tactic.cpp
# src/tactic/bv/bv1_blaster_tactic.cpp
# src/tactic/bv/bit_blaster_tactic.cpp
# src/nlsat/tactic/nlsat_tactic.cpp
# src/nlsat/tactic/goal2nlsat.cpp
# src/sat/tactic/sat_tactic.cpp
# src/sat/smt/user_solver.cpp
# src/sat/smt/tseitin_theory_checker.cpp
# src/sat/smt/specrel_solver.cpp
# src/sat/smt/sls_solver.cpp
# src/sat/smt/sat_th.cpp
# src/sat/smt/recfun_solver.cpp
# src/sat/smt/pb_solver.cpp
# src/sat/smt/pb_internalize.cpp
# src/sat/smt/pb_card.cpp
# src/sat/smt/intblast_solver.cpp
# src/sat/smt/euf_relevancy.cpp
# src/sat/smt/euf_proof_checker.cpp
# src/sat/smt/euf_proof.cpp
# src/sat/smt/euf_model.cpp
# src/sat/smt/euf_invariant.cpp
# src/sat/smt/euf_internalize.cpp
# src/sat/smt/euf_ackerman.cpp
# src/sat/smt/dt_solver.cpp
# src/sat/smt/bv_theory_checker.cpp
# src/sat/smt/bv_solver.cpp
# src/sat/smt/bv_invariant.cpp
# src/sat/smt/bv_internalize.cpp
# src/sat/smt/bv_delay_internalize.cpp
# src/sat/smt/array_solver.cpp
# src/sat/smt/array_model.cpp
# src/sat/smt/array_internalize.cpp
# src/sat/smt/array_diagnostics.cpp
# src/sat/smt/array_axioms.cpp
# src/smt/smt_solver.cpp
# src/math/subpaving/tactic/subpaving_tactic.cpp
# src/solver/assertions/asserted_formulas.cpp
# src/tactic/arith/recover_01_tactic.cpp
# src/tactic/arith/purify_arith_tactic.cpp
# src/tactic/arith/probe_arith.cpp
# src/tactic/arith/pb2bv_tactic.cpp
# src/tactic/arith/normalize_bounds_tactic.cpp
# src/tactic/arith/nla2bv_tactic.cpp
# src/tactic/arith/lia2pb_tactic.cpp
# src/tactic/arith/lia2card_tactic.cpp
# src/tactic/arith/fm_tactic.cpp
# src/tactic/arith/fix_dl_var_tactic.cpp
# src/tactic/arith/factor_tactic.cpp
# src/tactic/arith/eq2bv_tactic.cpp
# src/tactic/arith/diff_neq_tactic.cpp
# src/tactic/arith/degree_shift_tactic.cpp
# src/tactic/arith/arith_bounds_tactic.cpp
# src/tactic/arith/add_bounds_tactic.cpp
# src/tactic/core/tseitin_cnf_tactic.cpp
# src/tactic/core/symmetry_reduce_tactic.cpp
# src/tactic/core/split_clause_tactic.cpp
# src/tactic/core/special_relations_tactic.cpp
# src/tactic/core/simplify_tactic.cpp
# src/tactic/core/reduce_args_tactic.cpp
# src/tactic/core/propagate_values_tactic.cpp
# src/tactic/core/pb_preprocess_tactic.cpp
# src/tactic/core/occf_tactic.cpp
# src/tactic/core/nnf_tactic.cpp
# src/tactic/core/injectivity_tactic.cpp
# src/tactic/core/elim_uncnstr_tactic.cpp
# src/tactic/core/elim_term_ite_tactic.cpp
# src/tactic/core/der_tactic.cpp
# src/tactic/core/ctx_simplify_tactic.cpp
# src/tactic/core/collect_statistics_tactic.cpp
# src/tactic/core/cofactor_term_ite_tactic.cpp
# src/tactic/core/cofactor_elim_term_ite.cpp
# src/tactic/core/blast_term_ite_tactic.cpp
# src/ackermannization/lackr.cpp
# src/ackermannization/ackr_bound_probe.cpp
# src/tactic/aig/aig_tactic.cpp
# src/solver/tactic2solver.cpp
# src/solver/solver_pool.cpp
# src/solver/solver_na2as.cpp
# src/solver/solver2tactic.cpp
# src/solver/simplifier_solver.cpp
# src/solver/parallel_tactical.cpp
# src/qe/lite/qe_lite_tactic.cpp
# src/tactic/tactical.cpp
# src/tactic/tactic.cpp
# src/tactic/probe.cpp
# src/ast/simplifiers/reduce_args_simplifier.cpp
# src/ast/simplifiers/propagate_values.cpp
# src/ast/simplifiers/model_reconstruction_trail.cpp
# src/ast/simplifiers/max_bv_sharing.cpp
# src/ast/simplifiers/extract_eqs.cpp
# src/ast/simplifiers/euf_completion.cpp
# src/ast/simplifiers/eliminate_predicates.cpp
# src/ast/simplifiers/elim_unconstrained.cpp
# src/ast/simplifiers/dominator_simplifier.cpp
# src/ast/simplifiers/distribute_forall.cpp
# src/ast/simplifiers/dependent_expr_state.cpp
# src/ast/simplifiers/demodulator_simplifier.cpp
# src/ast/simplifiers/card2bv.cpp
# src/ast/simplifiers/bv_slice.cpp
# src/ast/simplifiers/bv_bounds_simplifier.cpp
# src/ast/simplifiers/bound_simplifier.cpp
# src/ast/simplifiers/bit_blaster.cpp
# src/math/lp/lp_core_solver_base.cpp
# src/math/lp/core_solver_pretty_printer.cpp
# src/tactic/portfolio/euf_completion_tactic.cpp
# src/tactic/fpa/qffp_tactic.cpp
# src/muz/spacer/spacer_util.cpp
# src/sat/sat_solver/sat_smt_solver.cpp
# src/sat/sat_solver/inc_sat_solver.cpp
# src/qe/qe.cpp
# src/smt/tactic/unit_subsumption_tactic.cpp
# src/tactic/bv/bv_bounds_tactic.cpp
# src/sat/tactic/sat2goal.cpp
# src/sat/tactic/goal2sat.cpp
# src/sat/smt/xor_solver.cpp
# src/sat/smt/q_clause.cpp
# src/sat/smt/fpa_solver.cpp
# src/smt/theory_wmaxsat.cpp
# src/smt/theory_user_propagator.cpp
# src/smt/theory_special_relations.cpp
# src/smt/theory_sls.cpp
# src/smt/theory_pb.cpp
# src/smt/theory_intblast.cpp
# src/smt/theory_fpa.cpp
# src/smt/theory_dummy.cpp
# src/smt/theory_dl.cpp
# src/smt/theory_datatype.cpp
# src/smt/theory_bv.cpp
# src/smt/theory_char.cpp
# src/smt/theory_array_full.cpp
# src/smt/theory_array_base.cpp
# src/smt/theory_array_bapa.cpp
# src/smt/theory_array.cpp
# src/smt/smt_theory.cpp
# src/smt/smt_relevancy.cpp
# src/smt/smt_quick_checker.cpp
# src/smt/smt_quantifier.cpp
# src/smt/smt_model_generator.cpp
# src/smt/smt_model_finder.cpp
# src/smt/smt_model_checker.cpp
# src/smt/smt_lookahead.cpp
# src/smt/smt_kernel.cpp
# src/smt/smt_justification.cpp
# src/smt/smt_for_each_relevant_expr.cpp
# src/smt/smt_internalizer.cpp
# src/smt/smt_enode.cpp
# src/smt/smt_context_stat.cpp
# src/smt/smt_context_pp.cpp
# src/smt/smt_context_inv.cpp
# src/smt/smt_context.cpp
# src/smt/smt_consequences.cpp
# src/smt/smt_conflict_resolution.cpp
# src/smt/smt_clause_proof.cpp
# src/smt/smt_checker.cpp
# src/smt/smt_case_split_queue.cpp
# src/smt/smt_arith_value.cpp
# src/smt/seq_offset_eq.cpp
# src/smt/seq_axioms.cpp
# src/smt/qi_queue.cpp
# src/smt/mam.cpp
# src/smt/expr_context_simplifier.cpp
# src/smt/dyn_ack.cpp
# src/smt/arith_eq_adapter.cpp
# src/ackermannization/ackermannize_bv_tactic.cpp
# src/solver/solver_preprocess.cpp
# src/ast/simplifiers/solve_eqs.cpp
# src/ast/simplifiers/solve_context_eqs.cpp
# src/opt/opt_lns.cpp
# src/opt/opt_cores.cpp
# src/tactic/ufbv/ufbv_tactic.cpp
# src/tactic/smtlogics/quant_tactics.cpp
# src/tactic/smtlogics/qfufbv_tactic.cpp
# src/tactic/smtlogics/qfuf_tactic.cpp
# src/tactic/smtlogics/qfnia_tactic.cpp
# src/tactic/smtlogics/qflra_tactic.cpp
# src/tactic/smtlogics/qflia_tactic.cpp
# src/tactic/smtlogics/qfidl_tactic.cpp
# src/tactic/smtlogics/qfbv_tactic.cpp
# src/tactic/smtlogics/qfauflia_tactic.cpp
# src/tactic/smtlogics/qfaufbv_tactic.cpp
# src/muz/spacer/spacer_ind_lemma_generalizer.cpp
# src/muz/spacer/spacer_expand_bnd_generalizer.cpp
# src/muz/spacer/spacer_conjecture.cpp
# src/muz/spacer/spacer_concretize.cpp
# src/muz/spacer/spacer_cluster.cpp
# src/muz/spacer/spacer_callback.cpp
# src/tactic/sls/sls_tactic.cpp
# src/nlsat/tactic/qfnra_nlsat_tactic.cpp
# src/smt/theory_utvpi.cpp
# src/smt/theory_recfun.cpp
# src/smt/theory_diff_logic.cpp
# src/smt/smt_setup.cpp
# src/smt/smt_parallel.cpp
# src/smt/seq_regex.cpp
# src/smt/seq_ne_solver.cpp
# src/smt/seq_eq_solver.cpp
# src/cmd_context/tactic_manager.cpp
# src/math/lp/lar_core_solver.cpp
# src/cmd_context/extra_cmds/subpaving_cmds.cpp
# src/cmd_context/extra_cmds/proof_cmds.cpp
# src/cmd_context/extra_cmds/polynomial_cmds.cpp
# src/cmd_context/extra_cmds/dbg_cmds.cpp
# src/opt/opt_solver.cpp
# src/opt/opt_preprocess.cpp
# src/muz/fp/datalog_parser.cpp
# src/muz/ddnf/ddnf.cpp
# src/muz/clp/clp_context.cpp
# src/muz/spacer/spacer_sat_answer.cpp
# src/muz/spacer/spacer_pdr.cpp
# src/muz/spacer/spacer_global_generalizer.cpp
# src/muz/spacer/spacer_generalizers.cpp
# src/muz/spacer/spacer_arith_generalizers.cpp
# src/muz/transforms/dl_mk_unbound_compressor.cpp
# src/muz/transforms/dl_mk_separate_negated_tails.cpp
# src/muz/transforms/dl_mk_scale.cpp
# src/muz/transforms/dl_mk_quantifier_instantiation.cpp
# src/muz/transforms/dl_mk_quantifier_abstraction.cpp
# src/muz/transforms/dl_mk_magic_symbolic.cpp
# src/muz/transforms/dl_mk_magic_sets.cpp
# src/muz/transforms/dl_mk_loop_counter.cpp
# src/muz/transforms/dl_mk_karr_invariants.cpp
# src/muz/transforms/dl_mk_filter_rules.cpp
# src/muz/transforms/dl_mk_elim_term_ite.cpp
# src/muz/transforms/dl_mk_coi_filter.cpp
# src/muz/transforms/dl_mk_bit_blast.cpp
# src/muz/transforms/dl_mk_backwards.cpp
# src/muz/transforms/dl_mk_array_instantiation.cpp
# src/muz/transforms/dl_mk_array_eq_rewrite.cpp
# src/muz/transforms/dl_mk_array_blast.cpp
# src/muz/dataflow/dataflow.cpp
# src/muz/base/rule_properties.cpp
# src/muz/base/dl_util.cpp
# src/muz/base/dl_rule_transformer.cpp
# src/muz/base/dl_rule_subsumption_index.cpp
# src/muz/base/dl_rule_set.cpp
# src/muz/base/dl_rule.cpp
# src/muz/base/dl_costs.cpp
# src/muz/base/dl_context.cpp
# src/qe/qe_cmd.cpp
# src/sat/smt/q_queue.cpp
# src/sat/smt/q_model_fixer.cpp
# src/sat/smt/q_mbi.cpp
# src/sat/smt/q_eval.cpp
# src/sat/smt/q_ematch.cpp
# src/smt/theory_str_regex.cpp
# src/smt/theory_str_mc.cpp
# src/smt/theory_str.cpp
# src/smt/theory_seq.cpp
# src/smt/theory_dense_diff_logic.cpp
# src/smt/theory_arith.cpp
# src/cmd_context/tactic_cmds.cpp
# src/cmd_context/simplify_cmd.cpp
# src/cmd_context/simplifier_cmds.cpp
# src/cmd_context/parametric_cmd.cpp
# src/cmd_context/eval_cmd.cpp
# src/cmd_context/echo_tactic.cpp
# src/cmd_context/cmd_util.cpp
# src/cmd_context/cmd_context_to_goal.cpp
# src/cmd_context/cmd_context.cpp
# src/cmd_context/basic_cmds.cpp
# src/math/lp/static_matrix.cpp
# src/math/lp/lp_primal_core_solver.cpp
# src/math/lp/lar_solver.cpp
# src/math/lp/int_gcd_test.cpp
# src/math/lp/int_cube.cpp
# src/math/lp/int_branch.cpp
# src/math/lp/hnf_cutter.cpp
# src/math/lp/gomory.cpp
# src/math/lp/dioph_eq.cpp
# src/api/dll/install_tactic.cpp
# src/shell/install_tactic.cpp
# src/api/api_tactic.cpp
# src/api/api_stats.cpp
# src/api/api_special_relations.cpp
# src/api/api_solver.cpp
# src/api/api_seq.cpp
# src/api/api_rcf.cpp
# src/api/api_quant.cpp
# src/api/api_qe.cpp
# src/api/api_polynomial.cpp
# src/api/api_pb.cpp
# src/api/api_params.cpp
# src/api/api_numeral.cpp
# src/api/api_model.cpp
# src/api/api_goal.cpp
# src/api/api_fpa.cpp
# src/api/api_datatype.cpp
# src/api/api_context.cpp
# src/api/api_config_params.cpp
# src/api/api_bv.cpp
# src/api/api_ast_vector.cpp
# src/api/api_ast.cpp
# src/api/api_ast_map.cpp
# src/api/api_array.cpp
# src/api/api_arith.cpp
# src/api/api_algebraic.cpp
# src/opt/wmax.cpp
# src/opt/sortmax.cpp
# src/opt/optsmt.cpp
# src/opt/opt_parse.cpp
# src/opt/opt_context.cpp
# src/opt/maxsmt.cpp
# src/opt/maxlex.cpp
# src/opt/maxcore.cpp
# src/tactic/portfolio/smt_strategic_solver.cpp
# src/muz/fp/horn_tactic.cpp
# src/muz/spacer/spacer_quant_generalizer.cpp
# src/muz/spacer/spacer_legacy_frames.cpp
# src/muz/spacer/spacer_context.cpp
# src/muz/transforms/dl_mk_unfold.cpp
# src/muz/rel/dl_external_relation.cpp
# src/muz/transforms/dl_transforms.cpp
# src/muz/transforms/dl_mk_subsumption_checker.cpp
# src/muz/transforms/dl_mk_slice.cpp
# src/muz/transforms/dl_mk_rule_inliner.cpp
# src/muz/transforms/dl_mk_interp_tail_simplifier.cpp
# src/muz/transforms/dl_mk_coalesce.cpp
# src/sat/smt/q_theory_checker.cpp
# src/sat/smt/q_solver.cpp
# src/smt/smt2_extra_cmds.cpp
# src/ast/pattern/expr_pattern_match.cpp
# src/parsers/smt2/smt2scanner.cpp
# src/parsers/smt2/smt2parser.cpp
# src/parsers/smt2/marshal.cpp
# src/math/lp/random_updater.cpp
# src/math/lp/int_solver.cpp
# src/math/lp/mon_eq.cpp
# src/shell/opt_frontend.cpp
# src/api/api_parsers.cpp
# src/api/api_opt.cpp
# src/opt/opt_cmds.cpp
# src/muz/fp/dl_register_engine.cpp
# src/muz/bmc/dl_bmc_engine.cpp
# src/muz/tab/tab_context.cpp
# src/api/api_datalog.cpp
# src/muz/spacer/spacer_dl_interface.cpp
# src/muz/rel/udoc_relation.cpp
# src/muz/rel/dl_table.cpp
# src/muz/rel/dl_table_relation.cpp
# src/muz/rel/dl_sparse_table.cpp
# src/muz/rel/dl_product_relation.cpp
# src/muz/rel/dl_mk_simple_joins.cpp
# src/muz/rel/dl_mk_similarity_compressor.cpp
# src/muz/rel/dl_lazy_table.cpp
# src/muz/rel/dl_interval_relation.cpp
# src/muz/rel/dl_instruction.cpp
# src/muz/rel/dl_check_table.cpp
# src/muz/rel/dl_base.cpp
# src/muz/rel/check_relation.cpp
# src/muz/rel/aig_exporter.cpp
# src/muz/transforms/dl_mk_synchronize.cpp
# src/math/lp/factorization.cpp
# src/shell/smtlib_frontend.cpp
# src/muz/rel/karr_relation.cpp
# src/muz/rel/dl_sieve_relation.cpp
# src/muz/rel/dl_relation_manager.cpp
# src/muz/rel/dl_mk_explanations.cpp
# src/muz/rel/dl_finite_product_relation.cpp
# src/muz/rel/dl_compiler.cpp
# src/muz/rel/dl_bound_relation.cpp
# src/muz/fp/dl_cmds.cpp
# src/shell/datalog_frontend.cpp
# src/muz/rel/rel_context.cpp
# src/math/lp/nra_solver.cpp
# src/math/lp/nla_solver.cpp
# src/math/lp/nla_tangent_lemmas.cpp
# src/math/lp/nla_powers.cpp
# src/math/lp/nla_order_lemmas.cpp
# src/math/lp/nla_monotone_lemmas.cpp
# src/math/lp/nla_intervals.cpp
# src/math/lp/nla_grobner.cpp
# src/math/lp/nla_divisions.cpp
# src/math/lp/nla_core.cpp
# src/math/lp/nla_common.cpp
# src/math/lp/nla_basics_lemmas.cpp
# src/math/lp/monomial_bounds.cpp
# src/math/lp/horner.cpp
# src/math/lp/factorization_factory_imp.cpp
# src/math/lp/emonics.cpp
# src/smt/theory_lra.cpp
# src/sat/smt/euf_solver.cpp
# src/sat/smt/arith_solver.cpp
# src/sat/smt/arith_value.cpp
# src/sat/smt/arith_internalize.cpp
# src/sat/smt/arith_diagnostics.cpp
# src/sat/smt/arith_axioms.cpp
# g++: fatal error: Killed signal terminated program cc1plus
# compilation terminated.
# make: *** [Makefile:3223: smt/theory_arith.o] Error 1
# make: *** Waiting for unfinished jobs....
# make: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/z3.4.15.2/build'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build z3 4.15.2
+-
+- The following changes have been performed (the rest was aborted)
| - install conf-c++ 1.0
| - install conf-gmp 5
| - install conf-pkg-config 4
| - install conf-python-3 9.0.0
| - install dune 3.21.0
| - install menhir 20250912
| - install menhirCST 20250912
| - install menhirLib 20250912
| - install menhirSdk 20250912
| - install ocamlfind 1.9.8
| - install yojson 3.0.0
| - install zarith 1.14
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260128232442.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.
opam-repo-ci detected dependencies failing: z3.4.15.2
"/usr/bin/env" "bash" "-c" "opam reinstall yultracer.0.2.0;
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 "\"ubuntu-25.04\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'yultracer.0.2.0' && 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
2026-01-29 00:50.12: Job failed: Failed: Build failed
2026-01-29 00:50.12: Log analysis:
2026-01-29 00:50.12: >>>
[ERROR] The compilation of z3.4.15.2 failed at "make -C build -j 255".
(score = 20)
2026-01-29 00:50.12: >>>
opam-repo-ci detected dependencies failing: z3.4.15.2
(score = 75)
2026-01-29 00:50.12: z3.4.15.2 failed to build