Oct 15 02:20:16.393 INFO testing bluecereal/t-render against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:20:16.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 02:20:16.766 INFO blam! 317f1847571beb9fef60fa6daa181f928179716c162819586dfbafa69ca09785 Oct 15 02:20:16.772 INFO running `"docker" "start" "-a" "317f1847571beb9fef60fa6daa181f928179716c162819586dfbafa69ca09785"` Oct 15 02:20:18.207 INFO kablam! usermod: no changes Oct 15 02:20:18.267 INFO kablam! Compiling termion v1.1.4 Oct 15 02:20:19.931 INFO kablam! Compiling t-render v0.1.0 (/source) Oct 15 02:20:20.258 INFO kablam! warning: unused import: `std::fmt::Display` Oct 15 02:20:20.259 INFO kablam! --> src/execution.rs:6:5 Oct 15 02:20:20.261 INFO kablam! | Oct 15 02:20:20.262 INFO kablam! 6 | use std::fmt::Display; Oct 15 02:20:20.262 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:20:20.262 INFO kablam! | Oct 15 02:20:20.263 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:20:20.263 INFO kablam! Oct 15 02:20:20.311 INFO kablam! warning: variable does not need to be mutable Oct 15 02:20:20.311 INFO kablam! --> src/vertex.rs:4:9 Oct 15 02:20:20.312 INFO kablam! | Oct 15 02:20:20.312 INFO kablam! 4 | let mut x_distance = this.get_x() - other.get_x(); Oct 15 02:20:20.312 INFO kablam! | ----^^^^^^^^^^ Oct 15 02:20:20.313 INFO kablam! | | Oct 15 02:20:20.313 INFO kablam! | help: remove this `mut` Oct 15 02:20:20.313 INFO kablam! | Oct 15 02:20:20.313 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:20:20.314 INFO kablam! Oct 15 02:20:20.314 INFO kablam! warning: variable does not need to be mutable Oct 15 02:20:20.314 INFO kablam! --> src/vertex.rs:5:9 Oct 15 02:20:20.319 INFO kablam! | Oct 15 02:20:20.319 INFO kablam! 5 | let mut y_distance = this.get_y() - other.get_y(); Oct 15 02:20:20.319 INFO kablam! | ----^^^^^^^^^^ Oct 15 02:20:20.319 INFO kablam! | | Oct 15 02:20:20.320 INFO kablam! | help: remove this `mut` Oct 15 02:20:20.320 INFO kablam! Oct 15 02:20:20.331 INFO kablam! warning: function is never used: `distance_between` Oct 15 02:20:20.331 INFO kablam! --> src/vertex.rs:3:1 Oct 15 02:20:20.332 INFO kablam! | Oct 15 02:20:20.332 INFO kablam! 3 | pub fn distance_between(this: &Vertex, other: &Vertex) -> (u32, u32) where C: Copy + Clone + Color { Oct 15 02:20:20.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:20.333 INFO kablam! | Oct 15 02:20:20.333 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:20:20.333 INFO kablam! Oct 15 02:20:20.333 INFO kablam! warning: struct is never constructed: `Comparer` Oct 15 02:20:20.334 INFO kablam! --> src/compare.rs:8:1 Oct 15 02:20:20.334 INFO kablam! | Oct 15 02:20:20.334 INFO kablam! 8 | pub struct Comparer { Oct 15 02:20:20.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:20.335 INFO kablam! Oct 15 02:20:20.335 INFO kablam! warning: method is never used: `new` Oct 15 02:20:20.336 INFO kablam! --> src/compare.rs:14:5 Oct 15 02:20:20.336 INFO kablam! | Oct 15 02:20:20.336 INFO kablam! 14 | pub fn new(things: Vec) -> Comparer { Oct 15 02:20:20.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:20.337 INFO kablam! Oct 15 02:20:20.337 INFO kablam! warning: method is never used: `update` Oct 15 02:20:20.343 INFO kablam! --> src/compare.rs:21:5 Oct 15 02:20:20.343 INFO kablam! | Oct 15 02:20:20.343 INFO kablam! 21 | pub fn update(&mut self) { Oct 15 02:20:20.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:20.344 INFO kablam! Oct 15 02:20:20.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.69s Oct 15 02:20:20.929 INFO kablam! su: No module specific data is present Oct 15 02:20:21.559 INFO running `"docker" "rm" "-f" "317f1847571beb9fef60fa6daa181f928179716c162819586dfbafa69ca09785"` Oct 15 02:20:21.811 INFO blam! 317f1847571beb9fef60fa6daa181f928179716c162819586dfbafa69ca09785 Oct 15 02:20:21.815 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 02:20:22.259 INFO blam! b8af97030ddbef038921da223769d5d6480fe6c9f167824182c7f2f5246c51f7 Oct 15 02:20:22.268 INFO running `"docker" "start" "-a" "b8af97030ddbef038921da223769d5d6480fe6c9f167824182c7f2f5246c51f7"` Oct 15 02:20:23.928 INFO kablam! usermod: no changes Oct 15 02:20:23.999 INFO kablam! Compiling t-render v0.1.0 (/source) Oct 15 02:20:24.555 INFO kablam! warning: unused import: `std::fmt::Display` Oct 15 02:20:24.556 INFO kablam! --> src/execution.rs:6:5 Oct 15 02:20:24.556 INFO kablam! | Oct 15 02:20:24.556 INFO kablam! 6 | use std::fmt::Display; Oct 15 02:20:24.557 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:20:24.557 INFO kablam! | Oct 15 02:20:24.557 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:20:24.558 INFO kablam! Oct 15 02:20:24.614 INFO kablam! warning: variable does not need to be mutable Oct 15 02:20:24.614 INFO kablam! --> src/vertex.rs:4:9 Oct 15 02:20:24.615 INFO kablam! | Oct 15 02:20:24.615 INFO kablam! 4 | let mut x_distance = this.get_x() - other.get_x(); Oct 15 02:20:24.615 INFO kablam! | ----^^^^^^^^^^ Oct 15 02:20:24.615 INFO kablam! | | Oct 15 02:20:24.616 INFO kablam! | help: remove this `mut` Oct 15 02:20:24.616 INFO kablam! | Oct 15 02:20:24.616 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:20:24.616 INFO kablam! Oct 15 02:20:24.617 INFO kablam! warning: variable does not need to be mutable Oct 15 02:20:24.617 INFO kablam! --> src/vertex.rs:5:9 Oct 15 02:20:24.617 INFO kablam! | Oct 15 02:20:24.618 INFO kablam! 5 | let mut y_distance = this.get_y() - other.get_y(); Oct 15 02:20:24.618 INFO kablam! | ----^^^^^^^^^^ Oct 15 02:20:24.618 INFO kablam! | | Oct 15 02:20:24.618 INFO kablam! | help: remove this `mut` Oct 15 02:20:24.623 INFO kablam! Oct 15 02:20:24.637 INFO kablam! warning: function is never used: `distance_between` Oct 15 02:20:24.639 INFO kablam! --> src/vertex.rs:3:1 Oct 15 02:20:24.640 INFO kablam! | Oct 15 02:20:24.640 INFO kablam! 3 | pub fn distance_between(this: &Vertex, other: &Vertex) -> (u32, u32) where C: Copy + Clone + Color { Oct 15 02:20:24.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:24.640 INFO kablam! | Oct 15 02:20:24.641 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:20:24.641 INFO kablam! Oct 15 02:20:24.641 INFO kablam! warning: struct is never constructed: `Comparer` Oct 15 02:20:24.642 INFO kablam! --> src/compare.rs:8:1 Oct 15 02:20:24.642 INFO kablam! | Oct 15 02:20:24.642 INFO kablam! 8 | pub struct Comparer { Oct 15 02:20:24.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:24.643 INFO kablam! Oct 15 02:20:24.643 INFO kablam! warning: method is never used: `new` Oct 15 02:20:24.643 INFO kablam! --> src/compare.rs:14:5 Oct 15 02:20:24.643 INFO kablam! | Oct 15 02:20:24.644 INFO kablam! 14 | pub fn new(things: Vec) -> Comparer { Oct 15 02:20:24.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:24.644 INFO kablam! Oct 15 02:20:24.645 INFO kablam! warning: method is never used: `update` Oct 15 02:20:24.645 INFO kablam! --> src/compare.rs:21:5 Oct 15 02:20:24.645 INFO kablam! | Oct 15 02:20:24.645 INFO kablam! 21 | pub fn update(&mut self) { Oct 15 02:20:24.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:24.646 INFO kablam! Oct 15 02:20:25.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 15 02:20:25.155 INFO kablam! su: No module specific data is present Oct 15 02:20:26.396 INFO running `"docker" "rm" "-f" "b8af97030ddbef038921da223769d5d6480fe6c9f167824182c7f2f5246c51f7"` Oct 15 02:20:26.655 INFO blam! b8af97030ddbef038921da223769d5d6480fe6c9f167824182c7f2f5246c51f7 Oct 15 02:20:26.656 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 02:20:27.113 INFO blam! 14a62341a787d53f1f87831968d6ce8d4e082f911ccf0861f19f95e0697ee45e Oct 15 02:20:27.115 INFO running `"docker" "start" "-a" "14a62341a787d53f1f87831968d6ce8d4e082f911ccf0861f19f95e0697ee45e"` Oct 15 02:20:29.354 INFO kablam! usermod: no changes Oct 15 02:20:29.428 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 02:20:29.439 INFO kablam! Running /target/debug/deps/t_render-5cd467d13b3e36b7 Oct 15 02:20:29.447 INFO blam! Oct 15 02:20:29.447 INFO blam! running 0 tests Oct 15 02:20:29.447 INFO blam! Oct 15 02:20:29.447 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:20:29.447 INFO blam! Oct 15 02:20:29.448 INFO kablam! su: No module specific data is present Oct 15 02:20:30.851 INFO running `"docker" "rm" "-f" "14a62341a787d53f1f87831968d6ce8d4e082f911ccf0861f19f95e0697ee45e"` Oct 15 02:20:31.259 INFO blam! 14a62341a787d53f1f87831968d6ce8d4e082f911ccf0861f19f95e0697ee45e