Oct 11 02:06:06.953 INFO testing bluecereal/t-render against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:06:06.953 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:06:06.953 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:06:07.216 INFO blam! d976053c277a1f880ab892169aab760ca07e4988ea68f7c44c66f9f3e9226269 Oct 11 02:06:07.217 INFO running `"docker" "start" "-a" "d976053c277a1f880ab892169aab760ca07e4988ea68f7c44c66f9f3e9226269"` Oct 11 02:06:07.700 INFO kablam! usermod: no changes Oct 11 02:06:07.740 INFO kablam! Compiling termion v1.1.4 Oct 11 02:06:08.727 INFO kablam! Compiling t-render v0.1.0 (/source) Oct 11 02:06:08.980 INFO kablam! warning: unused import: `std::fmt::Display` Oct 11 02:06:08.980 INFO kablam! --> src/execution.rs:6:5 Oct 11 02:06:08.980 INFO kablam! | Oct 11 02:06:08.980 INFO kablam! 6 | use std::fmt::Display; Oct 11 02:06:08.980 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 02:06:08.980 INFO kablam! | Oct 11 02:06:08.980 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:06:08.980 INFO kablam! Oct 11 02:06:09.023 INFO kablam! warning: variable does not need to be mutable Oct 11 02:06:09.023 INFO kablam! --> src/vertex.rs:4:9 Oct 11 02:06:09.023 INFO kablam! | Oct 11 02:06:09.023 INFO kablam! 4 | let mut x_distance = this.get_x() - other.get_x(); Oct 11 02:06:09.023 INFO kablam! | ----^^^^^^^^^^ Oct 11 02:06:09.023 INFO kablam! | | Oct 11 02:06:09.023 INFO kablam! | help: remove this `mut` Oct 11 02:06:09.023 INFO kablam! | Oct 11 02:06:09.023 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:06:09.023 INFO kablam! Oct 11 02:06:09.023 INFO kablam! warning: variable does not need to be mutable Oct 11 02:06:09.023 INFO kablam! --> src/vertex.rs:5:9 Oct 11 02:06:09.023 INFO kablam! | Oct 11 02:06:09.023 INFO kablam! 5 | let mut y_distance = this.get_y() - other.get_y(); Oct 11 02:06:09.023 INFO kablam! | ----^^^^^^^^^^ Oct 11 02:06:09.023 INFO kablam! | | Oct 11 02:06:09.023 INFO kablam! | help: remove this `mut` Oct 11 02:06:09.023 INFO kablam! Oct 11 02:06:09.044 INFO kablam! warning: function is never used: `distance_between` Oct 11 02:06:09.044 INFO kablam! --> src/vertex.rs:3:1 Oct 11 02:06:09.044 INFO kablam! | Oct 11 02:06:09.044 INFO kablam! 3 | pub fn distance_between(this: &Vertex, other: &Vertex) -> (u32, u32) where C: Copy + Clone + Color { Oct 11 02:06:09.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:09.044 INFO kablam! | Oct 11 02:06:09.044 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:06:09.044 INFO kablam! Oct 11 02:06:09.044 INFO kablam! warning: struct is never constructed: `Comparer` Oct 11 02:06:09.044 INFO kablam! --> src/compare.rs:8:1 Oct 11 02:06:09.044 INFO kablam! | Oct 11 02:06:09.044 INFO kablam! 8 | pub struct Comparer { Oct 11 02:06:09.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:09.044 INFO kablam! Oct 11 02:06:09.044 INFO kablam! warning: method is never used: `new` Oct 11 02:06:09.044 INFO kablam! --> src/compare.rs:14:5 Oct 11 02:06:09.044 INFO kablam! | Oct 11 02:06:09.044 INFO kablam! 14 | pub fn new(things: Vec) -> Comparer { Oct 11 02:06:09.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:09.044 INFO kablam! Oct 11 02:06:09.044 INFO kablam! warning: method is never used: `update` Oct 11 02:06:09.044 INFO kablam! --> src/compare.rs:21:5 Oct 11 02:06:09.044 INFO kablam! | Oct 11 02:06:09.044 INFO kablam! 21 | pub fn update(&mut self) { Oct 11 02:06:09.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:09.044 INFO kablam! Oct 11 02:06:09.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Oct 11 02:06:09.456 INFO kablam! su: No module specific data is present Oct 11 02:06:09.753 INFO running `"docker" "rm" "-f" "d976053c277a1f880ab892169aab760ca07e4988ea68f7c44c66f9f3e9226269"` Oct 11 02:06:09.920 INFO blam! d976053c277a1f880ab892169aab760ca07e4988ea68f7c44c66f9f3e9226269 Oct 11 02:06:09.932 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:06:09.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:06:10.184 INFO blam! a584b1acd0f86fa0cf903d90e2907c32fd3c091119be316bb9ae86f32db3c388 Oct 11 02:06:10.186 INFO running `"docker" "start" "-a" "a584b1acd0f86fa0cf903d90e2907c32fd3c091119be316bb9ae86f32db3c388"` Oct 11 02:06:10.728 INFO kablam! usermod: no changes Oct 11 02:06:10.752 INFO kablam! Compiling t-render v0.1.0 (/source) Oct 11 02:06:11.020 INFO kablam! warning: unused import: `std::fmt::Display` Oct 11 02:06:11.020 INFO kablam! --> src/execution.rs:6:5 Oct 11 02:06:11.020 INFO kablam! | Oct 11 02:06:11.020 INFO kablam! 6 | use std::fmt::Display; Oct 11 02:06:11.020 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 02:06:11.020 INFO kablam! | Oct 11 02:06:11.020 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:06:11.020 INFO kablam! Oct 11 02:06:11.066 INFO kablam! warning: variable does not need to be mutable Oct 11 02:06:11.066 INFO kablam! --> src/vertex.rs:4:9 Oct 11 02:06:11.066 INFO kablam! | Oct 11 02:06:11.066 INFO kablam! 4 | let mut x_distance = this.get_x() - other.get_x(); Oct 11 02:06:11.066 INFO kablam! | ----^^^^^^^^^^ Oct 11 02:06:11.066 INFO kablam! | | Oct 11 02:06:11.066 INFO kablam! | help: remove this `mut` Oct 11 02:06:11.066 INFO kablam! | Oct 11 02:06:11.066 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:06:11.066 INFO kablam! Oct 11 02:06:11.066 INFO kablam! warning: variable does not need to be mutable Oct 11 02:06:11.066 INFO kablam! --> src/vertex.rs:5:9 Oct 11 02:06:11.066 INFO kablam! | Oct 11 02:06:11.066 INFO kablam! 5 | let mut y_distance = this.get_y() - other.get_y(); Oct 11 02:06:11.066 INFO kablam! | ----^^^^^^^^^^ Oct 11 02:06:11.066 INFO kablam! | | Oct 11 02:06:11.066 INFO kablam! | help: remove this `mut` Oct 11 02:06:11.066 INFO kablam! Oct 11 02:06:11.084 INFO kablam! warning: function is never used: `distance_between` Oct 11 02:06:11.084 INFO kablam! --> src/vertex.rs:3:1 Oct 11 02:06:11.084 INFO kablam! | Oct 11 02:06:11.084 INFO kablam! 3 | pub fn distance_between(this: &Vertex, other: &Vertex) -> (u32, u32) where C: Copy + Clone + Color { Oct 11 02:06:11.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:11.084 INFO kablam! | Oct 11 02:06:11.084 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:06:11.084 INFO kablam! Oct 11 02:06:11.084 INFO kablam! warning: struct is never constructed: `Comparer` Oct 11 02:06:11.084 INFO kablam! --> src/compare.rs:8:1 Oct 11 02:06:11.084 INFO kablam! | Oct 11 02:06:11.084 INFO kablam! 8 | pub struct Comparer { Oct 11 02:06:11.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:11.084 INFO kablam! Oct 11 02:06:11.084 INFO kablam! warning: method is never used: `new` Oct 11 02:06:11.084 INFO kablam! --> src/compare.rs:14:5 Oct 11 02:06:11.088 INFO kablam! | Oct 11 02:06:11.088 INFO kablam! 14 | pub fn new(things: Vec) -> Comparer { Oct 11 02:06:11.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:11.088 INFO kablam! Oct 11 02:06:11.088 INFO kablam! warning: method is never used: `update` Oct 11 02:06:11.088 INFO kablam! --> src/compare.rs:21:5 Oct 11 02:06:11.088 INFO kablam! | Oct 11 02:06:11.088 INFO kablam! 21 | pub fn update(&mut self) { Oct 11 02:06:11.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:11.088 INFO kablam! Oct 11 02:06:11.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 11 02:06:11.436 INFO kablam! su: No module specific data is present Oct 11 02:06:11.752 INFO running `"docker" "rm" "-f" "a584b1acd0f86fa0cf903d90e2907c32fd3c091119be316bb9ae86f32db3c388"` Oct 11 02:06:11.934 INFO blam! a584b1acd0f86fa0cf903d90e2907c32fd3c091119be316bb9ae86f32db3c388 Oct 11 02:06:11.936 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:06:11.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:06:12.163 INFO blam! 8d87e50348e5932f11ecd4e33c78b0588b4f438f81c8217e26a743139da15812 Oct 11 02:06:12.164 INFO running `"docker" "start" "-a" "8d87e50348e5932f11ecd4e33c78b0588b4f438f81c8217e26a743139da15812"` Oct 11 02:06:12.540 INFO kablam! usermod: no changes Oct 11 02:06:12.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 02:06:12.571 INFO kablam! Running /target/debug/deps/t_render-5cd467d13b3e36b7 Oct 11 02:06:12.573 INFO blam! Oct 11 02:06:12.573 INFO blam! running 0 tests Oct 11 02:06:12.573 INFO blam! Oct 11 02:06:12.573 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:06:12.573 INFO blam! Oct 11 02:06:12.574 INFO kablam! su: No module specific data is present Oct 11 02:06:12.818 INFO running `"docker" "rm" "-f" "8d87e50348e5932f11ecd4e33c78b0588b4f438f81c8217e26a743139da15812"` Oct 11 02:06:12.908 INFO blam! 8d87e50348e5932f11ecd4e33c78b0588b4f438f81c8217e26a743139da15812