Oct 27 07:30:08.342 INFO checking bluecereal/t-render against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 07:30:08.344 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 07:30:08.879 INFO blam! b9116589e25309867c1a1b63a66ab49009644eddc65bec628ca4bc04137740d4 Oct 27 07:30:08.895 INFO running `"docker" "start" "-a" "b9116589e25309867c1a1b63a66ab49009644eddc65bec628ca4bc04137740d4"` Oct 27 07:30:10.399 INFO kablam! usermod: no changes Oct 27 07:30:10.459 INFO kablam! Checking t-render v0.1.0 (/source) Oct 27 07:30:11.063 INFO kablam! warning: unused import: `std::fmt::Display` Oct 27 07:30:11.063 INFO kablam! --> src/execution.rs:6:5 Oct 27 07:30:11.063 INFO kablam! | Oct 27 07:30:11.063 INFO kablam! 6 | use std::fmt::Display; Oct 27 07:30:11.063 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.063 INFO kablam! | Oct 27 07:30:11.063 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:30:11.063 INFO kablam! Oct 27 07:30:11.124 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:11.124 INFO kablam! --> src/vertex.rs:4:9 Oct 27 07:30:11.124 INFO kablam! | Oct 27 07:30:11.125 INFO kablam! 4 | let mut x_distance = this.get_x() - other.get_x(); Oct 27 07:30:11.125 INFO kablam! | ----^^^^^^^^^^ Oct 27 07:30:11.125 INFO kablam! | | Oct 27 07:30:11.125 INFO kablam! | help: remove this `mut` Oct 27 07:30:11.125 INFO kablam! | Oct 27 07:30:11.125 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 07:30:11.125 INFO kablam! Oct 27 07:30:11.125 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:11.125 INFO kablam! --> src/vertex.rs:5:9 Oct 27 07:30:11.125 INFO kablam! | Oct 27 07:30:11.125 INFO kablam! 5 | let mut y_distance = this.get_y() - other.get_y(); Oct 27 07:30:11.125 INFO kablam! | ----^^^^^^^^^^ Oct 27 07:30:11.125 INFO kablam! | | Oct 27 07:30:11.125 INFO kablam! | help: remove this `mut` Oct 27 07:30:11.125 INFO kablam! Oct 27 07:30:11.143 INFO kablam! warning: function is never used: `distance_between` Oct 27 07:30:11.143 INFO kablam! --> src/vertex.rs:3:1 Oct 27 07:30:11.143 INFO kablam! | Oct 27 07:30:11.143 INFO kablam! 3 | pub fn distance_between(this: &Vertex, other: &Vertex) -> (u32, u32) where C: Copy + Clone + Color { Oct 27 07:30:11.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.143 INFO kablam! | Oct 27 07:30:11.143 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:11.143 INFO kablam! Oct 27 07:30:11.143 INFO kablam! warning: struct is never constructed: `Comparer` Oct 27 07:30:11.143 INFO kablam! --> src/compare.rs:8:1 Oct 27 07:30:11.144 INFO kablam! | Oct 27 07:30:11.144 INFO kablam! 8 | pub struct Comparer { Oct 27 07:30:11.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.144 INFO kablam! Oct 27 07:30:11.144 INFO kablam! warning: method is never used: `new` Oct 27 07:30:11.144 INFO kablam! --> src/compare.rs:14:5 Oct 27 07:30:11.144 INFO kablam! | Oct 27 07:30:11.144 INFO kablam! 14 | pub fn new(things: Vec) -> Comparer { Oct 27 07:30:11.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.144 INFO kablam! Oct 27 07:30:11.144 INFO kablam! warning: method is never used: `update` Oct 27 07:30:11.144 INFO kablam! --> src/compare.rs:21:5 Oct 27 07:30:11.144 INFO kablam! | Oct 27 07:30:11.144 INFO kablam! 21 | pub fn update(&mut self) { Oct 27 07:30:11.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.144 INFO kablam! Oct 27 07:30:11.300 INFO kablam! warning: unused import: `std::fmt::Display` Oct 27 07:30:11.300 INFO kablam! --> src/execution.rs:6:5 Oct 27 07:30:11.300 INFO kablam! | Oct 27 07:30:11.300 INFO kablam! 6 | use std::fmt::Display; Oct 27 07:30:11.300 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.300 INFO kablam! | Oct 27 07:30:11.300 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:30:11.300 INFO kablam! Oct 27 07:30:11.355 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:11.355 INFO kablam! --> src/vertex.rs:4:9 Oct 27 07:30:11.355 INFO kablam! | Oct 27 07:30:11.355 INFO kablam! 4 | let mut x_distance = this.get_x() - other.get_x(); Oct 27 07:30:11.355 INFO kablam! | ----^^^^^^^^^^ Oct 27 07:30:11.355 INFO kablam! | | Oct 27 07:30:11.355 INFO kablam! | help: remove this `mut` Oct 27 07:30:11.355 INFO kablam! | Oct 27 07:30:11.355 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 07:30:11.355 INFO kablam! Oct 27 07:30:11.355 INFO kablam! warning: variable does not need to be mutable Oct 27 07:30:11.355 INFO kablam! --> src/vertex.rs:5:9 Oct 27 07:30:11.355 INFO kablam! | Oct 27 07:30:11.355 INFO kablam! 5 | let mut y_distance = this.get_y() - other.get_y(); Oct 27 07:30:11.355 INFO kablam! | ----^^^^^^^^^^ Oct 27 07:30:11.355 INFO kablam! | | Oct 27 07:30:11.355 INFO kablam! | help: remove this `mut` Oct 27 07:30:11.355 INFO kablam! Oct 27 07:30:11.387 INFO kablam! warning: function is never used: `distance_between` Oct 27 07:30:11.387 INFO kablam! --> src/vertex.rs:3:1 Oct 27 07:30:11.387 INFO kablam! | Oct 27 07:30:11.387 INFO kablam! 3 | pub fn distance_between(this: &Vertex, other: &Vertex) -> (u32, u32) where C: Copy + Clone + Color { Oct 27 07:30:11.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.387 INFO kablam! | Oct 27 07:30:11.387 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:11.387 INFO kablam! Oct 27 07:30:11.387 INFO kablam! warning: struct is never constructed: `Comparer` Oct 27 07:30:11.387 INFO kablam! --> src/compare.rs:8:1 Oct 27 07:30:11.387 INFO kablam! | Oct 27 07:30:11.387 INFO kablam! 8 | pub struct Comparer { Oct 27 07:30:11.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.387 INFO kablam! Oct 27 07:30:11.387 INFO kablam! warning: method is never used: `new` Oct 27 07:30:11.387 INFO kablam! --> src/compare.rs:14:5 Oct 27 07:30:11.387 INFO kablam! | Oct 27 07:30:11.387 INFO kablam! 14 | pub fn new(things: Vec) -> Comparer { Oct 27 07:30:11.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.387 INFO kablam! Oct 27 07:30:11.387 INFO kablam! warning: method is never used: `update` Oct 27 07:30:11.387 INFO kablam! --> src/compare.rs:21:5 Oct 27 07:30:11.387 INFO kablam! | Oct 27 07:30:11.387 INFO kablam! 21 | pub fn update(&mut self) { Oct 27 07:30:11.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:11.387 INFO kablam! Oct 27 07:30:11.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 27 07:30:11.417 INFO kablam! su: No module specific data is present Oct 27 07:30:12.201 INFO running `"docker" "rm" "-f" "b9116589e25309867c1a1b63a66ab49009644eddc65bec628ca4bc04137740d4"` Oct 27 07:30:12.448 INFO blam! b9116589e25309867c1a1b63a66ab49009644eddc65bec628ca4bc04137740d4