Buildresult: linux-next/ppc64_defconfig+NO_HUGETLB+4K_PAGES/powerpc-gcc13 built on Jun 27, 07:24
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jun 27, 07:24
Duration:
0:02:26.470887
Builder:
alpine3
Revision:
Add linux-next specific files for 20240626 (
df9574a57d02b265322e77fb8628d4d33641dda9)
Target:
linux-next/ppc64_defconfig+NO_HUGETLB+4K_PAGES/powerpc-gcc13
Branch:
linux-next
Compiler:
powerpc-gcc13
(powerpc64-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
ppc64_defconfig+NO_HUGETLB+4K_PAGES
(
download
)
Log:
Download original
Possible errors
arch/powerpc/kernel/nvram_64.c:79:17: error: initialization of 'void (*)(struct kmsg_dumper *, enum kmsg_dump_reason, const char *)' from incompatible pointer type 'void (*)(struct kmsg_dumper *, enum kmsg_dump_reason)' [-Werror=incompatible-pointer-types] arch/powerpc/kernel/nvram_64.c:645:13: error: conflicting types for 'oops_to_nvram'; have 'void(struct kmsg_dumper *, enum kmsg_dump_reason, const char *)' arch/powerpc/kernel/nvram_64.c:75:13: error: 'oops_to_nvram' used but never defined [-Werror] arch/powerpc/kernel/nvram_64.c:645:13: error: 'oops_to_nvram' defined but not used [-Werror=unused-function] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:244: arch/powerpc/kernel/nvram_64.o] Error 1 make[4]: *** [scripts/Makefile.build:485: arch/powerpc/kernel] Error 2 make[3]: *** [scripts/Makefile.build:485: arch/powerpc] Error 2 make[2]: *** [Makefile:1934: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
Possible warnings (1)
.config:5083:warning: override: reassigning to symbol PPC_4K_PAGES
Full Log
# git rev-parse -q --verify df9574a57d02b265322e77fb8628d4d33641dda9^{commit} df9574a57d02b265322e77fb8628d4d33641dda9 already have revision, skipping fetch # git checkout -q -f -B kisskb df9574a57d02b265322e77fb8628d4d33641dda9 # git clean -qxdf # < git log -1 # commit df9574a57d02b265322e77fb8628d4d33641dda9 # Author: Mark Brown <broonie@kernel.org> # Date: Wed Jun 26 20:07:49 2024 +0100 # # Add linux-next specific files for 20240626 # # Signed-off-by: Mark Brown <broonie@kernel.org> # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 df9574a57d02b265322e77fb8628d4d33641dda9 # make -s -j 160 ARCH=powerpc O=/kisskb/build/linux-next_ppc64_defconfig+NO_HUGETLB+4K_PAGES_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_defconfig # Added to kconfig CONFIG_PPC_64K_PAGES=n # Added to kconfig CONFIG_PPC_4K_PAGES=y # Added to kconfig CONFIG_HUGETLBFS=n # < make -s -j 160 ARCH=powerpc O=/kisskb/build/linux-next_ppc64_defconfig+NO_HUGETLB+4K_PAGES_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 160 ARCH=powerpc O=/kisskb/build/linux-next_ppc64_defconfig+NO_HUGETLB+4K_PAGES_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5083:warning: override: reassigning to symbol PPC_4K_PAGES # make -s -j 160 ARCH=powerpc O=/kisskb/build/linux-next_ppc64_defconfig+NO_HUGETLB+4K_PAGES_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/kernel/nvram_64.c:79:17: error: initialization of 'void (*)(struct kmsg_dumper *, enum kmsg_dump_reason, const char *)' from incompatible pointer type 'void (*)(struct kmsg_dumper *, enum kmsg_dump_reason)' [-Werror=incompatible-pointer-types] 79 | .dump = oops_to_nvram | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c:79:17: note: (near initialization for 'nvram_kmsg_dumper.dump') /kisskb/src/arch/powerpc/kernel/nvram_64.c:645:13: error: conflicting types for 'oops_to_nvram'; have 'void(struct kmsg_dumper *, enum kmsg_dump_reason, const char *)' 645 | static void oops_to_nvram(struct kmsg_dumper *dumper, | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c:75:13: note: previous declaration of 'oops_to_nvram' with type 'void(struct kmsg_dumper *, enum kmsg_dump_reason)' 75 | static void oops_to_nvram(struct kmsg_dumper *dumper, | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c:75:13: error: 'oops_to_nvram' used but never defined [-Werror] /kisskb/src/arch/powerpc/kernel/nvram_64.c:645:13: error: 'oops_to_nvram' defined but not used [-Werror=unused-function] 645 | static void oops_to_nvram(struct kmsg_dumper *dumper, | ^~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: arch/powerpc/kernel/nvram_64.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: arch/powerpc/kernel] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: arch/powerpc] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1934: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 160 ARCH=powerpc O=/kisskb/build/linux-next_ppc64_defconfig+NO_HUGETLB+4K_PAGES_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_ppc64_defconfig+NO_HUGETLB+4K_PAGES_powerpc-gcc13 # Build took: 0:02:26.470887
© Michael Ellerman 2006-2018.