Your message dated Thu, 12 Sep 2024 16:21:58 +0000
with message-id <e1somzy-00cwjf...@fasolo.debian.org>
and subject line Bug#1077865: fixed in rust-impl-trait-for-tuples 0.2.2-2
has caused the Debian Bug report #1077865,
regarding rust-impl-trait-for-tuples: autopkgtest regression: thread 'fail'
panicked at /usr/share/cargo/registry/trybuild-1.0.91/src/run.rs:101:13:
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.)
--
1077865: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077865
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rust-impl-trait-for-tuples
Version: 0.2.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: regression
Dear maintainer(s),
Your package has an autopkgtest, great. However, it fails since around
mid June 2024. Can you please investigate the situation and fix it? I
copied some of the output at the bottom of this report.
The release team has announced [1] that failing autopkgtest on amd64 and
arm64 are considered RC in testing.
More information about this bug and the reason for filing it can be
found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
[1] https://lists.debian.org/debian-devel-announce/2019/07/msg00002.html
https://ci.debian.net/packages/r/rust-impl-trait-for-tuples/testing/amd64/49859746/
97s running 1 test
97s Locking 6 packages to latest compatible versions
97s Adding syn v1.0.109 (latest: v2.0.68)
97s Compiling proc-macro2 v1.0.85
97s Compiling syn v1.0.109
97s Compiling unicode-ident v1.0.12
98s Checking quote v1.0.36
103s Compiling impl-trait-for-tuples v0.2.2
(/usr/share/cargo/registry/impl-trait-for-tuples-0.2.2)
106s Checking impl-trait-for-tuples-tests v0.0.0
(/tmp/tmp.vh5cL6OSce/target/tests/trybuild/impl-trait-for-tuples)
106s Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.87s
106s
106s
106s test tests/fail/custom_trait_bound_invalid.rs ... mismatch
106s
106s EXPECTED:
106s ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
106s error: Invalid trait bound: unexpected token
106s --> tests/fail/custom_trait_bound_invalid.rs:14:40
106s |
106s 14 | #[tuple_types_custom_trait_bound(Custom, Clone)]
106s | ^
106s
106s error[E0277]: the trait bound `(Impl, Impl): Test` is not satisfied
106s --> tests/fail/custom_trait_bound_invalid.rs:32:12
106s |
106s 32 | test::<(Impl, Impl)>();
106s | ^^^^^^^^^^^^ the trait `Test` is not implemented
for `(Impl, Impl)`
106s |
106s note: required by a bound in `test`
106s --> tests/fail/custom_trait_bound_invalid.rs:30:12
106s |
106s 30 | fn test<T: Test>() {}
106s | ^^^^ required by this bound in `test`
106s
106s error[E0277]: the trait bound `(Impl, Impl, Impl): Test` is not
satisfied
106s --> tests/fail/custom_trait_bound_invalid.rs:33:12
106s |
106s 33 | test::<(Impl, Impl, Impl)>();
106s | ^^^^^^^^^^^^^^^^^^ the trait `Test` is not
implemented for `(Impl, Impl, Impl)`
106s |
106s note: required by a bound in `test`
106s --> tests/fail/custom_trait_bound_invalid.rs:30:12
106s |
106s 30 | fn test<T: Test>() {}
106s | ^^^^ required by this bound in `test`
106s ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
106s
106s ACTUAL OUTPUT:
106s ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
106s error: Invalid trait bound: unexpected token
106s --> tests/fail/custom_trait_bound_invalid.rs:14:40
106s |
106s 14 | #[tuple_types_custom_trait_bound(Custom, Clone)]
106s | ^
106s
106s error[E0277]: the trait bound `(Impl, Impl): Test` is not satisfied
106s --> tests/fail/custom_trait_bound_invalid.rs:32:12
106s |
106s 32 | test::<(Impl, Impl)>();
106s | ^^^^^^^^^^^^ the trait `Test` is not implemented
for `(Impl, Impl)`
106s |
106s help: this trait has no implementations, consider adding one
106s --> tests/fail/custom_trait_bound_invalid.rs:1:1
106s |
106s 1 | trait Test {
106s | ^^^^^^^^^^
106s note: required by a bound in `test`
106s --> tests/fail/custom_trait_bound_invalid.rs:30:12
106s |
106s 30 | fn test<T: Test>() {}
106s | ^^^^ required by this bound in `test`
106s
106s error[E0277]: the trait bound `(Impl, Impl, Impl): Test` is not
satisfied
106s --> tests/fail/custom_trait_bound_invalid.rs:33:12
106s |
106s 33 | test::<(Impl, Impl, Impl)>();
106s | ^^^^^^^^^^^^^^^^^^ the trait `Test` is not
implemented for `(Impl, Impl, Impl)`
106s |
106s help: this trait has no implementations, consider adding one
106s --> tests/fail/custom_trait_bound_invalid.rs:1:1
106s |
106s 1 | trait Test {
106s | ^^^^^^^^^^
106s note: required by a bound in `test`
106s --> tests/fail/custom_trait_bound_invalid.rs:30:12
106s |
106s 30 | fn test<T: Test>() {}
106s | ^^^^ required by this bound in `test`
106s ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
106s note: If the actual output is the correct output you can bless it
by rerunning
106s your test with the environment variable TRYBUILD=overwrite
106s
106s test tests/fail/trait_bound_not_added.rs ... ok
106s test tests/fail/tuple_impls_less_than_minimum_does_not_exists.rs ... ok
106s
106s
106s test fail ... FAILED
106s
106s failures:
106s
106s ---- fail stdout ----
106s thread 'fail' panicked at
/usr/share/cargo/registry/trybuild-1.0.91/src/run.rs:101:13:
106s 1 of 3 tests failed
106s stack backtrace:
106s 0: rust_begin_unwind
106s at
/usr/src/rustc-1.79.0/library/std/src/panicking.rs:652:5
106s 1: core::panicking::panic_fmt
106s at
/usr/src/rustc-1.79.0/library/core/src/panicking.rs:72:14
106s 2: trybuild::run::<impl trybuild::Runner>::run
106s at
/usr/share/cargo/registry/trybuild-1.0.91/src/run.rs:101:13
106s 3: <trybuild::TestCases as core::ops::drop::Drop>::drop
106s at
/usr/share/cargo/registry/trybuild-1.0.91/src/lib.rs:317:13
106s 4: core::ptr::drop_in_place<trybuild::TestCases>
106s at /usr/src/rustc-1.79.0/library/core/src/ptr/mod.rs:514:1
106s 5: fail::fail
106s at ./tests/fail.rs:5:1
106s 6: fail::fail::{{closure}}
106s at ./tests/fail.rs:2:10
106s 7: core::ops::function::FnOnce::call_once
106s at
/usr/src/rustc-1.79.0/library/core/src/ops/function.rs:250:5
106s 8: core::ops::function::FnOnce::call_once
106s at
/usr/src/rustc-1.79.0/library/core/src/ops/function.rs:250:5
106s note: Some details are omitted, run with `RUST_BACKTRACE=full` for
a verbose backtrace.
106s
106s
106s failures:
106s fail
106s
106s test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0
filtered out; finished in 9.27s
106s
106s error: test failed, to rerun pass `--test fail`
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: rust-impl-trait-for-tuples
Source-Version: 0.2.2-2
Done: Peter Michael Green <plugw...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rust-impl-trait-for-tuples, 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 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Michael Green <plugw...@debian.org> (supplier of updated
rust-impl-trait-for-tuples 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: SHA256
Format: 1.8
Date: Thu, 12 Sep 2024 16:08:54 +0000
Source: rust-impl-trait-for-tuples
Architecture: source
Version: 0.2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<pkg-rust-maintain...@alioth-lists.debian.net>
Changed-By: Peter Michael Green <plugw...@debian.org>
Closes: 1077865
Changes:
rust-impl-trait-for-tuples (0.2.2-2) unstable; urgency=medium
.
* Team upload.
* Package impl-trait-for-tuples 0.2.2 from crates.io using debcargo 2.6.1
* Disable compile_fail tests, they don't deliver much value for a distro
and are over-sensitive to changes in the precise output of the compiler.
(Closes: #1077865)
Checksums-Sha1:
a5aa75f972a7ef7036f4f19d95ace99c1c8e57ef 2601
rust-impl-trait-for-tuples_0.2.2-2.dsc
6e93a16126873327750dfc1e6ed09a1f7b4724ce 3992
rust-impl-trait-for-tuples_0.2.2-2.debian.tar.xz
b6e9fa15c2b711730b30fce56ca75728ecb9c2af 8547
rust-impl-trait-for-tuples_0.2.2-2_source.buildinfo
Checksums-Sha256:
cad6f171db756ff8ae9820bb31b90f6d28d0954f22bbf3025e94a6975ed6cf00 2601
rust-impl-trait-for-tuples_0.2.2-2.dsc
65897760de3d8da936c76226b8d318513f0b5eacf2727f11a67a76f17fb4c53e 3992
rust-impl-trait-for-tuples_0.2.2-2.debian.tar.xz
a1df5c470e149f8ca4848e6f301422e1d96ea8d991fe003eca0eb9db6888f70f 8547
rust-impl-trait-for-tuples_0.2.2-2_source.buildinfo
Files:
21cc8e8412f437099da5ae272ef7e048 2601 rust optional
rust-impl-trait-for-tuples_0.2.2-2.dsc
b9f4be874c08b2cca14cbc0a391af90a 3992 rust optional
rust-impl-trait-for-tuples_0.2.2-2.debian.tar.xz
78a47518e6831ae237c05762c6d6b9a1 8547 rust optional
rust-impl-trait-for-tuples_0.2.2-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmbjEi8UHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/Xuxpw/+NC78tiCH9FLtuak6nkODh7Q6bNU+
x2Rssa46StfKqWB3kNyeNQVlnF2PSqD0N+dtn9U4o1DnaaMuHCBYj/NWU16zUy14
YpSwXs53JLFCf3bx661oeC5Jiqr3EYfMjMcwWazOQyX5ZUr4/dfFif+JImy4GvCl
e9mhsBeVo5dJ6cGVYXwPyRvaG6Yf6a8vqtlswvIkzfbjlcfJekE3M/WjfY/q7oSq
+znnfweq1JMrQmvfb3dxGxYOFU9QTwwxrCuoBMgL38xsSvyPhCmbXXGk3uD36rU5
/pUpfWNErLkhp2+zxLVXXDafKFRZIxOzh6Eonv5gsN/WxnBIubs6Ruu4pBuJL3Xh
zcSKbqxfVQm6EkBfeoaslYhY5Y5CHEkOOEAdYoZNL5QUmvX9f4ZWPxr0wiRfT7ma
rseuSpeUPIq3d28vT+Nv1FOrsPyb+ydSzsaHHUvAsEg1ft0/qf/9H1TrsTeZiAhb
6mEMgaYU7RI2j3rgNBb3zAi0w38hzBff9pjU1LGR8JvFHJInfU8d819VCaalahMo
mVtM1bG049/7SOslWvdTmAnrezqkCg0QlfU2pNuA9zzZZy+6soA5TCNPr4O2unwS
M7aPLG/1XEO2J1N/FspfC4JfDD+qzosdxHfa0oLayKUtlEEcJqw87nzljnnxr864
3WCk9/Mj0SelFLA=
=F9I1
-----END PGP SIGNATURE-----
pgpvUbucRbOop.pgp
Description: PGP signature
--- End Message ---