Skip to content

Failing tests #102

Description

@yzhou216
---- config::tests::test_set_jj_config_multiple_values stdout ----
thread 'config::tests::test_set_jj_config_multiple_values' (6032) panicked at spr/src/config.rs:287:14:
Failed to init git repo: Os { code: 2, kind: NotFound, message: "No such file or directory" }
stack backtrace:
   0:     0x555555732dab - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h4abbbc3d9ecfa86c
   1:     0x555555749d97 - core::fmt::write::he00acd824749ac8b
   2:     0x5555556f2de2 - std::io::default_write_fmt::h6591c756065bf149
   3:     0x55555572c622 - std::sys::backtrace::BacktraceLock::print::h79d51edf656c8655
   4:     0x5555556f532c - std::panicking::default_hook::{{closure}}::hfdec67f3f6a8e696
   5:     0x5555556f51fa - std::panicking::default_hook::h8ddbbb7d400ff4fb
   6:     0x5555555e95de - test::test_main_with_exit_callback::{{closure}}::h1ab6c779d863e6c6
   7:     0x5555556f54e2 - std::panicking::panic_with_hook::ha4edca3cf4c438c6
   8:     0x55555572c7d8 - std::panicking::panic_handler::{{closure}}::h114a630d885f2c13
   9:     0x55555572c719 - std::sys::backtrace::__rust_end_short_backtrace::hf6231de488bca95f
  10:     0x5555556f24ed - __rustc[881eff9798cad629]::rust_begin_unwind
  11:     0x5555555b559c - core::panicking::panic_fmt::h7509f5fc1f52ade1
  12:     0x5555555b56a2 - core::result::unwrap_failed::h4811fcb6dcdb23ec
  13:     0x5555555ce392 - core::ops::function::FnOnce::call_once::h8f1e666ef35f7a8a
  14:     0x5555555e938b - test::__rust_begin_short_backtrace::h05e9747f21e81b15
  15:     0x555555611492 - test::types::RunnableTest::run::h500be3cb9c3a5692
  16:     0x5555555e85ab - test::run_test_in_process::h97ae691a5c42af08
  17:     0x5555556047ef - std::sys::backtrace::__rust_begin_short_backtrace::ha538825fe0921325
  18:     0x5555555e50d0 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hfdd9d9d8faa114f6
  19:     0x5555556f43f9 - std::sys::thread::unix::Thread::new::thread_start::h953553d3a3afb448
  20:     0x7ffff7c9dd53 - start_thread
  21:     0x7ffff7d2563c - __clone3
  22:                0x0 - <unknown>
---- config::tests::test_set_jj_config_success stdout ----
thread 'config::tests::test_set_jj_config_success' (6033) panicked at spr/src/config.rs:246:14:
Failed to init git repo: Os { code: 2, kind: NotFound, message: "No such file or directory" }
stack backtrace:
   0:     0x555555732dab - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h4abbbc3d9ecfa86c
   1:     0x555555749d97 - core::fmt::write::he00acd824749ac8b
   2:     0x5555556f2de2 - std::io::default_write_fmt::h6591c756065bf149
   3:     0x55555572c622 - std::sys::backtrace::BacktraceLock::print::h79d51edf656c8655
   4:     0x5555556f532c - std::panicking::default_hook::{{closure}}::hfdec67f3f6a8e696
   5:     0x5555556f51fa - std::panicking::default_hook::h8ddbbb7d400ff4fb
   6:     0x5555555e95de - test::test_main_with_exit_callback::{{closure}}::h1ab6c779d863e6c6
   7:     0x5555556f54e2 - std::panicking::panic_with_hook::ha4edca3cf4c438c6
   8:     0x55555572c7d8 - std::panicking::panic_handler::{{closure}}::h114a630d885f2c13
   9:     0x55555572c719 - std::sys::backtrace::__rust_end_short_backtrace::hf6231de488bca95f
  10:     0x5555556f24ed - __rustc[881eff9798cad629]::rust_begin_unwind
  11:     0x5555555b559c - core::panicking::panic_fmt::h7509f5fc1f52ade1
  12:     0x5555555b56a2 - core::result::unwrap_failed::h4811fcb6dcdb23ec
  13:     0x5555555cd637 - core::ops::function::FnOnce::call_once::h362c388e4d4bf977
  14:     0x5555555e938b - test::__rust_begin_short_backtrace::h05e9747f21e81b15
  15:     0x555555611492 - test::types::RunnableTest::run::h500be3cb9c3a5692
  16:     0x5555555e85ab - test::run_test_in_process::h97ae691a5c42af08
  17:     0x5555556047ef - std::sys::backtrace::__rust_begin_short_backtrace::ha538825fe0921325
  18:     0x5555555e50d0 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hfdd9d9d8faa114f6
  19:     0x5555556f43f9 - std::sys::thread::unix::Thread::new::thread_start::h953553d3a3afb448
  20:     0x7ffff7c9dd53 - start_thread
  21:     0x7ffff7d2563c - __clone3
  22:                0x0 - <unknown>
failures:
    config::tests::test_set_jj_config_multiple_values
    config::tests::test_set_jj_config_success
test result: FAILED. 54 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions