Buildresult: stable-4.4/m68k-defconfig/m68k-gcc8 built on Apr 10 2021, 22:20
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 10 2021, 22:20
Duration:
0:01:36.078318
Builder:
ka4
Revision:
Linux 4.4.266 (
23a86a94a323fdd1c3ca7cf6dc032dd380db8658)
Target:
stable-4.4/m68k-defconfig/m68k-gcc8
Branch:
stable-4.4
Compiler:
m68k-gcc8
(m68k-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (13)
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. kernel/time/Kconfig:155:warning: range is invalid kernel/time/Kconfig:155:warning: range is invalid kernel/time/Kconfig:155:warning: range is invalid <stdin>:1238:2: warning: #warning syscall seccomp not implemented [-Wcpp] arch/m68k/mvme147/config.c:155:2: warning: #warning check me! [-Wcpp] #warning check me! arch/m68k/mvme16x/config.c:401:2: warning: #warning check me! [-Wcpp] #warning check me! arch/m68k/include/asm/cmpxchg.h:136:3: warning: value computed is not used [-Wunused-value] drivers/nubus/proc.c:64:2: warning: #warning Need to set some I/O handlers here [-Wcpp] #warning Need to set some I/O handlers here
Full Log
# git rev-parse -q --verify 23a86a94a323fdd1c3ca7cf6dc032dd380db8658^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-4.4.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 23a86a94a323fdd1c3ca7cf6dc032dd380db8658^{commit} 23a86a94a323fdd1c3ca7cf6dc032dd380db8658 # git checkout -q -f -B kisskb 23a86a94a323fdd1c3ca7cf6dc032dd380db8658 # git clean -qxdf # < git log -1 # commit 23a86a94a323fdd1c3ca7cf6dc032dd380db8658 # Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org> # Date: Sat Apr 10 13:01:58 2021 +0200 # # Linux 4.4.266 # # Tested-by: Guenter Roeck <linux@roeck-us.net> # Tested-by: Jason Self <jason@bluehome.net> # Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> # Link: https://lore.kernel.org/r/20210409095259.957388690@linuxfoundation.org # Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> # < /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 23a86a94a323fdd1c3ca7cf6dc032dd380db8658 # < make -s -j 120 ARCH=m68k O=/kisskb/build/stable-4.4_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- defconfig kernel/time/Kconfig:155:warning: range is invalid # < make -s -j 120 ARCH=m68k O=/kisskb/build/stable-4.4_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 120 ARCH=m68k O=/kisskb/build/stable-4.4_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig kernel/time/Kconfig:155:warning: range is invalid # make -s -j 120 ARCH=m68k O=/kisskb/build/stable-4.4_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- kernel/time/Kconfig:155:warning: range is invalid <stdin>:1238:2: warning: #warning syscall seccomp not implemented [-Wcpp] /kisskb/src/arch/m68k/mvme147/config.c: In function 'mvme147_hwclk': /kisskb/src/arch/m68k/mvme147/config.c:155:2: warning: #warning check me! [-Wcpp] #warning check me! ^~~~~~~ /kisskb/src/arch/m68k/mvme16x/config.c: In function 'mvme16x_hwclk': /kisskb/src/arch/m68k/mvme16x/config.c:401:2: warning: #warning check me! [-Wcpp] #warning check me! ^~~~~~~ In file included from /kisskb/src/arch/m68k/include/asm/atomic.h:6, from /kisskb/src/include/linux/atomic.h:4, from /kisskb/src/include/linux/spinlock.h:406, from /kisskb/src/include/linux/mmzone.h:7, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/kernel/acct.c:46: /kisskb/src/kernel/acct.c: In function 'acct_pin_kill': /kisskb/src/arch/m68k/include/asm/cmpxchg.h:136:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__cmpxchg_local_generic((ptr), (unsigned long)(o),\ ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (unsigned long)(n), sizeof(*(ptr)))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/cmpxchg.h:105:28: note: in expansion of macro 'cmpxchg_local' #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) ^~~~~~~~~~~~~ /kisskb/src/kernel/acct.c:174:2: note: in expansion of macro 'cmpxchg' cmpxchg(&acct->ns->bacct, pin, NULL); ^~~~~~~ /kisskb/src/drivers/nubus/proc.c:64:2: warning: #warning Need to set some I/O handlers here [-Wcpp] #warning Need to set some I/O handlers here ^~~~~~~ Completed OK # rm -rf /kisskb/build/stable-4.4_m68k-defconfig_m68k-gcc8 # Build took: 0:01:36.078318
© Michael Ellerman 2006-2018.