Docs: Fix missing groups #1015
Annotations
8 errors and 80 warnings
test-compile (ubuntu-latest, gcc-10)
Error: Failed to install apt packages: Command failed with exit code 1: sudo 'add-apt-repository' '-y' '--no-update' 'ppa:ubuntu-toolchain-r/test'
Error: Command failed with exit code 1: sudo 'add-apt-repository' '-y' '--no-update' 'ppa:ubuntu-toolchain-r/test'
at Hi (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:2:128056)
at P (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:2:19069)
at file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:2:20072
at k (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:2:20081)
at file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:2:44735
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 0)
at async file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:2:44510
at async Se (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:2:44429)
at async er (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:2:73868)
|
test-compile (ubuntu-latest, gcc-10)
Failed to install the gcc 10
|
test-compile (ubuntu-latest, gcc)
The run was canceled by @github-actions[bot].
|
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-latest, gcc)
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, 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):
frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
|
test-compile (ubuntu-latest, clang-14):
frontends/aiger2/xaiger.cc#L201
variable 'box_id' set but not used [-Wunused-but-set-variable]
|
test-compile (ubuntu-latest, clang-14):
frontends/aiger2/xaiger.cc#L340
variable 'box_outputs' 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):
frontends/ast/ast.cc#L1023
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
test-compile (ubuntu-20.04, clang-10):
frontends/ast/simplify.cc#L3496
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
test-compile (ubuntu-20.04, clang-10):
frontends/ast/simplify.cc#L4342
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
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, clang):
kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, clang):
kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, clang):
kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, 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, 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, clang):
kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, 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):
frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
|
test-compile (ubuntu-latest, gcc):
kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, clang):
frontends/aiger2/xaiger.cc#L201
variable 'box_id' set but not used [-Wunused-but-set-variable]
|
test-compile (ubuntu-latest, gcc):
kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, clang):
frontends/aiger2/xaiger.cc#L340
variable 'box_outputs' set but not used [-Wunused-but-set-variable]
|
test-compile (ubuntu-latest, gcc):
kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
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, clang):
kernel/calc.cc#L142
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, clang):
kernel/calc.cc#L164
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, clang):
kernel/calc.cc#L165
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, clang):
kernel/calc.cc#L196
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, clang):
kernel/calc.cc#L377
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, clang):
kernel/calc.cc#L410
comparison of integers of different signs: 'size_t' (aka 'unsigned long') 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, clang):
kernel/rtlil.cc#L400
comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
test-compile (ubuntu-latest, gcc):
kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, clang):
frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
|
test-compile (ubuntu-latest, gcc):
kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, clang):
frontends/aiger2/xaiger.cc#L201
variable 'box_id' set but not used [-Wunused-but-set-variable]
|
test-compile (ubuntu-latest, gcc):
kernel/hashlib.h#L30
‘inner’ may be used uninitialized in this function [-Wmaybe-uninitialized]
|
test-compile (ubuntu-latest, clang):
frontends/aiger2/xaiger.cc#L340
variable 'box_outputs' set but not used [-Wunused-but-set-variable]
|
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):
frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
|
test-compile (macos-13, clang):
frontends/aiger2/xaiger.cc#L201
variable 'box_id' set but not used [-Wunused-but-set-variable]
|
test-compile (macos-13, clang):
frontends/aiger2/xaiger.cc#L340
variable 'box_outputs' set but not used [-Wunused-but-set-variable]
|
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):
frontends/aiger2/xaiger.cc#L201
variable 'box_inputs' set but not used [-Wunused-but-set-variable]
|
test-compile (macos-13, clang):
frontends/aiger2/xaiger.cc#L201
variable 'box_id' set but not used [-Wunused-but-set-variable]
|
test-compile (macos-13, clang):
frontends/aiger2/xaiger.cc#L340
variable 'box_outputs' set but not used [-Wunused-but-set-variable]
|