- github
- ocaml
- opam-repository
- c005d7
- extras,ppc64-ocaml-4.14,bitwuzla-cxx.0.9.0,tests
(not at the head of any monitored branch or PR)
2026-03-23 09:00.47: New job: test bitwuzla-cxx.0.9.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29585/head (c005d764af867295ae8c4ddc313fce4db2093435)
on debian-13-ocaml-4.14/ppc64le
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29585/head" && git reset --hard c005d764
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:187eee377b7d16d7805980dbc94090ea103195daaefc31a1f5d48e64bc9be2a5
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 bitwuzla-cxx.0.9.0 0.9.0
RUN opam reinstall bitwuzla-cxx.0.9.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'bitwuzla-cxx.0.9.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 bitwuzla-cxx.0.9.0) || true
RUN opam reinstall --with-test --verbose bitwuzla-cxx.0.9.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'bitwuzla-cxx.0.9.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-03-23 09:00.47: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:187eee377b7d16d7805980dbc94090ea103195daaefc31a1f5d48e64bc9be2a5-bitwuzla-cxx.0.9.0-c005d764af867295ae8c4ddc313fce4db2093435"
2026-03-23 09:00.47: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:187eee377b7d16d7805980dbc94090ea103195daaefc31a1f5d48e64bc9be2a5)
(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 bitwuzla-cxx.0.9.0 0.9.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall bitwuzla-cxx.0.9.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'bitwuzla-cxx.0.9.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 bitwuzla-cxx.0.9.0) || true"))
(run (shell "opam reinstall --with-test --verbose bitwuzla-cxx.0.9.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'bitwuzla-cxx.0.9.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-03-23 09:00.47: Waiting for resource in pool OCluster
2026-03-23 09:00.47: Waiting for worker…
2026-03-23 09:00.47: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..c005d764af
Fast-forward
packages/bitwuzla-cxx/bitwuzla-cxx.0.9.0/opam | 51 +++++++++++++++++++++++++++
1 file changed, 51 insertions(+)
create mode 100644 packages/bitwuzla-cxx/bitwuzla-cxx.0.9.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:187eee377b7d16d7805980dbc94090ea103195daaefc31a1f5d48e64bc9be2a5)
2026-03-23 09:00.54 ---> using "40c49a30e13c0b3ab2ba8a8f4ad25f633e68dc100e91fc4d2abd09fed7a58ae3" 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-03-23 09:00.54 ---> using "40683d70bc0d6434bd35870ce22496a0864df6a4e579d7739f16e49da3cd4bab" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-23 09:00.54 ---> using "bb3e0f1eb32b8980fe075cc439381c6aa6f0f8a6dd671a9204bcf16d13455196" 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.0
# self-upgrade no
# system arch=ppc64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 175
# 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-03-23 09:00.54 ---> using "e212a6ecf612596418d4f75468164e1ab412c75ca61e8e9bbf4cafe2fbf08bcb" 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-03-23 09:00.54 ---> using "7bb0ecd6f8911a617ded2bf5fe840a875a1830c1a46856acab6b9871c2c3f856" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 09:03.33 ---> saved as "5cde4ef77efb7a32bd42e222ba97cf4f39bed0db38dbdbec91a5bafcd6938b80"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 09:03.51 ---> saved as "6e6fd5e98fbddd7353287c950d706492dadd192285e112e011420df0f3c830d4"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main ppc64el Packages [9509 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [109 kB]
- Fetched 9849 kB in 2s (4425 kB/s)
- Reading package lists...
-
2026-03-23 09:03.54 ---> saved as "b6e6ca8b5b0f43756e9551d7d4a8d859d5347aa8e238ee71e1206f12d5876441"
/home/opam: (run (shell "opam pin add -k version -yn bitwuzla-cxx.0.9.0 0.9.0"))
bitwuzla-cxx is now pinned to version 0.9.0
2026-03-23 09:03.55 ---> saved as "987888459542376038e9d33b4e648c8e1dcc421999bd0d0be5aa2b9c9fa76d1e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall bitwuzla-cxx.0.9.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'bitwuzla-cxx.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
bitwuzla-cxx.0.9.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 10 packages
- install bitwuzla-cxx 0.9.0 (pinned)
- install conf-g++ 1.0 [required by bitwuzla-cxx]
- install conf-gcc 1.0 [required by bitwuzla-cxx]
- install conf-git 1.1 [required by bitwuzla-cxx]
- install conf-gmp 5 [required by conf-mpfr, zarith]
- install conf-mpfr 3 [required by bitwuzla-cxx]
- install conf-pkg-config 4 [required by conf-mpfr, zarith]
- install dune 3.22.0 [required by bitwuzla-cxx]
- install ocamlfind 1.9.8 [required by zarith]
- install zarith 1.14 [required by bitwuzla-cxx]
The following system packages will first need to be installed:
libgmp-dev libmpfr-dev pkg-config
<><> 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" "libmpfr-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl:ppc64el.
- (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 ... 20598 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:ppc64el.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libmpfr-dev:ppc64el.
- Preparing to unpack .../2-libmpfr-dev_4.2.2-1_ppc64el.deb ...
- Unpacking libmpfr-dev:ppc64el (4.2.2-1) ...
- Selecting previously unselected package libpkgconf3:ppc64el.
- Preparing to unpack .../3-libpkgconf3_1.8.1-4_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../5-pkgconf_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkg-config:ppc64el.
- Preparing to unpack .../6-pkg-config_1.8.1-4_ppc64el.deb ...
- Unpacking pkg-config:ppc64el (1.8.1-4) ...
- Setting up libpkgconf3:ppc64el (1.8.1-4) ...
- Setting up libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up libmpfr-dev:ppc64el (4.2.2-1) ...
- Setting up pkgconf:ppc64el (1.8.1-4) ...
- Setting up pkg-config:ppc64el (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bitwuzla-cxx.0.9.0 (https://github.com/bitwuzla/ocaml-bitwuzla/releases/download/0.9.0/bitwuzla-cxx-0.9.0.tbz)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-mpfr.3 (cached)
-> installed conf-g++.1.0
-> installed conf-gcc.1.0
-> installed conf-git.1.1
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-mpfr.3
-> retrieved dune.3.22.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.22.0
-> installed bitwuzla-cxx.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:04.59 ---> saved as "42c315e4d09804b341bb234b7cd1ff85ba5aa0126fcf1367343293008812b9ae"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test bitwuzla-cxx.0.9.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile bitwuzla-cxx 0.9.0 (pinned)
=== install 25 packages
- install base v0.16.4 [required by ppx_expect]
- install csexp 1.5.2 [required by dune-configurator]
- install dune-configurator 3.22.0 [required by base]
- install jane-street-headers v0.16.0 [required by time_now]
- install jst-config v0.16.0 [required by time_now]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ppx_assert v0.16.0 [required by jst-config]
- install ppx_base v0.16.0 [required by time_now]
- install ppx_cold v0.16.0 [required by ppx_base]
- install ppx_compare v0.16.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.16.0 [required by ppx_base]
- install ppx_expect v0.16.2 [required by bitwuzla-cxx]
- install ppx_globalize v0.16.0 [required by ppx_base]
- install ppx_hash v0.16.0 [required by ppx_base]
- install ppx_here v0.16.0 [required by ppx_expect]
- install ppx_inline_test v0.16.1 [required by bitwuzla-cxx]
- install ppx_optcomp v0.16.0 [required by time_now]
- install ppx_sexp_conv v0.16.0 [required by ppx_base]
- install ppxlib 0.35.0 [required by ppx_expect]
- install re 1.14.0 [required by ppx_expect]
- install sexplib0 v0.16.0 [required by base]
- install stdio v0.16.0 [required by ppx_expect]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install time_now v0.16.0 [required by ppx_inline_test]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4 (https://opam.ocaml.org/cache)
-> retrieved csexp.1.5.2 (https://opam.ocaml.org/cache)
-> installed csexp.1.5.2
-> retrieved dune-configurator.3.22.0 (https://opam.ocaml.org/cache)
-> retrieved jane-street-headers.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved jst-config.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache)
-> installed jane-street-headers.v0.16.0
-> retrieved ppx_assert.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_base.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_cold.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_compare.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache)
-> retrieved ppx_enumerate.v0.16.0 (https://opam.ocaml.org/cache)
-> installed ppx_derivers.1.2.1
-> retrieved ppx_expect.v0.16.2 (https://opam.ocaml.org/cache)
-> retrieved ppx_globalize.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_hash.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_here.v0.16.0 (https://opam.ocaml.org/cache)
-> installed ocaml-compiler-libs.v0.12.4
-> retrieved ppx_inline_test.v0.16.1 (https://opam.ocaml.org/cache)
-> retrieved ppx_optcomp.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved ppx_sexp_conv.v0.16.0 (https://opam.ocaml.org/cache)
-> installed dune-configurator.3.22.0
-> retrieved ppxlib.0.35.0 (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0 (https://opam.ocaml.org/cache)
-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved stdio.v0.16.0 (https://opam.ocaml.org/cache)
-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache)
-> retrieved time_now.v0.16.0 (https://opam.ocaml.org/cache)
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> removed bitwuzla-cxx.0.9.0
-> installed re.1.14.0
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_expect.v0.16.2
-> installed bitwuzla-cxx.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:06.13 ---> saved as "2c87500df6383d53543cd14eb94fa32df6ae05a6c853c3e0be7e6fd1a5bbb7b5"
/home/opam: (run (shell "opam reinstall --with-test --verbose bitwuzla-cxx.0.9.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'bitwuzla-cxx.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile bitwuzla-cxx 0.9.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [bitwuzla-cxx: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bitwuzla-cxx" "-j" "175" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/bitwuzla-cxx.0.9.0)
- (cd _build/default/vendor && /usr/bin/patch -p1 --directory bitwuzla) < _build/default/vendor/patch/0001-api-Add-hook-for-ocaml-z-value.patch
- patching file include/bitwuzla/cpp/bitwuzla.h
- patching file src/lib/bv/bitvector.h
- (cd _build/default/vendor && /usr/bin/patch -p1 --directory bitwuzla) < _build/default/vendor/patch/0002-binding-Fix-segfault-with-parallel-instances.patch
- patching file include/bitwuzla/cpp/bitwuzla.h
- patching file src/api/checks.h
- patching file src/api/cpp/bitwuzla.cpp
- patching file src/node/node_manager.cpp
- patching file src/node/node_manager.h
- patching file src/type/type_manager.cpp
- patching file src/type/type_manager.h
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o sls.o -c src/sls.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/sls.cpp:24:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/solvertypes.h:27,
- from src/sls.h:26,
- from src/sls.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o str_impl_w_impl.o -c src/str_impl_w_impl.cpp)
- In file included from src/str_impl_w_impl.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/refwrap.h:39,
- from /usr/include/c++/14/vector:68,
- from src/str_impl_w_impl.h:26,
- from src/str_impl_w_impl.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o vardistgen.o -c src/vardistgen.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/vardistgen.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/refwrap.h:39,
- from /usr/include/c++/14/vector:68,
- from src/vardistgen.h:23,
- from src/vardistgen.cpp:24:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o clauseallocator.o -c src/clauseallocator.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/clauseallocator.cpp:33:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/clauseallocator.h:27,
- from src/clauseallocator.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o sccfinder.o -c src/sccfinder.cpp)
- In file included from src/sccfinder.cpp:30:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/bits/locale_classes.h:40,
- from /usr/include/c++/14/bits/ios_base.h:41,
- from /usr/include/c++/14/ios:44,
- from /usr/include/c++/14/ostream:40,
- from /usr/include/c++/14/iostream:41,
- from src/sccfinder.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o solutionextender.o -c src/solutionextender.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/solutionextender.cpp:24:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/solvertypes.h:27,
- from src/solutionextender.h:26,
- from src/solutionextender.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o completedetachreattacher.o -c src/completedetachreattacher.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/completedetachreattacher.cpp:24:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/completedetachreattacher.h:26,
- from src/completedetachreattacher.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o subsumeimplicit.o -c src/subsumeimplicit.cpp)
- In file included from src/subsumeimplicit.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/refwrap.h:39,
- from /usr/include/c++/14/vector:68,
- from src/subsumeimplicit.h:26,
- from src/subsumeimplicit.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o get_clause_query.o -c src/get_clause_query.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/get_clause_query.cpp:26:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/get_clause_query.h:25,
- from src/get_clause_query.cpp:25:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o lucky.o -c src/lucky.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/lucky.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/solver.h:25:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o distillerlitrem.o -c src/distillerlitrem.cpp)
- In file included from src/distillerlitrem.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/refwrap.h:39,
- from /usr/include/c++/14/vector:68,
- from src/distillerlitrem.h:26,
- from src/distillerlitrem.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o distillerlongwithimpl.o -c src/distillerlongwithimpl.cpp)
- In file included from src/distillerlongwithimpl.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/refwrap.h:39,
- from /usr/include/c++/14/vector:68,
- from src/distillerlongwithimpl.h:26,
- from src/distillerlongwithimpl.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o reducedb.o -c src/reducedb.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/reducedb.cpp:24:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/clauseallocator.h:27,
- from src/reducedb.h:26,
- from src/reducedb.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o datasync.o -c src/datasync.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/datasync.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/solvertypes.h:27,
- from src/datasync.h:26,
- from src/datasync.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o cardfinder.o -c src/cardfinder.cpp)
- In file included from src/cardfinder.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/cardfinder.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o distillerbin.o -c src/distillerbin.cpp)
- In file included from src/distillerbin.cpp:29:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/bits/locale_classes.h:40,
- from /usr/include/c++/14/bits/ios_base.h:41,
- from /usr/include/c++/14/iomanip:42,
- from src/distillerbin.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o intree.o -c src/intree.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/intree.cpp:24:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/cloffset.h:26,
- from src/intree.h:23,
- from src/intree.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o ccnr_cms.o -c src/ccnr_cms.cpp)
- In file included from src/ccnr_cms.cpp:23:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/time_mem.h:26:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o gatefinder.o -c src/gatefinder.cpp)
- In file included from src/gatefinder.cpp:24:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/solvertypes.h:27,
- from src/gatefinder.h:26,
- from src/gatefinder.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o clausecleaner.o -c src/clausecleaner.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/clausecleaner.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/clausecleaner.h:26,
- from src/clausecleaner.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o distillerlong.o -c src/distillerlong.cpp)
- In file included from src/distillerlong.cpp:26:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/refwrap.h:39,
- from /usr/include/c++/14/vector:68,
- from src/distillerlong.h:26,
- from src/distillerlong.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o matrixfinder.o -c src/matrixfinder.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/matrixfinder.cpp:24:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/refwrap.h:39,
- from /usr/include/c++/14/vector:68,
- from src/matrixfinder.h:26,
- from src/matrixfinder.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o subsumestrengthen.o -c src/subsumestrengthen.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/subsumestrengthen.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/cloffset.h:26,
- from src/subsumestrengthen.h:26,
- from src/subsumestrengthen.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o propengine.o -c src/propengine.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/propengine.cpp:32:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/refwrap.h:39,
- from /usr/include/c++/14/deque:67,
- from /usr/include/c++/14/stack:62,
- from src/propengine.h:28,
- from src/propengine.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o cnf.o -c src/cnf.cpp)
- In file included from src/cnf.cpp:32:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/cnf.h:27,
- from src/cnf.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o oracle.o -c src/oracle/oracle.cpp)
- In file included from /usr/include/c++/14/string:51,
- from /usr/include/c++/14/bits/locale_classes.h:40,
- from /usr/include/c++/14/bits/ios_base.h:41,
- from /usr/include/c++/14/ios:44,
- from /usr/include/c++/14/ostream:40,
- from /usr/include/c++/14/iostream:41,
- from src/oracle/oracle.h:25,
- from src/oracle/oracle.cpp:23:
- In static member function 'static _Up* std::__copy_move<_IsMove, true, std::random_access_iterator_tag>::__copy_m(_Tp*, _Tp*, _Up*) [with _Tp = const int; _Up = int; bool _IsMove = false]',
- inlined from '_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const int*; _OI = int*]' at /usr/include/c++/14/bits/stl_algobase.h:521:30,
- inlined from '_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const int*; _OI = int*]' at /usr/include/c++/14/bits/stl_algobase.h:548:42,
- inlined from '_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = __gnu_cxx::__normal_iterator<const int*, vector<int> >; _OI = int*]' at /usr/include/c++/14/bits/stl_algobase.h:555:31,
- inlined from '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const int*, vector<int> >; _OI = int*]' at /usr/include/c++/14/bits/stl_algobase.h:651:7,
- inlined from 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const int*, std::vector<int> >; _ForwardIterator = int*]' at /usr/include/c++/14/bits/stl_uninitialized.h:147:27,
- inlined from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const int*, vector<int> >; _ForwardIterator = int*]' at /usr/include/c++/14/bits/stl_uninitialized.h:185:15,
- inlined from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const int*, vector<int> >; _ForwardIterator = int*; _Tp = int]' at /usr/include/c++/14/bits/stl_uninitialized.h:373:37,
- inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = int; _Alloc = std::allocator<int>]' at /usr/include/c++/14/bits/stl_vector.h:606:31,
- inlined from 'bool sspp::oracle::Oracle::AddClauseIfNeededAndStr(std::vector<int>, bool)' at src/oracle/oracle.cpp:869:16:
- /usr/include/c++/14/bits/stl_algobase.h:452:30: warning: 'void* __builtin_memmove(void*, const void*, long unsigned int)' forming offset 4 is out of the bounds [0, 4] [-Warray-bounds=]
- 452 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
- | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o cryptominisat.o -c src/cryptominisat.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/cryptominisat.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/cryptominisat.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o bva.o -c src/bva.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/bva.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/bits/locale_classes.h:40,
- from /usr/include/c++/14/bits/ios_base.h:41,
- from /usr/include/c++/14/ios:44,
- from /usr/include/c++/14/ostream:40,
- from /usr/include/c++/14/iostream:41,
- from src/heap.h:24,
- from src/bva.h:26,
- from src/bva.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -DEMSCRIPTEN -Wno-pointer-compare -g -I /home/opam/.opam/4.14/lib/ocaml -o picosat.o -c src/picosat/picosat.c)
- src/picosat/picosat.c: In function 'picosat_mus_assumptions':
- src/picosat/picosat.c:107:24: warning: 'memset' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
- 107 | #define CLRN(p,n) do { memset ((p), 0, sizeof (*(p)) * (n)); } while (0)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/picosat/picosat.c:7437:3: note: in expansion of macro 'CLRN'
- 7437 | CLRN (redundant, nwork);
- | ^~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o gaussian.o -c src/gaussian.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/gaussian.cpp:41:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/bits/locale_classes.h:40,
- from /usr/include/c++/14/bits/ios_base.h:41,
- from /usr/include/c++/14/iomanip:42,
- from src/gaussian.cpp:31:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o varreplacer.o -c src/varreplacer.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/varreplacer.cpp:25:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/stl_tree.h:65,
- from /usr/include/c++/14/map:62,
- from src/varreplacer.h:25,
- from src/varreplacer.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o xorfinder.o -c src/xorfinder.cpp)
- In file included from src/xorfinder.cpp:24:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/bits/refwrap.h:39,
- from /usr/include/c++/14/vector:68,
- from src/xorfinder.h:27,
- from src/xorfinder.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o searcher.o -c src/searcher.cpp)
- In file included from src/searcher.h:31,
- from src/searcher.cpp:23:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/searcher.h:28:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o occsimplifier.o -c src/occsimplifier.cpp)
- In file included from src/occsimplifier.cpp:24:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/occsimplifier.cpp:23:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- (cd _build/default/vendor/cryptominisat && /usr/bin/gcc -x c++ -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -fdiagnostics-color=always -I/opt/homebrew/include -std=c++17 -I. -Wno-class-memaccess -Wno-maybe-uninitialized -g -I /home/opam/.opam/4.14/lib/ocaml -I src -o solver.o -c src/solver.cpp)
- In file included from src/searcher.h:31,
- from src/solver.h:36,
- from src/solver.cpp:23:
- src/time_mem.h: In function 'uint64_t memUsedTotal(double&, std::string*)':
- src/time_mem.h:183:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 183 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), '\t')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /usr/include/c++/14/bits/stl_function.h:1435,
- from /usr/include/c++/14/string:49,
- from /usr/include/c++/14/random:43,
- from src/constants.h:29,
- from src/solver.h:25:
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
- src/time_mem.h:185:72: warning: 'std::binder1st<_Operation> std::bind1st(const _Operation&, const _Tp&) [with _Operation = not_equal_to<char>; _Tp = char]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
- 185 | std::find_if(tp.begin(), tp.end(), std::bind1st(std::not_equal_to<char>(), ' ')));
- | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/c++/14/backward/binders.h:136:5: note: declared here
- 136 | bind1st(const _Operation& __fn, const _Tp& __x)
- | ^~~~~~~
-> compiled bitwuzla-cxx.0.9.0
-> removed bitwuzla-cxx.0.9.0
-> installed bitwuzla-cxx.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:06.50 ---> saved as "3d7698b3ad85ebfedec65aee3d866f6c42a80715bce502dd7e1e4784e102617d"
Job succeeded
2026-03-23 09:07.14: Job succeeded