Skip to content

Instantly share code, notes, and snippets.

@bIgBV
Created March 21, 2020 21:31
Show Gist options
  • Save bIgBV/3f9fa3b717c035a59c7ce22fa6fdac45 to your computer and use it in GitHub Desktop.
Save bIgBV/3f9fa3b717c035a59c7ce22fa6fdac45 to your computer and use it in GitHub Desktop.
running 2 tests
test pool_tests::dont_drop ... Completed in 1 iterations
ok
test pool_tests::dont_drop_across_threads ... thread 'main' panicked at 'assertion failed: item.drop.load(Ordering::SeqCst)', src/pool_tests.rs:78:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
thread 'main' panicked at 'cannot access a scoped thread local variable without calling `set` first', /Users/voletibv/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:186:9
stack backtrace:
0: 0x107636045 - backtrace::backtrace::libunwind::trace::h911c6edb13c01562
at /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88
1: 0x107636045 - backtrace::backtrace::trace_unsynchronized::h2ce2c7e527380081
at /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66
2: 0x107636045 - std::sys_common::backtrace::_print_fmt::h8353c21ebc85f8ce
at src/libstd/sys_common/backtrace.rs:84
3: 0x107636045 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h109831b4e69a3cdc
at src/libstd/sys_common/backtrace.rs:61
4: 0x1076582d0 - core::fmt::write::haefb4093ced4abcf
at src/libcore/fmt/mod.rs:1025
5: 0x1076322eb - std::io::Write::write_fmt::h32eef7193f012831
at src/libstd/io/mod.rs:1426
6: 0x1076381c3 - std::sys_common::backtrace::_print::h46561fd8cd69dba1
at src/libstd/sys_common/backtrace.rs:65
7: 0x1076381c3 - std::sys_common::backtrace::print::h784fbdd0629557ec
at src/libstd/sys_common/backtrace.rs:50
8: 0x1076381c3 - std::panicking::default_hook::{{closure}}::hd11104060d683e7f
at src/libstd/panicking.rs:193
9: 0x107637eca - std::panicking::default_hook::h3ac89e0bbec67847
at src/libstd/panicking.rs:210
10: 0x10763893c - std::panicking::rust_panic_with_hook::h497844b5b7d1708e
at src/libstd/panicking.rs:475
11: 0x10765ff82 - std::panicking::begin_panic::h2d7a89ea84d038c4
12: 0x1075f531d - scoped_tls::ScopedKey<T>::with::hc63ed65ee306dff7
at /Users/voletibv/.cargo/registry/src/github.com-1ecc6299db9ec823/loom-0.2.15/<::std::macros::panic macros>:3
13: 0x1076033d1 - loom::rt::scheduler::Scheduler::with_execution::h670ed4afa572dfc8
at /Users/voletibv/.cargo/registry/src/github.com-1ecc6299db9ec823/loom-0.2.15/src/rt/scheduler.rs:48
14: 0x107612995 - loom::rt::execution::h47ca4237c9c71298
at /Users/voletibv/.cargo/registry/src/github.com-1ecc6299db9ec823/loom-0.2.15/src/rt/mod.rs:138
15: 0x107612037 - loom::rt::branch::hf18c1b5dc390c07a
at /Users/voletibv/.cargo/registry/src/github.com-1ecc6299db9ec823/loom-0.2.15/src/rt/mod.rs:71
16: 0x1075e8f99 - loom::rt::object::Object::branch::h231f55124a29f93c
at /Users/voletibv/.cargo/registry/src/github.com-1ecc6299db9ec823/loom-0.2.15/src/rt/object.rs:225
17: 0x1075d8549 - loom::rt::arc::Arc::ref_dec::h75361dd8c6965898
at /Users/voletibv/.cargo/registry/src/github.com-1ecc6299db9ec823/loom-0.2.15/src/rt/arc.rs:90
18: 0x10741b3a9 - <loom::sync::arc::Arc<T> as core::ops::drop::Drop>::drop::h12ebeabc4c74823d
at /Users/voletibv/.cargo/registry/src/github.com-1ecc6299db9ec823/loom-0.2.15/src/sync/arc.rs:89
19: 0x1074722f5 - core::ptr::real_drop_in_place::h45b7634a40aa1bce
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libcore/ptr/mod.rs:182
20: 0x1074700a5 - core::ptr::real_drop_in_place::h1862afa114075c5a
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libcore/ptr/mod.rs:182
21: 0x107476955 - core::ptr::real_drop_in_place::hb6081b96da5ad3c1
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libcore/ptr/mod.rs:182
22: 0x1074706a8 - core::ptr::real_drop_in_place::h1d89d29bdad75649
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libcore/ptr/mod.rs:182
23: 0x107477f0c - core::ptr::real_drop_in_place::hda81ce5ca65c7e8a
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libcore/ptr/mod.rs:182
24: 0x107478a8d - core::ptr::real_drop_in_place::hee3cf80c347bae34
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libcore/ptr/mod.rs:182
25: 0x1073bcfb6 - <alloc::collections::vec_deque::VecDeque<T> as core::ops::drop::Drop>::drop::h805f40f7bc58941f
26: 0x107474355 - core::ptr::real_drop_in_place::h7585be6ddc2e1101
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libcore/ptr/mod.rs:182
27: 0x10746fa8e - core::ptr::real_drop_in_place::h0dcb2fe2707669d2
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libcore/ptr/mod.rs:182
28: 0x1074976e4 - loom::model::Builder::check::h44c84018ff434da7
at /Users/voletibv/.cargo/registry/src/github.com-1ecc6299db9ec823/loom-0.2.15/src/model.rs:197
29: 0x10746d330 - sharded_slab::tests::util::run_builder::had73439fae232a91
at src/tests.rs:60
30: 0x10746c197 - sharded_slab::tests::util::run_model::h0351691ebb8a2c14
at src/tests.rs:51
31: 0x1074c73a8 - sharded_slab::pool_tests::dont_drop_across_threads::h524d3624b8b3d7c6
at src/pool_tests.rs:62
32: 0x1074934d1 - sharded_slab::pool_tests::dont_drop_across_threads::{{closure}}::hc84f9d07fe3104e9
at src/pool_tests.rs:61
33: 0x10746eba1 - core::ops::function::FnOnce::call_once::h7c63b655f1c46ac7
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libcore/ops/function.rs:232
34: 0x1074e729e - <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once::h44c450ea090845aa
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/liballoc/boxed.rs:1022
35: 0x10763f5cf - __rust_maybe_catch_panic
at src/libpanic_unwind/lib.rs:78
36: 0x107500b65 - std::panicking::try::h1620ecb5b7a75893
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libstd/panicking.rs:270
37: 0x107500b65 - std::panic::catch_unwind::hca8c9ad72ace49c4
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libstd/panic.rs:394
38: 0x107500b65 - test::run_test_in_process::hf305adc5205eea05
at src/libtest/lib.rs:567
39: 0x107500b65 - test::run_test::run_test_inner::{{closure}}::h433eeed657bd4954
at src/libtest/lib.rs:474
40: 0x107500306 - test::run_test::run_test_inner::hd3c749fe713f4161
at src/libtest/lib.rs:495
41: 0x1074fed93 - test::run_test::h31056f94b663c3d8
at src/libtest/lib.rs:531
42: 0x1074f6553 - test::run_tests::ha5b698b4c91a812a
at src/libtest/lib.rs:300
43: 0x1074f6553 - test::console::run_tests_console::h545b124255c0ce7d
at src/libtest/console.rs:295
44: 0x1074fbe73 - test::test_main::h2b8f9c31b9d9a709
at src/libtest/lib.rs:121
45: 0x1074fcecf - test::test_main_static::h088ca2efc00e288e
at src/libtest/lib.rs:140
46: 0x1073a22f8 - sharded_slab::main::h77cc3570db339d2f
47: 0x107395102 - std::rt::lang_start::{{closure}}::h2117ea30b14aa19c
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libstd/rt.rs:67
48: 0x1076382e8 - std::rt::lang_start_internal::{{closure}}::h04f5bc1b8502155f
at src/libstd/rt.rs:52
49: 0x1076382e8 - std::panicking::try::do_call::h77eb563f55a56484
at src/libstd/panicking.rs:292
50: 0x10763f5cf - __rust_maybe_catch_panic
at src/libpanic_unwind/lib.rs:78
51: 0x107638cbe - std::panicking::try::h989c79f60ffdf02a
at src/libstd/panicking.rs:270
52: 0x107638cbe - std::panic::catch_unwind::hd3f56528916c87b0
at src/libstd/panic.rs:394
53: 0x107638cbe - std::rt::lang_start_internal::h3d261fac4b6382f2
at src/libstd/rt.rs:51
54: 0x1073950e2 - std::rt::lang_start::h35d23f6b31cc23e9
at /rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8/src/libstd/rt.rs:67
55: 0x1073a2322 - sharded_slab::main::h77cc3570db339d2f
t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment