Buildresult: linus/sparc-allmodconfig/sparc64-gcc11 built on Aug 30 2023, 12:28
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Aug 30 2023, 12:28
Duration:
0:05:25.132783
Builder:
ka7
Revision:
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (
d68b4b6f307d155475cce541f2aee938032ed22e)
Target:
linus/sparc-allmodconfig/sparc64-gcc11
Branch:
linus
Compiler:
sparc64-gcc11
(sparc64-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
drivers/mfd/cs42l43.c:1106:12: error: 'cs42l43_resume' defined but not used [-Werror=unused-function] drivers/mfd/cs42l43.c:1076:12: error: 'cs42l43_suspend' defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:243: drivers/mfd/cs42l43.o] Error 1 make[4]: *** [scripts/Makefile.build:480: drivers/mfd] Error 2 make[3]: *** [scripts/Makefile.build:480: drivers] Error 2 make[2]: *** [Makefile:2029: .] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2
Possible warnings (1)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git rev-parse -q --verify d68b4b6f307d155475cce541f2aee938032ed22e^{commit} d68b4b6f307d155475cce541f2aee938032ed22e already have revision, skipping fetch # git checkout -q -f -B kisskb d68b4b6f307d155475cce541f2aee938032ed22e # git clean -qxdf # < git log -1 # commit d68b4b6f307d155475cce541f2aee938032ed22e # Merge: b96a3e9142fd dce8f8ed1de1 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Aug 29 14:53:51 2023 -0700 # # Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm # # Pull non-MM updates from Andrew Morton: # # - An extensive rework of kexec and crash Kconfig from Eric DeVolder # ("refactor Kconfig to consolidate KEXEC and CRASH options") # # - kernel.h slimming work from Andy Shevchenko ("kernel.h: Split out a # couple of macros to args.h") # # - gdb feature work from Kuan-Ying Lee ("Add GDB memory helper # commands") # # - vsprintf inclusion rationalization from Andy Shevchenko # ("lib/vsprintf: Rework header inclusions") # # - Switch the handling of kdump from a udev scheme to in-kernel # handling, by Eric DeVolder ("crash: Kernel handling of CPU and memory # hot un/plug") # # - Many singleton patches to various parts of the tree # # * tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (81 commits) # document while_each_thread(), change first_tid() to use for_each_thread() # drivers/char/mem.c: shrink character device's devlist[] array # x86/crash: optimize CPU changes # crash: change crash_prepare_elf64_headers() to for_each_possible_cpu() # crash: hotplug support for kexec_load() # x86/crash: add x86 crash hotplug support # crash: memory and CPU hotplug sysfs attributes # kexec: exclude elfcorehdr from the segment digest # crash: add generic infrastructure for crash hotplug support # crash: move a few code bits to setup support of crash hotplug # kstrtox: consistently use _tolower() # kill do_each_thread() # nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse # scripts/bloat-o-meter: count weak symbol sizes # treewide: drop CONFIG_EMBEDDED # lockdep: fix static memory detection even more # lib/vsprintf: declare no_hash_pointers in sprintf.h # lib/vsprintf: split out sprintf() and friends # kernel/fork: stop playing lockless games for exe_file replacement # adfs: delete unused "union adfs_dirtail" definition # ... # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 d68b4b6f307d155475cce541f2aee938032ed22e # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # 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=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/drivers/mfd/cs42l43.c:1106:12: error: 'cs42l43_resume' defined but not used [-Werror=unused-function] 1106 | static int cs42l43_resume(struct device *dev) | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/cs42l43.c:1076:12: error: 'cs42l43_suspend' defined but not used [-Werror=unused-function] 1076 | static int cs42l43_suspend(struct device *dev) | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: drivers/mfd/cs42l43.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: drivers/mfd] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:480: drivers] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:2029: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 32 ARCH=sparc O=/kisskb/build/linus_allmodconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sparc64-gcc11 # Build took: 0:05:25.132783
© Michael Ellerman 2006-2018.