Hay
Date
April 8, 2025, 12:37 p.m.
Failure - log-parser-build-gcc - gcc-compiler-arch_s_include_asm_facility_h-warning-writing-byte-into-a-region-of-size KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-arch_s_include_asm_facility_h-warning-writing-byte-into-a-region-of-size: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/arch/s390/boot/ipl_parm.c:9:
In function '__set_facility',
    inlined from 'modify_facility' at /builds/linux/arch/s390/boot/ipl_parm.c:161:3:
/builds/linux/arch/s390/include/asm/facility.h:24:22: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   24 |         ptr[nr >> 3] |= 0x80 >> (nr & 7);
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/arch/s390/boot/ipl_parm.c:9:
In function '__clear_facility',
    inlined from 'modify_facility' at /builds/linux/arch/s390/boot/ipl_parm.c:159:3,
    inlined from 'modify_facility' at /builds/linux/arch/s390/boot/ipl_parm.c:156:13:
/builds/linux/arch/s390/include/asm/facility.h:33:22: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
   33 |         ptr[nr >> 3] &= ~(0x80 >> (nr & 7));
      |         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
Failure - log-parser-build-gcc - gcc-compiler-fs_xfs_libxfs_xfs_inode_fork_c-warning-the-comparison-will-always-evaluate-as-true-for-the-address-of-i_df-will-never-be-null KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-fs_xfs_libxfs_xfs_inode_fork_c-warning-the-comparison-will-always-evaluate-as-true-for-the-address-of-i_df-will-never-be-null: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/fs/nilfs2/namei.c:28:
/builds/linux/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_ifork_verify_attr':
/builds/linux/fs/xfs/libxfs/xfs_inode_fork.c:735:13: warning: the comparison will always evaluate as 'true' for the address of 'i_df' will never be NULL [-Waddress]
  735 |         if (!XFS_IFORK_PTR(ip, XFS_ATTR_FORK))
      |             ^
Failure - log-parser-build-gcc - gcc-compiler-fs_nilfs_namei_c-warning-format-lu-expects-argument-of-type-long-unsigned-int-but-argument-has-type-ino_t KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-fs_nilfs_namei_c-warning-format-lu-expects-argument-of-type-long-unsigned-int-but-argument-has-type-ino_t: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/fs/nilfs2/namei.c:28:
/builds/linux/fs/nilfs2/namei.c: In function 'nilfs_lookup':
/builds/linux/fs/nilfs2/namei.c:72:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'ino_t' {aka 'unsigned int'} [-Wformat=]
   72 |                                         "deleted inode referenced: %lu", ino);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~
      |                                                                          |
      |                                                                          ino_t {aka unsigned int}
/builds/linux/fs/nilfs2/nilfs.h:317:37: note: in definition of macro 'nilfs_error'
  317 |         __nilfs_error(sb, __func__, fmt, ##__VA_ARGS__)
      |                                     ^~~
/builds/linux/fs/nilfs2/namei.c:72:70: note: format string is defined here
   72 |                                         "deleted inode referenced: %lu", ino);
      |                                                                    ~~^
      |                                                                      |
      |                                                                      long unsigned int
      |                                                                    %u
Failure - log-parser-build-gcc - gcc-compiler-net_iucv_af_iucv_c-warning-argument-of-type-u-with-mismatched-bound KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-net_iucv_af_iucv_c-warning-argument-of-type-u-with-mismatched-bound: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/kernel/profile.c: In function 'profile_tick':
/builds/linux/net/iucv/af_iucv.c:1924:62: warning: argument 2 of type 'u8[16]' {aka 'unsigned char[16]'} with mismatched bound [-Warray-parameter=]
 1924 | static void iucv_callback_connrej(struct iucv_path *path, u8 ipuser[16])
      |                                                           ~~~^~~~~~~~~~
/builds/linux/net/iucv/af_iucv.c:103:55: note: previously declared as 'u8 *' {aka 'unsigned char *'}
  103 | static void iucv_callback_connrej(struct iucv_path *, u8 *);
      |                                                       ^~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/kernel/profile.c: In function 'profile_tick':
/builds/linux/net/iucv/af_iucv.c:1834:62: warning: argument 2 of type 'u8[16]' {aka 'unsigned char[16]'} with mismatched bound [-Warray-parameter=]
 1834 | static void iucv_callback_connack(struct iucv_path *path, u8 ipuser[16])
      |                                                           ~~~^~~~~~~~~~
