Buildresult: linux-next/ppc64_defconfig+NO_HUGETLB+4K_PAGES/powerpc-gcc5 built on Jun 27, 06:20
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jun 27, 06:20
Duration:
0:01:28.984484
Builder:
alpine2
Revision:
Add linux-next specific files for 20240626 (
df9574a57d02b265322e77fb8628d4d33641dda9)
Target:
linux-next/ppc64_defconfig+NO_HUGETLB+4K_PAGES/powerpc-gcc5
Branch:
linux-next
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
ppc64_defconfig+NO_HUGETLB+4K_PAGES
(
download
)
Log:
Download original
Possible errors
arch/powerpc/kernel/nvram_64.c:79:10: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] arch/powerpc/kernel/nvram_64.c:645:13: error: conflicting types for 'oops_to_nvram' 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: error: unrecognized command line option '-Wno-shift-negative-value' [-Werror] cc1: error: unrecognized command line option '-Wno-stringop-overflow' [-Werror] 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 (6)
.config:5061:warning: override: reassigning to symbol PPC_4K_PAGES fs/btrfs/inode.c:5634:9: warning: 'location.objectid' may be used uninitialized in this function [-Wmaybe-uninitialized] fs/btrfs/inode.c:5705:5: warning: 'location.type' may be used uninitialized in this function [-Wmaybe-uninitialized] cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-stringop-overflow'
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-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.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-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.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-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.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-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5061: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-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/kernel/nvram_64.c:79:10: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .dump = oops_to_nvram ^ /kisskb/src/arch/powerpc/kernel/nvram_64.c:79:10: 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' 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' was here 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] static void oops_to_nvram(struct kmsg_dumper *dumper, ^ cc1: error: unrecognized command line option '-Wno-shift-negative-value' [-Werror] cc1: error: unrecognized command line option '-Wno-stringop-overflow' [-Werror] 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.... /kisskb/src/fs/btrfs/inode.c: In function 'btrfs_lookup_dentry': /kisskb/src/fs/btrfs/inode.c:5634:9: warning: 'location.objectid' may be used uninitialized in this function [-Wmaybe-uninitialized] return btrfs_iget_path(ino, root, NULL); ^ /kisskb/src/fs/btrfs/inode.c:5694:19: note: 'location.objectid' was declared here struct btrfs_key location; ^ /kisskb/src/fs/btrfs/inode.c:5705:5: warning: 'location.type' may be used uninitialized in this function [-Wmaybe-uninitialized] if (location.type == BTRFS_INODE_ITEM_KEY) { ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:485: arch/powerpc/kernel] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: arch/powerpc] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/fs/btrfs/inode.c: At top level: cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-stringop-overflow' 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-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.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-gcc5 # Build took: 0:01:28.984484
© Michael Ellerman 2006-2018.