Your message dated Mon, 29 Dec 2025 20:37:05 +0000
with message-id <[email protected]>
and subject line Bug#1124210: fixed in rust-tracing-core 0.1.36-1
has caused the Debian Bug report #1124210,
regarding rust-tracing-core: FTBFS: error: test failed, to rerun pass `--lib`
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.)


-- 
1124210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124210
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rust-tracing-core
Version: 0.1.34-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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 cannot 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 add an affects on src:rust-tracing-core, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem cargo
   dh_auto_clean -O--buildsystem=cargo
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
'/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True}
     Removed 0 files
   dh_autoreconf_clean -O--buildsystem=cargo
   dh_clean -XCargo.toml.orig -O--buildsystem=cargo
 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 = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
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 = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
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 once_cell v1.21.3
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=once_cel 
[too-long-redacted] stry=/usr/share/cargo/registry`
   Compiling tracing-core v0.1.34 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tracing_core 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Tokio 
Contributors <[email protected]>' CARGO_PKG_DESCRIPTION='Core primitives for 
application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MI 
[too-long-redacted] stry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tracing_core 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Tokio 
Contributors <[email protected]>' CARGO_PKG_DESCRIPTION='Core primitives for 
application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MI 
[too-long-redacted] stry=/usr/share/cargo/registry`
warning: unnecessary parentheses around type
    --> src/field.rs:1238:63
     |
