Buildresult: gustavoars/x86_64-allmodconfig/x86_64-gcc8 built on Nov 21, 18:37
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Nov 21, 18:37
Duration:
0:16:06.422960
Builder:
ka7
Revision:
Makefile: Enable -Wstringop-overflow globally (
167820dd258df90362619c429e9962e8844fc344)
Target:
gustavoars/x86_64-allmodconfig/x86_64-gcc8
Branch:
gustavoars
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:243: drivers/nvme/target/core.o] Error 1 make[5]: *** [scripts/Makefile.build:480: drivers/nvme/target] Error 2 make[4]: *** [scripts/Makefile.build:480: drivers/nvme] Error 2 make[3]: *** [scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [Makefile:1913: .] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
Possible warnings (2)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them.
Full Log
# git rev-parse -q --verify 167820dd258df90362619c429e9962e8844fc344^{commit} # git fetch -q -n -f https://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git for-next/kspp warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 167820dd258df90362619c429e9962e8844fc344^{commit} 167820dd258df90362619c429e9962e8844fc344 # git checkout -q -f -B kisskb 167820dd258df90362619c429e9962e8844fc344 # git clean -qxdf # < git log -1 # commit 167820dd258df90362619c429e9962e8844fc344 # Author: Gustavo A. R. Silva <gustavoars@kernel.org> # Date: Tue Oct 31 17:50:11 2023 -0600 # # Makefile: Enable -Wstringop-overflow globally # # It seems that we have finished addressing all the remaining # issues regarding -Wstringop-overflow. So, we are now in good # shape to enable this compiler option globally. # # Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 167820dd258df90362619c429e9962e8844fc344 # make -s -j 32 ARCH=x86 O=/kisskb/build/gustavoars_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.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 # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 32 ARCH=x86 O=/kisskb/build/gustavoars_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86 O=/kisskb/build/gustavoars_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 32 ARCH=x86 O=/kisskb/build/gustavoars_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from /kisskb/src/include/linux/string.h:295, from /kisskb/src/include/linux/bitmap.h:12, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/arch/x86/include/asm/paravirt.h:17, from /kisskb/src/arch/x86/include/asm/cpuid.h:62, from /kisskb/src/arch/x86/include/asm/processor.h:19, from /kisskb/src/arch/x86/include/asm/timex.h:5, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/nvme/target/core.c:7: In function 'strncpy', inlined from '__assign_req_name' at /kisskb/src/drivers/nvme/target/trace.h:56:2, inlined from 'perf_trace_nvmet_req_init' at /kisskb/src/drivers/nvme/target/./trace.h:61:1: /kisskb/src/include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] #define __underlying_strncpy __builtin_strncpy ^ /kisskb/src/include/linux/fortify-string.h:147:9: note: in expansion of macro '__underlying_strncpy' return __underlying_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h: In function 'perf_trace_nvmet_req_init': /kisskb/src/include/linux/fortify-string.h:66:29: note: length computed here #define __underlying_strlen __builtin_strlen ^ /kisskb/src/include/linux/fortify-string.h:210:10: note: in expansion of macro '__underlying_strlen' return __underlying_strlen(p); ^~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from '__assign_req_name' at /kisskb/src/drivers/nvme/target/trace.h:56:2, inlined from 'trace_event_raw_event_nvmet_req_complete' at /kisskb/src/drivers/nvme/target/./trace.h:103:1: /kisskb/src/include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] #define __underlying_strncpy __builtin_strncpy ^ /kisskb/src/include/linux/fortify-string.h:147:9: note: in expansion of macro '__underlying_strncpy' return __underlying_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h: In function 'trace_event_raw_event_nvmet_req_complete': /kisskb/src/include/linux/fortify-string.h:66:29: note: length computed here #define __underlying_strlen __builtin_strlen ^ /kisskb/src/include/linux/fortify-string.h:210:10: note: in expansion of macro '__underlying_strlen' return __underlying_strlen(p); ^~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from '__assign_req_name' at /kisskb/src/drivers/nvme/target/trace.h:56:2, inlined from 'perf_trace_nvmet_req_complete' at /kisskb/src/drivers/nvme/target/./trace.h:103:1: /kisskb/src/include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] #define __underlying_strncpy __builtin_strncpy ^ /kisskb/src/include/linux/fortify-string.h:147:9: note: in expansion of macro '__underlying_strncpy' return __underlying_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h: In function 'perf_trace_nvmet_req_complete': /kisskb/src/include/linux/fortify-string.h:66:29: note: length computed here #define __underlying_strlen __builtin_strlen ^ /kisskb/src/include/linux/fortify-string.h:210:10: note: in expansion of macro '__underlying_strlen' return __underlying_strlen(p); ^~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from '__assign_req_name' at /kisskb/src/drivers/nvme/target/trace.h:56:2, inlined from 'trace_event_raw_event_nvmet_req_init' at /kisskb/src/drivers/nvme/target/./trace.h:61:1: /kisskb/src/include/linux/fortify-string.h:68:30: error: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] #define __underlying_strncpy __builtin_strncpy ^ /kisskb/src/include/linux/fortify-string.h:147:9: note: in expansion of macro '__underlying_strncpy' return __underlying_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/target/./trace.h: In function 'trace_event_raw_event_nvmet_req_init': /kisskb/src/include/linux/fortify-string.h:66:29: note: length computed here #define __underlying_strlen __builtin_strlen ^ /kisskb/src/include/linux/fortify-string.h:210:10: note: in expansion of macro '__underlying_strlen' return __underlying_strlen(p); ^~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/nvme/target/core.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/nvme/target] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/nvme] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1913: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 32 ARCH=x86 O=/kisskb/build/gustavoars_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/gustavoars_allmodconfig_x86_64-gcc8 # Build took: 0:16:06.422960
© Michael Ellerman 2006-2018.