(for PR #29933)
2026-05-24 03:59.35: New job: build z3.4.16.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29933/head (4834f4da5c651b5c7ad2fb98572d52cd3bfab6e3)
on centos-9-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/29933/head" && git reset --hard 4834f4da
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-4.14@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef
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 z3.4.16.0 4.16.0
RUN opam reinstall z3.4.16.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 "\"centos-9\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'z3.4.16.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-05-24 03:59.35: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef-z3.4.16.0-4834f4da5c651b5c7ad2fb98572d52cd3bfab6e3"
2026-05-24 03:59.35: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef)
(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 z3.4.16.0 4.16.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall z3.4.16.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 \"\\\"centos-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'z3.4.16.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-05-24 03:59.35: Waiting for resource in pool OCluster
2026-05-24 03:59.35: Waiting for worker…
2026-05-24 03:59.37: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Merge made by the 'ort' strategy.
packages/z3/z3.4.16.0/opam | 71 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)
create mode 100644 packages/z3/z3.4.16.0/opam
(from ocaml/opam:centos-9-ocaml-4.14@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef)
2026-05-24 03:59.53 ---> using "ef10bf288d44ec3b18cff8f2f98c9d18c9dee9c41c51b9ef71c2b5e350edff7a" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-24 03:59.53 ---> using "74357353a2cdea6ac91377c91bbe20b82ac0abe2193a6154d0ff5d9075bd9e0b" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 03:59.53 ---> using "fe81ccfa4a1f5a211b8ef761f0acbcbffe94bc4f5264893bd140df7cb8373839" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=centos os-version=9
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-05-24 03:59.53 ---> using "e922c444fce3ebfd15d5f8f2941ff80475216cf4161a9f13c14cc857ab7e65f6" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-24 03:59.53 ---> using "a7456aa714522c507db88189ea58330998b955f8c60f6bd7604437b2feb50b42" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 04:00.07 ---> saved as "18567496bb826bc4c0c7679455c09094050653a73b5ed6bc79c84c30034e6e41"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 04:00.17 ---> saved as "4ff4798eeb5abb221ba201c8d440c29a0be7bc8413b23b881efe995f172a32ee"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 2.6 kB/s | 14 kB 00:05
- CentOS Stream 9 - BaseOS 610 kB/s | 8.9 MB 00:15
- CentOS Stream 9 - AppStream 71 kB/s | 14 kB 00:00
- CentOS Stream 9 - AppStream 851 kB/s | 27 MB 00:32
- CentOS Stream 9 - CRB 4.8 kB/s | 14 kB 00:02
- CentOS Stream 9 - CRB 2.8 MB/s | 8.0 MB 00:02
- CentOS Stream 9 - Extras packages 106 kB/s | 16 kB 00:00
- Metadata cache created.
2026-05-24 04:01.39 ---> saved as "ab62404262fa67911ede294998b86703b80fc0f4df3b716d3ab2561365b7d550"
/home/opam: (run (shell "opam pin add -k version -yn z3.4.16.0 4.16.0"))
z3 is now pinned to version 4.16.0
2026-05-24 04:01.41 ---> saved as "04d2f1fb1eab461c5bf0a148a40e3e996e7037a7f5890b61274590d6d44b774c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall z3.4.16.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 \"\\\"centos-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'z3.4.16.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
z3.4.16.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 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 ocamlfind 1.9.8 [required by z3]
- install z3 4.16.0 (pinned)
- install zarith 1.14 [required by z3]
The following system packages will first need to be installed:
gmp-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum 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 "yum" "install" "-y" "gmp-devel"
- Last metadata expiration check: 0:00:12 ago on Sun May 24 04:01:36 2026.
- Dependencies resolved.
- ================================================================================
- Package Architecture Version Repository Size
- ================================================================================
- Installing:
- gmp-devel x86_64 1:6.2.0-13.el9 appstream 174 k
- Installing dependencies:
- gmp-c++ x86_64 1:6.2.0-13.el9 appstream 19 k
-
- Transaction Summary
- ================================================================================
- Install 2 Packages
-
- Total download size: 193 k
- Installed size: 382 k
- Downloading Packages:
- (1/2): gmp-c++-6.2.0-13.el9.x86_64.rpm 614 kB/s | 19 kB 00:00
- (2/2): gmp-devel-6.2.0-13.el9.x86_64.rpm 1.7 MB/s | 174 kB 00:00
- --------------------------------------------------------------------------------
- Total 774 kB/s | 193 kB 00:00
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : gmp-c++-1:6.2.0-13.el9.x86_64 1/2
- Installing : gmp-devel-1:6.2.0-13.el9.x86_64 2/2
- Running scriptlet: gmp-devel-1:6.2.0-13.el9.x86_64 2/2
- Verifying : gmp-c++-1:6.2.0-13.el9.x86_64 1/2
- Verifying : gmp-devel-1:6.2.0-13.el9.x86_64 2/2
-
-
- Installed:
- gmp-c++-1:6.2.0-13.el9.x86_64 gmp-devel-1:6.2.0-13.el9.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.2.0-13.el9.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-python-3.9.0.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> installed conf-c++.1.0
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-python-3.9.0.0
-> retrieved z3.4.16.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
[ERROR] The compilation of z3.4.16.0 failed at "make -C build -j 71".
#=== ERROR while compiling z3.4.16.0 ==========================================#
# context 2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.16.0.tar.gz)
# path ~/.opam/4.14/.opam-switch/build/z3.4.16.0
# command ~/.opam/opam-init/hooks/sandbox.sh build make -C build -j 71
# exit-code 2
# env-file ~/.opam/log/z3-6-8c6f97.env
# output-file ~/.opam/log/z3-6-8c6f97.out
### output ###
# make: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/z3.4.16.0/build'
# src/smt/smt_statistics.cpp
# src/math/lp/nla_throttle_example.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
# 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/util/util.cpp
# src/util/timeout.cpp
# src/util/stack.cpp
# src/util/memory_manager.cpp
# src/util/lbool.cpp
# ocamlfind ocamlc -package zarith -i -I api/ml -c ../src/api/ml/z3native.ml > api/ml/z3native.mli
# src/util/bit_util.cpp
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3native.cmi -c api/ml/z3native.mli
# src/shell/z3_log_frontend.cpp
# src/api/api_commands.cpp
# src/util/hash.cpp
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3native.cmo -c ../src/api/ml/z3native.ml
# src/solver/smt_logics.cpp
# src/util/warning.cpp
# src/util/smt2_util.cpp
# src/util/small_object_allocator.cpp
# src/util/permutation.cpp
# src/util/mpn.cpp
# src/util/min_cut.cpp
# src/util/fixed_bit_vector.cpp
# cp ../src/api/ml/z3.mli api/ml/z3.mli
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3.cmi -c api/ml/z3.mli
# ocamlfind ocamlc -package zarith -I api/ml -o api/ml/z3.cmo -c ../src/api/ml/z3.ml
# src/api/api_log_macros.cpp
# src/api/z3_replayer.cpp
# src/api/api_log.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
# src/math/simplex/bit_matrix.cpp
# src/util/statistics.cpp
# src/util/mpz.cpp
# ocamlfind ocamlopt -package zarith -I api/ml -o api/ml/z3enums.cmx -c ../src/api/ml/z3enums.ml
# src/math/realclosure/mpz_matrix.cpp
# src/util/scoped_ctrl_c.cpp
# src/util/mpq.cpp
# src/util/mpfx.cpp
# src/util/mpff.cpp
# src/util/env_params.cpp
# src/shell/mem_initializer.cpp
# src/smt/old_interval.cpp
# src/ast/simplifiers/linear_equation.cpp
# src/sat/sat_config.cpp
# src/ast/sls/sat_ddfw.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/realclosure.cpp
# src/math/dd/dd_pdd.cpp
# src/math/interval/interval_mpq.cpp
# src/util/tbv.cpp
# src/util/sexpr.cpp
# src/util/s_integer.cpp
# src/util/rational.cpp
# src/util/params.cpp
# src/util/mpq_inf.cpp
# src/util/mpf.cpp
# src/util/inf_rational.cpp
# src/util/inf_int_rational.cpp
# src/util/hwf.cpp
# src/util/mpbq.cpp
# src/util/gparams.cpp
# src/api/dll/mem_initializer.cpp
# ocamlfind ocamlopt -package zarith -I api/ml -o api/ml/z3native.cmx -c ../src/api/ml/z3native.ml
# src/muz/spacer/spacer_matrix.cpp
# src/sat/sat_watched.cpp
# src/ast/simplifiers/bound_propagator.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/math/hilbert/hilbert_basis.cpp
# src/math/dd/dd_bdd.cpp
# src/math/interval/dep_intervals.cpp
# src/util/zstring.cpp
# src/util/inf_s_integer.cpp
# ocamlfind ocamlopt -package zarith -I api/ml -o api/ml/z3.cmx -c ../src/api/ml/z3.ml
# src/muz/spacer/spacer_arith_kernel.cpp
# src/muz/base/bind_variables.cpp
# src/smt/smt_value_sort.cpp
# src/ackermannization/ackr_helper.cpp
# src/nlsat/nlsat_types.cpp
# src/nlsat/nlsat_clause.cpp
# src/ast/euf/euf_justification.cpp
# src/ast/rewriter/mk_extract_proc.cpp
# src/ast/rewriter/func_decl_replace.cpp
# src/ast/rewriter/dl_rewriter.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/params/context_params.cpp
# src/ast/used_vars.cpp
# src/ast/special_relations_decl_plugin.cpp
# src/ast/quantifier_stat.cpp
# src/ast/pp.cpp
# src/ast/occurs.cpp
# src/ast/num_occurs.cpp
# src/ast/has_free_vars.cpp
# src/ast/func_decl_dependencies.cpp
# src/ast/format.cpp
# src/ast/for_each_expr.cpp
# src/ast/for_each_ast.cpp
# src/ast/expr_stat.cpp
# src/ast/expr_map.cpp
# src/ast/expr_functors.cpp
# src/ast/display_dimacs.cpp
# src/ast/cost_evaluator.cpp
# src/ast/ast_lt.cpp
# src/ast/ast_ll_pp.cpp
# src/ast/array_peq.cpp
# src/ast/act_cache.cpp
# src/math/subpaving/subpaving_mpq.cpp
# src/math/subpaving/subpaving_mpfx.cpp
# src/math/subpaving/subpaving_mpff.cpp
# src/math/subpaving/subpaving_mpf.cpp
# src/math/subpaving/subpaving_hwf.cpp
# src/math/subpaving/subpaving.cpp
# src/math/simplex/simplex.cpp
# src/math/simplex/model_based_opt.cpp
# src/math/dd/dd_fdd.cpp
# src/math/polynomial/polynomial_cache.cpp
# src/shell/main.cpp
# src/smt/uses_theory.cpp
# src/math/lp/lp_settings.cpp
# src/nlsat/nlsat_interval_set.cpp
# src/nlsat/nlsat_evaluator.cpp
# src/sat/sat_xor_finder.cpp
# src/sat/sat_simplifier.cpp
# src/sat/sat_scc.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_elim_eqs.cpp
# src/sat/sat_drat.cpp
# src/sat/sat_ddfw_wrapper.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/dimacs.cpp
# src/model/struct_factory.cpp
# src/parsers/util/simple_parser.cpp
# src/parsers/util/scanner.cpp
# src/parsers/util/cost_parser.cpp
# src/ast/value_generator.cpp
# src/ast/macro_substitution.cpp
# src/math/polynomial/rpolynomial.cpp
# src/math/polynomial/polynomial.cpp
# src/math/polynomial/algebraic_numbers.cpp
# src/shell/drat_frontend.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_bv_plugin.cpp
# src/qe/qe_bool_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_almost_cg_table.cpp
# src/smt/fingerprints.cpp
# src/smt/arith_eq_solver.cpp
# src/smt/proto_model/proto_model.cpp
# src/math/subpaving/tactic/expr2subpaving.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/nla_throttle.cpp
# src/math/lp/indexed_vector.cpp
# src/math/lp/dense_matrix.cpp
# src/nlsat/nlsat_variable_ordering_strategy.cpp
# src/nlsat/nlsat_simplify.cpp
# src/nlsat/nlsat_simple_checker.cpp
# src/sat/sat_solver.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/model2expr.cpp
# src/model/func_interp.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/euf/ho_matcher.cpp
# src/ast/euf/euf_specrel_plugin.cpp
# src/ast/euf/euf_plugin.cpp
# src/ast/euf/euf_etable.cpp
# src/ast/euf/euf_enode.cpp
# src/ast/euf/euf_egraph.cpp
# src/ast/euf/euf_bv_plugin.cpp
# src/ast/euf/euf_arith_plugin.cpp
# src/ast/euf/euf_ac_plugin.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/factor_equivs.cpp
# src/ast/rewriter/expr_safe_replace.cpp
# src/ast/rewriter/expr_replacer.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/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/seq_decl_plugin.cpp:24:10: fatal error: format: No such file or directory
# 24 | #include <format>
# | ^~~~~~~~
# compilation terminated.
# make: *** [Makefile:619: ast/seq_decl_plugin.o] Error 1
# make: *** Waiting for unfinished jobs....
# make: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/z3.4.16.0/build'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build z3 4.16.0
+-
+- The following changes have been performed
| - install conf-c++ 1.0
| - install conf-gmp 5
| - install conf-pkg-config 4
| - install conf-python-3 9.0.0
| - install ocamlfind 1.9.8
| - 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-20260524040143.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.
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
"/usr/bin/env" "bash" "-c" "opam reinstall z3.4.16.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 "\"centos-9\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'z3.4.16.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-05-24 04:20.39: Job failed: Failed: Build failed
2026-05-24 04:20.39: Log analysis:
2026-05-24 04:20.39: >>>
[ERROR] The compilation of z3.4.16.0 failed at "make -C build -j 71".
(score = 20)
2026-05-24 04:20.39: >>>
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
(score = 100)
2026-05-24 04:20.39: [SKIP] Failure ignored