Buildresult: linux-next/s390-allmodconfig/s390x-gcc8 built on Mar 5, 15:59
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 5, 15:59
Duration:
0:08:32.455216
Builder:
ka4
Revision:
Add linux-next specific files for 20240305 (
11afac187274a6177a7ac82997f8691c0f469e41)
Target:
linux-next/s390-allmodconfig/s390x-gcc8
Branch:
linux-next
Compiler:
s390x-gcc8
(s390-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/rcupdate.h:462:36: error: dereferencing pointer to incomplete type 'struct dpll_pin' make[5]: *** [scripts/Makefile.build:244: net/core/dev.o] Error 1 make[4]: *** [scripts/Makefile.build:485: net/core] Error 2 make[3]: *** [scripts/Makefile.build:485: net] Error 2 make[2]: *** [Makefile:1919: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 11afac187274a6177a7ac82997f8691c0f469e41^{commit} 11afac187274a6177a7ac82997f8691c0f469e41 already have revision, skipping fetch # git checkout -q -f -B kisskb 11afac187274a6177a7ac82997f8691c0f469e41 # git clean -qxdf # < git log -1 # commit 11afac187274a6177a7ac82997f8691c0f469e41 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Tue Mar 5 15:35:07 2024 +1100 # # Add linux-next specific files for 20240305 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 11afac187274a6177a7ac82997f8691c0f469e41 # make -s -j 40 ARCH=s390 O=/kisskb/build/linux-next_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 40 ARCH=s390 O=/kisskb/build/linux-next_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 40 ARCH=s390 O=/kisskb/build/linux-next_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 40 ARCH=s390 O=/kisskb/build/linux-next_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- In file included from /kisskb/src/arch/s390/include/asm/rwonce.h:29, from /kisskb/src/include/linux/compiler.h:299, from /kisskb/src/include/linux/instrumented.h:10, from /kisskb/src/include/linux/uaccess.h:6, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'netdev_dpll_pin_assign': /kisskb/src/include/linux/rcupdate.h:462:36: error: dereferencing pointer to incomplete type 'struct dpll_pin' #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) ^~~~ /kisskb/src/include/asm-generic/rwonce.h:55:33: note: in definition of macro '__WRITE_ONCE' *(volatile typeof(x) *)&(x) = (val); \ ^~~ /kisskb/src/arch/s390/include/asm/barrier.h:42:2: note: in expansion of macro 'WRITE_ONCE' WRITE_ONCE(*p, v); \ ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:503:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:503:25: note: in expansion of macro 'RCU_INITIALIZER' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:9129:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->dpll_pin, dpll_pin); ^~~~~~~~~~~~~~~~~~ make[5]: *** [/kisskb/src/scripts/Makefile.build:244: net/core/dev.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: net/core] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1919: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=s390 O=/kisskb/build/linux-next_allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_s390x-gcc8 # Build took: 0:08:32.455216
© Michael Ellerman 2006-2018.