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
--------------------------------------------------------------------------------

Reply via email to