Buildresult: linux-next/corenet32_smp_defconfig/powerpc-gcc5 built on Jun 29, 08:11
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Jun 29, 08:11
Duration:
0:01:07.156816
Builder:
ka4
Revision:
Add linux-next specific files for 20240628 (
1eb586a9782cde8e5091b9de74603e0a8386b09e)
Target:
linux-next/corenet32_smp_defconfig/powerpc-gcc5
Branch:
linux-next
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
corenet32_smp_defconfig
(
download
)
Log:
Download original
Possible errors
mm/gup.c:525:11: error: implicit declaration of function 'try_grab_folio_fast' [-Werror=implicit-function-declaration] mm/gup.c:2827:22: error: conflicting types for 'try_grab_folio_fast' cc1: some warnings being treated as errors make[4]: *** [scripts/Makefile.build:244: mm/gup.o] Error 1 make[3]: *** [scripts/Makefile.build:485: mm] 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 (7)
fs/proc/task_mmu.c:598:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fs/proc/task_mmu.c:605:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-stringop-overflow' mm/gup.c:525:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] 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 1eb586a9782cde8e5091b9de74603e0a8386b09e^{commit} 1eb586a9782cde8e5091b9de74603e0a8386b09e already have revision, skipping fetch # git checkout -q -f -B kisskb 1eb586a9782cde8e5091b9de74603e0a8386b09e # git clean -qxdf # < git log -1 # commit 1eb586a9782cde8e5091b9de74603e0a8386b09e # Author: Mark Brown <broonie@kernel.org> # Date: Fri Jun 28 21:14:21 2024 +0100 # # Add linux-next specific files for 20240628 # # 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 1eb586a9782cde8e5091b9de74603e0a8386b09e # make -s -j 40 ARCH=powerpc O=/kisskb/build/linux-next_corenet32_smp_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- corenet32_smp_defconfig Using /kisskb/src/arch/powerpc/configs/corenet_base.config as base Merging /kisskb/src/arch/powerpc/configs/85xx-32bit.config Merging /kisskb/src/arch/powerpc/configs/85xx-smp.config Merging /kisskb/src/arch/powerpc/configs/85xx-hw.config Merging /kisskb/src/arch/powerpc/configs/fsl-emb-nonhw.config Merging /kisskb/src/arch/powerpc/configs/dpaa.config # # merged configuration written to .config (needs make) # # < make -s -j 40 ARCH=powerpc O=/kisskb/build/linux-next_corenet32_smp_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 40 ARCH=powerpc O=/kisskb/build/linux-next_corenet32_smp_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 40 ARCH=powerpc O=/kisskb/build/linux-next_corenet32_smp_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/fs/proc/task_mmu.c: In function 'do_procmap_query': /kisskb/src/fs/proc/task_mmu.c:598:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (karg.vma_name_size && copy_to_user((void __user *)karg.vma_name_addr, ^ /kisskb/src/fs/proc/task_mmu.c:605:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (karg.build_id_size && copy_to_user((void __user *)karg.build_id_addr, ^ /kisskb/src/fs/proc/task_mmu.c: At top level: cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-stringop-overflow' /kisskb/src/mm/gup.c: In function 'gup_hugepte': /kisskb/src/mm/gup.c:525:11: error: implicit declaration of function 'try_grab_folio_fast' [-Werror=implicit-function-declaration] folio = try_grab_folio_fast(page, refs, flags); ^ /kisskb/src/mm/gup.c:525:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] folio = try_grab_folio_fast(page, refs, flags); ^ /kisskb/src/mm/gup.c: At top level: /kisskb/src/mm/gup.c:2827:22: error: conflicting types for 'try_grab_folio_fast' static struct folio *try_grab_folio_fast(struct page *page, int refs, ^ /kisskb/src/mm/gup.c:525:11: note: previous implicit declaration of 'try_grab_folio_fast' was here folio = try_grab_folio_fast(page, refs, flags); ^ cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-stringop-overflow' cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: mm/gup.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: mm] 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 40 ARCH=powerpc O=/kisskb/build/linux-next_corenet32_smp_defconfig_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_corenet32_smp_defconfig_powerpc-gcc5 # Build took: 0:01:07.156816
© Michael Ellerman 2006-2018.