Source: strace Version: 5.10-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -DHAVE_CONFIG_H -I. -I../linux/x86_64 -I../../linux/x86_64 -I../linux > -I../../linux -I.. -I../.. -DTESTS_SIZEOF_KERNEL_LONG_T=8 > -DTESTS_SIZEOF_LONG=8 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wempty-body > -Wformat-security -Wignored-qualifiers -Wimplicit-fallthrough=5 -Winit-self > -Wlogical-op -Wmissing-parameter-type -Wnested-externs > -Wold-style-declaration -Wold-style-definition -Woverride-init -Wsign-compare > -Wtype-limits -Wwrite-strings -Werror -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wall -g -O2 -MT ioctl_hdio-success-Xverbose.o -MD > -MP -MF $depbase.Tpo -c -o ioctl_hdio-success-Xverbose.o > ../../tests/ioctl_hdio-success-Xverbose.c &&\ > mv -f $depbase.Tpo $depbase.Po > In file included from ../../tests/perf_event_open_unabbrev.c:2: > ../../tests/perf_event_open.c: In function ‘main’: > ../../tests/perf_event_open.c:187:25: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 187 | if (size != attr->size) { > | ~~~~^~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:202:27: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 202 | attr->freq ? attr->sample_freq : attr->sample_period, > | ^ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:200:9: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 200 | printf("%s=%" PRI__u64", sample_type=%s, read_format=%s", > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 201 | attr->freq ? "sample_freq" : "sample_period", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 202 | attr->freq ? attr->sample_freq : attr->sample_period, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 203 | sample_type, read_format); > | ~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:200:9: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 200 | printf("%s=%" PRI__u64", sample_type=%s, read_format=%s", > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 201 | attr->freq ? "sample_freq" : "sample_period", > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 202 | attr->freq ? attr->sample_freq : attr->sample_period, > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 203 | sample_type, read_format); > | ~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:234:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 234 | attr->watermark); > | ~~~~^~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:233:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 233 | attr->task, > | ~~~~^~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:232:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 232 | attr->enable_on_exec, > | ~~~~^~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:231:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 231 | attr->inherit_stat, > | ~~~~^~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:230:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 230 | attr->freq, > | ~~~~^~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:229:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 229 | attr->comm, > | ~~~~^~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:228:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 228 | attr->mmap, > | ~~~~^~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:227:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 227 | attr->exclude_idle, > | ~~~~^~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:226:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 226 | attr->exclude_hv, > | ~~~~^~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:225:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 225 | attr->exclude_kernel, > | ~~~~^~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:224:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 224 | attr->exclude_user, > | ~~~~^~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:223:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 223 | attr->exclusive, > | ~~~~^~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:222:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 222 | attr->pinned, > | ~~~~^~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:221:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 221 | attr->inherit, > | ~~~~^~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:220:20: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 220 | attr->disabled, > | ~~~~^~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:240:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 240 | attr->precise_ip; > | ~~~~^~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:248:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 248 | attr->mmap_data; > | ~~~~^~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:256:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 256 | attr->sample_id_all; > | ~~~~^~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:264:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 264 | attr->exclude_host; > | ~~~~^~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:272:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 272 | attr->exclude_guest; > | ~~~~^~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:280:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 280 | attr->exclude_callchain_kernel; > | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:288:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 288 | attr->exclude_callchain_user; > | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:296:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 296 | attr->mmap2; > | ~~~~^~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:304:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 304 | attr->comm_exec; > | ~~~~^~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:312:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 312 | attr->use_clockid; > | ~~~~^~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:320:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 320 | attr->context_switch; > | ~~~~^~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:328:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 328 | attr->write_backward; > | ~~~~^~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:336:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 336 | attr->namespaces; > | ~~~~^~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:346:9: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 346 | printf(", %s=%u", > | ^~~~~~~~~~~~~~~~~ > 347 | attr->watermark ? "wakeup_watermark" : > "wakeup_events", > | > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 348 | attr->watermark ? attr->wakeup_watermark : > attr->wakeup_events); > | > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:346:9: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 346 | printf(", %s=%u", > | ^~~~~~~~~~~~~~~~~ > 347 | attr->watermark ? "wakeup_watermark" : > "wakeup_events", > | > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 348 | attr->watermark ? attr->wakeup_watermark : > attr->wakeup_events); > | > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:350:17: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 350 | if (attr->type == PERF_TYPE_BREAKPOINT) > | ~~~~^~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:353:13: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 353 | val = > | ~~~~^ > 354 | # ifdef HAVE_STRUCT_PERF_EVENT_ATTR_CONFIG1 > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 355 | attr->config1; > | ~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:369:13: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 369 | val = > | ~~~~^ > 370 | # ifdef HAVE_STRUCT_PERF_EVENT_ATTR_CONFIG2 > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 371 | attr->config2; > | ~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:390:17: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 390 | if (attr->sample_type & (1 << 11)) > | ~~~~^~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:399:13: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 399 | val = > | ~~~~^ > 400 | # ifdef HAVE_STRUCT_PERF_EVENT_ATTR_SAMPLE_REGS_USER > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 401 | attr->sample_regs_user; > | ~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:414:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 414 | attr->sample_stack_user; > | ~~~~^~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:439:13: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 439 | val = > | ~~~~^ > 440 | # ifdef HAVE_STRUCT_PERF_EVENT_ATTR_SAMPLE_REGS_INTR > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 441 | attr->sample_regs_intr; > | ~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:455:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 455 | attr->aux_watermark; > | ~~~~^~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:468:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 468 | attr->sample_max_stack; > | ~~~~^~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:490:21: error: array subscript ‘struct > perf_event_attr[0]’ is partly outside array bounds of ‘unsigned char[120]’ > [-Werror=array-bounds] > 490 | attr->aux_sample_size; > | ~~~~^~~~~~~~~~~~~~~~~ > ../../tests/perf_event_open.c:172:16: note: referencing an object of size 120 > allocated by ‘calloc’ > 172 | attr = calloc(1, STRACE_PEA_SIZE); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > depbase=`echo ioctl_hdio-success-v.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > gcc -DHAVE_CONFIG_H -I. -I../linux/x86_64 -I../../linux/x86_64 -I../linux > -I../../linux -I.. -I../.. -DTESTS_SIZEOF_KERNEL_LONG_T=8 > -DTESTS_SIZEOF_LONG=8 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wempty-body > -Wformat-security -Wignored-qualifiers -Wimplicit-fallthrough=5 -Winit-self > -Wlogical-op -Wmissing-parameter-type -Wnested-externs > -Wold-style-declaration -Wold-style-definition -Woverride-init -Wsign-compare > -Wtype-limits -Wwrite-strings -Werror -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wall -g -O2 -MT ioctl_hdio-success-v.o -MD -MP -MF > $depbase.Tpo -c -o ioctl_hdio-success-v.o ../../tests/ioctl_hdio-success-v.c > &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo ioctl_hdio-success-v-Xabbrev.o | sed > 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > gcc -DHAVE_CONFIG_H -I. -I../linux/x86_64 -I../../linux/x86_64 -I../linux > -I../../linux -I.. -I../.. -DTESTS_SIZEOF_KERNEL_LONG_T=8 > -DTESTS_SIZEOF_LONG=8 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wempty-body > -Wformat-security -Wignored-qualifiers -Wimplicit-fallthrough=5 -Winit-self > -Wlogical-op -Wmissing-parameter-type -Wnested-externs > -Wold-style-declaration -Wold-style-definition -Woverride-init -Wsign-compare > -Wtype-limits -Wwrite-strings -Werror -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wall -g -O2 -MT ioctl_hdio-success-v-Xabbrev.o -MD > -MP -MF $depbase.Tpo -c -o ioctl_hdio-success-v-Xabbrev.o > ../../tests/ioctl_hdio-success-v-Xabbrev.c &&\ > mv -f $depbase.Tpo $depbase.Po > depbase=`echo ioctl_hdio-success-v-Xraw.o | sed > 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > gcc -DHAVE_CONFIG_H -I. -I../linux/x86_64 -I../../linux/x86_64 -I../linux > -I../../linux -I.. -I../.. -DTESTS_SIZEOF_KERNEL_LONG_T=8 > -DTESTS_SIZEOF_LONG=8 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wempty-body > -Wformat-security -Wignored-qualifiers -Wimplicit-fallthrough=5 -Winit-self > -Wlogical-op -Wmissing-parameter-type -Wnested-externs > -Wold-style-declaration -Wold-style-definition -Woverride-init -Wsign-compare > -Wtype-limits -Wwrite-strings -Werror -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wall -g -O2 -MT ioctl_hdio-success-v-Xraw.o -MD -MP > -MF $depbase.Tpo -c -o ioctl_hdio-success-v-Xraw.o > ../../tests/ioctl_hdio-success-v-Xraw.c &&\ > mv -f $depbase.Tpo $depbase.Po > cc1: all warnings being treated as errors > make[5]: *** [Makefile:11226: perf_event_open_unabbrev.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/10/23/strace_5.10-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.