Oct 27 00:49:59.766 INFO checking maxbeutel/rust-ascii-art against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:49:59.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 00:50:00.192 INFO blam! 973675fd79e9fec5bc75b231785980493e608a98ef366de8f6e9e30f8dc642b0 Oct 27 00:50:00.194 INFO running `"docker" "start" "-a" "973675fd79e9fec5bc75b231785980493e608a98ef366de8f6e9e30f8dc642b0"` Oct 27 00:50:01.631 INFO kablam! usermod: no changes Oct 27 00:50:01.679 INFO kablam! Checking ascii-art v0.1.0 (/source) Oct 27 00:50:02.219 INFO kablam! warning: variant is never constructed: `Canvas` Oct 27 00:50:02.219 INFO kablam! --> src/main.rs:10:5 Oct 27 00:50:02.219 INFO kablam! | Oct 27 00:50:02.219 INFO kablam! 10 | Canvas, Oct 27 00:50:02.219 INFO kablam! | ^^^^^^ Oct 27 00:50:02.219 INFO kablam! | Oct 27 00:50:02.219 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:50:02.219 INFO kablam! Oct 27 00:50:02.219 INFO kablam! warning: method is never used: `from_dimensions` Oct 27 00:50:02.219 INFO kablam! --> src/main.rs:22:5 Oct 27 00:50:02.219 INFO kablam! | Oct 27 00:50:02.219 INFO kablam! 22 | fn from_dimensions(dimensions: Dimensions) -> Vec { Oct 27 00:50:02.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.219 INFO kablam! Oct 27 00:50:02.219 INFO kablam! warning: function is never used: `coords_from_index` Oct 27 00:50:02.219 INFO kablam! --> src/main.rs:23:9 Oct 27 00:50:02.219 INFO kablam! | Oct 27 00:50:02.219 INFO kablam! 23 | fn coords_from_index(i: u32, dimensions: Dimensions) -> Coords { Oct 27 00:50:02.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.219 INFO kablam! Oct 27 00:50:02.219 INFO kablam! warning: method is never used: `from_coords` Oct 27 00:50:02.219 INFO kablam! --> src/main.rs:41:5 Oct 27 00:50:02.219 INFO kablam! | Oct 27 00:50:02.219 INFO kablam! 41 | fn from_coords(coords: &Vec) -> Dimensions { Oct 27 00:50:02.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.219 INFO kablam! Oct 27 00:50:02.219 INFO kablam! warning: method is never used: `get_max_coord_from_coords` Oct 27 00:50:02.219 INFO kablam! --> src/main.rs:49:5 Oct 27 00:50:02.219 INFO kablam! | Oct 27 00:50:02.219 INFO kablam! 49 | fn get_max_coord_from_coords<'a, I: Iterator>(coords: I, pluck_fn: &Fn(&Coords) -> u32) -> u32 { Oct 27 00:50:02.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.219 INFO kablam! Oct 27 00:50:02.219 INFO kablam! warning: struct is never constructed: `CombinedObject` Oct 27 00:50:02.219 INFO kablam! --> src/main.rs:66:1 Oct 27 00:50:02.219 INFO kablam! | Oct 27 00:50:02.219 INFO kablam! 66 | struct CombinedObject(Dimensions, Vec>); Oct 27 00:50:02.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.219 INFO kablam! Oct 27 00:50:02.219 INFO kablam! warning: method is never used: `rotate` Oct 27 00:50:02.219 INFO kablam! --> src/main.rs:120:5 Oct 27 00:50:02.219 INFO kablam! | Oct 27 00:50:02.219 INFO kablam! 120 | fn rotate(line: Line, rotation_center: Coords) -> Line { Oct 27 00:50:02.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.219 INFO kablam! Oct 27 00:50:02.219 INFO kablam! warning: method is never used: `new` Oct 27 00:50:02.219 INFO kablam! --> src/main.rs:174:5 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 174 | fn new(start: Coords, end: Coords) -> Line { Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: struct is never constructed: `Circle` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:244:1 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 244 | struct Circle(Dimensions, Vec); Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: method is never used: `new` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:247:5 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 247 | fn new(point: Coords, radius: u32) -> Circle { Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: struct is never constructed: `Canvas` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:296:1 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 296 | struct Canvas(Dimensions, Vec); Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: function is never used: `combine` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:299:1 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 299 | fn combine(a: Box, b: Box) -> CombinedObject { Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: function is never used: `plot` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:312:1 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 312 | fn plot(a: Box) -> Canvas { Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: function is never used: `draw` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:327:1 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 327 | fn draw(canvas: Canvas) { Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: function is never used: `fixtures_diagonal_line_ltr` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:345:1 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 345 | fn fixtures_diagonal_line_ltr() -> Line { Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: function is never used: `fixtures_horizontal_line` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:349:1 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 349 | fn fixtures_horizontal_line() -> Line { Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: function is never used: `fixtures_vertical_line` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:353:1 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 353 | fn fixtures_vertical_line() -> Line { Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.220 INFO kablam! warning: function is never used: `fixtures_circle` Oct 27 00:50:02.220 INFO kablam! --> src/main.rs:357:1 Oct 27 00:50:02.220 INFO kablam! | Oct 27 00:50:02.220 INFO kablam! 357 | fn fixtures_circle() -> Circle { Oct 27 00:50:02.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.220 INFO kablam! Oct 27 00:50:02.587 INFO kablam! warning: function is never used: `draw` Oct 27 00:50:02.587 INFO kablam! --> src/main.rs:327:1 Oct 27 00:50:02.587 INFO kablam! | Oct 27 00:50:02.587 INFO kablam! 327 | fn draw(canvas: Canvas) { Oct 27 00:50:02.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:50:02.587 INFO kablam! | Oct 27 00:50:02.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:50:02.587 INFO kablam! Oct 27 00:50:02.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 27 00:50:02.695 INFO kablam! su: No module specific data is present Oct 27 00:50:03.307 INFO running `"docker" "rm" "-f" "973675fd79e9fec5bc75b231785980493e608a98ef366de8f6e9e30f8dc642b0"` Oct 27 00:50:03.576 INFO blam! 973675fd79e9fec5bc75b231785980493e608a98ef366de8f6e9e30f8dc642b0