Oct 15 02:20:10.112 INFO testing bluecereal/t-render against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 02:20:10.112 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:10.624 INFO blam! d6ffe60dcc4b2db608d96b2500ef9797957d934610836c7356b4ee8f6c11f6b1 Oct 15 02:20:10.629 INFO running `"docker" "start" "-a" "d6ffe60dcc4b2db608d96b2500ef9797957d934610836c7356b4ee8f6c11f6b1"` Oct 15 02:20:11.930 INFO kablam! usermod: no changes Oct 15 02:20:12.002 INFO kablam! Compiling termion v1.1.4 Oct 15 02:20:13.839 INFO kablam! Compiling t-render v0.1.0 (/source) Oct 15 02:20:14.239 INFO kablam! warning: unused import: `std::fmt::Display` Oct 15 02:20:14.239 INFO kablam! --> src/execution.rs:6:5 Oct 15 02:20:14.239 INFO kablam! | Oct 15 02:20:14.239 INFO kablam! 6 | use std::fmt::Display; Oct 15 02:20:14.239 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:20:14.239 INFO kablam! | Oct 15 02:20:14.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:20:14.239 INFO kablam! Oct 15 02:20:14.283 INFO kablam! warning: variable does not need to be mutable Oct 15 02:20:14.283 INFO kablam! --> src/vertex.rs:4:9 Oct 15 02:20:14.283 INFO kablam! | Oct 15 02:20:14.283 INFO kablam! 4 | let mut x_distance = this.get_x() - other.get_x(); Oct 15 02:20:14.283 INFO kablam! | ----^^^^^^^^^^ Oct 15 02:20:14.283 INFO kablam! | | Oct 15 02:20:14.283 INFO kablam! | help: remove this `mut` Oct 15 02:20:14.283 INFO kablam! | Oct 15 02:20:14.283 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:20:14.283 INFO kablam! Oct 15 02:20:14.283 INFO kablam! warning: variable does not need to be mutable Oct 15 02:20:14.283 INFO kablam! --> src/vertex.rs:5:9 Oct 15 02:20:14.283 INFO kablam! | Oct 15 02:20:14.283 INFO kablam! 5 | let mut y_distance = this.get_y() - other.get_y(); Oct 15 02:20:14.284 INFO kablam! | ----^^^^^^^^^^ Oct 15 02:20:14.284 INFO kablam! | | Oct 15 02:20:14.284 INFO kablam! | help: remove this `mut` Oct 15 02:20:14.284 INFO kablam! Oct 15 02:20:14.299 INFO kablam! warning: function is never used: `distance_between` Oct 15 02:20:14.299 INFO kablam! --> src/vertex.rs:3:1 Oct 15 02:20:14.299 INFO kablam! | Oct 15 02:20:14.299 INFO kablam! 3 | pub fn distance_between(this: &Vertex, other: &Vertex) -> (u32, u32) where C: Copy + Clone + Color { Oct 15 02:20:14.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:14.299 INFO kablam! | Oct 15 02:20:14.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:20:14.299 INFO kablam! Oct 15 02:20:14.299 INFO kablam! warning: struct is never constructed: `Comparer` Oct 15 02:20:14.299 INFO kablam! --> src/compare.rs:8:1 Oct 15 02:20:14.299 INFO kablam! | Oct 15 02:20:14.299 INFO kablam! 8 | pub struct Comparer { Oct 15 02:20:14.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:14.299 INFO kablam! Oct 15 02:20:14.299 INFO kablam! warning: method is never used: `new` Oct 15 02:20:14.299 INFO kablam! --> src/compare.rs:14:5 Oct 15 02:20:14.299 INFO kablam! | Oct 15 02:20:14.299 INFO kablam! 14 | pub fn new(things: Vec) -> Comparer { Oct 15 02:20:14.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:14.299 INFO kablam! Oct 15 02:20:14.299 INFO kablam! warning: method is never used: `update` Oct 15 02:20:14.299 INFO kablam! --> src/compare.rs:21:5 Oct 15 02:20:14.299 INFO kablam! | Oct 15 02:20:14.299 INFO kablam! 21 | pub fn update(&mut self) { Oct 15 02:20:14.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:14.299 INFO kablam! Oct 15 02:20:14.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.00s Oct 15 02:20:14.963 INFO kablam! su: No module specific data is present Oct 15 02:20:15.797 INFO running `"docker" "rm" "-f" "d6ffe60dcc4b2db608d96b2500ef9797957d934610836c7356b4ee8f6c11f6b1"` Oct 15 02:20:16.127 INFO blam! d6ffe60dcc4b2db608d96b2500ef9797957d934610836c7356b4ee8f6c11f6b1 Oct 15 02:20:16.132 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:16.687 INFO blam! 9e25ac418784ea07b16a40184ea1ceb46cffeed71f808b4750caefd167462d79 Oct 15 02:20:16.703 INFO running `"docker" "start" "-a" "9e25ac418784ea07b16a40184ea1ceb46cffeed71f808b4750caefd167462d79"` Oct 15 02:20:17.938 INFO kablam! usermod: no changes Oct 15 02:20:18.003 INFO kablam! Compiling t-render v0.1.0 (/source) Oct 15 02:20:18.592 INFO kablam! warning: unused import: `std::fmt::Display` Oct 15 02:20:18.592 INFO kablam! --> src/execution.rs:6:5 Oct 15 02:20:18.592 INFO kablam! | Oct 15 02:20:18.592 INFO kablam! 6 | use std::fmt::Display; Oct 15 02:20:18.592 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:20:18.592 INFO kablam! | Oct 15 02:20:18.592 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:20:18.592 INFO kablam! Oct 15 02:20:18.643 INFO kablam! warning: variable does not need to be mutable Oct 15 02:20:18.643 INFO kablam! --> src/vertex.rs:4:9 Oct 15 02:20:18.643 INFO kablam! | Oct 15 02:20:18.643 INFO kablam! 4 | let mut x_distance = this.get_x() - other.get_x(); Oct 15 02:20:18.643 INFO kablam! | ----^^^^^^^^^^ Oct 15 02:20:18.643 INFO kablam! | | Oct 15 02:20:18.643 INFO kablam! | help: remove this `mut` Oct 15 02:20:18.643 INFO kablam! | Oct 15 02:20:18.643 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:20:18.643 INFO kablam! Oct 15 02:20:18.643 INFO kablam! warning: variable does not need to be mutable Oct 15 02:20:18.643 INFO kablam! --> src/vertex.rs:5:9 Oct 15 02:20:18.643 INFO kablam! | Oct 15 02:20:18.643 INFO kablam! 5 | let mut y_distance = this.get_y() - other.get_y(); Oct 15 02:20:18.643 INFO kablam! | ----^^^^^^^^^^ Oct 15 02:20:18.643 INFO kablam! | | Oct 15 02:20:18.643 INFO kablam! | help: remove this `mut` Oct 15 02:20:18.643 INFO kablam! Oct 15 02:20:18.662 INFO kablam! warning: function is never used: `distance_between` Oct 15 02:20:18.663 INFO kablam! --> src/vertex.rs:3:1 Oct 15 02:20:18.663 INFO kablam! | Oct 15 02:20:18.663 INFO kablam! 3 | pub fn distance_between(this: &Vertex, other: &Vertex) -> (u32, u32) where C: Copy + Clone + Color { Oct 15 02:20:18.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:18.663 INFO kablam! | Oct 15 02:20:18.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:20:18.663 INFO kablam! Oct 15 02:20:18.663 INFO kablam! warning: struct is never constructed: `Comparer` Oct 15 02:20:18.663 INFO kablam! --> src/compare.rs:8:1 Oct 15 02:20:18.663 INFO kablam! | Oct 15 02:20:18.663 INFO kablam! 8 | pub struct Comparer { Oct 15 02:20:18.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:18.663 INFO kablam! Oct 15 02:20:18.663 INFO kablam! warning: method is never used: `new` Oct 15 02:20:18.663 INFO kablam! --> src/compare.rs:14:5 Oct 15 02:20:18.663 INFO kablam! | Oct 15 02:20:18.663 INFO kablam! 14 | pub fn new(things: Vec) -> Comparer { Oct 15 02:20:18.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:18.663 INFO kablam! Oct 15 02:20:18.663 INFO kablam! warning: method is never used: `update` Oct 15 02:20:18.663 INFO kablam! --> src/compare.rs:21:5 Oct 15 02:20:18.663 INFO kablam! | Oct 15 02:20:18.663 INFO kablam! 21 | pub fn update(&mut self) { Oct 15 02:20:18.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:18.663 INFO kablam! Oct 15 02:20:19.205 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 15 02:20:19.205 INFO kablam! su: No module specific data is present Oct 15 02:20:19.991 INFO running `"docker" "rm" "-f" "9e25ac418784ea07b16a40184ea1ceb46cffeed71f808b4750caefd167462d79"` Oct 15 02:20:20.287 INFO blam! 9e25ac418784ea07b16a40184ea1ceb46cffeed71f808b4750caefd167462d79 Oct 15 02:20:20.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:20.721 INFO blam! 19b064dcfe9dc4dd2e2ecf1c2931c2384727b29f03cbb31eb5d6a7c579abc293 Oct 15 02:20:20.731 INFO running `"docker" "start" "-a" "19b064dcfe9dc4dd2e2ecf1c2931c2384727b29f03cbb31eb5d6a7c579abc293"` Oct 15 02:20:22.024 INFO kablam! usermod: no changes Oct 15 02:20:22.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 02:20:22.099 INFO kablam! Running /target/debug/deps/t_render-495ed4037d6086f3 Oct 15 02:20:22.103 INFO blam! Oct 15 02:20:22.103 INFO blam! running 0 tests Oct 15 02:20:22.103 INFO blam! Oct 15 02:20:22.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:20:22.103 INFO blam! Oct 15 02:20:22.115 INFO kablam! su: No module specific data is present Oct 15 02:20:22.951 INFO running `"docker" "rm" "-f" "19b064dcfe9dc4dd2e2ecf1c2931c2384727b29f03cbb31eb5d6a7c579abc293"` Oct 15 02:20:23.261 INFO blam! 19b064dcfe9dc4dd2e2ecf1c2931c2384727b29f03cbb31eb5d6a7c579abc293