Buildresult: stable-34/s390-defconfig/s390x-gcc4.9 built on Feb 7 2020, 00:17
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Feb 7 2020, 00:17
Duration:
0:00:43.041829
Builder:
blade46
Revision:
Linux 2.6.34.15 (
5878e067ecac4bd2320e933ec485c01190a5b881)
Target:
stable-34/s390-defconfig/s390x-gcc4.9
Branch:
stable-34
Compiler:
s390x-gcc4.9
(s390-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
defconfig
(
download
)
Log:
Download original
Possible errors
arch/s390/kernel/nmi.c:217:36: error: 'struct _lowcore' has no member named 'mcck_clock' make[2]: *** [scripts/Makefile.build:276: arch/s390/kernel/nmi.o] Error 1 make[2]: *** [kernel/Makefile:138: kernel/timeconst.h] Error 255 make[1]: *** [Makefile:893: arch/s390/kernel] Error 2 make[1]: *** [Makefile:892: kernel] Error 2 make: *** [Makefile:130: sub-make] Error 2
Possible warnings (18)
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. scripts/kconfig/conf.c:159:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] scripts/kconfig/conf.c:231:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] scripts/kconfig/confdata.c:434:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 128 [-Wformat-overflow=] scripts/kconfig/confdata.c:437:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 128 [-Wformat-overflow=] usr/gen_init_cpio.c:393:4: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] ipc/msg.c:415:38: warning: 'msqid64.msg_qbytes' may be used uninitialized in this function [-Wmaybe-uninitialized] crypto/gf128mul.c:185:21: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] crypto/gf128mul.c:223:21: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] mm/percpu.c:1377:1: warning: control reaches end of non-void function [-Wreturn-type] fs/compat_ioctl.c:713:38: warning: typedef 'SS' locally defined but not used [-Wunused-local-typedefs] fs/nfs/inode.c:140:41: warning: argument to 'sizeof' in 'memset' call is the same pointer type '__be32 *' as the destination; expected '__be32' or an explicit length [-Wsizeof-pointer-memaccess] include/linux/bio.h:666:41: warning: statement with no effect [-Wunused-value] include/linux/bio.h:666:41: warning: statement with no effect [-Wunused-value] include/linux/blkdev.h:1278:39: warning: statement with no effect [-Wunused-value] include/linux/blkdev.h:1278:39: warning: statement with no effect [-Wunused-value] include/net/xfrm.h:1590:48: warning: argument to 'sizeof' in 'memcpy' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
Full Log
# git rev-parse -q --verify 5878e067ecac4bd2320e933ec485c01190a5b881^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-2.6.34.y 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 5878e067ecac4bd2320e933ec485c01190a5b881^{commit} 5878e067ecac4bd2320e933ec485c01190a5b881 # git checkout -q -f -B kisskb 5878e067ecac4bd2320e933ec485c01190a5b881 # git clean -qxdf # < git log -1 # commit 5878e067ecac4bd2320e933ec485c01190a5b881 # Author: Paul Gortmaker <paul.gortmaker@windriver.com> # Date: Mon Feb 10 17:31:40 2014 -0500 # # Linux 2.6.34.15 # # Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 5878e067ecac4bd2320e933ec485c01190a5b881 # < make -s -j 32 ARCH=s390 O=/kisskb/build/stable-34_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- defconfig /kisskb/src/scripts/kconfig/conf.c: In function 'conf_sym': /kisskb/src/scripts/kconfig/conf.c:159:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] 159 | int type; | ^~~~ /kisskb/src/scripts/kconfig/conf.c: In function 'conf_choice': /kisskb/src/scripts/kconfig/conf.c:231:6: warning: variable 'type' set but not used [-Wunused-but-set-variable] 231 | int type; | ^~~~ In file included from scripts/kconfig/zconf.tab.c:2451: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:434:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 128 [-Wformat-overflow=] 434 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:434:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:434:2: note: 'sprintf' output 1 or more bytes (assuming 135) into a destination of size 128 434 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:437:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 128 [-Wformat-overflow=] 437 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:437:3: note: 'sprintf' output between 13 and 150 bytes into a destination of size 128 437 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # make -s -j 32 ARCH=s390 O=/kisskb/build/stable-34_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- In function 'cpio_replace_env', inlined from 'cpio_mkfile_line' at /kisskb/src/usr/gen_init_cpio.c:448:26: /kisskb/src/usr/gen_init_cpio.c:393:4: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 393 | strncpy(new_location, expanded, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/s390/kernel/nmi.c: In function 's390_revalidate_registers': /kisskb/src/arch/s390/kernel/nmi.c:217:36: error: 'struct _lowcore' has no member named 'mcck_clock' set_clock_comparator(S390_lowcore.mcck_clock); ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:276: arch/s390/kernel/nmi.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /kisskb/src/kernel/timeconst.pl line 373. make[2]: *** [/kisskb/src/kernel/Makefile:138: kernel/timeconst.h] Error 255 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:893: arch/s390/kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/ipc/msg.c: In function 'msgctl_down': /kisskb/src/ipc/msg.c:415:38: warning: 'msqid64.msg_qbytes' may be used uninitialized in this function [-Wmaybe-uninitialized] struct msqid64_ds uninitialized_var(msqid64); ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_lle': /kisskb/src/crypto/gf128mul.c:185:21: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(r, 0, sizeof(r)); ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_bbe': /kisskb/src/crypto/gf128mul.c:223:21: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(r, 0, sizeof(r)); ^ /kisskb/src/mm/percpu.c: In function 'per_cpu_ptr_to_phys': /kisskb/src/mm/percpu.c:1377:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ make[1]: *** [/kisskb/src/Makefile:892: kernel] Error 2 /kisskb/src/fs/compat_ioctl.c: In function 'serial_struct_ioctl': /kisskb/src/fs/compat_ioctl.c:713:38: warning: typedef 'SS' locally defined but not used [-Wunused-local-typedefs] typedef struct serial_struct SS; ^ /kisskb/src/fs/nfs/inode.c: In function 'nfs_zap_caches_locked': /kisskb/src/fs/nfs/inode.c:140:41: warning: argument to 'sizeof' in 'memset' call is the same pointer type '__be32 *' as the destination; expected '__be32' or an explicit length [-Wsizeof-pointer-memaccess] memset(NFS_COOKIEVERF(inode), 0, sizeof(NFS_COOKIEVERF(inode))); ^ In file included from /kisskb/src/include/linux/device-mapper.h:11:0, from /kisskb/src/drivers/md/dm.h:14, from /kisskb/src/drivers/md/dm.c:8: /kisskb/src/drivers/md/dm.c: In function 'split_bvec': /kisskb/src/include/linux/bio.h:666:41: warning: statement with no effect [-Wunused-value] #define bio_integrity_clone(a, b, c, d) (0) ^ /kisskb/src/drivers/md/dm.c:1125:3: note: in expansion of macro 'bio_integrity_clone' bio_integrity_clone(clone, bio, GFP_NOIO, bs); ^ /kisskb/src/drivers/md/dm.c: In function 'clone_bio': /kisskb/src/include/linux/bio.h:666:41: warning: statement with no effect [-Wunused-value] #define bio_integrity_clone(a, b, c, d) (0) ^ /kisskb/src/drivers/md/dm.c:1153:3: note: in expansion of macro 'bio_integrity_clone' bio_integrity_clone(clone, bio, GFP_NOIO, bs); ^ In file included from /kisskb/src/include/linux/device-mapper.h:12:0, from /kisskb/src/drivers/md/dm.h:14, from /kisskb/src/drivers/md/dm-table.c:8: /kisskb/src/drivers/md/dm-table.c: In function 'dm_table_set_integrity': /kisskb/src/include/linux/blkdev.h:1278:39: warning: statement with no effect [-Wunused-value] #define blk_integrity_register(a, b) (0) ^ /kisskb/src/drivers/md/dm-table.c:1082:2: note: in expansion of macro 'blk_integrity_register' blk_integrity_register(dm_disk(t->md), ^ /kisskb/src/include/linux/blkdev.h:1278:39: warning: statement with no effect [-Wunused-value] #define blk_integrity_register(a, b) (0) ^ /kisskb/src/drivers/md/dm-table.c:1088:2: note: in expansion of macro 'blk_integrity_register' blk_integrity_register(dm_disk(t->md), NULL); ^ In file included from /kisskb/src/drivers/net/veth.c:17:0: /kisskb/src/include/net/xfrm.h: In function 'xfrm_mark_get': /kisskb/src/include/net/xfrm.h:1590:48: warning: argument to 'sizeof' in 'memcpy' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memcpy(m, nla_data(attrs[XFRMA_MARK]), sizeof(m)); ^ make: *** [Makefile:130: sub-make] Error 2 Command 'make -s -j 32 ARCH=s390 O=/kisskb/build/stable-34_s390-defconfig_s390x-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/stable-34_s390-defconfig_s390x-gcc4.9 # Build took: 0:00:43.041829
© Michael Ellerman 2006-2018.