Package: src:systemtap
Version: 5.1-1
Severity: serious
Tags: sid trixie
[...]
799s In file included from
/usr/src/linux-headers-6.10.3-common/include/linux/percpu.h:5,
799s from
/usr/src/linux-headers-6.10.3-common/arch/x86/include/asm/msr.h:15,
799s from
/usr/src/linux-headers-6.10.3-common/arch/x86/include/asm/tsc.h:10,
799s from
/usr/src/linux-headers-6.10.3-common/arch/x86/include/asm/timex.h:6,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/timex.h:67,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/time32.h:13,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/time.h:60,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/jiffies.h:10,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/ktime.h:25,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/timer.h:6,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/workqueue.h:9,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/srcu.h:21,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/notifier.h:16,
799s from
/usr/src/linux-headers-6.10.3-common/arch/x86/include/asm/uprobes.h:13,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/uprobes.h:49,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/mm_types.h:16,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/mmzone.h:22,
799s from
/usr/src/linux-headers-6.10.3-common/include/linux/gfp.h:7,
799s from
/usr/share/systemtap/runtime/linux/runtime_defines.h:1,
799s from /usr/share/systemtap/runtime/runtime_defines.h:8,
799s from /tmp/stap0VHNVE/hello_src.c:12:
799s
/usr/src/linux-headers-6.10.3-common/include/linux/alloc_tag.h:212:2:
error: expected identifier or ‘(’ before ‘{’ token
799s 212 | ({
\
799s | ^
799s
/usr/src/linux-headers-6.10.3-common/include/linux/vmalloc.h:147:33:
note: in expansion of macro ‘alloc_hooks’
799s 147 | #define vzalloc(...)
alloc_hooks(vzalloc_noprof(__VA_ARGS__))
799s | ^~~~~~~~~~~
799s /usr/share/systemtap/runtime/linux/alloc.c:408:14: note: in
expansion of macro ‘vzalloc’
799s 408 | static void *vzalloc(unsigned long size)
799s | ^~~~~~~
799s
/usr/src/linux-headers-6.10.3-common/include/linux/alloc_tag.h:212:2:
error: expected identifier or ‘(’ before ‘{’ token
799s 212 | ({
\
799s | ^
799s
/usr/src/linux-headers-6.10.3-common/include/linux/vmalloc.h:153:33:
note: in expansion of macro ‘alloc_hooks’
799s 153 | #define vmalloc_node(...)
alloc_hooks(vmalloc_node_noprof(__VA_ARGS__))
799s | ^~~~~~~~~~~
799s /usr/share/systemtap/runtime/linux/alloc.c:443:14: note: in
expansion of macro ‘vmalloc_node’
799s 443 | static void *vmalloc_node(unsigned long size, int node
__attribute__((unused)))
799s | ^~~~~~~~~~~~
799s
/usr/src/linux-headers-6.10.3-common/include/linux/alloc_tag.h:212:2:
error: expected identifier or ‘(’ before ‘{’ token
799s 212 | ({
\
799s | ^
799s
/usr/src/linux-headers-6.10.3-common/include/linux/vmalloc.h:156:33:
note: in expansion of macro ‘alloc_hooks’
799s 156 | #define vzalloc_node(...)
alloc_hooks(vzalloc_node_noprof(__VA_ARGS__))
799s | ^~~~~~~~~~~
799s /usr/share/systemtap/runtime/linux/alloc.c:450:14: note: in
expansion of macro ‘vzalloc_node’
799s 450 | static void *vzalloc_node(unsigned long size, int node)
799s | ^~~~~~~~~~~~
799s In file included from /usr/share/systemtap/runtime/runtime.h:26,
799s from /tmp/stap0VHNVE/hello_src.c:21:
799s /usr/share/systemtap/runtime/stp_task_work.c: In function
‘stp_task_work_cancel’:
799s /usr/share/systemtap/runtime/stp_task_work.c:13:123: error: passing
argument 2 of ‘(bool (*)(struct task_struct *, struct callback_head
*))kallsyms_task_work_cancel’ from incompatible pointer type
[-Werror=incompatible-pointer-types]
799s 13 | #define task_work_cancel(a,b) ibt_wrapper(struct
callback_head *, (* (task_work_cancel_fn)kallsyms_task_work_cancel)((a),
(b)))
799s |
^~~
799s |
|
799s |
task_work_func_t {aka void (*)(struct callback_head *)}
799s /usr/share/systemtap/runtime/linux/runtime.h:317:21: note: in
definition of macro ‘ibt_wrapper’
799s 317 | rettype retval = (function); \
799s | ^~~~~~~~
799s /usr/share/systemtap/runtime/stp_task_work.c:107:17: note: in
expansion of macro ‘task_work_cancel’
799s 107 | twork = task_work_cancel(task, func);
799s | ^~~~~~~~~~~~~~~~
799s /usr/share/systemtap/runtime/stp_task_work.c:13:123: note: expected
‘struct callback_head *’ but argument is of type ‘task_work_func_t’ {aka
‘void (*)(struct callback_head *)’}
799s 13 | #define task_work_cancel(a,b) ibt_wrapper(struct
callback_head *, (* (task_work_cancel_fn)kallsyms_task_work_cancel)((a),
(b)))
799s |
^~~
799s /usr/share/systemtap/runtime/linux/runtime.h:317:21: note: in
definition of macro ‘ibt_wrapper’
799s 317 | rettype retval = (function); \
799s | ^~~~~~~~
799s /usr/share/systemtap/runtime/stp_task_work.c:107:17: note: in
expansion of macro ‘task_work_cancel’
799s 107 | twork = task_work_cancel(task, func);
799s | ^~~~~~~~~~~~~~~~
799s /usr/share/systemtap/runtime/linux/runtime.h:317:20: error:
incompatible types when initializing type ‘struct callback_head *’ using
type ‘bool’ {aka ‘_Bool’}
799s 317 | rettype retval = (function); \
799s | ^
799s /usr/share/systemtap/runtime/stp_task_work.c:13:31: note: in
expansion of macro ‘ibt_wrapper’
799s 13 | #define task_work_cancel(a,b) ibt_wrapper(struct
callback_head *, (* (task_work_cancel_fn)kallsyms_task_work_cancel)((a),
(b)))
799s | ^~~~~~~~~~~
799s /usr/share/systemtap/runtime/stp_task_work.c:107:17: note: in
expansion of macro ‘task_work_cancel’
799s 107 | twork = task_work_cancel(task, func);
799s | ^~~~~~~~~~~~~~~~
800s In file included from /usr/share/systemtap/runtime/linux/runtime.h:207:
800s /usr/share/systemtap/runtime/transport/relay_v2.c: In function
‘__stp_relay_wakeup_timer’:
800s /usr/share/systemtap/runtime/linux/debug.h:47:36: error: suggest
braces around empty body in an ‘else’ statement [-Werror=empty-body]
800s 47 | #define dbug_trans(level, args...) ;
800s | ^
800s /usr/share/systemtap/runtime/transport/relay_v2.c:195:17: note: in
expansion of macro ‘dbug_trans’
800s 195 | dbug_trans(0, "relay_v2 wakeup timer
expiry\n");
800s | ^~~~~~~~~~
800s /usr/share/systemtap/runtime/transport/symbols.c: In function
‘_stp_set_stext’:
800s /usr/share/systemtap/runtime/linux/debug.h:103:34: error: suggest
braces around empty body in an ‘else’ statement [-Werror=empty-body]
800s 103 | #define dbug_sym(level, args...) ;
800s | ^
800s /usr/share/systemtap/runtime/transport/symbols.c:44:17: note: in
expansion of macro ‘dbug_sym’
800s 44 | dbug_sym(1, "found kernel _stext load
address: 0x%lx\n",
800s | ^~~~~~~~
800s /tmp/stap0VHNVE/hello_src.c: At top level:
800s /tmp/stap0VHNVE/hello_src.c:105:1: error: ‘static’ is not at
beginning of declaration [-Werror=old-style-declaration]
800s 105 | } static stap_probes[];
800s | ^
800s cc1: all warnings being treated as errors
800s make[1]: ***
[/usr/src/linux-headers-6.10.3-common/scripts/Makefile.build:249:
/tmp/stap0VHNVE/hello_src.o] Error 1
800s make: *** [/usr/src/linux-headers-6.10.3-common/Makefile:1959:
/tmp/stap0VHNVE] Error 2
800s WARNING: kbuild exited with status: 2
800s Pass 4: compiled C into "hello.ko" in 37770usr/4850sys/22718real ms.
800s Pass 4: compilation failed. [man error::pass4]
800s Kernel version 6.10.3 is outside tested range 2.6.32 ... 6.9-rc0
800s Tip: /usr/share/doc/systemtap/README.Debian should help you get
started.
800s autopkgtest [04:47:19]: test build-hello: -----------------------]
801s autopkgtest [04:47:20]: test build-hello: - - - - - - - - - -
results - - - - - - - - - -
801s build-hello FAIL non-zero exit status 1
802s autopkgtest [04:47:21]: test list-coreutils-probe-points: preparing
testbed
803s Reading package lists...
803s Building dependency tree...
803s Reading state information...
803s Starting pkgProblemResolver with broken count: 1
804s Starting 2 pkgProblemResolver with broken count: 1
804s Investigating (0) satisfy:command-line:amd64 < none -> 1 @un puN Ib >
804s Broken satisfy:command-line:amd64 Depends on coreutils-dbgsym:amd64
< none @un H >
804s Done
804s Some packages could not be installed. This may mean that you have
804s requested an impossible situation or if you are using the unstable
804s distribution that some required packages have not yet been created
804s or been moved out of Incoming.
804s The following information may help to resolve the situation:
804s
804s The following packages have unmet dependencies:
804s satisfy:command-line : Depends: coreutils-dbgsym but it is not
installable
804s E: Unable to correct problems, you have held broken packages.
804s autopkgtest: WARNING: Test dependencies are unsatisfiable with
using apt pinning. Retrying with using all packages from unstable
805s Reading package lists...
805s Building dependency tree...
806s Reading state information...
806s Starting pkgProblemResolver with broken count: 1
806s Starting 2 pkgProblemResolver with broken count: 1
806s Investigating (0) satisfy:command-line:amd64 < none -> 1 @un puN Ib >
806s Broken satisfy:command-line:amd64 Depends on coreutils-dbgsym:amd64
< none @un H >
806s Done
806s Some packages could not be installed. This may mean that you have
806s requested an impossible situation or if you are using the unstable
806s distribution that some required packages have not yet been created
806s or been moved out of Incoming.
806s The following information may help to resolve the situation:
806s
806s The following packages have unmet dependencies:
806s satisfy:command-line : Depends: coreutils-dbgsym but it is not
installable
806s E: Unable to correct problems, you have held broken packages.
807s autopkgtest [04:47:26]: @@@@@@@@@@@@@@@@@@@@ summary
807s dtrace-reproducible PASS
807s stap-prep FAIL stderr: WARNING: Kernel function symbol
table missing [man warning::symbols]
807s upstream-testsuite FLAKY non-zero exit status 1
807s build-hello FAIL non-zero exit status 1
807s list-coreutils-probe-points FAIL badpkg
807s blame: systemtap
807s badpkg: Test dependencies are unsatisfiable. A common reason is
that your testbed is out of date with respect to the archive, and you
need to use a current testbed or run apt-get update or use -U.
807s list-coreutils-probe-points FAIL badpkg
807s blame: systemtap
807s badpkg: Test dependencies are unsatisfiable. A common reason is
that your testbed is out of date with respect to the archive, and you
need to use a current testbed or run apt-get update or use -U.
807s qemu-system-x86_64: terminating on signal 15 from pid 4190690
(/usr/bin/python3)