Buildresult: stable-4.7/i386-allmodconfig/i386-gcc4.9 built on Feb 7 2020, 01:43
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 7 2020, 01:43
Duration:
0:10:42.531534
Builder:
ka3
Revision:
Linux 4.7.10 (
b3afc4525a507f21e98cc7571ea8c3f28484241c)
Target:
stable-4.7/i386-allmodconfig/i386-gcc4.9
Branch:
stable-4.7
Compiler:
i386-gcc4.9
(i386-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible warnings (8)
scripts/kconfig/confdata.c:773:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] scripts/kconfig/confdata.c:776:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] arch/x86/tools/relocs.c:953:2: warning: argument 1 null where non-null expected [-Wnonnull] arch/x86/kernel/head_32.S:667: Warning: ignoring fill value in section `.bss..page_aligned' arch/x86/kernel/head_32.S:672: Warning: ignoring fill value in section `.bss..page_aligned' arch/x86/kernel/head_32.S:674: Warning: ignoring fill value in section `.bss..page_aligned' drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:297:3: warning: right shift count >= width of type scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
Full Log
# git rev-parse -q --verify b3afc4525a507f21e98cc7571ea8c3f28484241c^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-4.7.y # git rev-parse -q --verify b3afc4525a507f21e98cc7571ea8c3f28484241c^{commit} b3afc4525a507f21e98cc7571ea8c3f28484241c # git checkout -q -f -B kisskb b3afc4525a507f21e98cc7571ea8c3f28484241c # git clean -qxdf # < git log -1 # commit b3afc4525a507f21e98cc7571ea8c3f28484241c # Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org> # Date: Sat Oct 22 12:07:05 2016 +0200 # # Linux 4.7.10 # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux-ld --version # < git log --format=%s --max-count=1 b3afc4525a507f21e98cc7571ea8c3f28484241c # < make -s -j 80 ARCH=i386 O=/kisskb/build/stable-4.7_i386-allmodconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux- allmodconfig In file included from scripts/kconfig/zconf.tab.c:2576: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:773:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 773 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:773:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:773:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 773 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:776:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 776 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:776:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 776 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # yes \n | make -s -j 80 ARCH=i386 O=/kisskb/build/stable-4.7_i386-allmodconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux- oldconfig yes: standard output: Broken pipe # make -s -j 80 ARCH=i386 O=/kisskb/build/stable-4.7_i386-allmodconfig_i386-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/i386-linux/bin/i386-linux- In file included from /kisskb/src/arch/x86/tools/relocs_64.c:17: In function 'sort_relocs', inlined from 'emit_relocs' at /kisskb/src/arch/x86/tools/relocs.c:995:2, inlined from 'process_64' at /kisskb/src/arch/x86/tools/relocs.c:1099:2: /kisskb/src/arch/x86/tools/relocs.c:953:2: warning: argument 1 null where non-null expected [-Wnonnull] 953 | qsort(r->offset, r->count, sizeof(r->offset[0]), cmp_relocs); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/x86/tools/relocs.h:6, from /kisskb/src/arch/x86/tools/relocs_64.c:1: /kisskb/src/arch/x86/tools/relocs.c: In function 'process_64': /usr/include/stdlib.h:827:13: note: in a call to function 'qsort' declared here 827 | extern void qsort (void *__base, size_t __nmemb, size_t __size, | ^~~~~ /kisskb/src/arch/x86/kernel/head_32.S: Assembler messages: /kisskb/src/arch/x86/kernel/head_32.S:667: Warning: ignoring fill value in section `.bss..page_aligned' /kisskb/src/arch/x86/kernel/head_32.S:672: Warning: ignoring fill value in section `.bss..page_aligned' /kisskb/src/arch/x86/kernel/head_32.S:674: Warning: ignoring fill value in section `.bss..page_aligned' /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c: In function 'vmw_cmdbuf_header_submit': /kisskb/src/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:297:3: warning: right shift count >= width of type val = (header->handle >> 32); ^ /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 453 | static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Setup is 16732 bytes (padded to 16896 bytes). System is 5875 kB CRC 6eecdb7d Kernel: arch/x86/boot/bzImage is ready (#1) Completed OK # rm -rf /kisskb/build/stable-4.7_i386-allmodconfig_i386-gcc4.9 # Build took: 0:10:42.531534
© Michael Ellerman 2006-2018.