Skip to content

tests: Fixes for boxes #1312

tests: Fixes for boxes

tests: Fixes for boxes #1312

Triggered via push November 25, 2024 21:31
Status Cancelled
Total duration 12m 54s
Artifacts

test-compile.yml

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

Annotations

10 errors and 70 warnings
test-compile (ubuntu-latest, gcc)
The run was canceled by @github-actions[bot].
test-compile (ubuntu-latest, gcc)
The operation was canceled.
test-compile (ubuntu-latest, clang)
The run was canceled by @github-actions[bot].
test-compile (ubuntu-latest, clang)
The operation was canceled.
test-compile (ubuntu-20.04, clang-10)
The run was canceled by @github-actions[bot].
test-compile (ubuntu-20.04, clang-10)
The operation was canceled.
test-compile (macos-13, clang)
The run was canceled by @github-actions[bot].
test-compile (macos-13, clang)
The operation was canceled.
test-compile (ubuntu-latest, gcc-10)
The run was canceled by @github-actions[bot].
test-compile (ubuntu-latest, gcc-10)
The operation was canceled.
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang-14): kernel/rtlil.cc#L940
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang-14): kernel/yosys.cc#L1585
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang-14): frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L142
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L164
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L165
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L196
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L377
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/calc.cc#L410
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/rtlil.cc#L400
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc): kernel/rtlil.cc#L940
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc): kernel/yosys.cc#L1585
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc): kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L940
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L1182
bitwise operation between different enumeration types ('RTLIL::SelectPartials' and 'Yosys::RTLIL::SelectBoxes') is deprecated [-Wdeprecated-enum-enum-conversion]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L1183
bitwise operation between different enumeration types ('RTLIL::SelectPartials' and 'Yosys::RTLIL::SelectBoxes') is deprecated [-Wdeprecated-enum-enum-conversion]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-latest, clang): kernel/rtlil.cc#L940
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang): kernel/yosys.cc#L1585
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, clang): frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (ubuntu-20.04, clang-10): kernel/rtlil.cc#L940
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-20.04, clang-10): kernel/yosys.cc#L1585
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-20.04, clang-10): frontends/ast/ast.cc#L1032
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
test-compile (macos-13, clang): kernel/rtlil.cc#L940
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (macos-13, clang): kernel/yosys.cc#L1585
'selected_modules' is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (macos-13, clang): frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L142
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L164
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L165
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L196
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L377
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/calc.cc#L410
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/rtlil.cc#L400
comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
test-compile (ubuntu-latest, gcc-10): kernel/rtlil.cc#L940
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc-10): kernel/yosys.cc#L1585
‘std::vector<Yosys::RTLIL::Module*> Yosys::RTLIL::Design::selected_modules() const’ is deprecated: Use selected_unboxed_modules() to maintain prior behaviour, or consider one of the other selected module helpers. [-Wdeprecated-declarations]
test-compile (ubuntu-latest, gcc-10): kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]