Skip to content

Parallel Wallace Tree Generation #2

Parallel Wallace Tree Generation

Parallel Wallace Tree Generation #2

Triggered via push May 28, 2024 22:42
Status Success
Total duration 21m 17s
Artifacts

test-compile.yml

on: push
pre_job
3s
pre_job
Matrix: test-compile
Fit to window
Zoom out
Zoom in

Annotations

93 warnings
test-compile (ubuntu-latest, gcc-10): kernel/satgen.cc#L1268
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc-10): kernel/satgen.cc#L1254
‘undef_ce’ may be used uninitialized in this function [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc-10): kernel/satgen.cc#L1240
‘undef_srst’ may be used uninitialized in this function [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc-10): kernel/fmt.cc#L837
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): libs/minisat/Vec.h#L103
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<unsigned int>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
test-compile (ubuntu-latest, gcc-10): libs/minisat/Vec.h#L103
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<Minisat::Solver::Watcher>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
test-compile (ubuntu-latest, gcc-10): passes/techmap/booth.cc#L513
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
test-compile (ubuntu-latest, gcc-10): passes/techmap/booth.cc#L516
variable ‘sb’ set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-latest, gcc-10): passes/techmap/booth.cc#L549
format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
test-compile (ubuntu-latest, gcc-10): passes/techmap/booth.cc#L549
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigChunk>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
test-compile (ubuntu-latest, clang-14): passes/techmap/booth.cc#L513
format specifies type 'int' but the argument has type 'std::vector::size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-latest, clang-14): passes/techmap/booth.cc#L516
unused variable 'sb' [-Wunused-variable]
test-compile (ubuntu-latest, clang-14): passes/techmap/booth.cc#L549
format specifies type 'int' but the argument has type 'std::vector::size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-latest, clang-14): passes/techmap/booth.cc#L549
format specifies type 'int' but the argument has type 'std::vector::size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-latest, clang-14): passes/techmap/booth.cc#L778
unused variable 'csa_count_before' [-Wunused-variable]
test-compile (ubuntu-latest, clang-14): passes/techmap/booth.cc#L780
unused variable 'csa_count_after' [-Wunused-variable]
test-compile (ubuntu-latest, clang-14): passes/techmap/booth.cc#L1085
unused variable 'csa' [-Wunused-variable]
test-compile (ubuntu-latest, clang-14): passes/techmap/booth.cc#L1054
unused variable 'csa' [-Wunused-variable]
test-compile (ubuntu-latest, clang-14): passes/techmap/booth.cc#L1026
unused parameter 'debug_csa_trees' [-Wunused-parameter]
test-compile (ubuntu-latest, clang-14)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:/etc/apt/trusted.gpg.d/launchpad-toolchain.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '1E9377A2BA9EF27F'
test-compile (ubuntu-22.04, clang-11): passes/techmap/booth.cc#L513
format specifies type 'int' but the argument has type 'std::vector::size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-22.04, clang-11): passes/techmap/booth.cc#L516
unused variable 'sb' [-Wunused-variable]
test-compile (ubuntu-22.04, clang-11): passes/techmap/booth.cc#L549
format specifies type 'int' but the argument has type 'std::vector::size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-22.04, clang-11): passes/techmap/booth.cc#L549
format specifies type 'int' but the argument has type 'std::vector::size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-22.04, clang-11): passes/techmap/booth.cc#L778
unused variable 'csa_count_before' [-Wunused-variable]
test-compile (ubuntu-22.04, clang-11): passes/techmap/booth.cc#L780
unused variable 'csa_count_after' [-Wunused-variable]
test-compile (ubuntu-22.04, clang-11): passes/techmap/booth.cc#L1085
unused variable 'csa' [-Wunused-variable]
test-compile (ubuntu-22.04, clang-11): passes/techmap/booth.cc#L1054
unused variable 'csa' [-Wunused-variable]
test-compile (ubuntu-22.04, clang-11): passes/techmap/booth.cc#L1026
unused parameter 'debug_csa_trees' [-Wunused-parameter]
test-compile (macos-13, clang)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
test-compile (macos-13, clang)
autoconf 2.72 is already installed and up-to-date. To reinstall 2.72, run: brew reinstall autoconf
test-compile (macos-13, clang)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
test-compile (macos-13, clang): libs/fst/fstapi.cc#L1994
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L2619
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L3597
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4244
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4802
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4806
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4809
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4816
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4917
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4939
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L1994
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L2619
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L3597
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4244
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4802
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4806
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4809
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4816
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4917
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (macos-13, clang): libs/fst/fstapi.cc#L4939
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc): kernel/fmt.cc#L837
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/satgen.cc#L1240
‘undef_srst’ may be used uninitialized [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc): kernel/satgen.cc#L1254
‘undef_ce’ may be used uninitialized [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc): kernel/satgen.cc#L1268
‘undef_srst’ may be used uninitialized [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc): libs/minisat/Vec.h#L103
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<unsigned int>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
test-compile (ubuntu-latest, gcc): libs/minisat/Vec.h#L103
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<Minisat::Solver::Watcher>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
test-compile (ubuntu-latest, gcc): passes/techmap/booth.cc#L513
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
test-compile (ubuntu-latest, gcc): passes/techmap/booth.cc#L516
variable ‘sb’ set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-latest, gcc): passes/techmap/booth.cc#L549
format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
test-compile (ubuntu-latest, gcc): passes/techmap/booth.cc#L549
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigChunk>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
test-compile (ubuntu-latest, gcc): kernel/fmt.cc#L837
comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/satgen.cc#L1240
‘undef_srst’ may be used uninitialized [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc): kernel/satgen.cc#L1254
‘undef_ce’ may be used uninitialized [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc): kernel/satgen.cc#L1268
‘undef_srst’ may be used uninitialized [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, gcc): libs/minisat/Vec.h#L103
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<unsigned int>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
test-compile (ubuntu-latest, gcc): libs/minisat/Vec.h#L103
‘void* realloc(void*, size_t)’ moving an object of non-trivially copyable type ‘class Minisat::vec<Minisat::Solver::Watcher>’; use ‘new’ and ‘delete’ instead [-Wclass-memaccess]
test-compile (ubuntu-latest, gcc): passes/techmap/booth.cc#L513
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
test-compile (ubuntu-latest, gcc): passes/techmap/booth.cc#L516
variable ‘sb’ set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-latest, gcc): passes/techmap/booth.cc#L549
format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘std::vector<Yosys::RTLIL::SigBit>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
test-compile (ubuntu-latest, gcc): passes/techmap/booth.cc#L549
format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘std::vector<Yosys::RTLIL::SigChunk>::size_type’ {aka ‘long unsigned int’} [-Wformat=]
test-compile (ubuntu-latest, clang): libs/fst/fstapi.cc#L5539
variable 'secnum' set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L513
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L516
unused variable 'sb' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L549
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L549
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L778
unused variable 'csa_count_before' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L780
unused variable 'csa_count_after' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L1085
unused variable 'csa' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L1054
unused variable 'csa' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L1026
unused parameter 'debug_csa_trees' [-Wunused-parameter]
test-compile (ubuntu-latest, clang)
Failed to add apt key via server keyserver.ubuntu.com: Error: Command failed with exit code 2: sudo 'gpg' '--no-default-keyring' '--keyring' 'gnupg-ring:/etc/apt/trusted.gpg.d/setup-cpp-ubuntu-archive.gpg' '--keyserver' 'keyserver.ubuntu.com' '--recv-keys' '3B4FE6ACC0B21F32'
test-compile (ubuntu-latest, clang): libs/fst/fstapi.cc#L5539
variable 'secnum' set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L513
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L516
unused variable 'sb' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L549
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L549
format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L778
unused variable 'csa_count_before' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L780
unused variable 'csa_count_after' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L1085
unused variable 'csa' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L1054
unused variable 'csa' [-Wunused-variable]
test-compile (ubuntu-latest, clang): passes/techmap/booth.cc#L1026
unused parameter 'debug_csa_trees' [-Wunused-parameter]