Buildresult: linux-next/sun3_defconfig/m68k-gcc13 built on Oct 5 2023, 15:15
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Oct 5 2023, 15:15
Duration:
0:02:15.032443
Builder:
ka7
Revision:
Add linux-next specific files for 20231005 (
7d730f1bf6f39ece2d9f3ae682f12e5b593d534d)
Target:
linux-next/sun3_defconfig/m68k-gcc13
Branch:
linux-next
Compiler:
m68k-gcc13
(m68k-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
sun3_defconfig
(
download
)
Log:
Download original
Possible warnings (6)
remote: warning: multi-pack bitmap is missing required reverse index 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. scripts/mod/modpost.h:66:17: warning: passing argument 2 of ‘__endian’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] scripts/mod/modpost.h:66:17: warning: passing argument 2 of ‘__endian’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] scripts/mod/modpost.h:66:17: warning: passing argument 2 of ‘__endian’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
Full Log
# git rev-parse -q --verify 7d730f1bf6f39ece2d9f3ae682f12e5b593d534d^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master remote: warning: multi-pack bitmap is missing required reverse index 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 7d730f1bf6f39ece2d9f3ae682f12e5b593d534d^{commit} 7d730f1bf6f39ece2d9f3ae682f12e5b593d534d # git checkout -q -f -B kisskb 7d730f1bf6f39ece2d9f3ae682f12e5b593d534d # git clean -qxdf # < git log -1 # commit 7d730f1bf6f39ece2d9f3ae682f12e5b593d534d # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Thu Oct 5 14:42:57 2023 +1100 # # Add linux-next specific files for 20231005 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 7d730f1bf6f39ece2d9f3ae682f12e5b593d534d # make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_sun3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_sun3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_sun3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linux-next_sun3_defconfig_m68k-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/scripts/mod/modpost.c:23: /kisskb/src/scripts/mod/modpost.c: In function ‘section_rela’: /kisskb/src/scripts/mod/modpost.h:66:17: warning: passing argument 2 of ‘__endian’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 66 | __endian(&(x), &(__x), sizeof(__x)); \ | ^~~~~~ /kisskb/src/scripts/mod/modpost.c:1437:14: note: in expansion of macro ‘TO_NATIVE’ 1437 | r_offset = TO_NATIVE(rela->r_offset); | ^~~~~~~~~ /kisskb/src/scripts/mod/modpost.h:56:52: note: expected ‘void *’ but argument is of type ‘const Elf32_Addr *’ {aka ‘const unsigned int *’} 56 | static inline void __endian(const void *src, void *dest, unsigned int size) | ~~~~~~^~~~ /kisskb/src/scripts/mod/modpost.h:66:17: warning: passing argument 2 of ‘__endian’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 66 | __endian(&(x), &(__x), sizeof(__x)); \ | ^~~~~~ /kisskb/src/scripts/mod/modpost.c:1440:11: note: in expansion of macro ‘TO_NATIVE’ 1440 | taddr = TO_NATIVE(rela->r_addend); | ^~~~~~~~~ /kisskb/src/scripts/mod/modpost.h:56:52: note: expected ‘void *’ but argument is of type ‘const Elf32_Sword *’ {aka ‘const int *’} 56 | static inline void __endian(const void *src, void *dest, unsigned int size) | ~~~~~~^~~~ /kisskb/src/scripts/mod/modpost.c: In function ‘section_rel’: /kisskb/src/scripts/mod/modpost.h:66:17: warning: passing argument 2 of ‘__endian’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 66 | __endian(&(x), &(__x), sizeof(__x)); \ | ^~~~~~ /kisskb/src/scripts/mod/modpost.c:1472:14: note: in expansion of macro ‘TO_NATIVE’ 1472 | r_offset = TO_NATIVE(rel->r_offset); | ^~~~~~~~~ /kisskb/src/scripts/mod/modpost.h:56:52: note: expected ‘void *’ but argument is of type ‘const Elf32_Addr *’ {aka ‘const unsigned int *’} 56 | static inline void __endian(const void *src, void *dest, unsigned int size) | ~~~~~~^~~~ Completed OK # rm -rf /kisskb/build/linux-next_sun3_defconfig_m68k-gcc13 # Build took: 0:02:15.032443
© Michael Ellerman 2006-2018.