1238 |             fn record_debug(&mut self, field: &Field, _: &dyn 
(crate::stdlib::fmt::Debug)) {
     |                                                               ^          
               ^
     |
note: the lint level is defined here
    --> src/lib.rs:144:5
     |
 144 |     unused_parens,
     |     ^^^^^^^^^^^^^
help: remove these parentheses
     |
1238 -             fn record_debug(&mut self, field: &Field, _: &dyn 
(crate::stdlib::fmt::Debug)) {
1238 +             fn record_debug(&mut self, field: &Field, _: &dyn 
crate::stdlib::fmt::Debug) {
     |

warning: unnecessary parentheses around type
    --> src/field.rs:1257:63
     |
1257 |             fn record_debug(&mut self, field: &Field, _: &dyn 
(crate::stdlib::fmt::Debug)) {
     |                                                               ^          
               ^
     |
help: remove these parentheses
     |
1257 -             fn record_debug(&mut self, field: &Field, _: &dyn 
(crate::stdlib::fmt::Debug)) {
1257 +             fn record_debug(&mut self, field: &Field, _: &dyn 
crate::stdlib::fmt::Debug) {
     |

     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=macros 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Tokio 
Contributors <[email protected]>' CARGO_PKG_DESCRIPTION='Core primitives for 
application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MI 
[too-long-redacted] stry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=local_dispatch_before_init 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Tokio 
Contributors <[email protected]>' CARGO_PKG_DESCRIPTION='Core primitives for 
application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MI 
[too-long-redacted] stry=/usr/share/cargo/registry`
warning: `tracing-core` (lib test) generated 2 warnings (run `cargo fix --lib 
-p tracing-core --tests` to apply 2 suggestions)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=missed_register_callsite 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Tokio 
Contributors <[email protected]>' CARGO_PKG_DESCRIPTION='Core primitives for 
application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MI 
[too-long-redacted] stry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=dispatch 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Tokio 
Contributors <[email protected]>' CARGO_PKG_DESCRIPTION='Core primitives for 
application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MI 
[too-long-redacted] stry=/usr/share/cargo/registry`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=global_dispatch 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Tokio 
Contributors <[email protected]>' CARGO_PKG_DESCRIPTION='Core primitives for 
application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MI 
[too-long-redacted] stry=/usr/share/cargo/registry`
    Finished `test` profile [unoptimized + debuginfo] target(s) in 2.30s
     Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Tokio 
Contributors <[email protected]>' CARGO_PKG_DESCRIPTION='Core primitives for 
application-level tracing.
' CARGO_PKG_HOMEPAGE='https://tokio.rs' CARGO_PKG_LICENSE=MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tracing-core 
CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/tracing' 
CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.1.34 
CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=34 
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/tracing_core-2a13b05605f1c94f`

running 20 tests
test dispatcher::test::default_dispatch ... ok
test dispatcher::test::default_no_subscriber ... ok
test dispatcher::test::dispatch_downcasts ... ok
test dispatcher::test::dispatch_is ... ok
test dispatcher::test::events_dont_infinite_loop ... ok
test dispatcher::test::spans_dont_infinite_loop ... ok
test field::test::empty_fields_are_skipped ... ok
test field::test::empty_value_set_is_empty ... ok
test field::test::fields_from_other_callsets_are_skipped ... ok
test field::test::index_of_field_in_fieldset_is_correct ... ok
test field::test::record_bytes ... ok
test field::test::record_debug_fn ... ok
test field::test::record_error ... ok
test field::test::sparse_value_sets_are_not_empty ... ok
test field::test::value_set_with_no_values_is_empty ... ok
test metadata::tests::filter_level_conversion ... ok
test metadata::tests::level_filter_is_usize_sized ... ok
test metadata::tests::level_filter_reprs ... ok
test metadata::tests::level_from_str ... ok
test field::test::value_sets_with_fields_from_other_callsites_are_empty ... 
FAILED

failures:

---- field::test::value_sets_with_fields_from_other_callsites_are_empty stdout 
----

thread 'field::test::value_sets_with_fields_from_other_callsites_are_empty' 
(561) panicked at src/field.rs:1209:9:
assertion failed: valueset.is_empty()
stack backtrace:
   0: __rustc::rust_begin_unwind
             at /usr/src/rustc-1.91.1/library/std/src/panicking.rs:698:5
   1: core::panicking::panic_fmt
             at /usr/src/rustc-1.91.1/library/core/src/panicking.rs:75:14
   2: core::panicking::panic
             at /usr/src/rustc-1.91.1/library/core/src/panicking.rs:145:5
   3: 
tracing_core::field::test::value_sets_with_fields_from_other_callsites_are_empty
             at 
/usr/share/cargo/registry/tracing-core-0.1.34/src/field.rs:1209:9
   4: 
tracing_core::field::test::value_sets_with_fields_from_other_callsites_are_empty::{{closure}}
             at 
/usr/share/cargo/registry/tracing-core-0.1.34/src/field.rs:1201:63
   5: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.91.1/library/core/src/ops/function.rs:250:5
   6: core::ops::function::FnOnce::call_once
             at /usr/src/rustc-1.91.1/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose 
backtrace.


failures:
    field::test::value_sets_with_fields_from_other_callsites_are_empty

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

error: test failed, to rerun pass `--lib`
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 failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: rust-tracing-core
Source-Version: 0.1.36-1
Done: Fabian Grünbichler <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rust-tracing-core, 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.
Fabian Grünbichler <[email protected]> (supplier of updated 
rust-tracing-core 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: Mon, 29 Dec 2025 20:58:01 +0100
Source: rust-tracing-core
Architecture: source
Version: 0.1.36-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers 
<[email protected]>
Changed-By: Fabian Grünbichler <[email protected]>
Closes: 1124210
Changes:
 rust-tracing-core (0.1.36-1) unstable; urgency=medium
 .
   * Team upload.
   * Package tracing-core 0.1.36 from crates.io using debcargo 2.7.11
     (Closes: #1124210)
Checksums-Sha1:
 ae52b18c766fae39f38afd0b229b44b998bfcb19 2392 rust-tracing-core_0.1.36-1.dsc
 eba7ed5fed81e83c13d095dcfadb332ebbe8a635 63967 
rust-tracing-core_0.1.36.orig.tar.gz
 f9c462dea58dd4ddaa00f5fc23c2a4fc2d0cdc53 3452 
rust-tracing-core_0.1.36-1.debian.tar.xz
 338821969eafeb4d4bf95e2f945b82360f9a10b8 7937 
rust-tracing-core_0.1.36-1_source.buildinfo
Checksums-Sha256:
 9d569d02cd20f7eb5e4632942fa91f65c54ad64249db1b3b1ced0230006a6388 2392 
rust-tracing-core_0.1.36-1.dsc
 db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a 63967 
rust-tracing-core_0.1.36.orig.tar.gz
 06c407eda7f1a088759e900ac8c5117a28ebc9c9147250b9701e2803cc6ed13f 3452 
rust-tracing-core_0.1.36-1.debian.tar.xz
 cf9d2a7dc62f2b77497b734677da553a34e2ed1b88446a6713e8dfd3a2672f7f 7937 
rust-tracing-core_0.1.36-1_source.buildinfo
Files:
 6c4217d7104a8e5648f3a7a351023ba0 2392 rust optional 
rust-tracing-core_0.1.36-1.dsc
 1c2814a474930e4380e07d61ebdf0da6 63967 rust optional 
rust-tracing-core_0.1.36.orig.tar.gz
 9add03a4ef6beeb38bc2705232831ba9 3452 rust optional 
rust-tracing-core_0.1.36-1.debian.tar.xz
 a52e4681a7988bfc701c1ae2cc618226 7937 rust optional 
rust-tracing-core_0.1.36-1_source.buildinfo

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

iQJVBAEBCgA/FiEEbdkGe7ToK0Amc9ppdh5TKjcTRTAFAmlS3VAhHGRlYmlhbkBm
YWJpYW4uZ3J1ZW5iaWNobGVyLmVtYWlsAAoJEHYeUyo3E0UwdhQP/2XXWN62P9e0
dkJJsVL+do6s7/gCe3BOARKz6cwXdV0oExlzzPkzOuJTbOhVjzFNmx8a/z5PhMkc
gXXcJ6XdaTxhz6Gwm7CVqKKGhxGO9ev6VynSpPDynEo79wn7NtxEq6j4Ldby7UaZ
uEvtp99uP/dN86yqWv+ksdFJ9R9qkaGf6LkPdc8GD8QlXBmYq7bGjbCSL58el1Is
xuj40UiD6IeJrAgK1O0jJnBMkUTv/fcWQYjxiOXDvSiWZWnsdOIi8yl9qE3YkTsJ
5LfkFP6UigADkfJR0VEAtD1EelWN88POYD+f/cHX0ZZV7M/Kyd9eXrychQJbn1Ej
pePGpOyhTXAHijrqaGmEhX5RCkC5IBuvLLbumaDaBOyM/6UdY1AzkJ4Dpu9yijmY
TVACp5lMNyfVmmojPLUpE63plsfBIJqv4rskHCqE2i42I2k5La6fwdYQLQsH/2bI
xALRs3unskjpSlRCt1kR66p807WM1NTXuCgG5a1bQ3a7uMt4TljMKUBgzHrOEx3Q
s6aiKVJgpPqrk2DN7xVjSSdx3pb8hefo90zV7M6XbsX8XJdVz2/8PtdiWz2fnK4/
pRjHCkKJEGVfUEPogUL+gK4nZOtayAM+x6bHZXp5v8oBGQMTOey8x7lm3NBvYivn
Wk9fm7BV2MvSueg/qNFw6jGccgDjNw6l
=P3EH
-----END PGP SIGNATURE-----

Attachment: pgpINZeYrlI3o.pgp
Description: PGP signature


--- End Message ---

Reply via email to