Buildresult: linux-next/x86_64-allmodconfig/x86_64-gcc8 built on Aug 5 2021, 08:06
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Aug 5 2021, 08:06
Duration:
0:30:59.002187
Builder:
ka4
Revision:
Add linux-next specific files for 20210804 (
2f73937c9aa561e2082839bc1a8efaac75d6e244)
Target:
linux-next/x86_64-allmodconfig/x86_64-gcc8
Branch:
linux-next
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_1303' declared with attribute error: BUILD_BUG_ON failed: !ipa_aggr_granularity_val(IPA_AGGR_GRANULARITY) BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_1304' declared with attribute error: BUILD_BUG_ON failed: ipa_aggr_granularity_val(IPA_AGGR_GRANULARITY) > field_max(AGGR_GRANULARITY_FMASK) BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) make[4]: *** [scripts/Makefile.build:272: drivers/net/ipa/ipa_main.o] Error 1 make[3]: *** [scripts/Makefile.build:536: drivers/net/ipa] Error 2 make[2]: *** [scripts/Makefile.build:536: drivers/net] Error 2 make[1]: *** [Makefile:1995: drivers] Error 2 make: *** [Makefile:227: __sub-make] Error 2
Possible warnings (5)
kernel/trace/trace_osnoise.c:1461:8: warning: 'main' is usually a function [-Wmain] drivers/dma/idxd/irq.c:255:6: warning: unused variable 'status' [-Wunused-variable] lib/test_scanf.c:530:1: warning: the frame size of 2472 bytes is larger than 2048 bytes [-Wframe-larger-than=] lib/test_scanf.c:488:1: warning: the frame size of 2952 bytes is larger than 2048 bytes [-Wframe-larger-than=] lib/test_scanf.c:437:1: warning: the frame size of 2472 bytes is larger than 2048 bytes [-Wframe-larger-than=]
Full Log
# git rev-parse -q --verify 2f73937c9aa561e2082839bc1a8efaac75d6e244^{commit} 2f73937c9aa561e2082839bc1a8efaac75d6e244 already have revision, skipping fetch # git checkout -q -f -B kisskb 2f73937c9aa561e2082839bc1a8efaac75d6e244 # git clean -qxdf # < git log -1 # commit 2f73937c9aa561e2082839bc1a8efaac75d6e244 # Author: Mark Brown <broonie@kernel.org> # Date: Wed Aug 4 18:45:43 2021 +0100 # # Add linux-next specific files for 20210804 # # Signed-off-by: Mark Brown <broonie@kernel.org> # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 2f73937c9aa561e2082839bc1a8efaac75d6e244 # < make -s -j 10 ARCH=x86 O=/kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 10 ARCH=x86 O=/kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 10 ARCH=x86 O=/kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 10 ARCH=x86 O=/kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-objdump: mm/kfence/kfence_test.o: unable to initialize decompress status for section .debug_info /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-objdump: mm/kfence/kfence_test.o: unable to initialize decompress status for section .debug_info /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-objdump: mm/kfence/kfence_test.o: File format not recognized /kisskb/src/kernel/trace/trace_osnoise.c: In function 'start_kthread': /kisskb/src/kernel/trace/trace_osnoise.c:1461:8: warning: 'main' is usually a function [-Wmain] void *main = osnoise_main; ^~~~ /kisskb/src/drivers/dma/idxd/irq.c: In function 'irq_process_work_list': /kisskb/src/drivers/dma/idxd/irq.c:255:6: warning: unused variable 'status' [-Wunused-variable] u8 status = desc->completion->status & DSA_COMP_STATUS_MASK; ^~~~~~ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_val_width': /kisskb/src/lib/test_scanf.c:530:1: warning: the frame size of 2472 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/lib/test_scanf.c: In function 'numbers_list_field_width_typemax': /kisskb/src/lib/test_scanf.c:488:1: warning: the frame size of 2952 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /kisskb/src/lib/test_scanf.c: In function 'numbers_list': /kisskb/src/lib/test_scanf.c:437:1: warning: the frame size of 2472 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ In file included from <command-line>: In function 'ipa_validate_build', inlined from 'ipa_probe' at /kisskb/src/drivers/net/ipa/ipa_main.c:707:2: /kisskb/src/include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_1303' declared with attribute error: BUILD_BUG_ON failed: !ipa_aggr_granularity_val(IPA_AGGR_GRANULARITY) _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:309:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler_types.h:328:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ipa/ipa_main.c:649:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(!ipa_aggr_granularity_val(IPA_AGGR_GRANULARITY)); ^~~~~~~~~~~~ /kisskb/src/include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_1304' declared with attribute error: BUILD_BUG_ON failed: ipa_aggr_granularity_val(IPA_AGGR_GRANULARITY) > field_max(AGGR_GRANULARITY_FMASK) _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:309:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler_types.h:328:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:50:2: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ipa/ipa_main.c:650:2: note: in expansion of macro 'BUILD_BUG_ON' BUILD_BUG_ON(ipa_aggr_granularity_val(IPA_AGGR_GRANULARITY) > ^~~~~~~~~~~~ make[4]: *** [/kisskb/src/scripts/Makefile.build:272: drivers/net/ipa/ipa_main.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:536: drivers/net/ipa] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:536: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1995: drivers] Error 2 make: *** [Makefile:227: __sub-make] Error 2 Command 'make -s -j 10 ARCH=x86 O=/kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_x86-allmodconfig_x86_64-gcc8 # Build took: 0:30:59.002187
© Michael Ellerman 2006-2018.