Buildresult: linux-next/sparc64-allmodconfig/sparc64-gcc5 built on Oct 7 2021, 20:57
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 7 2021, 20:57
Duration:
0:09:28.078191
Builder:
ka7
Revision:
Add linux-next specific files for 20211007 (
f8dc23b3dc0cc5b32dfd0c446e59377736d073a7)
Target:
linux-next/sparc64-allmodconfig/sparc64-gcc5
Branch:
linux-next
Compiler:
sparc64-gcc5
(sparc64-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd) 5.4.0 / GNU ld (GNU Binutils) 2.26.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
include/linux/compiler_types.h:317:38: error: call to '__compiletime_assert_656' 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 drivers/gpu/drm/msm/msm_gem.c:624:20: error: implicit declaration of function 'vmap' [-Werror=implicit-function-declaration] drivers/gpu/drm/msm/msm_gem.c:625:5: error: 'VM_MAP' undeclared (first use in this function) drivers/gpu/drm/msm/msm_gem.c:777:2: error: implicit declaration of function 'vunmap' [-Werror=implicit-function-declaration] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:288: drivers/gpu/drm/msm/msm_gem.o] Error 1 make[4]: *** [scripts/Makefile.build:571: drivers/gpu/drm/msm] Error 2 make[3]: *** [scripts/Makefile.build:571: drivers/net/wireless] Error 2 make[2]: *** [scripts/Makefile.build:571: drivers/net] Error 2 make[3]: *** [scripts/Makefile.build:571: drivers/gpu/drm] Error 2 make[2]: *** [scripts/Makefile.build:571: drivers/gpu] Error 2 make[1]: *** [Makefile:2019: drivers] Error 2 make: *** [Makefile:226: __sub-make] Error 2
Possible warnings (1)
<stdin>:1515:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git rev-parse -q --verify f8dc23b3dc0cc5b32dfd0c446e59377736d073a7^{commit} f8dc23b3dc0cc5b32dfd0c446e59377736d073a7 already have revision, skipping fetch # git checkout -q -f -B kisskb f8dc23b3dc0cc5b32dfd0c446e59377736d073a7 # git clean -qxdf # < git log -1 # commit f8dc23b3dc0cc5b32dfd0c446e59377736d073a7 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Thu Oct 7 18:40:58 2021 +1100 # # Add linux-next specific files for 20211007 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 f8dc23b3dc0cc5b32dfd0c446e59377736d073a7 # < make -s -j 32 ARCH=sparc64 O=/kisskb/build/linux-next_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 32 ARCH=sparc64 O=/kisskb/build/linux-next_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 32 ARCH=sparc64 O=/kisskb/build/linux-next_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 32 ARCH=sparc64 O=/kisskb/build/linux-next_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- <stdin>:1515:2: warning: #warning syscall clone3 not implemented [-Wcpp] In file included from <command-line>:0:0: 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_656' 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[4]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/msm/msm_gem.c: In function 'get_vaddr': /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:624:20: error: implicit declaration of function 'vmap' [-Werror=implicit-function-declaration] msm_obj->vaddr = vmap(pages, obj->size >> PAGE_SHIFT, ^ /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:625:5: error: 'VM_MAP' undeclared (first use in this function) VM_MAP, msm_gem_pgprot(msm_obj, PAGE_KERNEL)); ^ /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:625:5: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/gpu/drm/msm/msm_gem.c: In function 'msm_gem_vunmap': /kisskb/src/drivers/gpu/drm/msm/msm_gem.c:777:2: error: implicit declaration of function 'vunmap' [-Werror=implicit-function-declaration] vunmap(msm_obj->vaddr); ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:288: drivers/gpu/drm/msm/msm_gem.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:571: drivers/gpu/drm/msm] Error 2 make[4]: *** Waiting for unfinished jobs.... 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[2]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:571: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:571: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:2019: drivers] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 32 ARCH=sparc64 O=/kisskb/build/linux-next_sparc64-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next_sparc64-allmodconfig_sparc64 # Build took: 0:09:28.078191
© Michael Ellerman 2006-2018.