Buildresult: linus-rand/powerpc-randconfig/powerpc-gcc9 built on Jan 17 2022, 19:23
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jan 17 2022, 19:23
Duration:
0:00:12.108680
Builder:
ka2
Revision:
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux (
763978ca67a3d7be3915e2035e2a6c331524c748)
Target:
linus-rand/powerpc-randconfig/powerpc-gcc9
Branch:
linus-rand
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
arch/powerpc/include/asm/book3s/64/pgtable-64k.h:60:1: error: no return statement in function returning non-void [-Werror=return-type] cc1: all warnings being treated as errors make[2]: *** [scripts/Makefile.build:121: arch/powerpc/kernel/asm-offsets.s] Error 1 make[1]: *** [Makefile:1191: prepare0] Error 2 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (11)
warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. .config:4392:warning: override: reassigning to symbol STANDALONE .config:4394:warning: override: reassigning to symbol MODULE_SIG .config:4395:warning: override: reassigning to symbol CPU_BIG_ENDIAN .config:4395:warning: override: CPU_BIG_ENDIAN changes choice state .config:4397:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4398:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4401:warning: override: reassigning to symbol GCC_PLUGINS .config:4402:warning: override: reassigning to symbol LD_HEAD_STUB_CATCH .config:4403:warning: override: reassigning to symbol TRIM_UNUSED_KSYMS
Full Log
# git rev-parse -q --verify 763978ca67a3d7be3915e2035e2a6c331524c748^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 763978ca67a3d7be3915e2035e2a6c331524c748^{commit} 763978ca67a3d7be3915e2035e2a6c331524c748 # git checkout -q -f -B kisskb 763978ca67a3d7be3915e2035e2a6c331524c748 # git clean -qxdf # < git log -1 # commit 763978ca67a3d7be3915e2035e2a6c331524c748 # Merge: 98f2345773f9 a97ac8cb24a3 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Jan 17 07:32:51 2022 +0200 # # Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux # # Pull module updates from Luis Chamberlain: # "The biggest change here is in-kernel support for module decompression. # This change is being made to help support LSMs like LoadPin as # otherwise it loses link between the source of kernel module on the # disk and binary blob that is being loaded into the kernel. # # kmod decompression is still done by userspace even with this is done, # both because there are no measurable gains in not doing so and as it # adds a secondary extra check for validating the module before loading # it into the kernel. # # The rest of the changes are minor, the only other change worth # mentionin there is Jessica Yu is now bowing out of maintenance of # modules as she's taking a break from work. # # While there were other changes posted for modules, those have not yet # received much review of testing so I'm not yet comfortable in merging # any of those changes yet." # # * 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux: # module: fix signature check failures when using in-kernel decompression # kernel: Fix spelling mistake "compresser" -> "compressor" # MAINTAINERS: add mailing lists for kmod and modules # module.h: allow #define strings to work with MODULE_IMPORT_NS # module: add in-kernel support for decompressing # MAINTAINERS: Remove myself as modules maintainer # module: Remove outdated comment # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 763978ca67a3d7be3915e2035e2a6c331524c748 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4392:warning: override: reassigning to symbol STANDALONE .config:4394:warning: override: reassigning to symbol MODULE_SIG .config:4395:warning: override: reassigning to symbol CPU_BIG_ENDIAN .config:4395:warning: override: CPU_BIG_ENDIAN changes choice state .config:4397:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4398:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:4401:warning: override: reassigning to symbol GCC_PLUGINS .config:4402:warning: override: reassigning to symbol LD_HEAD_STUB_CATCH .config:4403:warning: override: reassigning to symbol TRIM_UNUSED_KSYMS # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/arch/powerpc/include/asm/book3s/64/pgtable.h:310, from /kisskb/src/arch/powerpc/include/asm/book3s/64/mmu-hash.h:20, from /kisskb/src/arch/powerpc/include/asm/book3s/64/mmu.h:38, from /kisskb/src/arch/powerpc/include/asm/mmu.h:405, from /kisskb/src/arch/powerpc/include/asm/lppaca.h:46, from /kisskb/src/arch/powerpc/include/asm/paca.h:17, from /kisskb/src/arch/powerpc/include/asm/current.h:13, from /kisskb/src/include/linux/thread_info.h:23, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/ipc.h:5, from /kisskb/src/include/uapi/linux/sem.h:5, from /kisskb/src/include/linux/sem.h:5, from /kisskb/src/include/linux/compat.h:14, from /kisskb/src/arch/powerpc/kernel/asm-offsets.c:12: /kisskb/src/arch/powerpc/include/asm/book3s/64/pgtable-64k.h: In function 'get_hugepd_cache_index': /kisskb/src/arch/powerpc/include/asm/book3s/64/pgtable-64k.h:60:1: error: no return statement in function returning non-void [-Werror=return-type] 60 | } | ^ cc1: all warnings being treated as errors make[2]: *** [/kisskb/src/scripts/Makefile.build:121: arch/powerpc/kernel/asm-offsets.s] Error 1 make[1]: *** [/kisskb/src/Makefile:1191: prepare0] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:00:12.108680
© Michael Ellerman 2006-2018.