Hay
Date
Jan. 6, 2025, 4:10 p.m.
Failure - general-ld-powerpcle-linux-gnu-ld-warning-arch_powerpc_boot_zimage_pseries-has-a-load-segment-with-rwx-permissions
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
powerpc64le-linux-gnu-ld: warning: arch/powerpc/boot/zImage.pseries has a LOAD segment with RWX permissions
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0 zImage
powerpc64le-linux-gnu-ld: warning: arch/powerpc/boot/zImage.pseries has a LOAD segment with RWX permissions
Failure - general-ld-powerpcle-linux-gnu-ld-warning-arch_powerpc_boot_dtbimage_ps-has-a-load-segment-with-rwx-permissions
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
powerpc64le-linux-gnu-ld: warning: arch/powerpc/boot/dtbImage.ps3 has a LOAD segment with RWX permissions
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0 zImage
powerpc64le-linux-gnu-ld: warning: arch/powerpc/boot/dtbImage.ps3 has a LOAD segment with RWX permissions
Failure - general-ld-powerpcle-linux-gnu-ld-warning-div_o-missing-_note_gnu-stack-section-implies-executable-stack
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
powerpc64le-linux-gnu-ld: warning: div64.o: missing .note.GNU-stack section implies executable stack
powerpc64le-linux-gnu-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0 zImage
powerpc64le-linux-gnu-ld: warning: div64.o: missing .note.GNU-stack section implies executable stack
powerpc64le-linux-gnu-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
arch/powerpc/boot/inffast.c:20:1: warning: unused function 'get_unaligned16' [-Wunused-function]
   20 | get_unaligned16(const unsigned short *p)
      | ^~~~~~~~~~~~~~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
/builds/linux/arch/powerpc/boot/ps3.c:27:59: warning: unused function 'DBG' [-Wunused-function]
   27 | static inline int __attribute__ ((format (printf, 1, 2))) DBG(
      |                                                           ^~~
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
/builds/linux/arch/powerpc/boot/ps3.c:130:18: warning: array comparison always evaluates to a constant [-Wtautological-compare]
  130 |         if (_initrd_end > _initrd_start) {
      |                         ^
Failure - clang-compiler-arch_powerpc_boot_main_c-warning-array-comparison-always-evaluates-to-a-constant KNOWN ISSUE - log-parser-build-clang/clang-compiler-arch_powerpc_boot_main_c-warning-array-comparison-always-evaluates-to-a-constant: Failure Automatically assigned
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
/builds/linux/arch/powerpc/boot/main.c:107:18: warning: array comparison always evaluates to a constant [-Wtautological-compare]
  107 |         if (_initrd_end > _initrd_start) {
      |                         ^
Failure - clang-compiler-fs_udf_super_c-warning-comparison-of-distinct-pointer-types-typeof-map-s_partition_len-aka-unsigned-int-and-typeof-sizeofstruct-spacebitmapdesc-aka-unsigned-long
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
/builds/linux/fs/udf/super.c:1162:7: warning: comparison of distinct pointer types ('typeof (map->s_partition_len) *' (aka 'unsigned int *') and 'typeof (sizeof(struct spaceBitmapDesc) << 3) *' (aka 'unsigned long *')) [-Wcompare-distinct-pointer-types]
 1162 |                 if (check_add_overflow(map->s_partition_len,
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1163 |                                        sizeof(struct spaceBitmapDesc) << 3,
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1164 |                                        &sum)) {
      |                                        ~~~~~
/builds/linux/include/linux/overflow.h:60:15: note: expanded from macro 'check_add_overflow'
   60 |         (void) (&__a == &__b);                  \
      |                 ~~~~ ^  ~~~~
Failure - clang-compiler-fs_udf_inode_c-warning-comparison-of-distinct-pointer-types-typeof-sizeofstruct-allocextdesc-aka-unsigned-long-and-typeof-alen-aka-int
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
/builds/linux/fs/udf/inode.c:2202:7: warning: comparison of distinct pointer types ('typeof (sizeof(struct allocExtDesc)) *' (aka 'unsigned long *') and 'typeof (&alen)' (aka 'int *')) [-Wcompare-distinct-pointer-types]
 2202 |                 if (check_add_overflow(sizeof(struct allocExtDesc),
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2203 |                                 le32_to_cpu(header->lengthAllocDescs), &alen))
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/linux/include/linux/overflow.h:61:15: note: expanded from macro 'check_add_overflow'
   61 |         (void) (&__a == __d);                   \
      |                 ~~~~ ^  ~~~
Failure - clang-compiler-fs_udf_inode_c-warning-comparison-of-distinct-pointer-types-typeof-sizeofstruct-allocextdesc-aka-unsigned-long-and-typeof-__builtin_constant_p__u__u__leheader-lengthallocdescs-__u__u__u__leheader-lengthallocdescs-__uul-__u__u__leheader-lengt
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' LLVM_IAS=0
/builds/linux/fs/udf/inode.c:2202:7: warning: comparison of distinct pointer types ('typeof (sizeof(struct allocExtDesc)) *' (aka 'unsigned long *') and 'typeof ((__builtin_constant_p((__u32)((__u32)(__le32)(header->lengthAllocDescs))) ? ((__u32)((((__u32)((__u32)(__le32)(header->lengthAllocDescs)) & (__u32)255UL) << 24) | (((__u32)((__u32)(__le32)(header->lengthAllocDescs)) & (__u32)65280UL) << 8) | (((__u32)((__u32)(__le32)(header->lengthAllocDescs)) & (__u32)16711680UL) >> 8) | (((__u32)((__u32)(__le32)(header->lengthAllocDescs)) & (__u32)4278190080UL) >> 24))) : __fswab32((__u32)(__le32)(header->lengthAllocDescs)))) *' (aka 'unsigned int *')) [-Wcompare-distinct-pointer-types]
 2202 |                 if (check_add_overflow(sizeof(struct allocExtDesc),
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2203 |                                 le32_to_cpu(header->lengthAllocDescs), &alen))
      |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/linux/include/linux/overflow.h:60:15: note: expanded from macro 'check_add_overflow'
   60 |         (void) (&__a == &__b);                  \
      |                 ~~~~ ^  ~~~~