Buildresult: linus/m68k-allmodconfig/m68k-gcc8 built on Apr 4 2022, 08:09
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Apr 4 2022, 08:09
Duration:
0:07:04.337086
Builder:
ka7
Revision:
Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (
09bb8856d4a7cf3128dedd79cd07d75bbf4a9f04)
Target:
linus/m68k-allmodconfig/m68k-gcc8
Branch:
linus
Compiler:
m68k-gcc8
(m68k-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
arch/m68k/include/asm/bitops.h:329:20: error: array subscript 2 is above array bounds of 'long unsigned int[1]' [-Werror=array-bounds] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:288: drivers/net/ipa/ipa_mem.o] Error 1 make[3]: *** [scripts/Makefile.build:550: drivers/net/ipa] Error 2 make[2]: *** [scripts/Makefile.build:550: drivers/net] Error 2 make[1]: *** [Makefile:1834: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 09bb8856d4a7cf3128dedd79cd07d75bbf4a9f04^{commit} 09bb8856d4a7cf3128dedd79cd07d75bbf4a9f04 already have revision, skipping fetch # git checkout -q -f -B kisskb 09bb8856d4a7cf3128dedd79cd07d75bbf4a9f04 # git clean -qxdf # < git log -1 # commit 09bb8856d4a7cf3128dedd79cd07d75bbf4a9f04 # Merge: 34a53ff911eb 5cfff569cab8 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sun Apr 3 12:26:01 2022 -0700 # # Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace # # Pull more tracing updates from Steven Rostedt: # # - Rename the staging files to give them some meaning. Just # stage1,stag2,etc, does not show what they are for # # - Check for NULL from allocation in bootconfig # # - Hold event mutex for dyn_event call in user events # # - Mark user events to broken (to work on the API) # # - Remove eBPF updates from user events # # - Remove user events from uapi header to keep it from being installed. # # - Move ftrace_graph_is_dead() into inline as it is called from hot # paths and also convert it into a static branch. # # * tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: # tracing: Move user_events.h temporarily out of include/uapi # ftrace: Make ftrace_graph_is_dead() a static branch # tracing: Set user_events to BROKEN # tracing/user_events: Remove eBPF interfaces # tracing/user_events: Hold event_mutex during dyn_event_add # proc: bootconfig: Add null pointer check # tracing: Rename the staging files for trace_events # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 09bb8856d4a7cf3128dedd79cd07d75bbf4a9f04 # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/thread_info.h:27, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/m68k/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/m68k/include/asm/irqflags.h:6, from /kisskb/src/include/linux/irqflags.h:16, from /kisskb/src/arch/m68k/include/asm/atomic.h:6, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/rcupdate.h:25, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/net/ipa/ipa_mem.c:10: /kisskb/src/drivers/net/ipa/ipa_mem.c: In function 'ipa_mem_init': /kisskb/src/arch/m68k/include/asm/bitops.h:329:20: error: array subscript 2 is above array bounds of 'long unsigned int[1]' [-Werror=array-bounds] while (!(num = ~*p++)) { ~^~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/net/ipa/ipa_mem.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/net/ipa] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: drivers/net] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1834: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=m68k O=/kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_m68k-allmodconfig_m68k-gcc8 # Build took: 0:07:04.337086
© Michael Ellerman 2006-2018.