/builds/linux/net/iucv/af_iucv.c:101:55: note: previously declared as 'u8 *' {aka 'unsigned char *'}
  101 | static void iucv_callback_connack(struct iucv_path *, u8 *);
      |                                                       ^~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/kernel/profile.c: In function 'profile_tick':
/builds/linux/net/iucv/af_iucv.c:1738:51: warning: argument 3 of type 'u8[16]' {aka 'unsigned char[16]'} with mismatched bound [-Warray-parameter=]
 1738 |                                  u8 ipvmid[8], u8 ipuser[16])
      |                                                ~~~^~~~~~~~~~
/builds/linux/net/iucv/af_iucv.c:102:60: note: previously declared as 'u8 *' {aka 'unsigned char *'}
  102 | static int iucv_callback_connreq(struct iucv_path *, u8 *, u8 *);
      |                                                            ^~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/kernel/profile.c: In function 'profile_tick':
/builds/linux/net/iucv/af_iucv.c:1942:63: warning: argument 2 of type 'u8[16]' {aka 'unsigned char[16]'} with mismatched bound [-Warray-parameter=]
 1942 | static void iucv_callback_shutdown(struct iucv_path *path, u8 ipuser[16])
      |                                                            ~~~^~~~~~~~~~
/builds/linux/net/iucv/af_iucv.c:104:56: note: previously declared as 'u8 *' {aka 'unsigned char *'}
  104 | static void iucv_callback_shutdown(struct iucv_path *, u8 *);
      |                                                        ^~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/kernel/profile.c: In function 'profile_tick':
/builds/linux/net/iucv/af_iucv.c:1738:37: warning: argument 2 of type 'u8[8]' {aka 'unsigned char[8]'} with mismatched bound [-Warray-parameter=]
 1738 |                                  u8 ipvmid[8], u8 ipuser[16])
      |                                  ~~~^~~~~~~~~
/builds/linux/net/iucv/af_iucv.c:102:54: note: previously declared as 'u8 *' {aka 'unsigned char *'}
  102 | static int iucv_callback_connreq(struct iucv_path *, u8 *, u8 *);
      |                                                      ^~~~
Failure - log-parser-build-gcc - gcc-compiler-kernel_profile_c-warning-the-comparison-will-always-evaluate-as-true-for-the-address-of-prof_cpu_mask-will-never-be-null KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-kernel_profile_c-warning-the-comparison-will-always-evaluate-as-true-for-the-address-of-prof_cpu_mask-will-never-be-null: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/kernel/profile.c: In function 'profile_online_cpu':
/builds/linux/kernel/profile.c:384:27: warning: the comparison will always evaluate as 'true' for the address of 'prof_cpu_mask' will never be NULL [-Waddress]
  384 |         if (prof_cpu_mask != NULL)
      |                           ^~
/builds/linux/kernel/profile.c:50:22: note: 'prof_cpu_mask' declared here
   50 | static cpumask_var_t prof_cpu_mask;
      |                      ^~~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/kernel/profile.c: In function 'profile_tick':
/builds/linux/kernel/profile.c:414:47: warning: the comparison will always evaluate as 'true' for the address of 'prof_cpu_mask' will never be NULL [-Waddress]
  414 |         if (!user_mode(regs) && prof_cpu_mask != NULL &&
      |                                               ^~
/builds/linux/kernel/profile.c:50:22: note: 'prof_cpu_mask' declared here
   50 | static cpumask_var_t prof_cpu_mask;
      |                      ^~~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/kernel/profile.c: In function 'profile_dead_cpu':
/builds/linux/kernel/profile.c:347:27: warning: the comparison will always evaluate as 'true' for the address of 'prof_cpu_mask' will never be NULL [-Waddress]
  347 |         if (prof_cpu_mask != NULL)
      |                           ^~
/builds/linux/kernel/profile.c:50:22: note: 'prof_cpu_mask' declared here
   50 | static cpumask_var_t prof_cpu_mask;
      |                      ^~~~~~~~~~~~~
Failure - log-parser-build-gcc - gcc-compiler-drivers_s_net_netiucv_c-warning-argument-of-type-u-with-mismatched-bound KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-drivers_s_net_netiucv_c-warning-argument-of-type-u-with-mismatched-bound: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/drivers/s390/net/netiucv.c:536:65: warning: argument 2 of type 'u8[16]' {aka 'unsigned char[16]'} with mismatched bound [-Warray-parameter=]
  536 | static void netiucv_callback_connack(struct iucv_path *path, u8 ipuser[16])
      |                                                              ~~~^~~~~~~~~~
/builds/linux/drivers/s390/net/netiucv.c:139:58: note: previously declared as 'u8 *' {aka 'unsigned char *'}
  139 | static void netiucv_callback_connack(struct iucv_path *, u8 *);
      |                                                          ^~~~
Failure - log-parser-build-gcc - gcc-compiler-drivers_s_crypto_zcrypt_ccamisc_c-warning-argument-of-type-u-with-mismatched-bound KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-drivers_s_crypto_zcrypt_ccamisc_c-warning-argument-of-type-u-with-mismatched-bound: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/include/trace/define_trace.h:102:
/builds/linux/drivers/s390/cio/./trace.h: In function 'trace_event_raw_event_s390_cio_tpi':
/builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:273:38: warning: argument 4 of type 'u8[64]' {aka 'unsigned char[64]'} with mismatched bound [-Warray-parameter=]
  273 |                   u32 keybitsize, u8 seckey[SECKEYBLOBSIZE])
      |                                   ~~~^~~~~~~~~~~~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:24:
