Hay
Date
April 8, 2025, 12:37 p.m.
Failure - general-ld-warning-arch_powerpc_boot_zimage_pseries-has-a-load-segment-with-rwx-permissions KNOWN ISSUE - log-parser-build-clang/general-ld-warning-arch_powerpc_boot_zimage_pseries-has-a-load-segment-with-rwx-permissions: Failure
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-warning-arch_powerpc_boot_dtbimage_ps-has-a-load-segment-with-rwx-permissions KNOWN ISSUE - log-parser-build-clang/general-ld-warning-arch_powerpc_boot_dtbimage_ps-has-a-load-segment-with-rwx-permissions: Failure
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
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
Failure - general-ld-warning-div_o-missing-_note_gnu-stack-section-implies-executable-stack KNOWN ISSUE - log-parser-build-clang/general-ld-warning-div_o-missing-_note_gnu-stack-section-implies-executable-stack: Failure
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
Failure - clang-compiler-arch_powerpc_boot_inffast_c-warning-unused-function-get_unaligned KNOWN ISSUE - log-parser-build-clang/clang-compiler-arch_powerpc_boot_inffast_c-warning-unused-function-get_unaligned: Failure
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)
      | ^~~~~~~~~~~~~~~
Failure - clang-compiler-arch_powerpc_boot_ps_c-warning-unused-function-dbg KNOWN ISSUE - log-parser-build-clang/clang-compiler-arch_powerpc_boot_ps_c-warning-unused-function-dbg: Failure
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(
      |                                                           ^~~
Failure - clang-compiler-arch_powerpc_boot_ps_c-warning-array-comparison-always-evaluates-to-a-constant KNOWN ISSUE - log-parser-build-clang/clang-compiler-arch_powerpc_boot_ps_c-warning-array-comparison-always-evaluates-to-a-constant: Failure
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
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) {
      |                         ^