Your message dated Tue, 15 Oct 2024 13:00:31 +0000
with message-id <e1t0ha7-008wqm...@fasolo.debian.org>
and subject line Bug#1084370: fixed in rust-always-assert 0.2.0-1
has caused the Debian Bug report #1084370,
regarding rust-always-assert: FTBFS: assertion failed: ! 2 + 2 == 4
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.)


-- 
1084370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084370
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rust-always-assert
Version: 0.1.3-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --buildsystem cargo
   dh_update_autotools_config -O--buildsystem=cargo
   dh_autoreconf -O--buildsystem=cargo
   dh_auto_configure -O--buildsystem=cargo
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] 
['-j2']
debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, 
x86_64-linux-gnu
debian cargo wrapper: linking /usr/share/cargo/registry/* into 
/<<PKGBUILDDIR>>/debian/cargo_registry/
   dh_auto_build -O--buildsystem=cargo
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test -- test --all
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] 
['-j2']
debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, 
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
'/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', 
'--target', 'x86_64-unknown-linux-gnu', '--all'],) {}
   Compiling always-assert v0.1.3 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=always_assert CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Aleksey Kladov <aleksey.kla...@gmail.com>' 
CARGO_PKG_DESCRIPTION='Recoverable assertions for long-running robust applications' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=always-assert 
CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/always-assert' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 
CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
always_assert --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values("force", "log"))' -C metadata=338d11dd646fb20f -C extra-filename=-338d11dd646fb20f --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/always-assert-0.1.3 --remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=always_assert CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Aleksey Kladov <aleksey.kla...@gmail.com>' 
CARGO_PKG_DESCRIPTION='Recoverable assertions for long-running robust applications' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=always-assert 
CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/always-assert' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 
CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name 
always_assert --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' 
--check-cfg 'cfg(feature, values("force", "log"))' -C metadata=36872736e61730b4 -C extra-filename=-36872736e61730b4 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps -C debuginfo=2 -C strip=none --cap-lints warn -C 
linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/always-assert-0.1.3 --remap-path-prefix 
/<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=it CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Aleksey Kladov <aleksey.kla...@gmail.com>' CARGO_PKG_DESCRIPTION='Recoverable assertions for long-running 
robust applications' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=always-assert CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/always-assert' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/debug/deps rustc --crate-name it --edition=2018 tests/it.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("force", "log"))' -C 
metadata=d01893eb7494f1f7 -C extra-filename=-d01893eb7494f1f7 --out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C 
incremental=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/<<PKGBUILDDIR>>/target/debug/deps 
--extern always_assert=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/libalways_assert-338d11dd646fb20f.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro 
--remap-path-prefix /<<PKGBUILDDIR>>=/usr/share/cargo/registry/always-assert-0.1.3 --remap-path-prefix /<<PKGBUILDDIR>>/debian/cargo_registry=/usr/share/cargo/registry`
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Aleksey Kladov 
<aleksey.kla...@gmail.com>' CARGO_PKG_DESCRIPTION='Recoverable assertions for long-running robust applications' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=always-assert 
CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/always-assert' CARGO_PKG_RUST_VERSION='' 
CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/always_assert-36872736e61730b4`

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_MANIFEST_DIR=/<<PKGBUILDDIR>> CARGO_PKG_AUTHORS='Aleksey Kladov 
<aleksey.kla...@gmail.com>' CARGO_PKG_DESCRIPTION='Recoverable assertions for long-running robust applications' 
CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=always-assert 
CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/always-assert' CARGO_PKG_RUST_VERSION='' 
CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' 
LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps:/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib'
 /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/debug/deps/it-d01893eb7494f1f7`

running 10 tests
test armed::syntax1 - should panic ... ok
test armed::syntax10 - should panic ... ok
test armed::syntax3 - should panic ... ok
test armed::syntax2 - should panic ... ok
test armed::syntax4 - should panic ... FAILED
test armed::syntax5 - should panic ... ok
test armed::syntax6 - should panic ... ok
test armed::syntax7 - should panic ... ok
test armed::syntax8 - should panic ... ok
test armed::syntax9 - should panic ... ok

failures:

---- armed::syntax4 stdout ----
thread 'armed::syntax4' panicked at tests/it.rs:26:23:
assertion failed: ! 2 + 2 == 4
stack backtrace:
   0: rust_begin_unwind
             at /usr/src/rustc-1.81.0/library/std/src/panicking.rs:665:5
   1: core::panicking::panic_fmt
             at /usr/src/rustc-1.81.0/library/core/src/panicking.rs:74:14
   2: it::armed::syntax4
             at /usr/share/cargo/registry/always-assert-0.1.3/tests/it.rs:26:23
   3: it::armed::syntax4::{{closure}}
             at /usr/share/cargo/registry/always-assert-0.1.3/tests/it.rs:25:17
   4: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.81.0/library/core/src/ops/function.rs:250:5
   5: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.81.0/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose 
backtrace.
note: panic did not contain expected string
      panic message: `"assertion failed: ! 2 + 2 == 4"`,
 expected substring: `"assertion failed: !(2 + 2 == 4)"`

failures:
    armed::syntax4

test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; 
finished in 0.02s

error: test failed, to rerun pass `--test it`
dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 
101
make[1]: *** [debian/rules:6: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:3: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202410/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: rust-always-assert
Source-Version: 0.2.0-1
Done: Jelmer Vernooij <jel...@debian.org>

We believe that the bug you reported is fixed in the latest version of
rust-always-assert, 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 1084...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (supplier of updated rust-always-assert 
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: Tue, 15 Oct 2024 13:25:17 +0100
Source: rust-always-assert
Architecture: source
Version: 0.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Closes: 1084370
Changes:
 rust-always-assert (0.2.0-1) unstable; urgency=medium
 .
   * Package always-assert 0.2.0 from crates.io using debcargo 2.7.1
   * Add patch fix-test to cope with slight change in output format. Closes: 
#1084370
Checksums-Sha1:
 84f3bcb47eee76e7b7ac0e9faf6bf8db55151cf7 1836 rust-always-assert_0.2.0-1.dsc
 76ce3617e7e4c45ae4c510e7b0e186b44010326b 7068 
rust-always-assert_0.2.0.orig.tar.gz
 d70eb2a4f37743e3a2e6aca17b03a6bb01ae35b1 2856 
rust-always-assert_0.2.0-1.debian.tar.xz
 a597373576c79364394fbb5485cf51fe240bb222 8970 
rust-always-assert_0.2.0-1_source.buildinfo
Checksums-Sha256:
 5e41e25a41184f8f06321524b36c997d6075b9b9e6437bbf0941af0325a779a4 1836 
rust-always-assert_0.2.0-1.dsc
 a1078fa1ce1e34b1872d8611ad921196d76bdd7027e949fbe31231abde201892 7068 
rust-always-assert_0.2.0.orig.tar.gz
 2a9ee4ed7f9dde6b4ba88197ae775d6449b69ec2cab2294a04775adbfe9e6001 2856 
rust-always-assert_0.2.0-1.debian.tar.xz
 b54fa83b48c55220b60340d86b7fcd5e460ae4e10a5599f599ca1152a7e6ac1b 8970 
rust-always-assert_0.2.0-1_source.buildinfo
Files:
 50e77d5d3a05cb983d147a2f443d7745 1836 rust optional 
rust-always-assert_0.2.0-1.dsc
 95cf4cadeea1387b7385bdfd5ad49e6d 7068 rust optional 
rust-always-assert_0.2.0.orig.tar.gz
 d394eb799467e090f315922cf003a0a4 2856 rust optional 
rust-always-assert_0.2.0-1.debian.tar.xz
 e9b420a06985a898ad302196c2c90fcc 8970 rust optional 
rust-always-assert_0.2.0-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEgIoEfJX3ae+y722SMG8hYYBCUGYFAmcOXzAACgkQMG8hYYBC
UGZ0ngf/eoEWkzrSm2SjNbJFrCSwmhJGWl4UnAAO1B5e/Xo3EvE23YDwK9M0UQy4
vYhFvhdw1lkWvb0VtM7lbx9Up6CnXehyHsunWiLxdKtJQJRny18My3xiZ7IB7J0X
ZfNtnF2H/QNDkrVUKuNDgA6sqDc18d3jX3illXN9jhim3SvlXNY+rQbAoU5Ns+6y
9AYJ3Yqf24V/SvIN+rK0xoXPcMtIjnBRBns0Qy7s36KCM0DYRICcT9dKBPqPzASF
y5Eo8dCqm7v3ISJkClPCUoYofhceTMt3nINj5cd7B2X5qyTPwFsRWsrbJuWKJuC4
CtrRFNk/j489a+qoD1e30n8mT4InEw==
=BoDL
-----END PGP SIGNATURE-----

Attachment: pgpNPunRTyjiC.pgp
Description: PGP signature


--- End Message ---

Reply via email to