/builds/linux/drivers/s390/crypto/zcrypt_ccamisc.c:415:41: warning: argument 5 of type 'u8[64]' {aka 'unsigned char[64]'} with mismatched bound [-Warray-parameter=]
  415 |                    const u8 *clrkey, u8 seckey[SECKEYBLOBSIZE])
      |                                      ~~~^~~~~~~~~~~~~~~~~~~~~~
/builds/linux/drivers/s390/crypto/zcrypt_ccamisc.h:133:42: note: previously declared as 'u8 *' {aka 'unsigned char *'}
  133 |                    const u8 *clrkey, u8 *seckey);
      |                                      ~~~~^~~~~~
Failure - log-parser-build-gcc - gcc-compiler-drivers_s_cio___trace_h-warning-memcpy-reading-bytes-from-a-region-of-size KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-drivers_s_cio___trace_h-warning-memcpy-reading-bytes-from-a-region-of-size: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/include/trace/define_trace.h:103,
                 from /builds/linux/drivers/s390/cio/trace.h:403,
                 from /builds/linux/drivers/s390/cio/trace.c:13:
/builds/linux/drivers/s390/cio/./trace.h: In function 'perf_trace_s390_cio_tpi':
/builds/linux/drivers/s390/cio/./trace.h:172:25: warning: 'memcpy' reading 16 bytes from a region of size 0 [-Wstringop-overread]
  172 |                         memcpy(&__entry->tpi_info, &S390_lowcore.subchannel_id,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173 |                                sizeof(struct tpi_info));
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~
/builds/linux/include/trace/perf.h:66:11: note: in definition of macro 'DECLARE_EVENT_CLASS'
   66 |         { assign; }                                                     \
      |           ^~~~~~
/builds/linux/include/trace/trace_events.h:78:30: note: in expansion of macro 'PARAMS'
   78 |                              PARAMS(assign),                   \
      |                              ^~~~~~
