Your message dated Wed, 11 Mar 2026 21:35:15 +0000
with message-id <[email protected]>
and subject line Bug#1125080: fixed in silver-platter 0.8.3-1
has caused the Debian Bug report #1125080,
regarding silver-platter: FTBFS: test result: FAILED. 73 passed; 48 failed; 0
ignored; 0 measured; 0 filtered out
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.)
--
1125080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125080
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:silver-platter
Version: 0.7.0-2
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/202601/
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:silver-platter, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=rust
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mv Cargo.lock.saved Cargo.lock || true
mv: cannot stat 'Cargo.lock.saved': No such file or directory
dh_auto_clean
/usr/share/dh-rust/bin/cargo clean
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] []
['-j2'] 0
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', 'clean', '--verbose', '--verbose'],) {'check': True}
Removed 0 files
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--buildsystem=rust
dh_clean -XCargo.toml.orig -O--buildsystem=rust
[... snipped ...]
---- run::tests::test_run_verification_success stdout ----
thread 'run::tests::test_run_verification_success' (5997) panicked at
src/run.rs:627:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::run::tests::create_test_repo
4: silver_platter::run::tests::test_run_verification_success
5: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- run::tests::test_run_verification_with_complex_command stdout ----
thread 'run::tests::test_run_verification_with_complex_command' (5998) panicked
at src/run.rs:627:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::run::tests::create_test_repo
4: silver_platter::run::tests::test_run_verification_with_complex_command
5: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- run::tests::test_run_verification_with_invalid_command stdout ----
thread 'run::tests::test_run_verification_with_invalid_command' (5999) panicked
at src/run.rs:627:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::run::tests::create_test_repo
4: silver_platter::run::tests::test_run_verification_with_invalid_command
5: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- utils::tests::test_sprout stdout ----
thread 'utils::tests::test_sprout' (6006) panicked at src/utils.rs:198:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::utils::tests::test_sprout
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- utils::tests::test_sprout_in stdout ----
thread 'utils::tests::test_sprout_in' (6007) panicked at src/utils.rs:221:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::utils::tests::test_sprout_in
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- utils::tests::test_sprout_in_path stdout ----
thread 'utils::tests::test_sprout_in_path' (6008) panicked at
src/utils.rs:245:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::utils::tests::test_sprout_in_path
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_basic stdout ----
thread 'workspace::tests::test_basic' (6011) panicked at
src/workspace.rs:975:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_basic
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_cached_branch_out_of_date stdout ----
thread 'workspace::tests::test_cached_branch_out_of_date' (6012) panicked at
src/workspace.rs:1068:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_cached_branch_out_of_date
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_cached_branch_up_to_date stdout ----
thread 'workspace::tests::test_cached_branch_up_to_date' (6013) panicked at
src/workspace.rs:1023:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_cached_branch_up_to_date
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_colocated stdout ----
thread 'workspace::tests::test_colocated' (6014) panicked at
src/workspace.rs:1130:69:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_colocated
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_create_workspace stdout ----
thread 'workspace::tests::test_create_workspace' (6015) panicked at
src/workspace.rs:849:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_create_workspace
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_defer_destroy stdout ----
thread 'workspace::tests::test_defer_destroy' (6016) panicked at
src/workspace.rs:1483:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_defer_destroy
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_nascent stdout ----
thread 'workspace::tests::test_nascent' (6017) panicked at
src/workspace.rs:910:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_nascent
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_resume_continue stdout ----
thread 'workspace::tests::test_resume_continue' (6018) panicked at
src/workspace.rs:1199:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_resume_continue
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_resume_continue_with_unchanged_colocated stdout ----
thread 'workspace::tests::test_resume_continue_with_unchanged_colocated' (6019)
panicked at src/workspace.rs:1322:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3:
silver_platter::workspace::tests::test_resume_continue_with_unchanged_colocated
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_resume_discard stdout ----
thread 'workspace::tests::test_resume_discard' (6020) panicked at
src/workspace.rs:1258:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_resume_discard
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_resume_discard_with_unchanged_colocated stdout ----
thread 'workspace::tests::test_resume_discard_with_unchanged_colocated' (6021)
panicked at src/workspace.rs:1398:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3:
silver_platter::workspace::tests::test_resume_discard_with_unchanged_colocated
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
---- workspace::tests::test_without_main stdout ----
thread 'workspace::tests::test_without_main' (6023) panicked at
src/workspace.rs:945:14:
called `Result::unwrap()` on an `Err` value: NoWhoami
stack backtrace:
0: __rustc::rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: silver_platter::workspace::tests::test_without_main
4: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
failures:
batch::tests::test_batch_from_recipe
batch::tests::test_drop_batch_entry
batch::tests::test_entry_from_recipe
checks::tests::test_run_post_check_with_file_operations
codemod::script_runner_tests::test_api
codemod::script_runner_tests::test_new_file
codemod::script_runner_tests::test_no_api
codemod::script_runner_tests::test_no_changes
debian::run::tests::test_apply_and_publish_no_changes
debian::run::tests::test_apply_and_publish_script_error
debian::run::tests::test_apply_and_publish_update_changelog
publish::tests::test_changes
publish::tests::test_indep
publish::tests::test_no_new_commits
publish::tests::test_no_op_commits
publish::tests::test_push_result
run::tests::test_apply_and_publish_no_changes
run::tests::test_apply_and_publish_script_error
run::tests::test_apply_and_publish_with_subpath
run::tests::test_apply_and_publish_with_verification
run::tests::test_apply_and_publish_with_verification_failure
run::tests::test_build_workspace
run::tests::test_build_workspace_with_resume_branch
run::tests::test_open_branch_with_error_handling_success
run::tests::test_run_script_error
run::tests::test_run_script_no_changes
run::tests::test_run_script_success
run::tests::test_run_script_with_extra_env
run::tests::test_run_script_with_subpath
run::tests::test_run_verification_failure
run::tests::test_run_verification_success
run::tests::test_run_verification_with_complex_command
run::tests::test_run_verification_with_invalid_command
utils::tests::test_sprout
utils::tests::test_sprout_in
utils::tests::test_sprout_in_path
workspace::tests::test_basic
workspace::tests::test_cached_branch_out_of_date
workspace::tests::test_cached_branch_up_to_date
workspace::tests::test_colocated
workspace::tests::test_create_workspace
workspace::tests::test_defer_destroy
workspace::tests::test_nascent
workspace::tests::test_resume_continue
workspace::tests::test_resume_continue_with_unchanged_colocated
workspace::tests::test_resume_discard
workspace::tests::test_resume_discard_with_unchanged_colocated
workspace::tests::test_without_main
test result: FAILED. 73 passed; 48 failed; 0 ignored; 0 measured; 0 filtered
out; finished in 1.69s
error: test failed, to rerun pass `--lib`
dh_auto_test: error: /usr/share/dh-rust/bin/cargo test -- --test-threads=1
returned exit code 101
make[1]: *** [debian/rules:17: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: silver-platter
Source-Version: 0.8.3-1
Done: Jelmer Vernooij <[email protected]>
We believe that the bug you reported is fixed in the latest version of
silver-platter, 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.
Jelmer Vernooij <[email protected]> (supplier of updated silver-platter 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: Wed, 11 Mar 2026 21:14:44 +0000
Source: silver-platter
Architecture: source
Version: 0.8.3-1
Distribution: unstable
Urgency: medium
Maintainer: Jelmer Vernooij <[email protected]>
Changed-By: Jelmer Vernooij <[email protected]>
Closes: 1125080
Changes:
silver-platter (0.8.3-1) unstable; urgency=medium
.
* Update watch file to use GitHub tags instead of PyPI.
* New upstream release.
+ Improves handling of tests in bare environments. Closes: #1125080
Checksums-Sha1:
95e3cbad2eaf97770b329062a185ed98dd63ca3a 3245 silver-platter_0.8.3-1.dsc
033fd1a772ef9114dcc3267a07ee2d8682158148 501037
silver-platter_0.8.3.orig.tar.gz
611456166c14fedc8b08b432f061aac91613dd08 4460
silver-platter_0.8.3-1.debian.tar.xz
37588fd105b3bee1ccc57155041b947320eaffdd 47714
silver-platter_0.8.3-1_source.buildinfo
Checksums-Sha256:
8a2a1e005e9024892dab5cc0a91b03e0605919a3400ea361957bb6be58adc0d3 3245
silver-platter_0.8.3-1.dsc
d1fb6e392ebd145928ba88ff2d0e7c198759babfb6b2fa2b66b08b85c20bebb1 501037
silver-platter_0.8.3.orig.tar.gz
be76a30a6a231619704ae28a7ceea6006c79e975b5274abcb8328f7ba9c2a6b1 4460
silver-platter_0.8.3-1.debian.tar.xz
8b2526648c69c55e12e929223a86bb7da6366cd5ffbb56f5eba42419c047911f 47714
silver-platter_0.8.3-1_source.buildinfo
Files:
d220be4d8ebca184438189371b182f9e 3245 vcs optional silver-platter_0.8.3-1.dsc
f5d2b4acb7720435ab8624332da253bf 501037 vcs optional
silver-platter_0.8.3.orig.tar.gz
ae4110560954dc9eebd596717e56a2d8 4460 vcs optional
silver-platter_0.8.3-1.debian.tar.xz
d93e6b4a03197b82396ab4ea79d7fba1 47714 vcs optional
silver-platter_0.8.3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCgAwFiEE45ORIHAv6kHRgdNzhp0ktO57TaYFAmmx3iYSHGplbG1lckBk
ZWJpYW4ub3JnAAoJEIadJLTue02m6tgH/3+7t5YHLromPqhfqNo7NDLoli6Ch7xw
PeVD2EdXYKxalSB2+/O+GneBAKRBH+n4k6gno/HoxpMYY+rQZvD0c+/9ett722MZ
3pG6rYXUfwc0jvYjlroRbAmcTUponepAfKwy+paRHczKc+KhwXD8ermYl9pcKAN+
4BpiugJGfjgZ+/JD2I3zb44U6j24g0czWSKLXdE3NMzF4mmIYtVxd9yEP0fRhrM0
MMnoZyiBUekB+EgVy0n67+8u6HItImF0sZ+h7oOUIBmijEtspndVSIyPRWRvlaro
quF7S4yfxAuHvf97FzrOfT0AXHqp/qUFbOh/4YqcmiR3o/Y0LBBolxg=
=NVda
-----END PGP SIGNATURE-----
pgpDLMrwEqc2y.pgp
Description: PGP signature
--- End Message ---