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