/builds/linux/drivers/s390/cio/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT'
  152 | TRACE_EVENT(s390_cio_tpi,
      | ^~~~~~~~~~~
/builds/linux/drivers/s390/cio/./trace.h:165:9: note: in expansion of macro 'TP_fast_assign'
  165 |         TP_fast_assign(
      |         ^~~~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/include/trace/define_trace.h:102:
/builds/linux/drivers/s390/cio/./trace.h: In function 'trace_event_raw_event_s390_cio_tpi':
/builds/linux/drivers/s390/cio/./trace.h:172:25: warning: 'memcpy' reading 16 bytes from a region of size 0 [-Wstringop-overread]
  172 |                         memcpy(&__entry->tpi_info, &S390_lowcore.subchannel_id,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173 |                                sizeof(struct tpi_info));
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~
/builds/linux/include/trace/trace_events.h:720:11: note: in definition of macro 'DECLARE_EVENT_CLASS'
  720 |         { assign; }                                                     \
      |           ^~~~~~
/builds/linux/include/trace/trace_events.h:78:30: note: in expansion of macro 'PARAMS'
   78 |                              PARAMS(assign),                   \
      |                              ^~~~~~
/builds/linux/drivers/s390/cio/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT'
  152 | TRACE_EVENT(s390_cio_tpi,
      | ^~~~~~~~~~~
/builds/linux/drivers/s390/cio/./trace.h:165:9: note: in expansion of macro 'TP_fast_assign'
  165 |         TP_fast_assign(
      |         ^~~~~~~~~~~~~~
Failure - log-parser-build-gcc - gcc-compiler-drivers_s_block_dasd_eckd_c-warning-the-frame-size-of-bytes-is-larger-than-bytes KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-drivers_s_block_dasd_eckd_c-warning-the-frame-size-of-bytes-is-larger-than-bytes: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/arch/s390/kernel/lgr.c:13:
/builds/linux/drivers/s390/block/dasd_eckd.c: In function 'dasd_eckd_path_available_action':
/builds/linux/drivers/s390/block/dasd_eckd.c:1407:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 1407 | }
      | ^
Failure - log-parser-build-gcc - gcc-compiler-arch_s_kernel_smp_c-warning-memcpy-reading-bytes-from-a-region-of-size KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-arch_s_kernel_smp_c-warning-memcpy-reading-bytes-from-a-region-of-size: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/arch/s390/kernel/lgr.c:13:
In function 'pcpu_prepare_secondary',
    inlined from '__cpu_up' at /builds/linux/arch/s390/kernel/smp.c:900:2:
/builds/linux/arch/s390/kernel/smp.c:275:9: warning: 'memcpy' reading 128 bytes from a region of size 0 [-Wstringop-overread]
  275 |         memcpy(lc->stfle_fac_list, S390_lowcore.stfle_fac_list,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  276 |                sizeof(lc->stfle_fac_list));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/arch/s390/kernel/lgr.c:13:
In function 'pcpu_prepare_secondary',
    inlined from '__cpu_up' at /builds/linux/arch/s390/kernel/smp.c:900:2:
/builds/linux/arch/s390/kernel/smp.c:277:9: warning: 'memcpy' reading 128 bytes from a region of size 0 [-Wstringop-overread]
  277 |         memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  278 |                sizeof(lc->alt_stfle_fac_list));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Failure - log-parser-build-gcc - gcc-compiler-arch_s_kvm_kvm-s_c-warning-memcpy-reading-bytes-from-a-region-of-size KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-arch_s_kvm_kvm-s_c-warning-memcpy-reading-bytes-from-a-region-of-size: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/arch/s390/kernel/lgr.c:13:
/builds/linux/arch/s390/kvm/kvm-s390.c: In function 'kvm_s390_get_machine':
/builds/linux/arch/s390/kvm/kvm-s390.c:1448:9: warning: 'memcpy' reading 128 bytes from a region of size 0 [-Wstringop-overread]
 1448 |         memcpy((unsigned long *)&mach->fac_list, S390_lowcore.stfle_fac_list,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1449 |                sizeof(S390_lowcore.stfle_fac_list));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Failure - log-parser-build-gcc - gcc-compiler-arch_s_include_asm_facility_h-warning-memcpy-reading-bytes-from-a-region-of-size KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-arch_s_include_asm_facility_h-warning-memcpy-reading-bytes-from-a-region-of-size: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/arch/s390/kernel/lgr.c:13:
In function '__stfle',
    inlined from 'stfle' at /builds/linux/arch/s390/include/asm/facility.h:101:2,
    inlined from 'lgr_info_get' at /builds/linux/arch/s390/kernel/lgr.c:122:2:
/builds/linux/arch/s390/include/asm/facility.h:89:9: warning: 'memcpy' reading 4 bytes from a region of size 0 [-Wstringop-overread]
   89 |         memcpy(stfle_fac_list, &S390_lowcore.stfl_fac_list, 4);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Failure - log-parser-build-gcc - gcc-compiler-arch_s_kernel_setup_c-warning-memcpy-reading-bytes-from-a-region-of-size KNOWN ISSUE - log-parser-build-gcc/gcc-compiler-arch_s_kernel_setup_c-warning-memcpy-reading-bytes-from-a-region-of-size: Failure
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
/builds/linux/arch/s390/kernel/setup.c: In function 'setup_lowcore_dat_off':
/builds/linux/arch/s390/kernel/setup.c:410:9: warning: 'memcpy' reading 128 bytes from a region of size 0 [-Wstringop-overread]
  410 |         memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  411 |                sizeof(lc->alt_stfle_fac_list));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- 'CC=sccache s390x-linux-gnu-gcc' 'HOSTCC=sccache gcc'
/builds/linux/arch/s390/kernel/setup.c: In function 'setup_lowcore_dat_off':
/builds/linux/arch/s390/kernel/setup.c:408:9: warning: 'memcpy' reading 128 bytes from a region of size 0 [-Wstringop-overread]
  408 |         memcpy(lc->stfle_fac_list, S390_lowcore.stfle_fac_list,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                sizeof(lc->stfle_fac_list));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~