Oct 27 03:58:47.658 INFO checking havlenapetr/quadientevents against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 03:58:47.659 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 03:58:48.164 INFO blam! 18a98e5953ed5288a8e9356f51ebd469154edc8671aa272bc73530692b3ac8d7 Oct 27 03:58:48.171 INFO running `"docker" "start" "-a" "18a98e5953ed5288a8e9356f51ebd469154edc8671aa272bc73530692b3ac8d7"` Oct 27 03:58:49.643 INFO kablam! usermod: no changes Oct 27 03:58:49.795 INFO kablam! Compiling libz-sys v1.0.16 Oct 27 03:58:49.803 INFO kablam! Compiling openssl-sys v0.9.17 Oct 27 03:58:49.803 INFO kablam! Compiling curl-sys v0.3.14 Oct 27 03:58:49.803 INFO kablam! Checking socket2 v0.2.2 Oct 27 03:58:56.288 INFO kablam! Checking curl v0.4.8 Oct 27 03:58:57.855 INFO kablam! Checking quadientevents v0.1.0 (/source) Oct 27 03:59:00.319 INFO kablam! warning: function is never used: `load_from_file` Oct 27 03:59:00.319 INFO kablam! --> tests/../src/task.rs:76:1 Oct 27 03:59:00.319 INFO kablam! | Oct 27 03:59:00.319 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 27 03:59:00.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.319 INFO kablam! | Oct 27 03:59:00.319 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:59:00.319 INFO kablam! Oct 27 03:59:00.327 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 27 03:59:00.327 INFO kablam! --> tests/../src/task.rs:76:23 Oct 27 03:59:00.327 INFO kablam! | Oct 27 03:59:00.327 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 27 03:59:00.327 INFO kablam! | ^^^^^^^^ Oct 27 03:59:00.327 INFO kablam! | Oct 27 03:59:00.327 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 03:59:00.327 INFO kablam! Oct 27 03:59:00.327 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:59:00.327 INFO kablam! --> tests/../src/task.rs:79:5 Oct 27 03:59:00.327 INFO kablam! | Oct 27 03:59:00.327 INFO kablam! 79 | f.read_to_string(&mut json); Oct 27 03:59:00.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.327 INFO kablam! | Oct 27 03:59:00.327 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:59:00.327 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:59:00.327 INFO kablam! Oct 27 03:59:00.339 INFO kablam! warning: comparison is useless due to type limits Oct 27 03:59:00.340 INFO kablam! --> tests/../src/map.rs:86:23 Oct 27 03:59:00.340 INFO kablam! | Oct 27 03:59:00.340 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 27 03:59:00.340 INFO kablam! | ^^^^^^^ Oct 27 03:59:00.340 INFO kablam! | Oct 27 03:59:00.340 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 03:59:00.340 INFO kablam! Oct 27 03:59:00.340 INFO kablam! warning: comparison is useless due to type limits Oct 27 03:59:00.340 INFO kablam! --> tests/../src/map.rs:91:23 Oct 27 03:59:00.340 INFO kablam! | Oct 27 03:59:00.340 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 27 03:59:00.340 INFO kablam! | ^^^^^^^^^^^^ Oct 27 03:59:00.340 INFO kablam! Oct 27 03:59:00.341 INFO kablam! warning: comparison is useless due to type limits Oct 27 03:59:00.341 INFO kablam! --> tests/../src/map.rs:92:23 Oct 27 03:59:00.341 INFO kablam! | Oct 27 03:59:00.341 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 27 03:59:00.341 INFO kablam! | ^^^^^^^^^^^^ Oct 27 03:59:00.341 INFO kablam! Oct 27 03:59:00.527 INFO kablam! warning: function is never used: `load_from_file` Oct 27 03:59:00.527 INFO kablam! --> src/task.rs:76:1 Oct 27 03:59:00.527 INFO kablam! | Oct 27 03:59:00.527 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 27 03:59:00.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.527 INFO kablam! | Oct 27 03:59:00.527 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:59:00.527 INFO kablam! Oct 27 03:59:00.527 INFO kablam! warning: function is never used: `load_from_str` Oct 27 03:59:00.527 INFO kablam! --> src/task.rs:83:1 Oct 27 03:59:00.527 INFO kablam! | Oct 27 03:59:00.527 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 27 03:59:00.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.527 INFO kablam! Oct 27 03:59:00.527 INFO kablam! warning: method is never used: `get_rows` Oct 27 03:59:00.527 INFO kablam! --> src/map.rs:76:5 Oct 27 03:59:00.527 INFO kablam! | Oct 27 03:59:00.527 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 27 03:59:00.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.527 INFO kablam! Oct 27 03:59:00.531 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 27 03:59:00.531 INFO kablam! --> src/task.rs:76:23 Oct 27 03:59:00.531 INFO kablam! | Oct 27 03:59:00.531 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 27 03:59:00.531 INFO kablam! | ^^^^^^^^ Oct 27 03:59:00.531 INFO kablam! | Oct 27 03:59:00.531 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 03:59:00.531 INFO kablam! Oct 27 03:59:00.531 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:59:00.531 INFO kablam! --> src/task.rs:79:5 Oct 27 03:59:00.531 INFO kablam! | Oct 27 03:59:00.531 INFO kablam! 79 | f.read_to_string(&mut json); Oct 27 03:59:00.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.531 INFO kablam! | Oct 27 03:59:00.531 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:59:00.531 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:59:00.531 INFO kablam! Oct 27 03:59:00.531 INFO kablam! warning: comparison is useless due to type limits Oct 27 03:59:00.531 INFO kablam! --> src/map.rs:86:23 Oct 27 03:59:00.531 INFO kablam! | Oct 27 03:59:00.531 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 27 03:59:00.531 INFO kablam! | ^^^^^^^ Oct 27 03:59:00.531 INFO kablam! | Oct 27 03:59:00.531 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 03:59:00.531 INFO kablam! Oct 27 03:59:00.531 INFO kablam! warning: comparison is useless due to type limits Oct 27 03:59:00.531 INFO kablam! --> src/map.rs:91:23 Oct 27 03:59:00.531 INFO kablam! | Oct 27 03:59:00.531 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 27 03:59:00.531 INFO kablam! | ^^^^^^^^^^^^ Oct 27 03:59:00.531 INFO kablam! Oct 27 03:59:00.531 INFO kablam! warning: comparison is useless due to type limits Oct 27 03:59:00.531 INFO kablam! --> src/map.rs:92:23 Oct 27 03:59:00.531 INFO kablam! | Oct 27 03:59:00.531 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 27 03:59:00.531 INFO kablam! | ^^^^^^^^^^^^ Oct 27 03:59:00.531 INFO kablam! Oct 27 03:59:00.939 INFO kablam! warning: function is never used: `load_from_file` Oct 27 03:59:00.939 INFO kablam! --> src/task.rs:76:1 Oct 27 03:59:00.939 INFO kablam! | Oct 27 03:59:00.939 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 27 03:59:00.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.939 INFO kablam! | Oct 27 03:59:00.939 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:59:00.939 INFO kablam! Oct 27 03:59:00.939 INFO kablam! warning: function is never used: `load_from_str` Oct 27 03:59:00.939 INFO kablam! --> src/task.rs:83:1 Oct 27 03:59:00.939 INFO kablam! | Oct 27 03:59:00.939 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 27 03:59:00.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.939 INFO kablam! Oct 27 03:59:00.940 INFO kablam! warning: method is never used: `get_rows` Oct 27 03:59:00.940 INFO kablam! --> src/map.rs:76:5 Oct 27 03:59:00.940 INFO kablam! | Oct 27 03:59:00.940 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 27 03:59:00.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.940 INFO kablam! Oct 27 03:59:00.940 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 27 03:59:00.940 INFO kablam! --> src/task.rs:76:23 Oct 27 03:59:00.940 INFO kablam! | Oct 27 03:59:00.940 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 27 03:59:00.940 INFO kablam! | ^^^^^^^^ Oct 27 03:59:00.940 INFO kablam! | Oct 27 03:59:00.940 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 03:59:00.940 INFO kablam! Oct 27 03:59:00.940 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:59:00.940 INFO kablam! --> src/task.rs:79:5 Oct 27 03:59:00.940 INFO kablam! | Oct 27 03:59:00.940 INFO kablam! 79 | f.read_to_string(&mut json); Oct 27 03:59:00.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:59:00.940 INFO kablam! | Oct 27 03:59:00.940 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:59:00.940 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:59:00.941 INFO kablam! Oct 27 03:59:00.941 INFO kablam! warning: comparison is useless due to type limits Oct 27 03:59:00.941 INFO kablam! --> src/map.rs:86:23 Oct 27 03:59:00.941 INFO kablam! | Oct 27 03:59:00.941 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 27 03:59:00.941 INFO kablam! | ^^^^^^^ Oct 27 03:59:00.941 INFO kablam! | Oct 27 03:59:00.941 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 27 03:59:00.941 INFO kablam! Oct 27 03:59:00.941 INFO kablam! warning: comparison is useless due to type limits Oct 27 03:59:00.941 INFO kablam! --> src/map.rs:91:23 Oct 27 03:59:00.941 INFO kablam! | Oct 27 03:59:00.941 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 27 03:59:00.941 INFO kablam! | ^^^^^^^^^^^^ Oct 27 03:59:00.941 INFO kablam! Oct 27 03:59:00.941 INFO kablam! warning: comparison is useless due to type limits Oct 27 03:59:00.941 INFO kablam! --> src/map.rs:92:23 Oct 27 03:59:00.941 INFO kablam! | Oct 27 03:59:00.941 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 27 03:59:00.941 INFO kablam! | ^^^^^^^^^^^^ Oct 27 03:59:00.941 INFO kablam! Oct 27 03:59:00.942 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.27s Oct 27 03:59:00.954 INFO kablam! su: No module specific data is present Oct 27 03:59:01.623 INFO running `"docker" "rm" "-f" "18a98e5953ed5288a8e9356f51ebd469154edc8671aa272bc73530692b3ac8d7"` Oct 27 03:59:01.913 INFO blam! 18a98e5953ed5288a8e9356f51ebd469154edc8671aa272bc73530692b3ac8d7