Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:355:21
  2. stack backtrace:
  3. 0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
  4. 1: std::sys_common::backtrace::_print
  5. 2: std::panicking::default_hook::{{closure}}
  6. 3: std::panicking::default_hook
  7. 4: std::panicking::rust_panic_with_hook
  8. 5: std::panicking::continue_panic_fmt
  9. 6: rust_begin_unwind
  10. 7: core::panicking::panic_fmt
  11. 8: core::panicking::panic
  12. 9: <core::option::Option<T>>::unwrap
  13. at /usr/src/rust/src/libcore/macros.rs:20
  14. 10: bootstrap::compile::copy_third_party_objects
  15. at src/bootstrap/compile.rs:126
  16. 11: <bootstrap::compile::Std as bootstrap::builder::Step>::run
  17. at src/bootstrap/compile.rs:92
  18. 12: bootstrap::builder::Builder::ensure
  19. at src/bootstrap/builder.rs:1227
  20. 13: <bootstrap::compile::Test as bootstrap::builder::Step>::run
  21. at src/bootstrap/compile.rs:351
  22. 14: bootstrap::builder::Builder::ensure
  23. at src/bootstrap/builder.rs:1227
  24. 15: <bootstrap::compile::Rustc as bootstrap::builder::Step>::run
  25. at src/bootstrap/compile.rs:472
  26. 16: bootstrap::builder::Builder::ensure
  27. at src/bootstrap/builder.rs:1227
  28. 17: <bootstrap::compile::Assemble as bootstrap::builder::Step>::run
  29. at src/bootstrap/compile.rs:956
  30. 18: bootstrap::builder::Builder::ensure
  31. at src/bootstrap/builder.rs:1227
  32. 19: bootstrap::builder::Builder::compiler
  33. at src/bootstrap/builder.rs:571
  34. 20: <bootstrap::compile::Assemble as bootstrap::builder::Step>::run
  35. at src/bootstrap/compile.rs:949
  36. 21: bootstrap::builder::Builder::ensure
  37. at src/bootstrap/builder.rs:1227
  38. 22: bootstrap::builder::Builder::compiler
  39. at src/bootstrap/builder.rs:571
  40. 23: <bootstrap::dist::Rustc as bootstrap::builder::Step>::make_run
  41. at src/bootstrap/dist.rs:401
  42. 24: bootstrap::builder::StepDescription::maybe_run
  43. at src/bootstrap/builder.rs:181
  44. 25: bootstrap::builder::StepDescription::run
  45. at src/bootstrap/builder.rs:205
  46. 26: bootstrap::builder::Builder::run_step_descriptions
  47. at src/bootstrap/builder.rs:563
  48. 27: bootstrap::builder::Builder::execute_cli
  49. at src/bootstrap/builder.rs:553
  50. 28: bootstrap::Build::build
  51. at src/bootstrap/lib.rs:460
  52. 29: bootstrap::main
  53. at src/bootstrap/bin/main.rs:17
  54. 30: std::rt::lang_start::{{closure}}
  55. at /usr/src/rust/src/libstd/rt.rs:74
  56. 31: std::panicking::try::do_call
  57. 32: __rust_maybe_catch_panic
  58. 33: std::rt::lang_start_internal
  59. 34: std::rt::lang_start
  60. at /usr/src/rust/src/libstd/rt.rs:74
  61. 35: main
  62. 36: <unknown>
  63. failed to run: /var/cache/sources/rustc-1.34.0-src/build/bootstrap/debug/bootstrap dist -j9
  64. Build completed unsuccessfully in 0:00:01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement