Your message dated Tue, 01 Sep 2026 15:49:20 +0000
with message-id <[email protected]>
and subject line Bug#1144836: fixed in rust-swaysome 2.3.2-2
has caused the Debian Bug report #1144836,
regarding rust-swaysome: autopkgtest fails under incus-lxc: failed to execute
'kill': Os { code: 2, kind: NotFound, message: "No such file or directory" }
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 [email protected]
immediately.)
--
1144836: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1144836
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-swaysome
Version: 2.3.2-1
Severity: important
Justification: fails autopkgtest on Debian CI infrastructure
Tags: forky sid
User: [email protected]
Usertags: lxc
Hi,
Debian CI is switching away from lxc containers in favor of incus Containers.
This is motivated by security concerns from us; incus is based on lxc, but
orchestrates containers substantially different: containers are not privileged
(so root in the container is not uid 0 outside of it), and incus imposes a
stricter isolation from the host system).
rust-swaysome passes its tests under lxc, but fails under incus.
The relevant part of the failure is (hopefully):
>
> running 0 tests
>
> test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out;
> finished in 0.00s
>
> Running `CARGO=/usr/bin/cargo
> CARGO_BIN_EXE_swaysome=/tmp/tmp.6EK0ZOiIU8/target/x86_64-unknown-linux-gnu/debug/swaysome
> CARGO_MANIFEST_DIR=/usr/share/cargo/registry/swaysome-2.3.2
> CARGO_MANIFEST_PATH=/usr/share/cargo/registry/swaysome-2.3.2/Cargo.toml
> CARGO_PKG_AUTHORS='Skia <[email protected]>:Nabos <[email protected]>'
> CARGO_PKG_DESCRIPTION='swaysome provides an awesome way to manage your
> multiple outputs with the sway windows manager'
> CARGO_PKG_HOMEPAGE='https://gitlab.com/hyask/swaysome' CARGO_PKG_LICENSE=MIT
> CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=swaysome CARGO_PKG_README=README.md
> CARGO_PKG_REPOSITORY='https://gitlab.com/hyask/swaysome'
> CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.3.2 CARGO_PKG_VERSION_MAJOR=2
> CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE=''
> LD_LIBRARY_PATH='/tmp/tmp.6EK0ZOiIU8/target/x86_64-unknown-linux-gnu/debug:/tmp/tmp.6EK0ZOiIU8/target/x86_64-unknown-linux-gnu/debug/deps:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
>
> /tmp/tmp.6EK0ZOiIU8/target/x86_64-unknown-linux-gnu/debug/deps/integration-f3b2b57b6d3b88fa`
>
> running 8 tests
> test test_init_three_outputs ... FAILED
> test test_three_outputs_moving_around_across_outputs_without_init ... FAILED
> test test_three_outputs_moving_around_same_workspace_group ... FAILED
> test test_three_outputs_moving_around_across_outputs ... FAILED
> test test_three_outputs_moving_groups_across_outputs ... FAILED
> test test_three_outputs_moving_around_across_workspace_groups ... FAILED
> test test_three_outputs_moving_around_absolute ... FAILED
> test test_three_outputs_plugging_unplugging_outputs ... FAILED
>
> failures:
>
> ---- test_init_three_outputs stdout ----
> successful connection to socket
> '/tmp/swaysome_tests/test_init_three_outputs/swaysock'
> Init 1
> Sending command: 'focus output HEADLESS-3' - Command successful
> Sending command: 'workspace number 31' - Command successful
> Sending command: 'focus output HEADLESS-2' - Command successful
> Sending command: 'workspace number 21' - Command successful
> Sending command: 'focus output HEADLESS-1' - Command successful
> Sending command: 'workspace number 11' - Command successful
>
> thread 'test_init_three_outputs' (8931) panicked at tests/utils/mod.rs:14:10:
> failed to execute 'kill': Os { code: 2, kind: NotFound, message: "No such
> file or directory" }
> stack backtrace:
> 0: __rustc::rust_begin_unwind
> at /usr/src/rustc-1.95.0/library/std/src/panicking.rs:689:5
> 1: core::panicking::panic_fmt
> at /usr/src/rustc-1.95.0/library/core/src/panicking.rs:80:14
> 2: core::result::unwrap_failed
> at /usr/src/rustc-1.95.0/library/core/src/result.rs:1867:5
> 3: core::result::Result<T,E>::expect
> at /usr/src/rustc-1.95.0/library/core/src/result.rs:1185:23
> 4: integration::utils::signal
> at ./tests/utils/mod.rs:14:10
> 5: integration::utils::Sway::stop
> at ./tests/utils/mod.rs:117:9
> 6: <integration::utils::Sway as core::ops::drop::Drop>::drop
> at ./tests/utils/mod.rs:130:14
> 7: core::ptr::drop_in_place<integration::utils::Sway>
> at /usr/src/rustc-1.95.0/library/core/src/ptr/mod.rs:805:1
> 8: integration::test_init_three_outputs
> at ./tests/integration.rs:43:1
> 9: integration::test_init_three_outputs::{{closure}}
> at ./tests/integration.rs:11:29
> 10: core::ops::function::FnOnce::call_once
> at /usr/src/rustc-1.95.0/library/core/src/ops/function.rs:250:5
> 11: <fn() -> core::result::Result<(), alloc::string::String> as
> core::ops::function::FnOnce<()>>::call_once
> at /usr/src/rustc-1.95.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
> backtrace.
>
> ---- test_three_outputs_moving_around_across_outputs_without_init stdout ----
> successful connection to socket
> '/tmp/swaysome_tests/test_three_outputs_moving_around_across_outputs_without_init/swaysock'
> Move TERM3 to group 3
The full autokpgtest logs are available at:
https://ci.debian.net/experiments/8/regressions/
(please beware of pagination)
Common types of failure and suggested fixes are being documented at:
https://wiki.debian.org/ContinuousIntegration/LxcToIncus
Note that for the time being, rust-swaysome is still being tested under lxc to
avoid disturbing its testing migration test results.
If you decide to add the `isolation-machine` restriction to get this package
tested under qemu, please mention that explicitly when closing this bug (it's
fine to do that only in the package changelog entry that closes the bug) so
that we can configure your package for qemu on ci.debian.net.
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: rust-swaysome
Source-Version: 2.3.2-2
Done: Florent 'Skia' Jacquet <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rust-swaysome, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Florent 'Skia' Jacquet <[email protected]> (supplier of updated rust-swaysome 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 01 Sep 2026 10:41:12 -0500
Source: rust-swaysome
Architecture: source
Version: 2.3.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<[email protected]>
Changed-By: Florent 'Skia' Jacquet <[email protected]>
Closes: 1144836
Changes:
rust-swaysome (2.3.2-2) unstable; urgency=medium
.
* d/t/control: add explicit dependency on procps (Closes: #1144836)
Checksums-Sha1:
80f33cad0f8973c53e2c7efd8960732563472ed5 2519 rust-swaysome_2.3.2-2.dsc
dd60b695cfe4a8e11eb81a434f66ca0397deb495 3280
rust-swaysome_2.3.2-2.debian.tar.xz
ab7d324bf009b8b8ba0a01f84b50cd968584cb82 8248
rust-swaysome_2.3.2-2_source.buildinfo
Checksums-Sha256:
a1d9fe3bb12a87622cb2e950ff69dcc29d6eebfac38d9581f63d4409918311dc 2519
rust-swaysome_2.3.2-2.dsc
c1bb0a0b9683b2e4fb38e4a2ed1d4748518aa3213940538bf04e280f177bbff9 3280
rust-swaysome_2.3.2-2.debian.tar.xz
528dd955d2656448f55e29f7393d2c17393c693c063e56375b0d47bff1e05304 8248
rust-swaysome_2.3.2-2_source.buildinfo
Files:
2848f46d21bf454723b76f6de9f6bd9a 2519 utils optional rust-swaysome_2.3.2-2.dsc
05c2ecce9bd69a1dae47a688cfe5f61d 3280 utils optional
rust-swaysome_2.3.2-2.debian.tar.xz
32aedbbb897ad02ba5a4249de2af7c66 8248 utils optional
rust-swaysome_2.3.2-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmqW8iUACgkQ4n8s+EWM
L6TApw/+JgNpF4E0usqAcb5+LW4S+4FPVu0P7rvEFoO/jL2QF2NTz9eixqDMj0pA
GsoLJ7YkNSvj3sDMpo4t94DnVi1JIRgdMBR9YbPDnN+WatFlcXd4ahAGJs4QE7Cl
nH/T1EZCmg6/GyhXIYHfd7BPLLNwRydJd2WbKDGp4u7x5+4WJpc2VoYRPFOVwlRN
sdrw0vVumS6qZhqP5HHqX8ugRBL/EIv4RmYm+3VGbBKLLSefqXwHpVHeCEkkPpLT
MZOQ8yx6PDhiFdvsjTw56VcPW0vS+XdVykcliBZpINbnYkroKDUTpHSmkcwT+ZvN
mCrYKiAwxDfl4UcDAuO17aRKp2O/4ksRqcU7tokEU/JPA6t038ps7GcH3w+dTP28
2qs2FIvpiNmX3+ALDM1Ip5DJh95WiWIyxieOUh9cGSeikMk8QMl3MrYmCFoLHleP
XDMnldRBmz8ZKqrhICSfgdCAGZ/tI/ES1aHpdfRQd2b/fySv3ezVh2q8dfeX853+
mLgQ3zTfZqoLe3K5tSn19F5Yh7lDdcN4b3ErCIF7v7wOFgduOzDTmuWkAUxIWhfC
cWvtlZNjWmxMjnHtuD90JdcNhbsxvkVRpiutbcl8B9g+rUu+6pdXfNuRbVPaEaF4
ZifMeTtusQRHj2E0KKLK6pKii2rd2xiSfuQ9I65o4L2RCEusmwE=
=Laln
-----END PGP SIGNATURE-----
pgpsVpYWwC8Nm.pgp
Description: PGP signature
--- End Message ---