Source: rust-async-channel Severity: serious X-Debbugs-Cc: [email protected]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 rust-async-channel currently fails a single test on armel for the -2: feature. Log: ================================== 205s running 20 tests 205s test capacity ... ok 205s test len_empty_full ... ok 205s test receiver_count ... ok 205s test recv_after_close ... ok 205s test smoke ... ok 205s test sender_count ... ok 205s test send_after_close ... ok 206s error: test failed, to rerun pass `--test bounded` 206s 206s Caused by: 206s process didn't exit successfully: `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/async-channel-2.3.1 CARGO_PKG_AUTHORS='Stjepan Glavina <[email protected]>' CARGO_PKG_DESCRIPTION='Async multi-producer multi-consumer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/async-channel' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=2.3.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.zaAfdUX5Ty/target/armv5te-unknown-linux-gnueabi/debug/deps:/tmp/tmp.zaAfdUX5Ty/target/armv5te-unknown-linux-gnueabi/debug:/usr/lib/rustlib/armv5te-unknown-linux-gnueabi/lib' /tmp/tmp.zaAfdUX5Ty/target/armv5te-unknown-linux-gnueabi/debug/deps/bounded-565f4ac522be8163` (signal: 11, SIGSEGV: invalid memory reference) 206s autopkgtest [23:13:09]: test rust-async-channel-2:: -----------------------] 206s rust-async-channel-2: FAIL non-zero exit status 101 ============================================== It segfaults with an invalid memory reference. A fix would be much appreciated since this is the last blocker for testing migration of the async- / zbus stack. best, werdahias - -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.9.10-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: OpenRC (via /run/openrc), PID 1: init LSM: AppArmor: enabled -----BEGIN PGP SIGNATURE----- iIsEARYIADMWIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCZqZDpRUcd2VyZGFoaWFz QGRlYmlhbi5vcmcACgkQ7L7btge5sr7CdwD/S0f0BgSOLD6urlMjH6t4YpoFt3NI qw9Gru+y6bujto8BAO3VuOpNAKvnPvozkNJVia/AycyZlLidWim9ldt7D1wE =OOWC -----END PGP SIGNATURE-----

