Buildresult: linux-next/m68k-allmodconfig/m68k-gcc8 built on Oct 8 2021, 18:17
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 8 2021, 18:17
Duration:
0:14:14.214843
Builder:
ka1
Revision:
Add linux-next specific files for 20211008 (
683f29b781aeaab6bf302eeb2ef08a5e5f9d8a27)
Target:
linux-next/m68k-allmodconfig/m68k-gcc8
Branch:
linux-next
Compiler:
m68k-gcc8
(m68k-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
drivers/spi/spi-tegra20-slink.c:1197:12: error: 'tegra_slink_runtime_resume' defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors make[3]: *** [scripts/Makefile.build:288: drivers/spi/spi-tegra20-slink.o] Error 1 make[2]: *** [scripts/Makefile.build:571: drivers/spi] Error 2 include/linux/compiler_types.h:317:38: error: call to '__compiletime_assert_637' declared with attribute error: FIELD_GET: type of reg too small for mask make[6]: *** [scripts/Makefile.build:288: drivers/net/wireless/ath/ath11k/mac.o] Error 1 make[5]: *** [scripts/Makefile.build:571: drivers/net/wireless/ath/ath11k] Error 2 make[4]: *** [scripts/Makefile.build:571: drivers/net/wireless/ath] Error 2 make[3]: *** [scripts/Makefile.build:571: drivers/net/wireless] Error 2 make[2]: *** [scripts/Makefile.build:571: drivers/net] Error 2 make[1]: *** [Makefile:2019: drivers] Error 2 make: *** [Makefile:226: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 683f29b781aeaab6bf302eeb2ef08a5e5f9d8a27^{commit} 683f29b781aeaab6bf302eeb2ef08a5e5f9d8a27 already have revision, skipping fetch # git checkout -q -f -B kisskb 683f29b781aeaab6bf302eeb2ef08a5e5f9d8a27 # git clean -qxdf # < git log -1 # commit 683f29b781aeaab6bf302eeb2ef08a5e5f9d8a27 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Fri Oct 8 17:56:40 2021 +1100 # # Add linux-next specific files for 20211008 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /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 683f29b781aeaab6bf302eeb2ef08a5e5f9d8a27 # < make -s -j 8 ARCH=m68k O=/kisskb/build/linux-next_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 8 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 8 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 8 ARCH=m68k O=/kisskb/build/linux-next_m68k-allmodconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/drivers/spi/spi-tegra20-slink.c:1197:12: error: 'tegra_slink_runtime_resume' defined but not used [-Werror=unused-function] static int tegra_slink_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/spi/spi-tegra20-slink.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:571: drivers/spi] Error 2 make[2]: *** Waiting for unfinished jobs.... In file included from <command-line>: In function 'ath11k_peer_assoc_h_smps', inlined from 'ath11k_peer_assoc_prepare' at /kisskb/src/drivers/net/wireless/ath/ath11k/mac.c:2362:2: /kisskb/src/include/linux/compiler_types.h:317:38: error: call to '__compiletime_assert_637' declared with attribute error: FIELD_GET: type of reg too small for mask _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:298:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^~~~~~ /kisskb/src/include/linux/compiler_types.h:317:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/bitfield.h:52:3: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG((_mask) > (typeof(_reg))~0ull, \ ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/bitfield.h:108:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, _reg, 0U, "FIELD_GET: "); \ ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/ath/ath11k/mac.c:2079:10: note: in expansion of macro 'FIELD_GET' smps = FIELD_GET(IEEE80211_HE_6GHZ_CAP_SM_PS, ^~~~~~~~~ make[6]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/net/wireless/ath/ath11k/mac.o] Error 1 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:571: drivers/net/wireless/ath/ath11k] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:571: drivers/net/wireless/ath] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:571: drivers/net/wireless] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:571: drivers/net] Error 2 make[1]: *** [/kisskb/src/Makefile:2019: drivers] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 8 ARCH=m68k O=/kisskb/build/linux-next_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/linux-next_m68k-allmodconfig_m68k-gcc8 # Build took: 0:14:14.214843
© Michael Ellerman 2006-2018.