Oct 21 17:28:30.824 INFO checking havlenapetr/quadientevents against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:28:30.825 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 17:28:31.248 INFO blam! fd4491253c4d836674e08d4115b032e3b7837ddb0cc655cb739aaba7733eb7e7 Oct 21 17:28:31.253 INFO running `"docker" "start" "-a" "fd4491253c4d836674e08d4115b032e3b7837ddb0cc655cb739aaba7733eb7e7"` Oct 21 17:28:32.541 INFO kablam! usermod: no changes Oct 21 17:28:32.668 INFO kablam! Compiling openssl-sys v0.9.17 Oct 21 17:28:32.671 INFO kablam! Compiling curl-sys v0.3.14 Oct 21 17:28:32.671 INFO kablam! Checking socket2 v0.2.2 Oct 21 17:28:36.646 INFO kablam! Checking curl v0.4.8 Oct 21 17:28:38.056 INFO kablam! Checking quadientevents v0.1.0 (/source) Oct 21 17:28:40.341 INFO kablam! warning: function is never used: `load_from_file` Oct 21 17:28:40.341 INFO kablam! --> src/task.rs:76:1 Oct 21 17:28:40.341 INFO kablam! | Oct 21 17:28:40.342 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 21 17:28:40.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.342 INFO kablam! | Oct 21 17:28:40.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:28:40.343 INFO kablam! Oct 21 17:28:40.343 INFO kablam! warning: function is never used: `load_from_str` Oct 21 17:28:40.343 INFO kablam! --> src/task.rs:83:1 Oct 21 17:28:40.344 INFO kablam! | Oct 21 17:28:40.344 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 21 17:28:40.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.345 INFO kablam! Oct 21 17:28:40.345 INFO kablam! warning: method is never used: `get_rows` Oct 21 17:28:40.345 INFO kablam! --> src/map.rs:76:5 Oct 21 17:28:40.346 INFO kablam! | Oct 21 17:28:40.346 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 21 17:28:40.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.346 INFO kablam! Oct 21 17:28:40.347 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 21 17:28:40.347 INFO kablam! --> src/task.rs:76:23 Oct 21 17:28:40.347 INFO kablam! | Oct 21 17:28:40.348 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 21 17:28:40.348 INFO kablam! | ^^^^^^^^ Oct 21 17:28:40.348 INFO kablam! | Oct 21 17:28:40.349 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 17:28:40.349 INFO kablam! Oct 21 17:28:40.349 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:28:40.349 INFO kablam! --> src/task.rs:79:5 Oct 21 17:28:40.350 INFO kablam! | Oct 21 17:28:40.350 INFO kablam! 79 | f.read_to_string(&mut json); Oct 21 17:28:40.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.351 INFO kablam! | Oct 21 17:28:40.351 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:28:40.351 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:28:40.352 INFO kablam! Oct 21 17:28:40.352 INFO kablam! warning: comparison is useless due to type limits Oct 21 17:28:40.352 INFO kablam! --> src/map.rs:86:23 Oct 21 17:28:40.352 INFO kablam! | Oct 21 17:28:40.353 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 21 17:28:40.353 INFO kablam! | ^^^^^^^ Oct 21 17:28:40.353 INFO kablam! | Oct 21 17:28:40.353 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 21 17:28:40.354 INFO kablam! Oct 21 17:28:40.354 INFO kablam! warning: comparison is useless due to type limits Oct 21 17:28:40.354 INFO kablam! --> src/map.rs:91:23 Oct 21 17:28:40.355 INFO kablam! | Oct 21 17:28:40.355 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 21 17:28:40.355 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:28:40.355 INFO kablam! Oct 21 17:28:40.356 INFO kablam! warning: comparison is useless due to type limits Oct 21 17:28:40.356 INFO kablam! --> src/map.rs:92:23 Oct 21 17:28:40.356 INFO kablam! | Oct 21 17:28:40.357 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 21 17:28:40.357 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:28:40.357 INFO kablam! Oct 21 17:28:40.396 INFO kablam! warning: function is never used: `load_from_file` Oct 21 17:28:40.396 INFO kablam! --> tests/../src/task.rs:76:1 Oct 21 17:28:40.396 INFO kablam! | Oct 21 17:28:40.396 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 21 17:28:40.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.396 INFO kablam! | Oct 21 17:28:40.396 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:28:40.396 INFO kablam! Oct 21 17:28:40.396 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 21 17:28:40.396 INFO kablam! --> tests/../src/task.rs:76:23 Oct 21 17:28:40.396 INFO kablam! | Oct 21 17:28:40.396 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 21 17:28:40.396 INFO kablam! | ^^^^^^^^ Oct 21 17:28:40.396 INFO kablam! | Oct 21 17:28:40.396 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 17:28:40.396 INFO kablam! Oct 21 17:28:40.396 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:28:40.396 INFO kablam! --> tests/../src/task.rs:79:5 Oct 21 17:28:40.396 INFO kablam! | Oct 21 17:28:40.396 INFO kablam! 79 | f.read_to_string(&mut json); Oct 21 17:28:40.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.396 INFO kablam! | Oct 21 17:28:40.396 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:28:40.396 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:28:40.396 INFO kablam! Oct 21 17:28:40.396 INFO kablam! warning: comparison is useless due to type limits Oct 21 17:28:40.396 INFO kablam! --> tests/../src/map.rs:86:23 Oct 21 17:28:40.396 INFO kablam! | Oct 21 17:28:40.396 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 21 17:28:40.396 INFO kablam! | ^^^^^^^ Oct 21 17:28:40.396 INFO kablam! | Oct 21 17:28:40.396 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 21 17:28:40.396 INFO kablam! Oct 21 17:28:40.396 INFO kablam! warning: comparison is useless due to type limits Oct 21 17:28:40.397 INFO kablam! --> tests/../src/map.rs:91:23 Oct 21 17:28:40.397 INFO kablam! | Oct 21 17:28:40.397 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 21 17:28:40.397 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:28:40.397 INFO kablam! Oct 21 17:28:40.397 INFO kablam! warning: comparison is useless due to type limits Oct 21 17:28:40.397 INFO kablam! --> tests/../src/map.rs:92:23 Oct 21 17:28:40.397 INFO kablam! | Oct 21 17:28:40.397 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 21 17:28:40.397 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:28:40.397 INFO kablam! Oct 21 17:28:40.619 INFO kablam! warning: function is never used: `load_from_file` Oct 21 17:28:40.619 INFO kablam! --> src/task.rs:76:1 Oct 21 17:28:40.619 INFO kablam! | Oct 21 17:28:40.619 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 21 17:28:40.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.619 INFO kablam! | Oct 21 17:28:40.619 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:28:40.619 INFO kablam! Oct 21 17:28:40.619 INFO kablam! warning: function is never used: `load_from_str` Oct 21 17:28:40.619 INFO kablam! --> src/task.rs:83:1 Oct 21 17:28:40.619 INFO kablam! | Oct 21 17:28:40.619 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 21 17:28:40.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.619 INFO kablam! Oct 21 17:28:40.619 INFO kablam! warning: method is never used: `get_rows` Oct 21 17:28:40.619 INFO kablam! --> src/map.rs:76:5 Oct 21 17:28:40.619 INFO kablam! | Oct 21 17:28:40.619 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 21 17:28:40.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.619 INFO kablam! Oct 21 17:28:40.619 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 21 17:28:40.619 INFO kablam! --> src/task.rs:76:23 Oct 21 17:28:40.619 INFO kablam! | Oct 21 17:28:40.619 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 21 17:28:40.619 INFO kablam! | ^^^^^^^^ Oct 21 17:28:40.619 INFO kablam! | Oct 21 17:28:40.619 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 17:28:40.620 INFO kablam! Oct 21 17:28:40.620 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:28:40.620 INFO kablam! --> src/task.rs:79:5 Oct 21 17:28:40.620 INFO kablam! | Oct 21 17:28:40.620 INFO kablam! 79 | f.read_to_string(&mut json); Oct 21 17:28:40.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:28:40.620 INFO kablam! | Oct 21 17:28:40.620 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:28:40.620 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:28:40.620 INFO kablam! Oct 21 17:28:40.620 INFO kablam! warning: comparison is useless due to type limits Oct 21 17:28:40.620 INFO kablam! --> src/map.rs:86:23 Oct 21 17:28:40.620 INFO kablam! | Oct 21 17:28:40.620 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 21 17:28:40.620 INFO kablam! | ^^^^^^^ Oct 21 17:28:40.620 INFO kablam! | Oct 21 17:28:40.620 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 21 17:28:40.620 INFO kablam! Oct 21 17:28:40.620 INFO kablam! warning: comparison is useless due to type limits Oct 21 17:28:40.620 INFO kablam! --> src/map.rs:91:23 Oct 21 17:28:40.620 INFO kablam! | Oct 21 17:28:40.620 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 21 17:28:40.620 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:28:40.620 INFO kablam! Oct 21 17:28:40.620 INFO kablam! warning: comparison is useless due to type limits Oct 21 17:28:40.620 INFO kablam! --> src/map.rs:92:23 Oct 21 17:28:40.620 INFO kablam! | Oct 21 17:28:40.620 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 21 17:28:40.620 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:28:40.620 INFO kablam! Oct 21 17:28:40.630 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.06s Oct 21 17:28:40.636 INFO kablam! su: No module specific data is present Oct 21 17:28:41.633 INFO running `"docker" "rm" "-f" "fd4491253c4d836674e08d4115b032e3b7837ddb0cc655cb739aaba7733eb7e7"` Oct 21 17:28:41.880 INFO blam! fd4491253c4d836674e08d4115b032e3b7837ddb0cc655cb739aaba7733eb7e7