leatherman-1.12.13
| std::
/build/source/execution/src/posix/execution.cc:203:20: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
203 | buffer(move(buf)),
| ^
| std::
/build/source/execution/src/posix/execution.cc:590:32: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
590 | pipe("stdout", move(stdout_read), process_stdout),| ^
| std::
/build/source/execution/src/posix/execution.cc:591:32: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
591 | pipe("stderr", move(stderr_read), process_stderr),| ^
| std::
/build/source/execution/src/posix/execution.cc:592:39: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
592 | input ? pipe("stdin", move(stdin_write), *input) : pipe("", {}, "")| ^
| std::
/build/source/execution/src/posix/execution.cc:616:117: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
616 | throw child_exit_exception(_("child process returned non-zero exit status ({1}).", status), status, move(output), move(error));| ^
| std::
/build/source/execution/src/posix/execution.cc:616:131: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
616 | throw child_exit_exception(_("child process returned non-zero exit status ({1}).", status), status, move(output), move(error));| ^
| std::
/build/source/execution/src/posix/execution.cc:619:114: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
619 | throw child_signal_exception(_("child process was terminated by signal ({1}).", status), status, move(output), move(error));| ^
| std::
/build/source/execution/src/posix/execution.cc:619:128: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
619 | throw child_signal_exception(_("child process was terminated by signal ({1}).", status), status, move(output), move(error));| ^
| std::
/build/source/execution/src/posix/execution.cc:622:26: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
622 | return {success, move(output), move(error), status, static_cast<size_t>(child)};| ^
| std::
/build/source/execution/src/posix/execution.cc:622:40: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
622 | return {success, move(output), move(error), status, static_cast<size_t>(child)};| ^
| std::
18 warnings generated.
make[1]: *** [CMakeFiles/Makefile2:841: execution/CMakeFiles/leatherman_execution.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
In file included from /build/source/ruby/src/api.cc:3:
/build/source/execution/inc/leatherman/execution/execution.hpp:228:34: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
228 | : success(s), output(move(o)), error(move(e)), exit_code(ec), pid(p) {}| ^
| std::
/build/source/execution/inc/leatherman/execution/execution.hpp:228:50: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
228 | : success(s), output(move(o)), error(move(e)), exit_code(ec), pid(p) {}| ^
| std::
/build/source/ruby/src/api.cc:118:18: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
118 | _library(move(library))
| ^
| std::
/build/source/ruby/src/api.cc:167:46: warning: ISO C++ does not allow reinterpret_cast from 'const char *(*)[1]' to 'char ***' because it casts away qualifiers, even though the source and destination types are unrelated [-Wcast-qual-unrelated]
167 | ruby_sysinit(&sysinit_opts_size, reinterpret_cast<char***>(&sysinit_opts));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/ruby/src/api.cc:250:38: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
250 | directories.emplace_back(move(path));
| ^
| std::
5 warnings generated.
[ 97%] Linking CXX static library leatherman_ruby.a
[ 97%] Built target leatherman_ruby
make: *** [Makefile:136: all] Error 2
nlohmann_json-3.11.3
Build started
leatherman-1.12.13
error: Cannot build '/nix/store/szw36a06w50cbqrm049a4d5cm7z4s0yb-leatherman-x86_64-unknown-linux-gnufilc0-1.12.13.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/c8rrbl2s2wirc76sanwi605kli3pgy46-leatherman-x86_64-unknown-linux-gnufilc0-1.12.13
Last 25 log lines:
> make[1]: *** Waiting for unfinished jobs....
> In file included from /build/source/ruby/src/api.cc:3:
> /build/source/execution/inc/leatherman/execution/execution.hpp:228:34: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
> 228 | : success(s), output(move(o)), error(move(e)), exit_code(ec), pid(p) {}
> | ^
> | std::
> /build/source/execution/inc/leatherman/execution/execution.hpp:228:50: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
> 228 | : success(s), output(move(o)), error(move(e)), exit_code(ec), pid(p) {}
> | ^
> | std::
> /build/source/ruby/src/api.cc:118:18: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
> 118 | _library(move(library))
> | ^
> | std::
> /build/source/ruby/src/api.cc:167:46: warning: ISO C++ does not allow reinterpret_cast from 'const char *(*)[1]' to 'char ***' because it casts away qualifiers, even though the source and destination types are unrelated [-Wcast-qual-unrelated]
> 167 | ruby_sysinit(&sysinit_opts_size, reinterpret_cast<char***>(&sysinit_opts));
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> /build/source/ruby/src/api.cc:250:38: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
> 250 | directories.emplace_back(move(path));
> | ^
> | std::
> 5 warnings generated.
> [ 97%] Linking CXX static library leatherman_ruby.a
> [ 97%] Built target leatherman_ruby
> make: *** [Makefile:136: all] Error 2
For full logs, run:
nix log /nix/store/szw36a06w50cbqrm049a4d5cm7z4s0yb-leatherman-x86_64-unknown-linux-gnufilc0-1.12.13.drvnlohmann_json-3.11.3
→ unpackPhase
unpacking source archive /nix/store/i8xbp4fwlggg8mggifkq5kb68gz6lxxh-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/share/doc/nlohmann_json -DCMAKE_INSTALL_INFODIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/include -DCMAKE_INSTALL_SBINDIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3 -DJSON_BuildTests=ON -DJSON_FastTests=ON -DJSON_MultipleHeaders=ON -DJSON_TestDataDirectory=/nix/store/xq70ff8j7f89k1hc0yxz57q9h7qxcvk4-source -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
-- The CXX compiler identification is Clang 20.1.8
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using the multi-header code from /build/source/include/
-- Using test data in /nix/store/xq70ff8j7f89k1hc0yxz57q9h7qxcvk4-source.
-- Operating system: Linux; Linux localhost 7.0.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 22 16:06:43 UTC 2026 x86_64 GNU/Linux
-- Compiler: clang version 20.1.8 (Fil-C 0.685); Target: x86_64-pc-linux-gnu; Thread model: posix; InstalledDir: /nix/store/hmjzrg1ppdzlcqry73nyyb8p9wzgryjq-filc0-git/bin; Build config: +assertions
-- Testing standards: 11 14 17 20 23
-- Looking for C++ include sys/types.h
-- Looking for C++ include sys/types.h - found
-- Looking for C++ include stdint.h
-- Looking for C++ include stdint.h - found
-- Looking for C++ include stddef.h
-- Looking for C++ include stddef.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Configuring done (0.6s)
-- Generating done (0.1s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_C_COMPILER
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 1%] Building CXX object tests/CMakeFiles/test_main.dir/src/unit.cpp.o
[ 1%] Building CXX object tests/abi/CMakeFiles/abi_compat_main.dir/main.cpp.o
[ 1%] Building CXX object tests/abi/diag/CMakeFiles/abi_compat_diag_on.dir/diag_on.cpp.o
[ 1%] Building CXX object tests/abi/diag/CMakeFiles/abi_compat_diag_off.dir/diag_off.cpp.o
libdwarf-0.11.1
CC dwarfdump-dd_trace_abstract_origin_etc.o
CC dwarfdump-print_debug_addr.o
CC dwarfdump-print_debug_gnu.o
CC dwarfdump-print_debug_names.o
CC dwarfdump-print_debug_sup.o
CC dwarfdump-print_frames.o
nlohmann_json-3.11.3
[ 2%] Linking CXX static library libabi_compat_diag_off.a
[ 3%] Built target abi_compat_diag_off
[ 3%] Linking CXX static library libabi_compat_diag_on.a
[ 3%] Built target abi_compat_diag_on
libdwarf-0.11.1
CC dwarfdump-print_gdbindex.o
CC dwarfdump-print_hipc_lopc_attr.o
CC dwarfdump-print_lines.o
CC dwarfdump-print_llex_codes.o
CC dwarfdump-print_origloclist_codes.o
CC dwarfdump-print_loclists.o
CC dwarfdump-print_loclists_codes.o
CC dwarfdump-print_macinfo.o
CC dwarfdump-print_macro.o
CC dwarfdump-print_pubnames.o
CC dwarfdump-print_ranges.o
CC dwarfdump-print_rnglists.o
CC dwarfdump-print_section_groups.o
CC dwarfdump-print_sections.o
CC dwarfdump-print_str_offsets.o
CC dwarfdump-print_strings.o
CC dwarfdump-print_tag_attributes_usage.o
CC dwarfdump-dd_sanitized.o
CC dwarfdump-dd_strstrnocase.o
CC dwarfdump-dd_true_section_name.o
CC dwarfdump-dd_uri.o
CC dwarfdump-dd_utf8.o
CCLD dwarfdump
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/dwarfdump'
Making all in test
make[2]: Entering directory '/build/libdwarf-0.11.1/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/test'
Making all in doc
make[2]: Entering directory '/build/libdwarf-0.11.1/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/doc'
Making all in fuzz
make[2]: Entering directory '/build/libdwarf-0.11.1/fuzz'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/fuzz'
Making all in src/bin/gennames
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/gennames'
CC gennames-gennames.o
CC ../../../src/bin/dwarfdump/gennames-dd_getopt.o
CC ../../../src/lib/libdwarf/gennames-dwarf_safe_strcpy.o
CCLD gennames
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/gennames'
Making all in src/bin/tag_tree
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/tag_tree'
CC tagtree-tag_tree.o
CC ../../../src/bin/dwarfdump/tagtree-dd_common.o
CC ../../../src/bin/dwarfdump/tagtree-dd_tsearchbal.o
CC ../../../src/bin/dwarfdump/tagtree-dd_getopt.o
CC ../../../src/bin/dwarfdump/tagtree-dd_esb.o
CC ../../../src/bin/dwarfdump/tagtree-dd_makename.o
CC ../../../src/bin/dwarfdump/tagtree-dd_naming.o
CC ../../../src/bin/dwarfdump/tagtree-dd_glflags.o
CC ../../../src/bin/dwarfdump/tagtree-dd_sanitized.o
CC ../../../src/bin/dwarfdump/tagtree-dd_utf8.o
CC ../../../src/bin/dwarfdump/tagtree-dd_safe_strcpy.o
CC ../../../src/bin/tag_tree/tagtree-tag_common.o
CCLD tagtree
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/tag_tree'
Making all in src/bin/tag_attr
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/tag_attr'
CC tagattr-tag_attr.o
CC ../../../src/bin/dwarfdump/tagattr-dd_getopt.o
CC ../../../src/bin/dwarfdump/tagattr-dd_tsearchbal.o
CC ../../../src/bin/dwarfdump/tagattr-dd_common.o
CC ../../../src/bin/dwarfdump/tagattr-dd_esb.o
CC ../../../src/bin/dwarfdump/tagattr-dd_makename.o
CC ../../../src/bin/dwarfdump/tagattr-dd_naming.o
nlohmann_json-3.11.3
[ 3%] Built target test_main
[ 3%] Building CXX object tests/CMakeFiles/test-algorithms_cpp11.dir/src/unit-algorithms.cpp.o
[ 5%] Building CXX object tests/CMakeFiles/test-allocator_cpp11.dir/src/unit-allocator.cpp.o
[ 5%] Building CXX object tests/CMakeFiles/test-alt-string_cpp11.dir/src/unit-alt-string.cpp.o
[ 5%] Building CXX object tests/CMakeFiles/test-assert_macro_cpp11.dir/src/unit-assert_macro.cpp.o
[ 5%] Building CXX object tests/CMakeFiles/test-bjdata_cpp11.dir/src/unit-bjdata.cpp.o
[ 6%] Building CXX object tests/CMakeFiles/test-binary_formats_cpp11.dir/src/unit-binary_formats.cpp.o
[ 7%] Linking CXX static library libabi_compat_main.a
libdwarf-0.11.1
CC ../../../src/bin/dwarfdump/tagattr-dd_sanitized.o
nlohmann_json-3.11.3
[ 7%] Built target abi_compat_main
[ 7%] Building CXX object tests/CMakeFiles/test-bson_cpp11.dir/src/unit-bson.cpp.o
libdwarf-0.11.1
CC ../../../src/bin/dwarfdump/tagattr-dd_utf8.o
CC ../../../src/bin/dwarfdump/tagattr-dd_glflags.o
CC ../../../src/bin/dwarfdump/tagattr-dd_safe_strcpy.o
CC ../../../src/bin/tag_tree/tagattr-tag_common.o
CCLD tagattr
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/tag_attr'
Making all in src/bin/attr_form
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/attr_form'
CC attrform-attr_form_build.o
CC ../../../src/bin/dwarfdump/attrform-dd_common.o
CC ../../../src/bin/dwarfdump/attrform-dd_attr_form.o
CC ../../../src/bin/dwarfdump/attrform-dd_tsearchbal.o
CC ../../../src/bin/dwarfdump/attrform-dd_getopt.o
CC ../../../src/bin/dwarfdump/attrform-dd_esb.o
nlohmann_json-3.11.3
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:20:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/put_character_sequence.h:19:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale_dir/pad_and_output.h:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:568:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
568 | typedef typename traits_type::int_type int_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:43:59: note: in instantiation of template class 'std::basic_ios<unsigned char>' requested here
43 | class _LIBCPP_TEMPLATE_VIS basic_ostream : virtual public basic_ios<_CharT, _Traits> {| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:1003:57: note: in instantiation of template class 'std::basic_ostream<unsigned char>' requested here
1003 | class _LIBCPP_TEMPLATE_VIS basic_ostringstream : public basic_ostream<_CharT, _Traits> {| ^
/build/source/tests/src/unit-bson.cpp:624:52: note: in instantiation of template class 'std::basic_ostringstream<unsigned char>' requested here
624 | std::basic_ostringstream<std::uint8_t> ss;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:20:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/put_character_sequence.h:19:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale_dir/pad_and_output.h:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:569:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
569 | typedef typename traits_type::pos_type pos_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:20:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/put_character_sequence.h:19:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale_dir/pad_and_output.h:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:570:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
570 | typedef typename traits_type::off_type off_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:20:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/put_character_sequence.h:19:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale_dir/pad_and_output.h:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:572:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
572 | static_assert(is_same<_CharT, typename traits_type::char_type>::value,
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:20:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/put_character_sequence.h:19:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale_dir/pad_and_output.h:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:550:64: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
550 | _LIBCPP_HIDE_FROM_ABI _SentinelValueFill& operator=(typename _Traits::int_type __x) {| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:636:21: note: in instantiation of template class 'std::_SentinelValueFill<std::char_traits<unsigned char>>' requested here
636 | mutable _FillType __fill_;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:43:59: note: in instantiation of template class 'std::basic_ios<unsigned char>' requested here
43 | class _LIBCPP_TEMPLATE_VIS basic_ostream : virtual public basic_ios<_CharT, _Traits> {| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:1003:57: note: in instantiation of template class 'std::basic_ostream<unsigned char>' requested here
1003 | class _LIBCPP_TEMPLATE_VIS basic_ostringstream : public basic_ostream<_CharT, _Traits> {| ^
/build/source/tests/src/unit-bson.cpp:624:52: note: in instantiation of template class 'std::basic_ostringstream<unsigned char>' requested here
624 | std::basic_ostringstream<std::uint8_t> ss;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:20:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/put_character_sequence.h:19:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale_dir/pad_and_output.h:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:555:34: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
555 | _LIBCPP_HIDE_FROM_ABI typename _Traits::int_type __get() const { return __fill_val_; }| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:20:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/put_character_sequence.h:19:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__locale_dir/pad_and_output.h:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ios:558:12: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
558 | typename _Traits::int_type __fill_val_;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:48:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
48 | typedef typename traits_type::int_type int_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:1003:57: note: in instantiation of template class 'std::basic_ostream<unsigned char>' requested here
1003 | class _LIBCPP_TEMPLATE_VIS basic_ostringstream : public basic_ostream<_CharT, _Traits> {| ^
/build/source/tests/src/unit-bson.cpp:624:52: note: in instantiation of template class 'std::basic_ostringstream<unsigned char>' requested here
624 | std::basic_ostringstream<std::uint8_t> ss;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:49:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
49 | typedef typename traits_type::pos_type pos_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:50:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
50 | typedef typename traits_type::off_type off_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:56:20: error: only virtual member functions can be marked 'override'
56 | ~basic_ostream() override;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:1007:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
1007 | typedef typename traits_type::int_type int_type;
| ^
/build/source/tests/src/unit-bson.cpp:624:52: note: in instantiation of template class 'std::basic_ostringstream<unsigned char>' requested here
624 | std::basic_ostringstream<std::uint8_t> ss;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:1008:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
1008 | typedef typename traits_type::pos_type pos_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:1009:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
1009 | typedef typename traits_type::off_type off_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:29:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:219:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/streambuf:142:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
142 | typedef typename traits_type::int_type int_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:345:53: note: in instantiation of template class 'std::basic_streambuf<unsigned char>' requested here
345 | class _LIBCPP_TEMPLATE_VIS basic_stringbuf : public basic_streambuf<_CharT, _Traits> {| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:1015:59: note: in instantiation of template class 'std::basic_stringbuf<unsigned char>' requested here
1015 | basic_stringbuf<char_type, traits_type, allocator_type> __sb_;
| ^
/build/source/tests/src/unit-bson.cpp:624:52: note: in instantiation of template class 'std::basic_ostringstream<unsigned char>' requested here
624 | std::basic_ostringstream<std::uint8_t> ss;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:29:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:219:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/streambuf:143:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
143 | typedef typename traits_type::pos_type pos_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:29:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:219:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/streambuf:144:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
144 | typedef typename traits_type::off_type off_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:9:
In file included from /build/source/tests/thirdparty/doctest/doctest_compatibility.h:6:
In file included from /build/source/tests/thirdparty/doctest/doctest.h:514:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/ostream:182:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ostream/basic_ostream.h:29:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:219:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/streambuf:146:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
146 | static_assert(is_same<_CharT, typename traits_type::char_type>::value,
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from /build/source/tests/src/unit-bson.cpp:16:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:349:20: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
349 | typedef typename traits_type::int_type int_type;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/sstream:1015:59: note: in instantiation of template class 'std::basic_stringbuf<unsigned char>' requested here
1015 | basic_stringbuf<char_type, traits_type, allocator_type> __sb_;
| ^
/build/source/tests/src/unit-bson.cpp:624:52: note: in instantiation of template class 'std::basic_ostringstream<unsigned char>' requested here
624 | std::basic_ostringstream<std::uint8_t> ss;
| ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [tests/CMakeFiles/test-bson_cpp11.dir/build.make:79: tests/CMakeFiles/test-bson_cpp11.dir/src/unit-bson.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1752: tests/CMakeFiles/test-bson_cpp11.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
libdwarf-0.11.1
CC ../../../src/bin/dwarfdump/attrform-dd_makename.o
CC ../../../src/bin/dwarfdump/attrform-dd_naming.o
CC ../../../src/bin/dwarfdump/attrform-dd_glflags.o
CC ../../../src/bin/dwarfdump/attrform-dd_sanitized.o
CC ../../../src/bin/dwarfdump/attrform-dd_utf8.o
CC ../../../src/bin/dwarfdump/attrform-dd_safe_strcpy.o
CC ../../../src/bin/tag_tree/attrform-tag_common.o
CCLD attrform
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/attr_form'
Making all in src/bin/buildopstab
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/buildopstab'
CC buildopstab-buildopscounttab.o
nlohmann_json-3.11.3
[ 7%] Linking CXX executable test-assert_macro_cpp11
CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [tests/CMakeFiles/test-assert_macro_cpp11.dir/build.make:102: tests/test-assert_macro_cpp11] Error 1
make[1]: *** [CMakeFiles/Makefile2:1656: tests/CMakeFiles/test-assert_macro_cpp11.dir/all] Error 2
libdwarf-0.11.1
CCLD buildopstab
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/buildopstab'
Making all in src/bin/builduritable
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/builduritable'
CC builduritable-uritablebuild.o
CCLD builduritable
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/builduritable'
make[2]: Entering directory '/build/libdwarf-0.11.1'
make[2]: Leaving directory '/build/libdwarf-0.11.1'
make[1]: Leaving directory '/build/libdwarf-0.11.1'
buildPhase completed in 1 minutes 0 seconds
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash pkgconfigdir=/nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev/lib/pkgconfig m4datadir=/nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev/share/aclocal aclocaldir=/nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev/share/aclocal install
Making install in src/lib/libdwarf
make[1]: Entering directory '/build/libdwarf-0.11.1/src/lib/libdwarf'
make[2]: Entering directory '/build/libdwarf-0.11.1/src/lib/libdwarf'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libdwarf.la '/nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libdwarf.so.0.11.1 /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib/libdwarf.so.0.11.1
libtool: install: (cd /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib && { ln -s -f libdwarf.so.0.11.1 libdwarf.so.0 || { rm -f libdwarf.so.0 && ln -s libdwarf.so.0.11.1 libdwarf.so.0; }; })libtool: install: (cd /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib && { ln -s -f libdwarf.so.0.11.1 libdwarf.so || { rm -f libdwarf.so && ln -s libdwarf.so.0.11.1 libdwarf.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libdwarf.lai /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib/libdwarf.la
libtool: finish: PATH="/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin:/nix/store/nnjy9njfd80i3hlsj2mnn49a3j3jzgjf-filc-cc/bin:/nix/store/hdhb0c160h0fhwznvhm9a6h176qbrdpp-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/1s2f7i4mnh66va8fd9y838sb58d5wnb8-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib
/build/libdwarf-0.11.1/libtool: line 1736: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator run these commands:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev/include/libdwarf-0'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ../../../src/lib/libdwarf/dwarf.h ../../../src/lib/libdwarf/libdwarf.h '/nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev/include/libdwarf-0'
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/lib/libdwarf'
make[1]: Leaving directory '/build/libdwarf-0.11.1/src/lib/libdwarf'
Making install in src/bin/dwarfdump
make[1]: Entering directory '/build/libdwarf-0.11.1/src/bin/dwarfdump'
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/dwarfdump'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin/bin'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c dwarfdump '/nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin/bin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/dwarfdump /nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin/bin/dwarfdump
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/wm178asncgy9mk5br7y4l60ddl3cj10h-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1/share/dwarfdump'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 dwarfdump.conf '/nix/store/wm178asncgy9mk5br7y4l60ddl3cj10h-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1/share/dwarfdump'
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/dwarfdump'
make[1]: Leaving directory '/build/libdwarf-0.11.1/src/bin/dwarfdump'
Making install in test
make[1]: Entering directory '/build/libdwarf-0.11.1/test'
make[2]: Entering directory '/build/libdwarf-0.11.1/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/test'
make[1]: Leaving directory '/build/libdwarf-0.11.1/test'
Making install in doc
make[1]: Entering directory '/build/libdwarf-0.11.1/doc'
make[2]: Entering directory '/build/libdwarf-0.11.1/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin/share/man/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 dwarfdump.1 '/nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin/share/man/man1'
make[2]: Leaving directory '/build/libdwarf-0.11.1/doc'
make[1]: Leaving directory '/build/libdwarf-0.11.1/doc'
Making install in fuzz
make[1]: Entering directory '/build/libdwarf-0.11.1/fuzz'
make[2]: Entering directory '/build/libdwarf-0.11.1/fuzz'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/fuzz'
make[1]: Leaving directory '/build/libdwarf-0.11.1/fuzz'
Making install in src/bin/gennames
make[1]: Entering directory '/build/libdwarf-0.11.1/src/bin/gennames'
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/gennames'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/gennames'
make[1]: Leaving directory '/build/libdwarf-0.11.1/src/bin/gennames'
Making install in src/bin/tag_tree
make[1]: Entering directory '/build/libdwarf-0.11.1/src/bin/tag_tree'
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/tag_tree'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/tag_tree'
make[1]: Leaving directory '/build/libdwarf-0.11.1/src/bin/tag_tree'
Making install in src/bin/tag_attr
make[1]: Entering directory '/build/libdwarf-0.11.1/src/bin/tag_attr'
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/tag_attr'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/tag_attr'
make[1]: Leaving directory '/build/libdwarf-0.11.1/src/bin/tag_attr'
Making install in src/bin/attr_form
make[1]: Entering directory '/build/libdwarf-0.11.1/src/bin/attr_form'
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/attr_form'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/attr_form'
make[1]: Leaving directory '/build/libdwarf-0.11.1/src/bin/attr_form'
Making install in src/bin/buildopstab
make[1]: Entering directory '/build/libdwarf-0.11.1/src/bin/buildopstab'
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/buildopstab'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/buildopstab'
make[1]: Leaving directory '/build/libdwarf-0.11.1/src/bin/buildopstab'
Making install in src/bin/builduritable
make[1]: Entering directory '/build/libdwarf-0.11.1/src/bin/builduritable'
make[2]: Entering directory '/build/libdwarf-0.11.1/src/bin/builduritable'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/libdwarf-0.11.1/src/bin/builduritable'
make[1]: Leaving directory '/build/libdwarf-0.11.1/src/bin/builduritable'
make[1]: Entering directory '/build/libdwarf-0.11.1'
make[2]: Entering directory '/build/libdwarf-0.11.1'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev/lib/pkgconfig'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 libdwarf.pc '/nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev/lib/pkgconfig'
make[2]: Leaving directory '/build/libdwarf-0.11.1'
make[1]: Leaving directory '/build/libdwarf-0.11.1'
→ fixupPhase
Patching '/nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev/lib/pkgconfig/libdwarf.pc' includedir to output /nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev
shrinking RPATHs of ELF executables and libraries in /nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin
shrinking /nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin/bin/dwarfdump
checking for references to /build/ in /nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin...
gzipping man pages under /nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin/share/man/
patching script interpreter paths in /nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin
stripping (with command strip and flags -S -p) in /nix/store/wjpvfhv1s1kc8b74si22aaaxkxss8636-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-bin/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib
shrinking /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib/libdwarf.so.0.11.1
checking for references to /build/ in /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib...
patching script interpreter paths in /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib
stripping (with command strip and flags -S -p) in /nix/store/m5m30chv42pp5sxv7n46vbviblqclw99-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-lib/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev
checking for references to /build/ in /nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev...
patching script interpreter paths in /nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev
stripping (with command strip and flags -S -p) in /nix/store/fb6jr7q9i4d2v2v44diagjwljc1yaxw3-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1-dev/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/wm178asncgy9mk5br7y4l60ddl3cj10h-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1
checking for references to /build/ in /nix/store/wm178asncgy9mk5br7y4l60ddl3cj10h-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1...
patching script interpreter paths in /nix/store/wm178asncgy9mk5br7y4l60ddl3cj10h-libdwarf-x86_64-unknown-linux-gnufilc0-0.11.1
python3-3.12.5-env
Build started
created 230 symlinks in user environment
cpptrace-0.8.3
Build started
→ unpackPhase
unpacking source archive /nix/store/399a55dijpkn55gq2snq08v5hgdis931-source
source root is source
→ patchPhase
nlohmann_json-3.11.3
[ 8%] Linking CXX executable test-allocator_cpp11
cpptrace-0.8.3
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
nlohmann_json-3.11.3
CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [tests/CMakeFiles/test-allocator_cpp11.dir/build.make:102: tests/test-allocator_cpp11] Error 1
make[1]: *** [CMakeFiles/Makefile2:1592: tests/CMakeFiles/test-allocator_cpp11.dir/all] Error 2
cpptrace-0.8.3
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/share/doc/cpptrace -DCMAKE_INSTALL_INFODIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/include -DCMAKE_INSTALL_SBINDIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3 -DCPPTRACE_USE_EXTERNAL_LIBDWARF:BOOL=TRUE -DCPPTRACE_FIND_LIBDWARF_WITH_PKGCONFIG:BOOL=TRUE -DBUILD_SHARED_LIBS:BOOL=TRUE -DBUILD_TESTING:BOOL=TRUE -DCPPTRACE_USE_EXTERNAL_GTEST:BOOL=TRUE -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
-- The C compiler identification is Clang 20.1.8
-- The CXX compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test HAS_CXXABI
-- Performing Test HAS_CXXABI - Success
-- Performing Test HAS_ATTRIBUTE_PACKED
-- Performing Test HAS_ATTRIBUTE_PACKED - Success
-- Performing Test HAS_UNWIND
-- Performing Test HAS_UNWIND - Failed
-- Performing Test HAS_EXECINFO
-- Performing Test HAS_EXECINFO - Success
-- Performing Test HAS_BACKTRACE
-- Performing Test HAS_BACKTRACE - Failed
-- Performing Test HAS_CXX_EXCEPTION_TYPE
-- Performing Test HAS_CXX_EXCEPTION_TYPE - Success
-- Performing Test HAS_DL_FIND_OBJECT
-- Performing Test HAS_DL_FIND_OBJECT - Failed
-- Performing Test HAS_DLADDR1
-- Performing Test HAS_DLADDR1 - Success
-- Cpptrace auto config: Using execinfo.h for unwinding
-- Cpptrace auto config: Using libdwarf for symbols
-- Cpptrace auto config: Using cxxabi for demangling
-- Found PkgConfig: /nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin/x86_64-unknown-linux-gnufilc0-pkg-config (found version "0.29.2")
-- Checking for module 'libdwarf'
-- Found libdwarf, version 0.11.1
-- Looking for C++ include libdwarf/libdwarf.h
-- Looking for C++ include libdwarf/libdwarf.h - not found
-- Looking for C++ include libdwarf.h
-- Looking for C++ include libdwarf.h - found
-- Performing Test HAS_DWARF4
-- Performing Test HAS_DWARF4 - Success
-- Found GTest: /nix/store/yd6m1yp8hdc2v3r6wnhgi9mhaib2bwp7-gtest-x86_64-unknown-linux-gnufilc0-1.16.0-dev/lib/cmake/GTest/GTestConfig.cmake (found version "1.16.0")
-- Configuring done (1.6s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 2%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/binary/elf.cpp.o
[ 2%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/binary/object.cpp.o
[ 4%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/binary/module_base.cpp.o
[ 7%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/binary/pe.cpp.o
[ 7%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/binary/mach-o.cpp.o
[ 8%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/cpptrace.cpp.o
[ 10%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/binary/safe_dl.cpp.o
[ 11%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/ctrace.cpp.o
[ 13%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/exceptions.cpp.o
[ 14%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/from_current.cpp.o
[ 15%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/formatting.cpp.o
[ 17%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/options.cpp.o
[ 18%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/utils.cpp.o
[ 20%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/demangle/demangle_with_cxxabi.cpp.o
[ 21%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/demangle/demangle_with_nothing.cpp.o
[ 23%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/demangle/demangle_with_winapi.cpp.o
[ 24%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/jit/jit_objects.cpp.o
[ 26%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/snippets/snippet.cpp.o
[ 27%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/dwarf/debug_map_resolver.cpp.o
[ 28%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/dwarf/dwarf_options.cpp.o
[ 30%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/dwarf/dwarf_resolver.cpp.o
[ 31%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/symbols_core.cpp.o
nlohmann_json-3.11.3
[ 8%] Linking CXX executable test-alt-string_cpp11
CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [tests/CMakeFiles/test-alt-string_cpp11.dir/build.make:102: tests/test-alt-string_cpp11] Error 1
make[1]: *** [CMakeFiles/Makefile2:1624: tests/CMakeFiles/test-alt-string_cpp11.dir/all] Error 2
cpptrace-0.8.3
[ 33%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/symbols_with_addr2line.cpp.o
[ 34%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/symbols_with_dbghelp.cpp.o
[ 36%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/symbols_with_dl.cpp.o
[ 37%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/symbols_with_libbacktrace.cpp.o
[ 39%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/symbols_with_libdwarf.cpp.o
[ 40%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/symbols/symbols_with_nothing.cpp.o
[ 42%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/unwind/unwind_with_dbghelp.cpp.o
[ 43%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/unwind/unwind_with_execinfo.cpp.o
[ 44%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/unwind/unwind_with_libunwind.cpp.o
[ 46%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/unwind/unwind_with_nothing.cpp.o
[ 47%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/unwind/unwind_with_unwind.cpp.o
[ 49%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/unwind/unwind_with_winapi.cpp.o
[ 50%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/utils/io/file.cpp.o
[ 52%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/utils/io/memory_file_view.cpp.o
[ 53%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/utils/error.cpp.o
[ 55%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/utils/microfmt.cpp.o
[ 56%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/utils/string_view.cpp.o
[ 57%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/utils/utils.cpp.o
[ 59%] Building CXX object CMakeFiles/cpptrace-lib.dir/src/platform/dbghelp_utils.cpp.o
nlohmann_json-3.11.3
[ 9%] Linking CXX executable test-binary_formats_cpp11
CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [tests/CMakeFiles/test-binary_formats_cpp11.dir/build.make:102: tests/test-binary_formats_cpp11] Error 1
make[1]: *** [CMakeFiles/Makefile2:1688: tests/CMakeFiles/test-binary_formats_cpp11.dir/all] Error 2
cpptrace-0.8.3
[ 60%] Linking CXX shared library libcpptrace.so
[ 60%] Built target cpptrace-lib
[ 63%] Building CXX object test/CMakeFiles/demo.dir/demo.cpp.o
[ 63%] Building C object test/CMakeFiles/c_demo.dir/ctrace_demo.c.o
[ 65%] Building CXX object test/CMakeFiles/signal_demo.dir/signal_demo.cpp.o
[ 66%] Building CXX object test/CMakeFiles/signal_tracer.dir/signal_tracer.cpp.o
[ 68%] Building CXX object test/CMakeFiles/unittest.dir/unit/main.cpp.o
[ 71%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/raw_trace.cpp.o
[ 71%] Building CXX object test/CMakeFiles/integration.dir/integration.cpp.o
[ 72%] Linking C executable ../c_demo
[ 72%] Built target c_demo
[ 73%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/object_trace.cpp.o
[ 75%] Linking CXX executable ../signal_demo
[ 75%] Built target signal_demo
[ 76%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/stacktrace.cpp.o
[ 78%] Linking CXX executable ../demo
[ 78%] Built target demo
[ 79%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/from_current.cpp.o
[ 81%] Linking CXX executable ../signal_tracer
[ 81%] Built target signal_tracer
[ 82%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/from_current_z.cpp.o
[ 84%] Linking CXX executable ../integration
[ 84%] Built target integration
[ 85%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/traced_exception.cpp.o
[ 86%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/optional.cpp.o
nlohmann_json-3.11.3
[ 10%] Linking CXX executable test-algorithms_cpp11
CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [tests/CMakeFiles/test-algorithms_cpp11.dir/build.make:102: tests/test-algorithms_cpp11] Error 1
make[1]: *** [CMakeFiles/Makefile2:1560: tests/CMakeFiles/test-algorithms_cpp11.dir/all] Error 2
cpptrace-0.8.3
[ 88%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/lru_cache.cpp.o
[ 89%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/result.cpp.o
[ 91%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/string_utils.cpp.o
[ 92%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/general.cpp.o
[ 94%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/span.cpp.o
[ 95%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/string_view.cpp.o
[ 97%] Building CXX object test/CMakeFiles/unittest.dir/unit/lib/formatting.cpp.o
[ 98%] Building CXX object test/CMakeFiles/unittest.dir/unit/lib/nullable.cpp.o
[100%] Linking CXX executable ../unittest
/nix/store/2p71wyqhv5mlfg5k64alzbh9xfm673xr-gtest-x86_64-unknown-linux-gnufilc0-1.16.0/lib/libgtest.so.1.16.0: error: undefined reference to 'pizlonated_nextafter'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [test/CMakeFiles/unittest.dir/build.make:345: unittest] Error 1
make[1]: *** [CMakeFiles/Makefile2:1240: test/CMakeFiles/unittest.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
cppcheck-2.17.1
Build started
Using versionCheckHook
→ unpackPhase
unpacking source archive /nix/store/29hrv3nyn399mxag4annnqcm1rz0ghcx-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) MATCHCOMPILER=yes FILESDIR=\$\(out\)/share/cppcheck HAVE_RULES=yes
clang++ -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -w -c -o externals/simplecpp/simplecpp.o externals/simplecpp/simplecpp.cpp
clang++ -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -w -D_LARGEFILE_SOURCE -c -o externals/tinyxml2/tinyxml2.o externals/tinyxml2/tinyxml2.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/valueflow.o build/valueflow.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/tokenize.o build/tokenize.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/symboldatabase.o build/symboldatabase.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/addoninfo.o build/addoninfo.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/analyzerinfo.o build/analyzerinfo.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/astutils.o build/astutils.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/check.o build/check.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/check64bit.o build/check64bit.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkassert.o build/checkassert.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkautovariables.o build/checkautovariables.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkbool.o build/checkbool.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkbufferoverrun.o build/checkbufferoverrun.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkclass.o build/checkclass.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkcondition.o build/checkcondition.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkers.o build/checkers.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkersidmapping.o build/checkersidmapping.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkersreport.o build/checkersreport.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkexceptionsafety.o build/checkexceptionsafety.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkfunctions.o build/checkfunctions.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkinternal.o build/checkinternal.cpp
build/checkinternal.cpp:7:20: warning: unused function 'match1' [-Wunused-function]
7 | static inline bool match1(const Token* tok) {| ^~~~~~
build/checkinternal.cpp:22:20: warning: unused function 'match2' [-Wunused-function]
22 | static inline bool match2(const Token* tok) {| ^~~~~~
build/checkinternal.cpp:37:20: warning: unused function 'match3' [-Wunused-function]
37 | static inline bool match3(const Token* tok) {| ^~~~~~
build/checkinternal.cpp:55:20: warning: unused function 'match4' [-Wunused-function]
55 | static inline bool match4(const Token* tok) {| ^~~~~~
build/checkinternal.cpp:61:20: warning: unused function 'match5' [-Wunused-function]
61 | static inline bool match5(const Token* tok) {| ^~~~~~
build/checkinternal.cpp:82:20: warning: unused function 'match6' [-Wunused-function]
82 | static inline bool match6(const Token* tok) {| ^~~~~~
build/checkinternal.cpp:88:20: warning: unused function 'match7' [-Wunused-function]
88 | static inline bool match7(const Token* tok) {| ^~~~~~
build/checkinternal.cpp:94:20: warning: unused function 'match8' [-Wunused-function]
94 | static inline bool match8(const Token* tok) {| ^~~~~~
build/checkinternal.cpp:109:20: warning: unused function 'match9' [-Wunused-function]
109 | static inline bool match9(const Token* tok) {| ^~~~~~
build/checkinternal.cpp:124:20: warning: unused function 'match10' [-Wunused-function]
124 | static inline bool match10(const Token* tok) {| ^~~~~~~
build/checkinternal.cpp:145:20: warning: unused function 'match11' [-Wunused-function]
145 | static inline bool match11(const Token* tok) {| ^~~~~~~
build/checkinternal.cpp:166:20: warning: unused function 'match12' [-Wunused-function]
166 | static inline bool match12(const Token* tok) {| ^~~~~~~
build/checkinternal.cpp:181:20: warning: unused function 'match13' [-Wunused-function]
181 | static inline bool match13(const Token* tok) {| ^~~~~~~
build/checkinternal.cpp:190:20: warning: unused function 'match14' [-Wunused-function]
190 | static inline bool match14(const Token* tok) {| ^~~~~~~
14 warnings generated.
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkio.o build/checkio.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkleakautovar.o build/checkleakautovar.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkmemoryleak.o build/checkmemoryleak.cpp
build/checkcondition.cpp:1258:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
1258 | if (diag(tok1) & diag(tok2))
| ^~~~~~~~~~~~~~~~~~~~~~~
| &&
build/checkcondition.cpp:1258:9: note: cast one or both operands to int to silence this warning
build/checkcondition.cpp:1324:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
1324 | if (diag(ifCond) & diag(elseIfCond))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| &&
build/checkcondition.cpp:1324:9: note: cast one or both operands to int to silence this warning
build/checkcondition.cpp:1588:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
1588 | if (diag(tok1) & diag(tok2))
| ^~~~~~~~~~~~~~~~~~~~~~~
| &&
build/checkcondition.cpp:1588:9: note: cast one or both operands to int to silence this warning
build/checkcondition.cpp:1603:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
1603 | if (diag(tok1) & diag(tok2))
| ^~~~~~~~~~~~~~~~~~~~~~~
| &&
build/checkcondition.cpp:1603:9: note: cast one or both operands to int to silence this warning
build/checkcondition.cpp:1618:9: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical]
1618 | if (diag(cond1) & diag(cond2))
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| &&
build/checkcondition.cpp:1618:9: note: cast one or both operands to int to silence this warning
5 warnings generated.
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checknullpointer.o build/checknullpointer.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkother.o build/checkother.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkpostfixoperator.o build/checkpostfixoperator.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checksizeof.o build/checksizeof.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkstl.o build/checkstl.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkstring.o build/checkstring.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checktype.o build/checktype.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkuninitvar.o build/checkuninitvar.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkunusedfunctions.o build/checkunusedfunctions.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkunusedvar.o build/checkunusedvar.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/checkvaarg.o build/checkvaarg.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/clangimport.o build/clangimport.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/color.o build/color.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/cppcheck.o build/cppcheck.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/ctu.o build/ctu.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/errorlogger.o build/errorlogger.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/errortypes.o build/errortypes.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/findtoken.o build/findtoken.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/forwardanalyzer.o build/forwardanalyzer.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/fwdanalysis.o build/fwdanalysis.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/importproject.o build/importproject.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/infer.o build/infer.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/keywords.o build/keywords.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/library.o build/library.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/mathlib.o build/mathlib.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/path.o build/path.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/pathanalysis.o build/pathanalysis.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/pathmatch.o build/pathmatch.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/platform.o build/platform.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/preprocessor.o build/preprocessor.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/programmemory.o build/programmemory.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/reverseanalyzer.o build/reverseanalyzer.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/settings.o build/settings.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/standards.o build/standards.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/summaries.o build/summaries.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/suppressions.o build/suppressions.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/templatesimplifier.o build/templatesimplifier.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/timer.o build/timer.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/token.o build/token.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/tokenlist.o build/tokenlist.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/utils.o build/utils.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/vf_analyzers.o build/vf_analyzers.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/vf_common.o build/vf_common.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/vf_settokenvalue.o build/vf_settokenvalue.cpp
clang++ -Ilib -isystem externals -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o build/vfvalue.o build/vfvalue.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/cmdlineparser.o cli/cmdlineparser.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/cppcheckexecutor.o cli/cppcheckexecutor.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/executor.o cli/executor.cpp
build/tokenize.cpp:4829:20: warning: unused function 'match497' [-Wunused-function]
4829 | static inline bool match497(const Token* tok) {| ^~~~~~~~
build/tokenize.cpp:4849:20: warning: unused function 'match498' [-Wunused-function]
4849 | static inline bool match498(const Token* tok) {| ^~~~~~~~
2 warnings generated.
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/filelister.o cli/filelister.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/main.o cli/main.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/processexecutor.o cli/processexecutor.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/sehwrapper.o cli/sehwrapper.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/signalhandler.o cli/signalhandler.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/singleexecutor.o cli/singleexecutor.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/stacktrace.o cli/stacktrace.cpp
clang++ -Ilib -isystem externals/picojson -isystem externals/simplecpp -isystem externals/tinyxml2 -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -c -o cli/threadexecutor.o cli/threadexecutor.cpp
clang++ -DFILESDIR=\"/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1/share/cppcheck\" -O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-multichar -pipe -std=c++11 -DHAVE_RULES -I/nix/store/div3b8zwvqzjlq6xqkgb8jq0pfjrb10x-pcre-x86_64-unknown-linux-gnufilc0-8.45-dev/include -o cppcheck externals/simplecpp/simplecpp.o externals/tinyxml2/tinyxml2.o build/valueflow.o build/tokenize.o build/symboldatabase.o build/addoninfo.o build/analyzerinfo.o build/astutils.o build/check.o build/check64bit.o build/checkassert.o build/checkautovariables.o build/checkbool.o build/checkbufferoverrun.o build/checkclass.o build/checkcondition.o build/checkers.o build/checkersidmapping.o build/checkersreport.o build/checkexceptionsafety.o build/checkfunctions.o build/checkinternal.o build/checkio.o build/checkleakautovar.o build/checkmemoryleak.o build/checknullpointer.o build/checkother.o build/checkpostfixoperator.o build/checksizeof.o build/checkstl.o build/checkstring.o build/checktype.o build/checkuninitvar.o build/checkunusedfunctions.o build/checkunusedvar.o build/checkvaarg.o build/clangimport.o build/color.o build/cppcheck.o build/ctu.o build/errorlogger.o build/errortypes.o build/findtoken.o build/forwardanalyzer.o build/fwdanalysis.o build/importproject.o build/infer.o build/keywords.o build/library.o build/mathlib.o build/path.o build/pathanalysis.o build/pathmatch.o build/platform.o build/preprocessor.o build/programmemory.o build/reverseanalyzer.o build/settings.o build/standards.o build/summaries.o build/suppressions.o build/templatesimplifier.o build/timer.o build/token.o build/tokenlist.o build/utils.o build/vf_analyzers.o build/vf_common.o build/vf_settokenvalue.o build/vfvalue.o cli/cmdlineparser.o cli/cppcheckexecutor.o cli/executor.o cli/filelister.o cli/main.o cli/processexecutor.o cli/sehwrapper.o cli/signalhandler.o cli/singleexecutor.o cli/stacktrace.o cli/threadexecutor.o -L/nix/store/2b6gmzqn1s6f64axwlgp3d5j6pn6484b-pcre-x86_64-unknown-linux-gnufilc0-8.45/lib -lpcre -pthread -rdynamic
build/mathlib.o:mathlib.cpp:function pizlonatedFI4792_fmod:(.text+0x1dda6): error: undefined reference to 'pizlonated_fmod'
build/mathlib.o:mathlib.cpp:function pizlonatedFI403_sin:(.text+0x1de81): error: undefined reference to 'pizlonated_sin'
build/mathlib.o:mathlib.cpp:function pizlonatedFI403_cos:(.text+0x1df51): error: undefined reference to 'pizlonated_cos'
build/mathlib.o:mathlib.cpp:function pizlonatedFI403_tan:(.text+0x1e021): error: undefined reference to 'pizlonated_tan'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_sin:(.text+0x102be1): error: undefined reference to 'pizlonated_sin'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_lgamma:(.text+0x102cb1): error: undefined reference to 'pizlonated_lgamma'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_cos:(.text+0x102d81): error: undefined reference to 'pizlonated_cos'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_tan:(.text+0x102e51): error: undefined reference to 'pizlonated_tan'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_asin:(.text+0x102f21): error: undefined reference to 'pizlonated_asin'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_acos:(.text+0x102ff1): error: undefined reference to 'pizlonated_acos'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_atan:(.text+0x1030c1): error: undefined reference to 'pizlonated_atan'
build/programmemory.o:programmemory.cpp:function pizlonatedFI4792_atan2:(.text+0x103196): error: undefined reference to 'pizlonated_atan2'
build/programmemory.o:programmemory.cpp:function pizlonatedFI4792_remainder:(.text+0x103276): error: undefined reference to 'pizlonated_remainder'
build/programmemory.o:programmemory.cpp:function pizlonatedFI4792_nextafter:(.text+0x103356): error: undefined reference to 'pizlonated_nextafter'
build/programmemory.o:programmemory.cpp:function pizlonatedFI6255_nexttoward:(.text+0x103439): error: undefined reference to 'pizlonated_nexttoward'
build/programmemory.o:programmemory.cpp:function pizlonatedFI4792_hypot:(.text+0x103546): error: undefined reference to 'pizlonated_hypot'
build/programmemory.o:programmemory.cpp:function pizlonatedFI4792_fdim:(.text+0x103626): error: undefined reference to 'pizlonated_fdim'
build/programmemory.o:programmemory.cpp:function pizlonatedFI4792_fmod:(.text+0x103706): error: undefined reference to 'pizlonated_fmod'
build/programmemory.o:programmemory.cpp:function pizlonatedFI4792_pow:(.text+0x1037e6): error: undefined reference to 'pizlonated_pow'
build/programmemory.o:programmemory.cpp:function pizlonatedFI1866_scalbln:(.text+0x1038c2): error: undefined reference to 'pizlonated_scalbln'
build/programmemory.o:programmemory.cpp:function pizlonatedFI401_ilogb:(.text+0x103a81): error: undefined reference to 'pizlonated_ilogb'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_erf:(.text+0x103b51): error: undefined reference to 'pizlonated_erf'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_erfc:(.text+0x103c21): error: undefined reference to 'pizlonated_erfc'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_sqrt:(.text+0x103cf1): error: undefined reference to 'pizlonated_sqrt'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_cbrt:(.text+0x103dc1): error: undefined reference to 'pizlonated_cbrt'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_exp:(.text+0x103e91): error: undefined reference to 'pizlonated_exp'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_exp2:(.text+0x103f61): error: undefined reference to 'pizlonated_exp2'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_expm1:(.text+0x104031): error: undefined reference to 'pizlonated_expm1'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_log:(.text+0x104101): error: undefined reference to 'pizlonated_log'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_log10:(.text+0x1041d1): error: undefined reference to 'pizlonated_log10'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_log1p:(.text+0x1042a1): error: undefined reference to 'pizlonated_log1p'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_log2:(.text+0x104371): error: undefined reference to 'pizlonated_log2'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_logb:(.text+0x104441): error: undefined reference to 'pizlonated_logb'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_sinh:(.text+0x104511): error: undefined reference to 'pizlonated_sinh'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_cosh:(.text+0x1045e1): error: undefined reference to 'pizlonated_cosh'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_tanh:(.text+0x1046b1): error: undefined reference to 'pizlonated_tanh'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_asinh:(.text+0x104781): error: undefined reference to 'pizlonated_asinh'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_acosh:(.text+0x104851): error: undefined reference to 'pizlonated_acosh'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_atanh:(.text+0x104921): error: undefined reference to 'pizlonated_atanh'
build/programmemory.o:programmemory.cpp:function pizlonatedFI403_tgamma:(.text+0x1049f1): error: undefined reference to 'pizlonated_tgamma'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:347: cppcheck] Error 1
nlohmann_json-3.11.3
[ 11%] Linking CXX executable test-bjdata_cpp11
CMakeFiles/test-bjdata_cpp11.dir/src/unit-bjdata.cpp.o:unit-bjdata.cpp:function pizlonatedFI403_exp2:(.text+0x3a2931): error: undefined reference to 'pizlonated_exp2'
CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [tests/CMakeFiles/test-bjdata_cpp11.dir/build.make:102: tests/test-bjdata_cpp11] Error 1
make[1]: *** [CMakeFiles/Makefile2:1720: tests/CMakeFiles/test-bjdata_cpp11.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
error: Cannot build '/nix/store/3l6ry61rvkzcnk9lg234s3gps8w653lf-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/qa1z1kpds4c5hwqy6qkmcf8jrjh9xpki-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3
Last 25 log lines:
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [tests/CMakeFiles/test-allocator_cpp11.dir/build.make:102: tests/test-allocator_cpp11] Error 1
> make[1]: *** [CMakeFiles/Makefile2:1592: tests/CMakeFiles/test-allocator_cpp11.dir/all] Error 2
> [ 8%] Linking CXX executable test-alt-string_cpp11
> CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [tests/CMakeFiles/test-alt-string_cpp11.dir/build.make:102: tests/test-alt-string_cpp11] Error 1
> make[1]: *** [CMakeFiles/Makefile2:1624: tests/CMakeFiles/test-alt-string_cpp11.dir/all] Error 2
> [ 9%] Linking CXX executable test-binary_formats_cpp11
> CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [tests/CMakeFiles/test-binary_formats_cpp11.dir/build.make:102: tests/test-binary_formats_cpp11] Error 1
> make[1]: *** [CMakeFiles/Makefile2:1688: tests/CMakeFiles/test-binary_formats_cpp11.dir/all] Error 2
> [ 10%] Linking CXX executable test-algorithms_cpp11
> CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [tests/CMakeFiles/test-algorithms_cpp11.dir/build.make:102: tests/test-algorithms_cpp11] Error 1
> make[1]: *** [CMakeFiles/Makefile2:1560: tests/CMakeFiles/test-algorithms_cpp11.dir/all] Error 2
> [ 11%] Linking CXX executable test-bjdata_cpp11
> CMakeFiles/test-bjdata_cpp11.dir/src/unit-bjdata.cpp.o:unit-bjdata.cpp:function pizlonatedFI403_exp2:(.text+0x3a2931): error: undefined reference to 'pizlonated_exp2'
> CMakeFiles/test_main.dir/src/unit.cpp.o:unit.cpp:function pizlonatedFI403_log10:(.text+0xbefe1): error: undefined reference to 'pizlonated_log10'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [tests/CMakeFiles/test-bjdata_cpp11.dir/build.make:102: tests/test-bjdata_cpp11] Error 1
> make[1]: *** [CMakeFiles/Makefile2:1720: tests/CMakeFiles/test-bjdata_cpp11.dir/all] Error 2
> make: *** [Makefile:146: all] Error 2
For full logs, run:
nix log /nix/store/3l6ry61rvkzcnk9lg234s3gps8w653lf-nlohmann_json-x86_64-unknown-linux-gnufilc0-3.11.3.drvcpcfs-0.85.4
error: Cannot build '/nix/store/kkp9kd4aqnswjq5naw249d4h98ba42b4-cpcfs-x86_64-unknown-linux-gnufilc0-0.85.4.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/pgjzd0gk8lsf1yg7zqa47iahl8w7wg34-cpcfs-x86_64-unknown-linux-gnufilc0-0.85.4
Last 18 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/j4rs2mas51bakahkz0vg8a2psz4ipd4c-source
> source root is source/src
> Running phase: patchPhase
> substituteStream() in derivation cpcfs-x86_64-unknown-linux-gnufilc0-0.85.4: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> cc -g -DLINUX=1 -DUSE_READLINE=1 -Wall makedoc.c -o makedoc
> cc -g -DLINUX=1 -DUSE_READLINE=1 -Wall -c -o unix.o unix.c
> unix.c:20:10: fatal error: 'termcap.h' file not found
> 20 | #include <termcap.h>
> | ^~~~~~~~~~~
> 1 error generated.
> make: *** [<builtin>: unix.o] Error 1
For full logs, run:
nix log /nix/store/kkp9kd4aqnswjq5naw249d4h98ba42b4-cpcfs-x86_64-unknown-linux-gnufilc0-0.85.4.drvcpp-hocon-0.3.0
error: Cannot build '/nix/store/imb2b5kaswj6bf22prfy4hix8lbsymn0-cpp-hocon-x86_64-unknown-linux-gnufilc0-0.3.0.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/g279jdfa8a6kld7nnhnqac9gdfrv9nq2-cpp-hocon-x86_64-unknown-linux-gnufilc0-0.3.0cpp-ipfs-http-client-unstable-2022-01-30
error: Cannot build '/nix/store/370llb8a6h2i1xzsaacmlpi3ja43szqj-cpp-ipfs-http-client-x86_64-unknown-linux-gnufilc0-unstable-2022-01-30.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/48xlkpxdgz8y7yj2packsdw61gvdgdx5-cpp-ipfs-http-client-x86_64-unknown-linux-gnufilc0-unstable-2022-01-30cpp-jwt-1.5
error: Cannot build '/nix/store/c1m3kjhj2pi746gjs6jvi3400l7hj045-cpp-jwt-x86_64-unknown-linux-gnufilc0-1.5.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/hf6saxk2lk8933jxz4h312dh34ipzsmh-cpp-jwt-x86_64-unknown-linux-gnufilc0-1.5cpp-utilities-5.28.1
error: Cannot build '/nix/store/3b05iw5lzszkgy88wg4h5ns37pdzq5rh-cpp-utilities-x86_64-unknown-linux-gnufilc0-5.28.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/n57gs3qnr9vwy0all7pl28hwnig18phj-cpp-utilities-x86_64-unknown-linux-gnufilc0-5.28.1
Last 25 log lines:
> -- Detecting CXX compile features - done
> -- Looking for iconv
> -- Looking for iconv - found
> -- Using iconv from the standard library for target c++utilities.
> -- Using boost::iostreams::stream_buffer<boost::iostreams::file_descriptor_sink> for NativeFileStream
> CMake Error at cmake/modules/3rdPartyFunctions.cmake:299 (find_package):
> By not providing "FindBoost.cmake" in CMAKE_MODULE_PATH this project has
> asked CMake to find a package configuration file provided by "Boost", but
> CMake did not find one.
>
> Could not find a package configuration file provided by "Boost" with any of
> the following names:
>
> BoostConfig.cmake
> boost-config.cmake
>
> Add the installation prefix of "Boost" to CMAKE_PREFIX_PATH or set
> "Boost_DIR" to a directory containing one of the above files. If "Boost"
> provides a separate development package or SDK, be sure it has been
> installed.
> Call Stack (most recent call first):
> CMakeLists.txt:193 (use_package)
>
>
> -- Configuring incomplete, errors occurred!
For full logs, run:
nix log /nix/store/3b05iw5lzszkgy88wg4h5ns37pdzq5rh-cpp-utilities-x86_64-unknown-linux-gnufilc0-5.28.1.drvcppcheck-2.17.1
error: Cannot build '/nix/store/6512mijc4cwa5w7fppfw0rwb11p8arfa-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/rhwzrpapnm2x0cqqhkh6mw37gizci41x-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1
/nix/store/xldpa3y3w7ylq52sfqm32v20jmcpdmm0-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1-man
Last 25 log lines:
> build/programmemory.o:programmemory.cpp:function pizlonatedFI4792_fmod:(.text+0x103706): error: undefined reference to 'pizlonated_fmod'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI4792_pow:(.text+0x1037e6): error: undefined reference to 'pizlonated_pow'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI1866_scalbln:(.text+0x1038c2): error: undefined reference to 'pizlonated_scalbln'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI401_ilogb:(.text+0x103a81): error: undefined reference to 'pizlonated_ilogb'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_erf:(.text+0x103b51): error: undefined reference to 'pizlonated_erf'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_erfc:(.text+0x103c21): error: undefined reference to 'pizlonated_erfc'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_sqrt:(.text+0x103cf1): error: undefined reference to 'pizlonated_sqrt'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_cbrt:(.text+0x103dc1): error: undefined reference to 'pizlonated_cbrt'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_exp:(.text+0x103e91): error: undefined reference to 'pizlonated_exp'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_exp2:(.text+0x103f61): error: undefined reference to 'pizlonated_exp2'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_expm1:(.text+0x104031): error: undefined reference to 'pizlonated_expm1'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_log:(.text+0x104101): error: undefined reference to 'pizlonated_log'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_log10:(.text+0x1041d1): error: undefined reference to 'pizlonated_log10'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_log1p:(.text+0x1042a1): error: undefined reference to 'pizlonated_log1p'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_log2:(.text+0x104371): error: undefined reference to 'pizlonated_log2'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_logb:(.text+0x104441): error: undefined reference to 'pizlonated_logb'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_sinh:(.text+0x104511): error: undefined reference to 'pizlonated_sinh'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_cosh:(.text+0x1045e1): error: undefined reference to 'pizlonated_cosh'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_tanh:(.text+0x1046b1): error: undefined reference to 'pizlonated_tanh'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_asinh:(.text+0x104781): error: undefined reference to 'pizlonated_asinh'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_acosh:(.text+0x104851): error: undefined reference to 'pizlonated_acosh'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_atanh:(.text+0x104921): error: undefined reference to 'pizlonated_atanh'
> build/programmemory.o:programmemory.cpp:function pizlonatedFI403_tgamma:(.text+0x1049f1): error: undefined reference to 'pizlonated_tgamma'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:347: cppcheck] Error 1
For full logs, run:
nix log /nix/store/6512mijc4cwa5w7fppfw0rwb11p8arfa-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1.drvcppe-0.3.1
error: Cannot build '/nix/store/m8v842qq7ddbz43znfx2skmch1zq3izw-cppe-x86_64-unknown-linux-gnufilc0-0.3.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/3cg94klpnymrcv0237raaar80nxr29cy-cppe-x86_64-unknown-linux-gnufilc0-0.3.1
Last 25 log lines:
> CMake.
>
> Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
> to tell CMake that the project requires at least <min> but has been updated
> to work with policies introduced by <max> or earlier.
>
>
> -- The CXX compiler identification is Clang 20.1.8
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> CMake Error at /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
> Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
> Call Stack (most recent call first):
> /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
> /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/share/cmake-3.31/Modules/FindOpenMP.cmake:616 (find_package_handle_standard_args)
> CMakeLists.txt:9 (find_package)
>
>
> -- Configuring incomplete, errors occurred!
> make[2]: *** [CMakeFiles/cppe-core.dir/build.make:92: cppe-core-prefix/src/cppe-core-stamp/cppe-core-configure] Error 1
> make[1]: *** [CMakeFiles/Makefile2:109: CMakeFiles/cppe-core.dir/all] Error 2
> make: *** [Makefile:136: all] Error 2
For full logs, run:
nix log /nix/store/m8v842qq7ddbz43znfx2skmch1zq3izw-cppe-x86_64-unknown-linux-gnufilc0-0.3.1.drvcppitertools-2.1
error: Cannot build '/nix/store/scyygs7z50yvi9csiz8f61ccgpbgjc72-cppitertools-x86_64-unknown-linux-gnufilc0-2.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/0rs04avjnxwx9c4g4xgh9zxfm4gc0idi-cppitertools-x86_64-unknown-linux-gnufilc0-2.1
Last 25 log lines:
> [ 10%] Linking CXX executable test_combinations
> [ 11%] Linking CXX executable test_chunked
> CMakeFiles/test_main.dir/test_main.cpp.o:test_main.cpp:function pizlonatedFI4792_nextafter:(.text+0x36202a): error: undefined reference to 'pizlonated_nextafter'
> CMakeFiles/test_main.dir/test_main.cpp.o:test_main.cpp:function pizlonatedFI3195_nextafterf:(.text+0x3621ca): error: undefined reference to 'pizlonated_nextafterf'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [CMakeFiles/test_combinations.dir/build.make:102: test_combinations] Error 1
> make[1]: *** [CMakeFiles/Makefile2:355: CMakeFiles/test_combinations.dir/all] Error 2
> [ 12%] Linking CXX executable test_batched
> CMakeFiles/test_main.dir/test_main.cpp.o:test_main.cpp:function pizlonatedFI4792_nextafter:(.text+0x36202a): error: undefined reference to 'pizlonated_nextafter'
> CMakeFiles/test_main.dir/test_main.cpp.o:test_main.cpp:function pizlonatedFI3195_nextafterf:(.text+0x3621ca): error: undefined reference to 'pizlonated_nextafterf'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [CMakeFiles/test_chunked.dir/build.make:102: test_chunked] Error 1
> make[1]: *** [CMakeFiles/Makefile2:323: CMakeFiles/test_chunked.dir/all] Error 2
> CMakeFiles/test_main.dir/test_main.cpp.o:test_main.cpp:function pizlonatedFI4792_nextafter:(.text+0x36202a): error: undefined reference to 'pizlonated_nextafter'
> CMakeFiles/test_main.dir/test_main.cpp.o:test_main.cpp:function pizlonatedFI3195_nextafterf:(.text+0x3621ca): error: undefined reference to 'pizlonated_nextafterf'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [CMakeFiles/test_batched.dir/build.make:102: test_batched] Error 1
> make[1]: *** [CMakeFiles/Makefile2:259: CMakeFiles/test_batched.dir/all] Error 2
> [ 13%] Linking CXX executable test_chain
> CMakeFiles/test_main.dir/test_main.cpp.o:test_main.cpp:function pizlonatedFI4792_nextafter:(.text+0x36202a): error: undefined reference to 'pizlonated_nextafter'
> CMakeFiles/test_main.dir/test_main.cpp.o:test_main.cpp:function pizlonatedFI3195_nextafterf:(.text+0x3621ca): error: undefined reference to 'pizlonated_nextafterf'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [CMakeFiles/test_chain.dir/build.make:102: test_chain] Error 1
> make[1]: *** [CMakeFiles/Makefile2:291: CMakeFiles/test_chain.dir/all] Error 2
> make: *** [Makefile:91: all] Error 2
For full logs, run:
nix log /nix/store/scyygs7z50yvi9csiz8f61ccgpbgjc72-cppitertools-x86_64-unknown-linux-gnufilc0-2.1.drvcpptrace-0.8.3
error: Cannot build '/nix/store/h5p9s6m62mgx9yy1wlid73rhvv1r8y8v-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/bw4p71wvxdbyvavgaysw83kbcawrs2wh-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3
Last 25 log lines:
> [ 76%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/stacktrace.cpp.o
> [ 78%] Linking CXX executable ../demo
> [ 78%] Built target demo
> [ 79%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/from_current.cpp.o
> [ 81%] Linking CXX executable ../signal_tracer
> [ 81%] Built target signal_tracer
> [ 82%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/from_current_z.cpp.o
> [ 84%] Linking CXX executable ../integration
> [ 84%] Built target integration
> [ 85%] Building CXX object test/CMakeFiles/unittest.dir/unit/tracing/traced_exception.cpp.o
> [ 86%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/optional.cpp.o
> [ 88%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/lru_cache.cpp.o
> [ 89%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/result.cpp.o
> [ 91%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/string_utils.cpp.o
> [ 92%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/general.cpp.o
> [ 94%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/span.cpp.o
> [ 95%] Building CXX object test/CMakeFiles/unittest.dir/unit/internals/string_view.cpp.o
> [ 97%] Building CXX object test/CMakeFiles/unittest.dir/unit/lib/formatting.cpp.o
> [ 98%] Building CXX object test/CMakeFiles/unittest.dir/unit/lib/nullable.cpp.o
> [100%] Linking CXX executable ../unittest
> /nix/store/2p71wyqhv5mlfg5k64alzbh9xfm673xr-gtest-x86_64-unknown-linux-gnufilc0-1.16.0/lib/libgtest.so.1.16.0: error: undefined reference to 'pizlonated_nextafter'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [test/CMakeFiles/unittest.dir/build.make:345: unittest] Error 1
> make[1]: *** [CMakeFiles/Makefile2:1240: test/CMakeFiles/unittest.dir/all] Error 2
> make: *** [Makefile:166: all] Error 2
For full logs, run:
nix log /nix/store/h5p9s6m62mgx9yy1wlid73rhvv1r8y8v-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3.drvcpu-energy-meter-1.2
error: Cannot build '/nix/store/z4rwsvq1cxiaq78mpdp5cnfr967y9zmk-cpu-energy-meter-x86_64-unknown-linux-gnufilc0-1.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/q2ghjkzqa94bghx83yjfilvdd4ckzv36-cpu-energy-meter-x86_64-unknown-linux-gnufilc0-1.2
Last 16 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/iiwpjwgbdip48gnrr6cq1qwwazjrl3g5-source
> source root is source
> Running phase: patchPhase
> substituteStream() in derivation cpu-energy-meter-x86_64-unknown-linux-gnufilc0-1.2: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> mkdir -p ./build
> mkdir -p ./build/obj
> gcc -g -I. -I./src -std=gnu99 -Wall -Wextra -Wpedantic -Werror -Wno-variadic-macros -c src/cpu-energy-meter.c -o build/obj/cpu-energy-meter.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:45: build/obj/cpu-energy-meter.o] Error 127
For full logs, run:
nix log /nix/store/z4rwsvq1cxiaq78mpdp5cnfr967y9zmk-cpu-energy-meter-x86_64-unknown-linux-gnufilc0-1.2.drvcpuminer-2.5.1
error: Cannot build '/nix/store/kxs946kgkxcgljivnff1bx11qdylayj7-cpuminer-x86_64-unknown-linux-gnufilc0-2.5.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/xnl3pdyiaxn93nq2i2a6c0l8blsfldsh-cpuminer-x86_64-unknown-linux-gnufilc0-2.5.1
Last 25 log lines:
> autoreconf: configure.ac: tracing
> autoreconf: configure.ac: not using Libtool
> autoreconf: configure.ac: not using Intltool
> autoreconf: configure.ac: not using Gtkdoc
> autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf --force
> configure.ac:4: warning: The macro 'AC_CANONICAL_SYSTEM' is obsolete.
> configure.ac:4: You should run autoupdate.
> ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from...
> configure.ac:4: the top level
> configure.ac:13: warning: The macro 'AC_PROG_CC_C99' is obsolete.
> configure.ac:13: You should run autoupdate.
> ./lib/autoconf/c.m4:1662: AC_PROG_CC_C99 is expanded from...
> configure.ac:13: the top level
> configure.ac:14: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete.
> configure.ac:14: You should run autoupdate.
> ./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from...
> configure.ac:14: the top level
> configure.ac:20: warning: The macro 'AC_HEADER_STDC' is obsolete.
> configure.ac:20: You should run autoupdate.
> ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
> configure.ac:20: the top level
> configure.ac:124: error: possibly undefined macro: AC_MSG_ERROR
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> autoreconf: error: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf failed with exit status: 1
For full logs, run:
nix log /nix/store/kxs946kgkxcgljivnff1bx11qdylayj7-cpuminer-x86_64-unknown-linux-gnufilc0-2.5.1.drvcpp-ipfs-http-client-unstable-2022-01-30
error: build of '/nix/store/370llb8a6h2i1xzsaacmlpi3ja43szqj-cpp-ipfs-http-client-x86_64-unknown-linux-gnufilc0-unstable-2022-01-30.drv^*', '/nix/store/3b05iw5lzszkgy88wg4h5ns37pdzq5rh-cpp-utilities-x86_64-unknown-linux-gnufilc0-5.28.1.drv^*', '/nix/store/6512mijc4cwa5w7fppfw0rwb11p8arfa-cppcheck-x86_64-unknown-linux-gnufilc0-2.17.1.drv^*', '/nix/store/c1m3kjhj2pi746gjs6jvi3400l7hj045-cpp-jwt-x86_64-unknown-linux-gnufilc0-1.5.drv^*', '/nix/store/h5p9s6m62mgx9yy1wlid73rhvv1r8y8v-cpptrace-x86_64-unknown-linux-gnufilc0-0.8.3.drv^*', '/nix/store/imb2b5kaswj6bf22prfy4hix8lbsymn0-cpp-hocon-x86_64-unknown-linux-gnufilc0-0.3.0.drv^*', '/nix/store/kkp9kd4aqnswjq5naw249d4h98ba42b4-cpcfs-x86_64-unknown-linux-gnufilc0-0.85.4.drv^*', '/nix/store/kxs946kgkxcgljivnff1bx11qdylayj7-cpuminer-x86_64-unknown-linux-gnufilc0-2.5.1.drv^*', '/nix/store/m8v842qq7ddbz43znfx2skmch1zq3izw-cppe-x86_64-unknown-linux-gnufilc0-0.3.1.drv^*', '/nix/store/scyygs7z50yvi9csiz8f61ccgpbgjc72-cppitertools-x86_64-unknown-linux-gnufilc0-2.1.drv^*', '/nix/store/z4rwsvq1cxiaq78mpdp5cnfr967y9zmk-cpu-energy-meter-x86_64-unknown-linux-gnufilc0-1.2.drv^*' failed
End of log