Buildresult: linux-next/parisc-allmodconfig/parisc-gcc13 built on Apr 12, 00:21
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Apr 12, 00:21
Duration:
0:16:52.356759
Builder:
ka7
Revision:
Add linux-next specific files for 20240411 (
4118d9533ff3a5d16efb476a0d00afceecd92cf5)
Target:
linux-next/parisc-allmodconfig/parisc-gcc13
Branch:
linux-next
Compiler:
parisc-gcc13
(hppa-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
mm/damon/../internal.h:214:70: error: suggest parentheses around '+' in operand of '&' [-Werror=parentheses] mm/damon/../internal.h:214:70: error: suggest parentheses around '+' inside '>>' [-Werror=parentheses] cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:244: mm/damon/paddr.o] Error 1 make[4]: *** [scripts/Makefile.build:485: mm/damon] Error 2 make[3]: *** [scripts/Makefile.build:485: mm] Error 2 lib/../mm/internal.h:214:70: error: suggest parentheses around '+' in operand of '&' [-Werror=parentheses] lib/../mm/internal.h:214:70: error: suggest parentheses around '+' inside '>>' [-Werror=parentheses] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:244: lib/vsprintf.o] Error 1 make[3]: *** [scripts/Makefile.build:485: lib] Error 2 drivers/gpu/drm/nouveau/nvif/object.c:161:9: error: 'memcpy' accessing 4294967264 or more bytes at offsets 0 and 32 overlaps 6442450881 bytes at offset -2147483617 [-Werror=restrict] drivers/gpu/drm/nouveau/nvif/object.c:298:17: error: 'memcpy' accessing 4294967240 or more bytes at offsets 0 and 56 overlaps 6442450833 bytes at offset -2147483593 [-Werror=restrict] cc1: all warnings being treated as errors make[7]: *** [scripts/Makefile.build:244: drivers/gpu/drm/nouveau/nvif/object.o] Error 1 make[6]: *** [scripts/Makefile.build:485: drivers/gpu/drm/nouveau] Error 2 make[5]: *** [scripts/Makefile.build:485: drivers/gpu/drm] Error 2 make[4]: *** [scripts/Makefile.build:485: drivers/gpu] Error 2 make[3]: *** [scripts/Makefile.build:485: drivers] Error 2 make[2]: *** [Makefile:1924: .] Error 2 make[1]: *** [Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 4118d9533ff3a5d16efb476a0d00afceecd92cf5^{commit} 4118d9533ff3a5d16efb476a0d00afceecd92cf5 already have revision, skipping fetch # git checkout -q -f -B kisskb 4118d9533ff3a5d16efb476a0d00afceecd92cf5 # git clean -qxdf # < git log -1 # commit 4118d9533ff3a5d16efb476a0d00afceecd92cf5 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Thu Apr 11 16:26:28 2024 +1000 # # Add linux-next specific files for 20240411 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 4118d9533ff3a5d16efb476a0d00afceecd92cf5 # make -s -j 32 ARCH=parisc O=/kisskb/build/linux-next_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 32 ARCH=parisc O=/kisskb/build/linux-next_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- help # make -s -j 32 ARCH=parisc O=/kisskb/build/linux-next_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- olddefconfig # make -s -j 32 ARCH=parisc O=/kisskb/build/linux-next_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- In file included from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/mm/damon/paddr.c:12: /kisskb/src/mm/damon/../internal.h: In function 'pte_next_swp_offset': /kisskb/src/mm/damon/../internal.h:214:70: error: suggest parentheses around '+' in operand of '&' [-Werror=parentheses] 214 | swp_offset(entry) + 1)); | ~~~~~~~~~~~~~~~~~~^~~ /kisskb/src/arch/parisc/include/asm/pgtable.h:432:53: note: in definition of macro '__swp_entry_to_pte' 432 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) | ^ /kisskb/src/mm/damon/../internal.h:213:40: note: in expansion of macro '__swp_entry' 213 | pte_t new = __swp_entry_to_pte(__swp_entry(swp_type(entry), | ^~~~~~~~~~~ /kisskb/src/mm/damon/../internal.h:214:70: error: suggest parentheses around '+' inside '>>' [-Werror=parentheses] 214 | swp_offset(entry) + 1)); | ~~~~~~~~~~~~~~~~~~^~~ /kisskb/src/arch/parisc/include/asm/pgtable.h:432:53: note: in definition of macro '__swp_entry_to_pte' 432 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) | ^ /kisskb/src/mm/damon/../internal.h:213:40: note: in expansion of macro '__swp_entry' 213 | pte_t new = __swp_entry_to_pte(__swp_entry(swp_type(entry), | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:244: mm/damon/paddr.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:485: mm/damon] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: mm] Error 2 make[3]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/kallsyms.h:13, from /kisskb/src/lib/vsprintf.c:30: /kisskb/src/lib/../mm/internal.h: In function 'pte_next_swp_offset': /kisskb/src/lib/../mm/internal.h:214:70: error: suggest parentheses around '+' in operand of '&' [-Werror=parentheses] 214 | swp_offset(entry) + 1)); | ~~~~~~~~~~~~~~~~~~^~~ /kisskb/src/arch/parisc/include/asm/pgtable.h:432:53: note: in definition of macro '__swp_entry_to_pte' 432 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) | ^ /kisskb/src/lib/../mm/internal.h:213:40: note: in expansion of macro '__swp_entry' 213 | pte_t new = __swp_entry_to_pte(__swp_entry(swp_type(entry), | ^~~~~~~~~~~ /kisskb/src/lib/../mm/internal.h:214:70: error: suggest parentheses around '+' inside '>>' [-Werror=parentheses] 214 | swp_offset(entry) + 1)); | ~~~~~~~~~~~~~~~~~~^~~ /kisskb/src/arch/parisc/include/asm/pgtable.h:432:53: note: in definition of macro '__swp_entry_to_pte' 432 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) | ^ /kisskb/src/lib/../mm/internal.h:213:40: note: in expansion of macro '__swp_entry' 213 | pte_t new = __swp_entry_to_pte(__swp_entry(swp_type(entry), | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: lib/vsprintf.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: lib] Error 2 /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_mthd': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:161:9: error: 'memcpy' accessing 4294967264 or more bytes at offsets 0 and 32 overlaps 6442450881 bytes at offset -2147483617 [-Werror=restrict] 161 | memcpy(data, args->mthd.data, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:298:17: error: 'memcpy' accessing 4294967240 or more bytes at offsets 0 and 56 overlaps 6442450833 bytes at offset -2147483593 [-Werror=restrict] 298 | memcpy(data, args->new.data, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[7]: *** [/kisskb/src/scripts/Makefile.build:244: drivers/gpu/drm/nouveau/nvif/object.o] Error 1 make[6]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/gpu/drm/nouveau] Error 2 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/gpu/drm] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:485: drivers/gpu] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:485: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1924: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 32 ARCH=parisc O=/kisskb/build/linux-next_allmodconfig_parisc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/hppa-linux/bin/hppa-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linux-next_allmodconfig_parisc-gcc13 # Build took: 0:16:52.356759
© Michael Ellerman 2006-2018.