Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.07 KB | None | 0 0
  1. thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src\libcore\option.rs:345:21
  2. stack backtrace:
  3. 0: std::sys::windows::backtrace::set_frames
  4. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\sys\windows\backtrace\mod.rs:95
  5. 1: std::sys::windows::backtrace::unwind_backtrace
  6. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\sys\windows\backtrace\mod.rs:82
  7. 2: std::sys_common::backtrace::_print
  8. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\sys_common\backtrace.rs:71
  9. 3: std::sys_common::backtrace::print
  10. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\sys_common\backtrace.rs:59
  11. 4: std::panicking::default_hook::{{closure}}
  12. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\panicking.rs:197
  13. 5: std::panicking::default_hook
  14. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\panicking.rs:211
  15. 6: std::panicking::rust_panic_with_hook
  16. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\panicking.rs:474
  17. 7: std::panicking::continue_panic_fmt
  18. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\panicking.rs:381
  19. 8: std::panicking::rust_begin_panic
  20. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\panicking.rs:308
  21. 9: core::panicking::panic_fmt
  22. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libcore\panicking.rs:85
  23. 10: core::panicking::panic
  24. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libcore\panicking.rs:49
  25. 11: core::option::Option<(mio::poll::Registration, mio::poll::SetReadiness)*>::unwrap<(mio::poll::Registration, mio::poll::SetReadiness)*>
  26. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libcore\macros.rs:10
  27. 12: tokio_signal::windows::global_init
  28. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-signal-0.2.8\src\windows.rs:165
  29. 13: tokio_signal::windows::{{impl}}::new::{{closure}}
  30. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-signal-0.2.8\src\windows.rs:118
  31. 14: std::sync::once::{{impl}}::call_once::{{closure}}<closure>
  32. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\sync\once.rs:220
  33. 15: std::sync::once::Once::call_inner
  34. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\sync\once.rs:387
  35. 16: std::sync::once::Once::call_once<closure>
  36. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\sync\once.rs:220
  37. 17: tokio_signal::windows::Event::new
  38. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-signal-0.2.8\src\windows.rs:117
  39. 18: tokio_signal::windows::Event::ctrl_c_handle
  40. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-signal-0.2.8\src\windows.rs:96
  41. 19: tokio_signal::ctrl_c_handle::ctrl_c_imp::{{closure}}
  42. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-signal-0.2.8\src\lib.rs:137
  43. 20: futures::future::lazy::Lazy<closure, futures::future::map::Map<alloc::boxed::Box<Future>, closure>>::get<closure,futures::future::map::Map<alloc::boxed::Box<Future>, closure>>
  44. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\future\lazy.rs:64
  45. 21: futures::future::lazy::{{impl}}::poll<closure,futures::future::map::Map<alloc::boxed::Box<Future>, closure>>
  46. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\future\lazy.rs:82
  47. 22: futures::future::{{impl}}::poll<Future>
  48. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\future\mod.rs:113
  49. 23: futures::future::map_err::{{impl}}::poll<(),alloc::boxed::Box<Future>,closure>
  50. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\future\map_err.rs:30
  51. 24: actix::fut::{{impl}}::poll<futures::future::map_err::MapErr<alloc::boxed::Box<Future>, closure>,actix::actors::signal::ProcessSignals>
  52. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\actix-0.7.9\src\fut\mod.rs:389
  53. 25: actix::fut::map::{{impl}}::poll<(),actix::fut::FutureWrap<futures::future::map_err::MapErr<alloc::boxed::Box<Future>, closure>, actix::actors::signal::ProcessSignals>,closure>
  54. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\actix-0.7.9\src\fut\map.rs:38
  55. 26: actix::fut::{{impl}}::poll<ActorFuture>
  56. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\actix-0.7.9\src\fut\mod.rs:313
  57. 27: actix::contextimpl::{{impl}}::poll<actix::actors::signal::ProcessSignals,actix::context::Context<actix::actors::signal::ProcessSignals>>
  58. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\actix-0.7.9\src\contextimpl.rs:355
  59. 28: actix::supervisor::{{impl}}::poll<actix::actors::signal::ProcessSignals>
  60. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\actix-0.7.9\src\supervisor.rs:147
  61. 29: futures::future::{{impl}}::poll<actix::supervisor::Supervisor<actix::actors::signal::ProcessSignals>>
  62. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\future\mod.rs:113
  63. 30: futures::future::{{impl}}::poll<Future>
  64. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\future\mod.rs:113
  65. 31: futures::task_impl::{{impl}}::poll_future_notify::{{closure}}<alloc::boxed::Box<Future>,tokio_current_thread::scheduler::Notify<tokio_reactor::Handle>>
  66. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\task_impl\mod.rs:326
  67. 32: futures::task_impl::{{impl}}::enter::{{closure}}<alloc::boxed::Box<Future>,closure,core::result::Result<futures::poll::Async<()>, ()>>
  68. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\task_impl\mod.rs:396
  69. 33: futures::task_impl::std::set<closure,core::result::Result<futures::poll::Async<()>, ()>>
  70. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\task_impl\std\mod.rs:78
  71. 34: futures::task_impl::Spawn<alloc::boxed::Box<Future>>::enter<alloc::boxed::Box<Future>,closure,core::result::Result<futures::poll::Async<()>, ()>>
  72. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\task_impl\mod.rs:396
  73. 35: futures::task_impl::Spawn<alloc::boxed::Box<Future>>::poll_fn_notify<alloc::boxed::Box<Future>,tokio_current_thread::scheduler::Notify<tokio_reactor::Handle>,closure,core::result::Result<futures::poll::Async<()>, ()>>
  74. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\task_impl\mod.rs:288
  75. 36: futures::task_impl::Spawn<alloc::boxed::Box<Future>>::poll_future_notify<alloc::boxed::Box<Future>,tokio_current_thread::scheduler::Notify<tokio_reactor::Handle>>
  76. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-0.1.25\src\task_impl\mod.rs:326
  77. 37: tokio_current_thread::scheduler::Scheduled<tokio_reactor::Handle>::tick<tokio_reactor::Handle>
  78. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-current-thread-0.1.5\src\scheduler.rs:351
  79. 38: tokio_current_thread::scheduler::{{impl}}::tick::{{closure}}<tokio_reactor::Handle>
  80. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-current-thread-0.1.5\src\scheduler.rs:330
  81. 39: tokio_current_thread::{{impl}}::enter::{{closure}}::{{closure}}<tokio_reactor::Handle,closure,bool>
  82. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-current-thread-0.1.5\src\lib.rs:769
  83. 40: tokio_current_thread::CurrentRunner::set_spawn<closure,bool>
  84. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-current-thread-0.1.5\src\lib.rs:806
  85. 41: tokio_current_thread::{{impl}}::enter::{{closure}}<tokio_reactor::Handle,closure,bool>
  86. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-current-thread-0.1.5\src\lib.rs:769
  87. 42: std::thread::local::LocalKey<tokio_current_thread::CurrentRunner>::try_with<tokio_current_thread::CurrentRunner,closure,bool>
  88. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:299
  89. 43: std::thread::local::LocalKey<tokio_current_thread::CurrentRunner>::with<tokio_current_thread::CurrentRunner,closure,bool>
  90. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:245
  91. 44: tokio_current_thread::Borrow<tokio_reactor::Handle>::enter<tokio_reactor::Handle,closure,bool>
  92. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-current-thread-0.1.5\src\lib.rs:767
  93. 45: tokio_current_thread::scheduler::Scheduler<tokio_reactor::Handle>::tick<tokio_reactor::Handle>
  94. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-current-thread-0.1.5\src\scheduler.rs:330
  95. 46: tokio_current_thread::Entered<tokio_timer::timer::Timer<tokio_reactor::Reactor, tokio_timer::clock::clock::Clock>>::tick<tokio_timer::timer::Timer<tokio_reactor::Reactor, tokio_timer::clock::clock::Clock>>
  96. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-current-thread-0.1.5\src\lib.rs:602
  97. 47: tokio_current_thread::Entered<tokio_timer::timer::Timer<tokio_reactor::Reactor, tokio_timer::clock::clock::Clock>>::block_on<tokio_timer::timer::Timer<tokio_reactor::Reactor, tokio_timer::clock::clock::Clock>,futures::sync::oneshot::Receiver<i32>>
  98. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-current-thread-0.1.5\src\lib.rs:492
  99. 48: tokio::runtime::current_thread::runtime::{{impl}}::block_on::{{closure}}<futures::sync::oneshot::Receiver<i32>>
  100. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-0.1.17\src\runtime\current_thread\runtime.rs:191
  101. 49: tokio::runtime::current_thread::runtime::{{impl}}::enter::{{closure}}::{{closure}}::{{closure}}::{{closure}}<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  102. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-0.1.17\src\runtime\current_thread\runtime.rs:232
  103. 50: tokio_executor::global::with_default::{{closure}}<tokio_current_thread::TaskExecutor,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  104. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-executor-0.1.6\src\global.rs:192
  105. 51: std::thread::local::LocalKey<core::cell::Cell<tokio_executor::global::State>>::try_with<core::cell::Cell<tokio_executor::global::State>,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  106. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:299
  107. 52: std::thread::local::LocalKey<core::cell::Cell<tokio_executor::global::State>>::with<core::cell::Cell<tokio_executor::global::State>,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  108. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:245
  109. 53: tokio_executor::global::with_default<tokio_current_thread::TaskExecutor,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  110. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-executor-0.1.6\src\global.rs:162
  111. 54: tokio::runtime::current_thread::runtime::{{impl}}::enter::{{closure}}::{{closure}}::{{closure}}<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  112. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-0.1.17\src\runtime\current_thread\runtime.rs:230
  113. 55: tokio_timer::timer::handle::with_default::{{closure}}<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  114. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-timer-0.2.10\src\timer\handle.rs:94
  115. 56: std::thread::local::LocalKey<core::cell::RefCell<core::option::Option<tokio_timer::timer::handle::HandlePriv>>>::try_with<core::cell::RefCell<core::option::Option<tokio_timer::timer::handle::HandlePriv>>,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  116. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:299
  117. 57: std::thread::local::LocalKey<core::cell::RefCell<core::option::Option<tokio_timer::timer::handle::HandlePriv>>>::with<core::cell::RefCell<core::option::Option<tokio_timer::timer::handle::HandlePriv>>,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  118. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:245
  119. 58: tokio_timer::timer::handle::with_default<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  120. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-timer-0.2.10\src\timer\handle.rs:81
  121. 59: tokio::runtime::current_thread::runtime::{{impl}}::enter::{{closure}}::{{closure}}<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  122. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-0.1.17\src\runtime\current_thread\runtime.rs:223
  123. 60: tokio_timer::clock::clock::with_default::{{closure}}<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  124. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-timer-0.2.10\src\clock\clock.rs:141
  125. 61: std::thread::local::LocalKey<core::cell::Cell<core::option::Option<const tokio_timer::clock::clock::Clock*>>>::try_with<core::cell::Cell<core::option::Option<const tokio_timer::clock::clock::Clock*>>,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  126. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:299
  127. 62: std::thread::local::LocalKey<core::cell::Cell<core::option::Option<const tokio_timer::clock::clock::Clock*>>>::with<core::cell::Cell<core::option::Option<const tokio_timer::clock::clock::Clock*>>,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  128. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:245
  129. 63: tokio_timer::clock::clock::with_default<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  130. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-timer-0.2.10\src\clock\clock.rs:124
  131. 64: tokio::runtime::current_thread::runtime::{{impl}}::enter::{{closure}}<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  132. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-0.1.17\src\runtime\current_thread\runtime.rs:222
  133. 65: tokio_reactor::with_default::{{closure}}<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  134. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-reactor-0.1.9\src\lib.rs:237
  135. 66: std::thread::local::LocalKey<core::cell::RefCell<core::option::Option<tokio_reactor::HandlePriv>>>::try_with<core::cell::RefCell<core::option::Option<tokio_reactor::HandlePriv>>,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  136. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:299
  137. 67: std::thread::local::LocalKey<core::cell::RefCell<core::option::Option<tokio_reactor::HandlePriv>>>::with<core::cell::RefCell<core::option::Option<tokio_reactor::HandlePriv>>,closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  138. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\thread\local.rs:245
  139. 68: tokio_reactor::with_default<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  140. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-reactor-0.1.9\src\lib.rs:217
  141. 69: tokio::runtime::current_thread::runtime::Runtime::enter<closure,core::result::Result<i32, futures::sync::oneshot::Canceled>>
  142. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-0.1.17\src\runtime\current_thread\runtime.rs:221
  143. 70: tokio::runtime::current_thread::runtime::Runtime::block_on<futures::sync::oneshot::Receiver<i32>>
  144. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-0.1.17\src\runtime\current_thread\runtime.rs:189
  145. 71: actix::system::SystemRunner::run
  146. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\actix-0.7.9\src\system.rs:174
  147. 72: actix_web::server::http::HttpServer<actix_web::application::App<()>, closure>::run<actix_web::application::App<()>,closure>
  148. at C:\Users\_\.cargo\registry\src\github.com-1ecc6299db9ec823\actix-web-0.7.18\src\server\http.rs:539
  149. 73: example_actix_web::main
  150. at .\services\example-actix-web\src\main.rs:13
  151. 74: std::rt::lang_start::{{closure}}<()>
  152. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\rt.rs:64
  153. 75: std::rt::lang_start_internal::{{closure}}
  154. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\rt.rs:49
  155. 76: std::panicking::try::do_call<closure,i32>
  156. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\panicking.rs:293
  157. 77: panic_unwind::__rust_maybe_catch_panic
  158. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libpanic_unwind\lib.rs:87
  159. 78: std::panicking::try
  160. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\panicking.rs:272
  161. 79: std::panic::catch_unwind
  162. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\panic.rs:388
  163. 80: std::rt::lang_start_internal
  164. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\/src\libstd\rt.rs:48
  165. 81: std::rt::lang_start<()>
  166. at /rustc/94fd0458951a4ff91c03366445f0e2e93b86bd2f\src\libstd\rt.rs:64
  167. 82: main
  168. 83: invoke_main
  169. at d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:78
  170. 84: __scrt_common_main_seh
  171. at d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288
  172. 85: BaseThreadInitThunk
  173. 86: RtlUserThreadStart
  174. Panic in Arbiter thread, shutting down system.
  175. error: process didn't exit successfully: `target\debug\example-actix-web.exe` (exit code: 101)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement