Your message dated Wed, 14 Aug 2024 16:07:51 +0000
with message-id <e1segxp-00ekx6...@fasolo.debian.org>
and subject line Bug#1078683: fixed in systemtap 5.1-2
has caused the Debian Bug report #1078683,
regarding systemtap fails autopkg tests with GCC 14
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1078683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078683
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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)
--- End Message ---
--- Begin Message ---
Source: systemtap
Source-Version: 5.1-2
Done: Emanuele Rocca <e...@debian.org>
We believe that the bug you reported is fixed in the latest version of
systemtap, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emanuele Rocca <e...@debian.org> (supplier of updated systemtap package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 14 Aug 2024 12:38:08 +0200
Source: systemtap
Architecture: source
Version: 5.1-2
Distribution: unstable
Urgency: medium
Maintainer: Emanuele Rocca <e...@debian.org>
Changed-By: Emanuele Rocca <e...@debian.org>
Closes: 1078683
Changes:
systemtap (5.1-2) unstable; urgency=medium
.
* Add upstream patches vmalloc-linux-6.10.patch,
stp_task_work-6.10.patch, old-style-declaration-stap-probes.patch and
error-empty-body-debug-macros.patch to fix runtime issues with Linux 6.10.
(Closes: #1078683)
* Add d/patches/debian-debug-system-map.patch to open System.map file shipped
by -dbg package instead of /boot/System.map-$version.
Checksums-Sha1:
3270522fdf400f47979d3e077afa758ac28b6db6 3081 systemtap_5.1-2.dsc
13144587aa2426e7ad4fcb077b6164110b20f62e 32800 systemtap_5.1-2.debian.tar.xz
1f2de0c9f26a481960d7f60bb0f7f1bd14e75413 13163 systemtap_5.1-2_amd64.buildinfo
Checksums-Sha256:
548130c34a2b68ca011caa1e6f0ac7839ddd9b32c2658565d72681ca89e5debc 3081
systemtap_5.1-2.dsc
b2ade9c7c181dcf242ad4b6a801870baebd73a7c3858647d61bdcc1e393003ee 32800
systemtap_5.1-2.debian.tar.xz
d75188cb78c519b71ad243ef94a1054fc3f5d6b66639a978483e72cedc2cd481 13163
systemtap_5.1-2_amd64.buildinfo
Files:
7d540ee0462fa0363a5e06530f97239a 3081 devel optional systemtap_5.1-2.dsc
a1bd8a5d8cdfef89ca3bd55fd4c9ad40 32800 devel optional
systemtap_5.1-2.debian.tar.xz
0262617581857af9c21a52657ef5ca74 13163 devel optional
systemtap_5.1-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEElUWWlhkoHBf/rFiR1QhaB1D9t6MFAma80EkPHGVtYUBkZWJp
YW4ub3JnAAoJENUIWgdQ/bejEE0P/jT6fK37KrXvW5GkY65+2Z/kyXzlzIaUFeXN
1bj3RvxbBOBzeJy7LGslJ0faZeqzpWFrSpDJPXD1sQgmQUa2wRdAg9AC7O8+x7Ti
7DguEZ8uXWzHBb+2UOXSVm5TKciYd9/yXJQxm+/ZFWcvVNyMvJRdDztl79dAr9mu
ZxCWgbvIQmtqseu3h95YAeo8Wx4QZpVHcJFCjl/lB4otEh6J2XcGT7I9IkWKibuX
q4s1rMHBr7aTiu9zfOB4FJMvQZkAKbIN5kr1qqhriTk05+ZFHltWo74LwKbHGYNb
eHMSwuAQG5Dxzz7pRU9Jgr7NIpnKELPAUKhq3oSZ8pXGOJhsGoeiy2Zu6zRDCIek
B5Y2zhR1r6PDBXOkNE/kOND3I6aawuq8eCQkg/wS0KnmhLs5VhuA2NJnuhnnUu1I
2HCckX1t8FvjM2NPtNkMxLERi2YTfdId6/0fu5o9uT+dBi6rwQ4PqSO3t76NckSV
mkJMG67Vz4dbmM5xcXry922dOxcKfGK2WB6OQbb6SqRuv+1uTNVm/H+t4L4xRYt3
4PXvbzQcM+wMyKsw7yKUUwwBcfd+yj8w1IjK0iC8JOgtW3yTvbgYrGGV8XWAY33b
U7zYKz/79QqVKrOs4/44mQsM+fFc9yfvusGFbOSfwgBUmo9VkWbFMBtUDzTnUoQH
mSMYXoTO
=PKlz
-----END PGP SIGNATURE-----
pgp5CLdrkYN4m.pgp
Description: PGP signature
--- End Message ---