Oct 10 15:04:27.411 INFO testing sgrif/cotli-helper against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:04:27.411 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:04:27.411 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:04:27.923 INFO blam! b979f1c97ebd7998f9582985cb060aab594e9a75f26b235506bb5d19fc811eea Oct 10 15:04:27.927 INFO running `"docker" "start" "-a" "b979f1c97ebd7998f9582985cb060aab594e9a75f26b235506bb5d19fc811eea"` Oct 10 15:04:29.152 INFO kablam! usermod: no changes Oct 10 15:04:29.212 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 15:04:29.213 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 15:04:29.213 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 15:04:29.213 INFO kablam! files will be included as a test target: Oct 10 15:04:29.214 INFO kablam! Oct 10 15:04:29.214 INFO kablam! * /source/tests/support.rs Oct 10 15:04:29.214 INFO kablam! Oct 10 15:04:29.215 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 15:04:29.215 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 15:04:29.215 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 15:04:29.215 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 15:04:29.216 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 15:04:29.216 INFO kablam! Oct 10 15:04:29.216 INFO kablam! For more information on this warning you can consult Oct 10 15:04:29.217 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 15:04:29.308 INFO kablam! Compiling cotli-helper v0.1.0 (/source) Oct 10 15:04:31.588 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 15:04:31.588 INFO kablam! --> src/aura/mod.rs:119:14 Oct 10 15:04:31.588 INFO kablam! | Oct 10 15:04:31.588 INFO kablam! 119 | (0.0, _, None) => true, Oct 10 15:04:31.588 INFO kablam! | ^^^ Oct 10 15:04:31.588 INFO kablam! | Oct 10 15:04:31.588 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 10 15:04:31.588 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 15:04:31.588 INFO kablam! = note: for more information, see issue #41620 Oct 10 15:04:31.588 INFO kablam! Oct 10 15:04:31.617 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 15:04:31.617 INFO kablam! --> src/aura/mod.rs:119:14 Oct 10 15:04:31.617 INFO kablam! | Oct 10 15:04:31.617 INFO kablam! 119 | (0.0, _, None) => true, Oct 10 15:04:31.617 INFO kablam! | ^^^ Oct 10 15:04:31.617 INFO kablam! | Oct 10 15:04:31.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 15:04:31.617 INFO kablam! = note: for more information, see issue #41620 Oct 10 15:04:31.617 INFO kablam! Oct 10 15:04:32.048 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 15:04:32.048 INFO kablam! --> src/lib.rs:2:12 Oct 10 15:04:32.048 INFO kablam! | Oct 10 15:04:32.048 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 15:04:32.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:04:32.048 INFO kablam! | Oct 10 15:04:32.048 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 15:04:32.048 INFO kablam! Oct 10 15:04:39.778 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.60s Oct 10 15:04:39.792 INFO kablam! su: No module specific data is present Oct 10 15:04:40.432 INFO running `"docker" "rm" "-f" "b979f1c97ebd7998f9582985cb060aab594e9a75f26b235506bb5d19fc811eea"` Oct 10 15:04:40.844 INFO blam! b979f1c97ebd7998f9582985cb060aab594e9a75f26b235506bb5d19fc811eea Oct 10 15:04:40.848 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:04:40.848 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:04:41.346 INFO blam! 565db6c3e821a6c642bd96d67e5e79ac8f6a62623371aa5c747a104cbbc61a01 Oct 10 15:04:41.348 INFO running `"docker" "start" "-a" "565db6c3e821a6c642bd96d67e5e79ac8f6a62623371aa5c747a104cbbc61a01"` Oct 10 15:04:42.679 INFO kablam! usermod: no changes Oct 10 15:04:42.724 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 15:04:42.725 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 15:04:42.725 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 15:04:42.725 INFO kablam! files will be included as a test target: Oct 10 15:04:42.725 INFO kablam! Oct 10 15:04:42.725 INFO kablam! * /source/tests/support.rs Oct 10 15:04:42.725 INFO kablam! Oct 10 15:04:42.726 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 15:04:42.726 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 15:04:42.726 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 15:04:42.726 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 15:04:42.726 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 15:04:42.726 INFO kablam! Oct 10 15:04:42.726 INFO kablam! For more information on this warning you can consult Oct 10 15:04:42.727 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 15:04:42.788 INFO kablam! Compiling cotli-helper v0.1.0 (/source) Oct 10 15:04:48.429 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 15:04:48.429 INFO kablam! --> src/aura/mod.rs:119:14 Oct 10 15:04:48.429 INFO kablam! | Oct 10 15:04:48.429 INFO kablam! 119 | (0.0, _, None) => true, Oct 10 15:04:48.429 INFO kablam! | ^^^ Oct 10 15:04:48.429 INFO kablam! | Oct 10 15:04:48.429 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 10 15:04:48.429 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 15:04:48.429 INFO kablam! = note: for more information, see issue #41620 Oct 10 15:04:48.429 INFO kablam! Oct 10 15:04:48.467 INFO kablam! warning: floating-point types cannot be used in patterns Oct 10 15:04:48.467 INFO kablam! --> src/aura/mod.rs:119:14 Oct 10 15:04:48.467 INFO kablam! | Oct 10 15:04:48.467 INFO kablam! 119 | (0.0, _, None) => true, Oct 10 15:04:48.467 INFO kablam! | ^^^ Oct 10 15:04:48.467 INFO kablam! | Oct 10 15:04:48.467 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 15:04:48.467 INFO kablam! = note: for more information, see issue #41620 Oct 10 15:04:48.468 INFO kablam! Oct 10 15:04:49.076 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 15:04:49.076 INFO kablam! --> src/lib.rs:2:12 Oct 10 15:04:49.076 INFO kablam! | Oct 10 15:04:49.076 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 15:04:49.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:04:49.076 INFO kablam! | Oct 10 15:04:49.076 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 15:04:49.076 INFO kablam! Oct 10 15:04:54.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.72s Oct 10 15:04:54.436 INFO kablam! su: No module specific data is present Oct 10 15:04:55.105 INFO running `"docker" "rm" "-f" "565db6c3e821a6c642bd96d67e5e79ac8f6a62623371aa5c747a104cbbc61a01"` Oct 10 15:04:55.412 INFO blam! 565db6c3e821a6c642bd96d67e5e79ac8f6a62623371aa5c747a104cbbc61a01 Oct 10 15:04:55.424 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:04:55.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:04:55.924 INFO blam! a2d6653258e3216fd9755684f83caa241e5e0f49e4edd5d3c65bebf544ea720f Oct 10 15:04:55.929 INFO running `"docker" "start" "-a" "a2d6653258e3216fd9755684f83caa241e5e0f49e4edd5d3c65bebf544ea720f"` Oct 10 15:04:56.984 INFO kablam! usermod: no changes Oct 10 15:04:57.028 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 10 15:04:57.028 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 10 15:04:57.028 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 15:04:57.028 INFO kablam! files will be included as a test target: Oct 10 15:04:57.028 INFO kablam! Oct 10 15:04:57.028 INFO kablam! * /source/tests/support.rs Oct 10 15:04:57.028 INFO kablam! Oct 10 15:04:57.028 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 15:04:57.028 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 10 15:04:57.029 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 10 15:04:57.029 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 15:04:57.029 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 15:04:57.029 INFO kablam! Oct 10 15:04:57.029 INFO kablam! For more information on this warning you can consult Oct 10 15:04:57.029 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 15:04:57.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 10 15:04:57.108 INFO kablam! Running /target/debug/deps/cotli_helper-6a75a4c99722ed7e Oct 10 15:04:57.109 INFO blam! Oct 10 15:04:57.109 INFO blam! running 13 tests Oct 10 15:04:57.109 INFO blam! test formation::coordinate::test_descent_into_darkness_formation_has_correct_adjacency_numbers ... ok Oct 10 15:04:57.109 INFO blam! test dps::multiply_by_level_is_straight_multiplier ... ok Oct 10 15:04:57.109 INFO blam! test formation::coordinate::test_ghostbeards_greed_formation_has_correct_adjacency_numbers ... ok Oct 10 15:04:57.112 INFO blam! test dps::multiply_by_level_adds_4x_for_every_25_past_200 ... ok Oct 10 15:04:57.112 INFO blam! test formation::coordinate::test_worlds_wake_formation_has_correct_adjacency_numbers ... ok Oct 10 15:04:57.121 INFO blam! test formation::coordinate::test_grimms_idle_tales_formation_has_correct_adjacency_numbers ... ok Oct 10 15:04:57.121 INFO blam! test formation_search::fill_formation_randomly_stops_when_no_more_crusaders ... ok Oct 10 15:04:57.121 INFO blam! test formation_search::expanding_expandable_node_always_adds_new_child ... ok Oct 10 15:04:57.121 INFO blam! test formation_search::expand_eventually_completes_node ... ok Oct 10 15:04:57.121 INFO blam! test formation_search::fill_formation_randomly_fills_formation_until_formation_is_full ... ok Oct 10 15:04:57.121 INFO blam! test formation_search::expanding_updates_highest_dps_seen ... ok Oct 10 15:04:57.153 INFO blam! test formation_search::benchmarks::bench_expand_root_node ... FAILED Oct 10 15:04:57.153 INFO kablam! error: test failed, to rerun pass '--lib' Oct 10 15:04:57.153 INFO blam! test formation_search::benchmarks::bench_search_root_after_1k_expands ... FAILED Oct 10 15:04:57.153 INFO blam! Oct 10 15:04:57.153 INFO blam! failures: Oct 10 15:04:57.153 INFO blam! Oct 10 15:04:57.153 INFO blam! ---- formation_search::benchmarks::bench_expand_root_node stdout ---- Oct 10 15:04:57.153 INFO blam! thread 'formation_search::benchmarks::bench_expand_root_node' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 15:04:57.153 INFO blam! stack backtrace: Oct 10 15:04:57.153 INFO blam! 0: 0x55b7c9a0a10e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 15:04:57.153 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 15:04:57.153 INFO blam! 1: 0x55b7c9a13096 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 15:04:57.153 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 15:04:57.153 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 15:04:57.153 INFO blam! 2: 0x55b7c9a0dd0d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 15:04:57.153 INFO blam! at libstd/panicking.rs:211 Oct 10 15:04:57.153 INFO blam! 3: 0x55b7c9a0da1b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 15:04:57.153 INFO blam! at libstd/panicking.rs:221 Oct 10 15:04:57.153 INFO blam! 4: 0x55b7c9a0e3bc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 15:04:57.153 INFO blam! at libstd/panicking.rs:476 Oct 10 15:04:57.153 INFO blam! 5: 0x55b7c9a0df79 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 15:04:57.153 INFO blam! at libstd/panicking.rs:390 Oct 10 15:04:57.153 INFO blam! 6: 0x55b7c9a0de75 - rust_begin_unwind Oct 10 15:04:57.153 INFO blam! at libstd/panicking.rs:325 Oct 10 15:04:57.153 INFO blam! 7: 0x55b7c9a5316b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 15:04:57.153 INFO blam! at libcore/panicking.rs:77 Oct 10 15:04:57.153 INFO blam! 8: 0x55b7c99ebe83 - core::result::unwrap_failed::h226bad83f73f843e Oct 10 15:04:57.153 INFO blam! at libcore/macros.rs:26 Oct 10 15:04:57.153 INFO blam! 9: 0x55b7c994aaeb - >::unwrap::h05d741552930607d Oct 10 15:04:57.153 INFO blam! at libcore/result.rs:808 Oct 10 15:04:57.153 INFO blam! 10: 0x55b7c98fa6a6 - cotli_helper::create_user_data::hb4084e304d328014 Oct 10 15:04:57.153 INFO blam! at src/lib.rs:33 Oct 10 15:04:57.153 INFO blam! 11: 0x55b7c9930615 - cotli_helper::formation_search::benchmarks::bench_expand_root_node::hb4d1a899975f0622 Oct 10 15:04:57.153 INFO blam! at src/formation_search/mod.rs:397 Oct 10 15:04:57.153 INFO blam! 12: 0x55b7c99303d7 - cotli_helper::formation_search::benchmarks::bench_expand_root_node::{{closure}}::hdb7417a2bf4d8d68 Oct 10 15:04:57.153 INFO blam! at src/formation_search/mod.rs:383 Oct 10 15:04:57.153 INFO blam! 13: 0x55b7c98f0217 - core::ops::function::FnOnce::call_once::h0b5daf086a2aac1e Oct 10 15:04:57.153 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:04:57.153 INFO blam! 14: 0x55b7c996ca07 - >::call_box::hb1424ea919551fa8 Oct 10 15:04:57.153 INFO blam! at libtest/lib.rs:1374 Oct 10 15:04:57.153 INFO blam! at libtest/lib.rs:1576 Oct 10 15:04:57.153 INFO blam! at libtest/lib.rs:1739 Oct 10 15:04:57.153 INFO blam! at libtest/lib.rs:1374 Oct 10 15:04:57.153 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:04:57.153 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:04:57.153 INFO blam! 15: 0x55b7c996c872 - >::call_box::h477ac8c82814e76d Oct 10 15:04:57.153 INFO blam! at libtest/lib.rs:1461 Oct 10 15:04:57.153 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:04:57.153 INFO blam! 16: 0x55b7c9a1e269 - __rust_maybe_catch_panic Oct 10 15:04:57.153 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:04:57.153 INFO blam! 17: 0x55b7c998d5ed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 15:04:57.153 INFO blam! at libstd/panicking.rs:289 Oct 10 15:04:57.153 INFO blam! at libstd/panic.rs:392 Oct 10 15:04:57.153 INFO blam! at libtest/lib.rs:1423 Oct 10 15:04:57.153 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 15:04:57.153 INFO blam! 18: 0x55b7c998e1f4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 15:04:57.153 INFO blam! at libstd/thread/mod.rs:409 Oct 10 15:04:57.153 INFO blam! at libstd/panic.rs:313 Oct 10 15:04:57.153 INFO blam! at libstd/panicking.rs:310 Oct 10 15:04:57.153 INFO blam! 19: 0x55b7c9a1e269 - __rust_maybe_catch_panic Oct 10 15:04:57.153 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:04:57.154 INFO blam! 20: 0x55b7c997b5e6 - >::call_box::h96125cb29a9ba44b Oct 10 15:04:57.154 INFO blam! at libstd/panicking.rs:289 Oct 10 15:04:57.154 INFO blam! at libstd/panic.rs:392 Oct 10 15:04:57.154 INFO blam! at libstd/thread/mod.rs:408 Oct 10 15:04:57.154 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:04:57.154 INFO blam! 21: 0x55b7c9a0c14a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 15:04:57.154 INFO blam! at liballoc/boxed.rs:682 Oct 10 15:04:57.154 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 15:04:57.154 INFO blam! 22: 0x55b7c9a015e5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 15:04:57.154 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 15:04:57.154 INFO blam! 23: 0x7f517a7206b9 - start_thread Oct 10 15:04:57.154 INFO blam! 24: 0x7f517a24041c - clone Oct 10 15:04:57.154 INFO blam! 25: 0x0 - Oct 10 15:04:57.154 INFO blam! Oct 10 15:04:57.154 INFO blam! ---- formation_search::benchmarks::bench_search_root_after_1k_expands stdout ---- Oct 10 15:04:57.154 INFO blam! thread 'formation_search::benchmarks::bench_search_root_after_1k_expands' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 10 15:04:57.154 INFO blam! stack backtrace: Oct 10 15:04:57.154 INFO blam! 0: 0x55b7c9a0a10e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 15:04:57.154 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 15:04:57.154 INFO blam! 1: 0x55b7c9a13096 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 15:04:57.154 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 15:04:57.154 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 15:04:57.154 INFO blam! 2: 0x55b7c9a0dd0d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 15:04:57.154 INFO blam! at libstd/panicking.rs:211 Oct 10 15:04:57.154 INFO blam! 3: 0x55b7c9a0da1b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 15:04:57.154 INFO blam! at libstd/panicking.rs:221 Oct 10 15:04:57.154 INFO blam! 4: 0x55b7c9a0e3bc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 15:04:57.154 INFO blam! at libstd/panicking.rs:476 Oct 10 15:04:57.154 INFO blam! 5: 0x55b7c9a0df79 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 15:04:57.154 INFO blam! at libstd/panicking.rs:390 Oct 10 15:04:57.154 INFO blam! 6: 0x55b7c9a0de75 - rust_begin_unwind Oct 10 15:04:57.154 INFO blam! at libstd/panicking.rs:325 Oct 10 15:04:57.154 INFO blam! 7: 0x55b7c9a5316b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 15:04:57.154 INFO blam! at libcore/panicking.rs:77 Oct 10 15:04:57.154 INFO blam! 8: 0x55b7c99ebe83 - core::result::unwrap_failed::h226bad83f73f843e Oct 10 15:04:57.154 INFO blam! at libcore/macros.rs:26 Oct 10 15:04:57.154 INFO blam! 9: 0x55b7c994aaeb - >::unwrap::h05d741552930607d Oct 10 15:04:57.154 INFO blam! at libcore/result.rs:808 Oct 10 15:04:57.154 INFO blam! 10: 0x55b7c98fa6a6 - cotli_helper::create_user_data::hb4084e304d328014 Oct 10 15:04:57.154 INFO blam! at src/lib.rs:33 Oct 10 15:04:57.154 INFO blam! 11: 0x55b7c9930bdb - cotli_helper::formation_search::benchmarks::bench_search_root_after_1k_expands::hb806f86e29adeb53 Oct 10 15:04:57.154 INFO blam! at src/formation_search/mod.rs:424 Oct 10 15:04:57.154 INFO blam! 12: 0x55b7c9930997 - cotli_helper::formation_search::benchmarks::bench_search_root_after_1k_expands::{{closure}}::h5d64340ba4545372 Oct 10 15:04:57.154 INFO blam! at src/formation_search/mod.rs:410 Oct 10 15:04:57.154 INFO blam! 13: 0x55b7c98f02f7 - core::ops::function::FnOnce::call_once::h5a9354ade87a71f3 Oct 10 15:04:57.154 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:04:57.154 INFO blam! 14: 0x55b7c996ca07 - >::call_box::hb1424ea919551fa8 Oct 10 15:04:57.154 INFO blam! at libtest/lib.rs:1374 Oct 10 15:04:57.154 INFO blam! at libtest/lib.rs:1576 Oct 10 15:04:57.154 INFO blam! at libtest/lib.rs:1739 Oct 10 15:04:57.154 INFO blam! at libtest/lib.rs:1374 Oct 10 15:04:57.154 INFO blam! at libcore/ops/function.rs:238 Oct 10 15:04:57.154 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:04:57.154 INFO blam! 15: 0x55b7c996c872 - >::call_box::h477ac8c82814e76d Oct 10 15:04:57.154 INFO blam! at libtest/lib.rs:1461 Oct 10 15:04:57.154 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:04:57.154 INFO blam! 16: 0x55b7c9a1e269 - __rust_maybe_catch_panic Oct 10 15:04:57.154 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:04:57.154 INFO blam! 17: 0x55b7c998d5ed - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 15:04:57.154 INFO blam! at libstd/panicking.rs:289 Oct 10 15:04:57.154 INFO blam! at libstd/panic.rs:392 Oct 10 15:04:57.154 INFO blam! at libtest/lib.rs:1423 Oct 10 15:04:57.154 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 15:04:57.154 INFO blam! 18: 0x55b7c998e1f4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 15:04:57.154 INFO blam! at libstd/thread/mod.rs:409 Oct 10 15:04:57.154 INFO blam! at libstd/panic.rs:313 Oct 10 15:04:57.154 INFO blam! at libstd/panicking.rs:310 Oct 10 15:04:57.154 INFO blam! 19: 0x55b7c9a1e269 - __rust_maybe_catch_panic Oct 10 15:04:57.154 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 15:04:57.154 INFO blam! 20: 0x55b7c997b5e6 - >::call_box::h96125cb29a9ba44b Oct 10 15:04:57.154 INFO blam! at libstd/panicking.rs:289 Oct 10 15:04:57.154 INFO blam! at libstd/panic.rs:392 Oct 10 15:04:57.154 INFO blam! at libstd/thread/mod.rs:408 Oct 10 15:04:57.154 INFO blam! at liballoc/boxed.rs:672 Oct 10 15:04:57.154 INFO blam! 21: 0x55b7c9a0c14a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 15:04:57.154 INFO blam! at liballoc/boxed.rs:682 Oct 10 15:04:57.154 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 15:04:57.154 INFO blam! 22: 0x55b7c9a015e5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 15:04:57.154 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 15:04:57.154 INFO blam! 23: 0x7f517a7206b9 - start_thread Oct 10 15:04:57.154 INFO blam! 24: 0x7f517a24041c - clone Oct 10 15:04:57.154 INFO blam! 25: 0x0 - Oct 10 15:04:57.154 INFO blam! Oct 10 15:04:57.154 INFO blam! Oct 10 15:04:57.155 INFO blam! failures: Oct 10 15:04:57.155 INFO blam! formation_search::benchmarks::bench_expand_root_node Oct 10 15:04:57.155 INFO blam! formation_search::benchmarks::bench_search_root_after_1k_expands Oct 10 15:04:57.155 INFO blam! Oct 10 15:04:57.155 INFO blam! test result: FAILED. 11 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:04:57.155 INFO blam! Oct 10 15:04:57.180 INFO kablam! su: No module specific data is present Oct 10 15:04:57.740 INFO running `"docker" "rm" "-f" "a2d6653258e3216fd9755684f83caa241e5e0f49e4edd5d3c65bebf544ea720f"` Oct 10 15:04:58.076 INFO blam! a2d6653258e3216fd9755684f83caa241e5e0f49e4edd5d3c65bebf544ea720f