Oct 10 22:12:19.631 INFO testing havlenapetr/quadientevents against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:12:19.631 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:12:19.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:12:20.201 INFO blam! 3006abce093b168e92b64eefceef9452dab5495fd4e50a15b9722455bab232c1 Oct 10 22:12:20.202 INFO running `"docker" "start" "-a" "3006abce093b168e92b64eefceef9452dab5495fd4e50a15b9722455bab232c1"` Oct 10 22:12:21.440 INFO kablam! usermod: no changes Oct 10 22:12:21.589 INFO kablam! Compiling libz-sys v1.0.16 Oct 10 22:12:21.589 INFO kablam! Compiling curl-sys v0.3.14 Oct 10 22:12:21.589 INFO kablam! Compiling socket2 v0.2.2 Oct 10 22:12:27.172 INFO kablam! Compiling curl v0.4.8 Oct 10 22:12:30.498 INFO kablam! Compiling quadientevents v0.1.0 (/source) Oct 10 22:12:32.248 INFO kablam! warning: function is never used: `load_from_file` Oct 10 22:12:32.248 INFO kablam! --> src/task.rs:76:1 Oct 10 22:12:32.248 INFO kablam! | Oct 10 22:12:32.248 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 10 22:12:32.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:32.248 INFO kablam! | Oct 10 22:12:32.248 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:12:32.248 INFO kablam! Oct 10 22:12:32.248 INFO kablam! warning: function is never used: `load_from_str` Oct 10 22:12:32.248 INFO kablam! --> src/task.rs:83:1 Oct 10 22:12:32.248 INFO kablam! | Oct 10 22:12:32.248 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 10 22:12:32.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:32.248 INFO kablam! Oct 10 22:12:32.248 INFO kablam! warning: method is never used: `get_rows` Oct 10 22:12:32.248 INFO kablam! --> src/map.rs:76:5 Oct 10 22:12:32.248 INFO kablam! | Oct 10 22:12:32.248 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 10 22:12:32.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:32.249 INFO kablam! Oct 10 22:12:32.254 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 10 22:12:32.254 INFO kablam! --> src/task.rs:76:23 Oct 10 22:12:32.254 INFO kablam! | Oct 10 22:12:32.254 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 10 22:12:32.254 INFO kablam! | ^^^^^^^^ Oct 10 22:12:32.254 INFO kablam! | Oct 10 22:12:32.254 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 22:12:32.254 INFO kablam! Oct 10 22:12:32.254 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 22:12:32.254 INFO kablam! --> src/task.rs:79:5 Oct 10 22:12:32.254 INFO kablam! | Oct 10 22:12:32.254 INFO kablam! 79 | f.read_to_string(&mut json); Oct 10 22:12:32.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:32.254 INFO kablam! | Oct 10 22:12:32.254 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 22:12:32.254 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 22:12:32.254 INFO kablam! Oct 10 22:12:32.264 INFO kablam! warning: comparison is useless due to type limits Oct 10 22:12:32.264 INFO kablam! --> src/map.rs:86:23 Oct 10 22:12:32.264 INFO kablam! | Oct 10 22:12:32.264 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 10 22:12:32.264 INFO kablam! | ^^^^^^^ Oct 10 22:12:32.264 INFO kablam! | Oct 10 22:12:32.264 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 10 22:12:32.264 INFO kablam! Oct 10 22:12:32.264 INFO kablam! warning: comparison is useless due to type limits Oct 10 22:12:32.264 INFO kablam! --> src/map.rs:91:23 Oct 10 22:12:32.264 INFO kablam! | Oct 10 22:12:32.264 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 10 22:12:32.264 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:12:32.264 INFO kablam! Oct 10 22:12:32.264 INFO kablam! warning: comparison is useless due to type limits Oct 10 22:12:32.264 INFO kablam! --> src/map.rs:92:23 Oct 10 22:12:32.264 INFO kablam! | Oct 10 22:12:32.264 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 10 22:12:32.264 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:12:32.264 INFO kablam! Oct 10 22:12:34.592 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.12s Oct 10 22:12:34.596 INFO kablam! su: No module specific data is present Oct 10 22:12:35.186 INFO running `"docker" "rm" "-f" "3006abce093b168e92b64eefceef9452dab5495fd4e50a15b9722455bab232c1"` Oct 10 22:12:35.452 INFO blam! 3006abce093b168e92b64eefceef9452dab5495fd4e50a15b9722455bab232c1 Oct 10 22:12:35.456 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:12:35.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:12:35.899 INFO blam! 204eedf8d2b40f6bcc21c6eb732822224dc47badac9af9419450fd8aae75a7a1 Oct 10 22:12:35.900 INFO running `"docker" "start" "-a" "204eedf8d2b40f6bcc21c6eb732822224dc47badac9af9419450fd8aae75a7a1"` Oct 10 22:12:36.968 INFO kablam! usermod: no changes Oct 10 22:12:37.072 INFO kablam! Compiling quadientevents v0.1.0 (/source) Oct 10 22:12:40.045 INFO kablam! warning: function is never used: `load_from_file` Oct 10 22:12:40.045 INFO kablam! --> src/task.rs:76:1 Oct 10 22:12:40.045 INFO kablam! | Oct 10 22:12:40.045 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 10 22:12:40.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:40.045 INFO kablam! | Oct 10 22:12:40.046 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:12:40.046 INFO kablam! Oct 10 22:12:40.046 INFO kablam! warning: function is never used: `load_from_str` Oct 10 22:12:40.046 INFO kablam! --> src/task.rs:83:1 Oct 10 22:12:40.046 INFO kablam! | Oct 10 22:12:40.046 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 10 22:12:40.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:40.046 INFO kablam! Oct 10 22:12:40.046 INFO kablam! warning: method is never used: `get_rows` Oct 10 22:12:40.046 INFO kablam! --> src/map.rs:76:5 Oct 10 22:12:40.046 INFO kablam! | Oct 10 22:12:40.046 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 10 22:12:40.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:40.046 INFO kablam! Oct 10 22:12:40.049 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 10 22:12:40.049 INFO kablam! --> src/task.rs:76:23 Oct 10 22:12:40.049 INFO kablam! | Oct 10 22:12:40.049 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 10 22:12:40.049 INFO kablam! | ^^^^^^^^ Oct 10 22:12:40.049 INFO kablam! | Oct 10 22:12:40.049 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 22:12:40.049 INFO kablam! Oct 10 22:12:40.049 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 22:12:40.049 INFO kablam! --> src/task.rs:79:5 Oct 10 22:12:40.049 INFO kablam! | Oct 10 22:12:40.049 INFO kablam! 79 | f.read_to_string(&mut json); Oct 10 22:12:40.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:40.049 INFO kablam! | Oct 10 22:12:40.050 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 22:12:40.050 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 22:12:40.050 INFO kablam! Oct 10 22:12:40.052 INFO kablam! warning: comparison is useless due to type limits Oct 10 22:12:40.052 INFO kablam! --> src/map.rs:86:23 Oct 10 22:12:40.052 INFO kablam! | Oct 10 22:12:40.052 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 10 22:12:40.053 INFO kablam! | ^^^^^^^ Oct 10 22:12:40.053 INFO kablam! | Oct 10 22:12:40.053 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 10 22:12:40.053 INFO kablam! Oct 10 22:12:40.053 INFO kablam! warning: comparison is useless due to type limits Oct 10 22:12:40.053 INFO kablam! --> src/map.rs:91:23 Oct 10 22:12:40.053 INFO kablam! | Oct 10 22:12:40.053 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 10 22:12:40.053 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:12:40.053 INFO kablam! Oct 10 22:12:40.053 INFO kablam! warning: comparison is useless due to type limits Oct 10 22:12:40.053 INFO kablam! --> src/map.rs:92:23 Oct 10 22:12:40.053 INFO kablam! | Oct 10 22:12:40.053 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 10 22:12:40.053 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:12:40.053 INFO kablam! Oct 10 22:12:40.093 INFO kablam! warning: function is never used: `load_from_file` Oct 10 22:12:40.094 INFO kablam! --> tests/../src/task.rs:76:1 Oct 10 22:12:40.096 INFO kablam! | Oct 10 22:12:40.097 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 10 22:12:40.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:40.097 INFO kablam! | Oct 10 22:12:40.097 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:12:40.098 INFO kablam! Oct 10 22:12:40.104 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 10 22:12:40.105 INFO kablam! --> tests/../src/task.rs:76:23 Oct 10 22:12:40.105 INFO kablam! | Oct 10 22:12:40.105 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 10 22:12:40.106 INFO kablam! | ^^^^^^^^ Oct 10 22:12:40.106 INFO kablam! | Oct 10 22:12:40.106 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 22:12:40.107 INFO kablam! Oct 10 22:12:40.107 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 22:12:40.107 INFO kablam! --> tests/../src/task.rs:79:5 Oct 10 22:12:40.108 INFO kablam! | Oct 10 22:12:40.108 INFO kablam! 79 | f.read_to_string(&mut json); Oct 10 22:12:40.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:12:40.109 INFO kablam! | Oct 10 22:12:40.109 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 22:12:40.110 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 22:12:40.110 INFO kablam! Oct 10 22:12:40.124 INFO kablam! warning: comparison is useless due to type limits Oct 10 22:12:40.124 INFO kablam! --> tests/../src/map.rs:86:23 Oct 10 22:12:40.124 INFO kablam! | Oct 10 22:12:40.125 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 10 22:12:40.125 INFO kablam! | ^^^^^^^ Oct 10 22:12:40.125 INFO kablam! | Oct 10 22:12:40.125 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 10 22:12:40.125 INFO kablam! Oct 10 22:12:40.125 INFO kablam! warning: comparison is useless due to type limits Oct 10 22:12:40.125 INFO kablam! --> tests/../src/map.rs:91:23 Oct 10 22:12:40.125 INFO kablam! | Oct 10 22:12:40.125 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 10 22:12:40.125 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:12:40.125 INFO kablam! Oct 10 22:12:40.125 INFO kablam! warning: comparison is useless due to type limits Oct 10 22:12:40.125 INFO kablam! --> tests/../src/map.rs:92:23 Oct 10 22:12:40.125 INFO kablam! | Oct 10 22:12:40.125 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 10 22:12:40.125 INFO kablam! | ^^^^^^^^^^^^ Oct 10 22:12:40.125 INFO kablam! Oct 10 22:12:43.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.08s Oct 10 22:12:43.088 INFO kablam! su: No module specific data is present Oct 10 22:12:43.876 INFO running `"docker" "rm" "-f" "204eedf8d2b40f6bcc21c6eb732822224dc47badac9af9419450fd8aae75a7a1"` Oct 10 22:12:44.232 INFO blam! 204eedf8d2b40f6bcc21c6eb732822224dc47badac9af9419450fd8aae75a7a1 Oct 10 22:12:44.240 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:12:44.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:12:44.640 INFO blam! a2f51e9aba68e07796ac7d6618005bb1a0fccd0f6e70f017edeca196a21cd1cb Oct 10 22:12:44.642 INFO running `"docker" "start" "-a" "a2f51e9aba68e07796ac7d6618005bb1a0fccd0f6e70f017edeca196a21cd1cb"` Oct 10 22:12:46.131 INFO kablam! usermod: no changes Oct 10 22:12:46.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 22:12:46.236 INFO kablam! Running /target/debug/deps/quadientevents-4d86d574147266ec Oct 10 22:12:46.245 INFO kablam! Running /target/debug/deps/tests-b9ba01a5b12a9481 Oct 10 22:12:46.245 INFO blam! Oct 10 22:12:46.245 INFO blam! running 0 tests Oct 10 22:12:46.245 INFO blam! Oct 10 22:12:46.245 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:12:46.245 INFO blam! Oct 10 22:12:46.364 INFO blam! Oct 10 22:12:46.364 INFO blam! running 5 tests Oct 10 22:12:46.389 INFO blam! test tests::algorithm_result ... ok Oct 10 22:12:46.392 INFO blam! test tests::get_rows_count ... ok Oct 10 22:12:46.393 INFO blam! test tests::get_node_returns_right_node_for_position ... ok Oct 10 22:12:46.578 INFO blam! test tests::algorithm_test_against_url ... FAILED Oct 10 22:12:47.342 INFO blam! test tests::algorithm_speed_must_be_under_5_seconds ... ok Oct 10 22:12:47.342 INFO blam! Oct 10 22:12:47.342 INFO blam! failures: Oct 10 22:12:47.342 INFO blam! Oct 10 22:12:47.342 INFO blam! ---- tests::algorithm_test_against_url stdout ---- Oct 10 22:12:47.342 INFO blam! thread 'tests::algorithm_test_against_url' panicked at 'called `Result::unwrap()` on an `Err` value: Error { description: "Couldn\'t resolve host name", code: 6, extra: Some("Could not resolve host: tasks-rad.quadient.com") }', libcore/result.rs:1009:5 Oct 10 22:12:47.342 INFO blam! stack backtrace: Oct 10 22:12:47.342 INFO blam! 0: 0x556d2cf724fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 22:12:47.342 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 22:12:47.342 INFO blam! 1: 0x556d2cf7b5a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 22:12:47.342 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 22:12:47.342 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 22:12:47.342 INFO blam! 2: 0x556d2cf7623d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 22:12:47.342 INFO blam! at libstd/panicking.rs:211 Oct 10 22:12:47.342 INFO blam! 3: 0x556d2cf75f4b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 22:12:47.342 INFO blam! at libstd/panicking.rs:221 Oct 10 22:12:47.342 INFO blam! 4: 0x556d2cf768ec - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 22:12:47.342 INFO blam! at libstd/panicking.rs:476 Oct 10 22:12:47.342 INFO blam! 5: 0x556d2cf764a9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 22:12:47.342 INFO blam! at libstd/panicking.rs:390 Oct 10 22:12:47.342 INFO blam! 6: 0x556d2cf763a5 - rust_begin_unwind Oct 10 22:12:47.342 INFO blam! at libstd/panicking.rs:325 Oct 10 22:12:47.342 INFO blam! 7: 0x556d2cfb986b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 10 22:12:47.342 INFO blam! at libcore/panicking.rs:77 Oct 10 22:12:47.342 INFO blam! 8: 0x556d2cf407b3 - core::result::unwrap_failed::h5999585787c29ff4 Oct 10 22:12:47.342 INFO blam! at libcore/macros.rs:26 Oct 10 22:12:47.342 INFO blam! 9: 0x556d2cec2e34 - >::unwrap::h5d1936c57239c7d4 Oct 10 22:12:47.342 INFO blam! at libcore/result.rs:808 Oct 10 22:12:47.342 INFO blam! 10: 0x556d2ceb8dba - tests::task::get_json_from_url::h6e2819ba66cde3ff Oct 10 22:12:47.342 INFO blam! at tests/../src/task.rs:96 Oct 10 22:12:47.342 INFO blam! 11: 0x556d2ceb8b67 - tests::task::load_from_url::ha993ee9f6608644c Oct 10 22:12:47.342 INFO blam! at tests/../src/task.rs:71 Oct 10 22:12:47.342 INFO blam! 12: 0x556d2cec0da0 - tests::tests::algorithm_test_against_url::h3deaa4e3e42c4877 Oct 10 22:12:47.342 INFO blam! at tests/tests.rs:95 Oct 10 22:12:47.342 INFO blam! 13: 0x556d2cec0d59 - tests::tests::algorithm_test_against_url::{{closure}}::h902fc966b515c309 Oct 10 22:12:47.342 INFO blam! at tests/tests.rs:94 Oct 10 22:12:47.342 INFO blam! 14: 0x556d2cec9e0d - core::ops::function::FnOnce::call_once::hfb7a736157feb4c4 Oct 10 22:12:47.342 INFO blam! at libcore/ops/function.rs:238 Oct 10 22:12:47.342 INFO blam! 15: 0x556d2cee7bee - >::call_box::h95b7cb918af67b5d Oct 10 22:12:47.342 INFO blam! at libtest/lib.rs:1468 Oct 10 22:12:47.342 INFO blam! at libcore/ops/function.rs:238 Oct 10 22:12:47.342 INFO blam! at liballoc/boxed.rs:672 Oct 10 22:12:47.342 INFO blam! 16: 0x556d2cf86779 - __rust_maybe_catch_panic Oct 10 22:12:47.342 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 22:12:47.343 INFO blam! 17: 0x556d2cf0873d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 22:12:47.343 INFO blam! at libstd/panicking.rs:289 Oct 10 22:12:47.343 INFO blam! at libstd/panic.rs:392 Oct 10 22:12:47.343 INFO blam! at libtest/lib.rs:1423 Oct 10 22:12:47.343 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 22:12:47.343 INFO blam! 18: 0x556d2cf09344 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 22:12:47.343 INFO blam! at libstd/thread/mod.rs:409 Oct 10 22:12:47.343 INFO blam! at libstd/panic.rs:313 Oct 10 22:12:47.343 INFO blam! at libstd/panicking.rs:310 Oct 10 22:12:47.343 INFO blam! 19: 0x556d2cf86779 - __rust_maybe_catch_panic Oct 10 22:12:47.343 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 22:12:47.343 INFO blam! 20: 0x556d2cef6906 - >::call_box::h96125cb29a9ba44b Oct 10 22:12:47.343 INFO blam! at libstd/panicking.rs:289 Oct 10 22:12:47.343 INFO blam! at libstd/panic.rs:392 Oct 10 22:12:47.343 INFO blam! at libstd/thread/mod.rs:408 Oct 10 22:12:47.343 INFO blam! at liballoc/boxed.rs:672 Oct 10 22:12:47.343 INFO blam! 21: 0x556d2cf745fa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 22:12:47.343 INFO blam! at liballoc/boxed.rs:682 Oct 10 22:12:47.343 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 22:12:47.343 INFO blam! 22: 0x556d2cf699d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 22:12:47.343 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 22:12:47.343 INFO blam! 23: 0x7f07c8ec26b9 - start_thread Oct 10 22:12:47.343 INFO blam! 24: 0x7f07c89e241c - clone Oct 10 22:12:47.343 INFO blam! 25: 0x0 - Oct 10 22:12:47.343 INFO blam! Oct 10 22:12:47.343 INFO blam! Oct 10 22:12:47.343 INFO blam! failures: Oct 10 22:12:47.343 INFO blam! tests::algorithm_test_against_url Oct 10 22:12:47.343 INFO blam! Oct 10 22:12:47.343 INFO blam! test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:12:47.343 INFO blam! Oct 10 22:12:47.357 INFO kablam! error: test failed, to rerun pass '--test tests' Oct 10 22:12:47.358 INFO kablam! su: No module specific data is present Oct 10 22:12:47.972 INFO running `"docker" "rm" "-f" "a2f51e9aba68e07796ac7d6618005bb1a0fccd0f6e70f017edeca196a21cd1cb"` Oct 10 22:12:48.304 INFO blam! a2f51e9aba68e07796ac7d6618005bb1a0fccd0f6e70f017edeca196a21cd1cb