Buildresult: linux-next/sparc-allmodconfig/sparc64-gcc5 built on Apr 8 2022, 18:15
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Apr 8 2022, 18:15
Duration:
0:14:41.850645
Builder:
ka4
Revision:
Add linux-next specific files for 20220408 (
ff511c1c68a5a35ab0b3efb3c306fd80b10d74be)
Target:
linux-next/sparc-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
sound/soc/tegra/tegra186_asrc.c:80:12: error: 'tegra186_asrc_runtime_suspend' defined but not used [-Werror=unused-function] sound/soc/tegra/tegra186_asrc.c:90:12: error: 'tegra186_asrc_runtime_resume' defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:286: sound/soc/tegra/tegra186_asrc.o] Error 1 make[3]: *** [scripts/Makefile.build:593: sound/soc/tegra] Error 2 make[2]: *** [scripts/Makefile.build:593: sound/soc] Error 2 make[1]: *** [Makefile:1994: sound] Error 2 arch/sparc/include/asm/cacheflush_32.h:38:37: error: 'struct page' declared inside parameter list [-Werror] arch/sparc/include/asm/cacheflush_32.h:38:37: error: its scope is only this definition or declaration, which is probably not what you want [-Werror] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:286: drivers/crypto/xilinx/zynqmp-sha.o] Error 1 make[3]: *** [scripts/Makefile.build:593: drivers/crypto/xilinx] Error 2 make[2]: *** [scripts/Makefile.build:593: drivers/crypto] Error 2 make[1]: *** [Makefile:1994: drivers] Error 2 make: *** [Makefile:226: __sub-make] Error 2
Possible warnings (1)
<stdin>:1517:2: warning: #warning syscall clone3 not implemented [-Wcpp]
Full Log
# git rev-parse -q --verify ff511c1c68a5a35ab0b3efb3c306fd80b10d74be^{commit} ff511c1c68a5a35ab0b3efb3c306fd80b10d74be already have revision, skipping fetch # git checkout -q -f -B kisskb ff511c1c68a5a35ab0b3efb3c306fd80b10d74be # git clean -qxdf # < git log -1 # commit ff511c1c68a5a35ab0b3efb3c306fd80b10d74be # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Fri Apr 8 16:03:58 2022 +1000 # # Add linux-next specific files for 20220408 # # 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 ff511c1c68a5a35ab0b3efb3c306fd80b10d74be # < make -s -j 10 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/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 10 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 10 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 10 ARCH=sparc O=/kisskb/build/linux-next_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- <stdin>:1517:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/sound/soc/tegra/tegra186_asrc.c:80:12: error: 'tegra186_asrc_runtime_suspend' defined but not used [-Werror=unused-function] static int tegra186_asrc_runtime_suspend(struct device *dev) ^ /kisskb/src/sound/soc/tegra/tegra186_asrc.c:90:12: error: 'tegra186_asrc_runtime_resume' defined but not used [-Werror=unused-function] static int tegra186_asrc_runtime_resume(struct device *dev) ^ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:286: sound/soc/tegra/tegra186_asrc.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:593: sound/soc/tegra] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:593: sound/soc] Error 2 make[1]: *** [/kisskb/src/Makefile:1994: sound] Error 2 make[1]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/arch/sparc/include/asm/cacheflush.h:11:0, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/drivers/crypto/xilinx/zynqmp-sha.c:6: /kisskb/src/arch/sparc/include/asm/cacheflush_32.h:38:37: error: 'struct page' declared inside parameter list [-Werror] void sparc_flush_page_to_ram(struct page *page); ^ /kisskb/src/arch/sparc/include/asm/cacheflush_32.h:38:37: error: its scope is only this definition or declaration, which is probably not what you want [-Werror] cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:286: drivers/crypto/xilinx/zynqmp-sha.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:593: drivers/crypto/xilinx] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:593: drivers/crypto] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1994: drivers] Error 2 make: *** [Makefile:226: __sub-make] Error 2 Command 'make -s -j 10 ARCH=sparc O=/kisskb/build/linux-next_sparc-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_sparc-allmodconfig_sparc64 # Build took: 0:14:41.850645
© Michael Ellerman 2006-2018.