Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc4.9 built on Nov 7 2020, 13:26
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Nov 7 2020, 13:26
Duration:
0:01:20.895804
Builder:
ka4
Revision:
Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client (
659caaf65dc9c7150aa3e80225ec6e66b25ab3ce)
Target:
linus-rand/powerpc-randconfig/powerpc-gcc4.9
Branch:
linus-rand
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
drivers/video/fbdev/aty/atyfb_base.c:2002:2: error: implicit declaration of function 'aty_ld_lcd' [-Werror=implicit-function-declaration] drivers/video/fbdev/aty/atyfb_base.c:2004:2: error: implicit declaration of function 'aty_st_lcd' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[5]: *** [scripts/Makefile.build:283: drivers/video/fbdev/aty/atyfb_base.o] Error 1 make[4]: *** [scripts/Makefile.build:500: drivers/video/fbdev/aty] Error 2 fs/afs/dir.c:50:1: error: no return statement in function returning non-void [-Werror=return-type] cc1: some warnings being treated as errors make[3]: *** [scripts/Makefile.build:283: fs/afs/dir.o] Error 1 make[2]: *** [scripts/Makefile.build:500: fs/afs] Error 2 make[3]: *** [scripts/Makefile.build:500: drivers/video/fbdev] Error 2 make[2]: *** [scripts/Makefile.build:500: drivers/video] Error 2 make[1]: *** [Makefile:1799: drivers] Error 2 make[1]: *** [Makefile:1799: fs] Error 2 make: *** [Makefile:185: __sub-make] Error 2
Possible warnings (4)
arch/powerpc/kernel/eeh.c:1571:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] drivers/tty/serial/8250/8250_aspeed_vuart.c:497:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] fs/btrfs/tree-checker.c:1056:9: warning: missing braces around initializer [-Wmissing-braces] fs/btrfs/tree-checker.c:1056:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces]
Full Log
# git rev-parse -q --verify 659caaf65dc9c7150aa3e80225ec6e66b25ab3ce^{commit} 659caaf65dc9c7150aa3e80225ec6e66b25ab3ce already have revision, skipping fetch # git checkout -q -f -B kisskb 659caaf65dc9c7150aa3e80225ec6e66b25ab3ce # git clean -qxdf # < git log -1 # commit 659caaf65dc9c7150aa3e80225ec6e66b25ab3ce # Merge: 03f0f5ad5847 62575e270f66 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Nov 6 15:46:39 2020 -0800 # # Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client # # Pull ceph fix from Ilya Dryomov: # "A fix for a potential stall on umount caused by the MDS dropping our # REQUEST_CLOSE message. The code that handled this case was # inadvertently disabled in 5.9, this patch removes it entirely and # fixes the problem in a way that is consistent with ceph-fuse" # # * tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client: # ceph: check session state after bumping session->s_seq # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 659caaf65dc9c7150aa3e80225ec6e66b25ab3ce # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0xC7EE7794 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # yes \n | make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/kernel/eeh.c:1571:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] static int proc_eeh_show(struct seq_file *m, void *v) ^ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_power_mgmt': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2002:2: error: implicit declaration of function 'aty_ld_lcd' [-Werror=implicit-function-declaration] pm = aty_ld_lcd(POWER_MANAGEMENT, par); ^ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2004:2: error: implicit declaration of function 'aty_st_lcd' [-Werror=implicit-function-declaration] aty_st_lcd(POWER_MANAGEMENT, pm, par); ^ cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:283: drivers/video/fbdev/aty/atyfb_base.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/video/fbdev/aty] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/fs/afs/dir.c: In function 'afs_dir_set_page_dirty': /kisskb/src/fs/afs/dir.c:50:1: error: no return statement in function returning non-void [-Werror=return-type] } ^ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'aspeed_vuart_probe': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:497:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:283: fs/afs/dir.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:500: fs/afs] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/video/fbdev] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:500: drivers/video] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1056:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1056:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] make[1]: *** [/kisskb/src/Makefile:1799: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1799: fs] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:01:20.895804
© Michael Ellerman 2006-2018.