Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Sep 7 2021, 07:46
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Sep 7 2021, 07:46
Duration:
0:01:34.228957
Builder:
ka2
Revision:
Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block (
1dbe7e386f505bdae30f7436c41769149c7dcf32)
Target:
linus/mpc85xx_defconfig/powerpc-gcc4.9
Branch:
linus
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
mpc85xx_defconfig
(
download
)
Log:
Download original
Possible errors
net/sched/sch_frag.c:93:10: error: missing braces around initializer [-Werror=missing-braces] net/sched/sch_frag.c:93:10: error: (near initialization for 'sch_frag_rt.dst') [-Werror=missing-braces] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:277: net/sched/sch_frag.o] Error 1 make[2]: *** [scripts/Makefile.build:540: net/sched] Error 2 make[1]: *** [Makefile:1872: net] Error 2 include/linux/err.h:22:49: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:277: drivers/net/ethernet/freescale/fs_enet/mac-scc.o] Error 1 make[5]: *** [scripts/Makefile.build:540: drivers/net/ethernet/freescale/fs_enet] Error 2 make[4]: *** [scripts/Makefile.build:540: drivers/net/ethernet/freescale] Error 2 make[3]: *** [scripts/Makefile.build:540: drivers/net/ethernet] Error 2 make[2]: *** [scripts/Makefile.build:540: drivers/net] Error 2 make[1]: *** [Makefile:1872: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 1dbe7e386f505bdae30f7436c41769149c7dcf32^{commit} 1dbe7e386f505bdae30f7436c41769149c7dcf32 already have revision, skipping fetch # git checkout -q -f -B kisskb 1dbe7e386f505bdae30f7436c41769149c7dcf32 # git clean -qxdf # < git log -1 # commit 1dbe7e386f505bdae30f7436c41769149c7dcf32 # Merge: 03085b3d5a45 1c500ad70638 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Sep 6 10:06:26 2021 -0700 # # Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block # # Pull block fixes from Jens Axboe: # "Was going to send this one in later this week, but given that -Werror # is now enabled (or at least available), the mq-deadline fix really # should go in for the folks hitting that. # # - Ensure dd_queued() is only there if needed (Geert) # # - Fix a kerneldoc warning for bio_alloc_kiocb() # # - BFQ fix for queue merging # # - loop locking fix (Tetsuo)" # # * tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block: # loop: reduce the loop_ctl_mutex scope # bio: fix kerneldoc documentation for bio_alloc_kiocb() # block, bfq: honor already-setup queue merges # block/mq-deadline: Move dd_queued() to fix defined but not used warning # < /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 1dbe7e386f505bdae30f7436c41769149c7dcf32 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: error: missing braces around initializer [-Werror=missing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: error: (near initialization for 'sch_frag_rt.dst') [-Werror=missing-braces] cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: net/sched/sch_frag.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:540: net/sched] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1872: net] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ cc1: all warnings being treated as errors make[6]: *** [/kisskb/src/scripts/Makefile.build:277: drivers/net/ethernet/freescale/fs_enet/mac-scc.o] Error 1 make[5]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/net/ethernet/freescale/fs_enet] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/net/ethernet/freescale] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/net/ethernet] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1872: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_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_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:01:34.228957
© Michael Ellerman 2006-2018.