Advertisement
Stovent

x.py test errors

Feb 9th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. PS C:\Users\Stovent\Documents\Dev\rust> python.exe .\x.py test
  2. Updating only changed submodules
  3. Submodules updated in 0.11 seconds
  4. Building rustbuild
  5. Finished dev [unoptimized] target(s) in 0.43s
  6. warning: you have not made a `config.toml`
  7. help: consider running `./x.py setup` or copying `config.toml.example` by running `cp config.toml.example config.toml`
  8. thread 'main' panicked at '"lldb" "-P" failed Output { status: ExitStatus(ExitStatus(3221225781)), stdout: "", stderr: "" }', src\bootstrap\test.rs:1402:40
  9. stack backtrace:
  10. 0: std::panicking::begin_panic_handler
  11. at /rustc/28c8a34e18fc05277c81328d1bbf5ed931f4d22e\/library\std\src\panicking.rs:498
  12. 1: core::panicking::panic_fmt
  13. at /rustc/28c8a34e18fc05277c81328d1bbf5ed931f4d22e\/library\core\src\panicking.rs:107
  14. 2: bootstrap::test::impl$19::run::closure$1::closure$0::closure$0
  15. at .\src\bootstrap\test.rs:1402
  16. 3: core::option::Option::unwrap_or_else<str,bootstrap::test::impl$19::run::closure$1::closure$0::closure$0>
  17. at /rustc/28c8a34e18fc05277c81328d1bbf5ed931f4d22e\library\core\src\option.rs:779
  18. 4: bootstrap::test::impl$19::run::closure$1::closure$0
  19. at .\src\bootstrap\test.rs:1399
  20. 5: core::result::Result::map<std::process::Output,std::io::error::Error,alloc::string::String,bootstrap::test::impl$19::run::closure$1::closure$0>
  21. at /rustc/28c8a34e18fc05277c81328d1bbf5ed931f4d22e\library\core\src\result.rs:709
  22. 6: bootstrap::test::impl$19::run::closure$1
  23. at .\src\bootstrap\test.rs:1398
  24. 7: bootstrap::test::impl$19::run
  25. at .\src\bootstrap\test.rs:1414
  26. 8: bootstrap::builder::Builder::ensure<bootstrap::test::Compiletest>
  27. at .\src\bootstrap\builder.rs:1694
  28. 9: bootstrap::test::impl$171::run
  29. at .\src\bootstrap\test.rs:1144
  30. 10: bootstrap::builder::Builder::ensure<bootstrap::test::Ui>
  31. at .\src\bootstrap\builder.rs:1694
  32. 11: bootstrap::test::impl$171::make_run
  33. at .\src\bootstrap\test.rs:1140
  34. 12: bootstrap::builder::StepDescription::maybe_run
  35. at .\src\bootstrap\builder.rs:224
  36. 13: bootstrap::builder::StepDescription::run
  37. at .\src\bootstrap\builder.rs:262
  38. 14: bootstrap::builder::Builder::run_step_descriptions
  39. at .\src\bootstrap\builder.rs:719
  40. 15: bootstrap::builder::Builder::execute_cli
  41. at .\src\bootstrap\builder.rs:699
  42. 16: bootstrap::Build::build
  43. at .\src\bootstrap\lib.rs:614
  44. 17: bootstrap::main
  45. at .\src\bootstrap\bin\main.rs:33
  46. 18: core::ops::function::FnOnce::call_once<void (*)(),tuple$<> >
  47. at /rustc/28c8a34e18fc05277c81328d1bbf5ed931f4d22e\library\core\src\ops\function.rs:227
  48. note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
  49. Build completed unsuccessfully in 0:00:05
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement