Oct 14 22:00:10.417 INFO testing echelon/beltline-lantern-parade-2017 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:00:10.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 22:00:10.695 INFO blam! 0f9030a9ad2067fbe5a36b192a5ab56901f5af4e2312201993141dfa676e8e9e Oct 14 22:00:10.697 INFO running `"docker" "start" "-a" "0f9030a9ad2067fbe5a36b192a5ab56901f5af4e2312201993141dfa676e8e9e"` Oct 14 22:00:11.026 INFO kablam! usermod: no changes Oct 14 22:00:11.067 INFO kablam! Compiling beam v0.1.0 Oct 14 22:00:11.067 INFO kablam! Compiling point v0.3.0 Oct 14 22:00:11.067 INFO kablam! Compiling ilda v0.0.2 Oct 14 22:00:12.036 INFO kablam! Compiling etherdream v0.0.7 Oct 14 22:00:12.776 INFO kablam! Compiling lase v0.0.1 Oct 14 22:00:13.206 INFO kablam! Compiling parade v0.1.0 (/source) Oct 14 22:00:14.249 INFO kablam! warning: unused variable: `filename` Oct 14 22:00:14.249 INFO kablam! --> src/main.rs:22:11 Oct 14 22:00:14.249 INFO kablam! | Oct 14 22:00:14.249 INFO kablam! 22 | let mut filename = String::new(); Oct 14 22:00:14.249 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 14 22:00:14.249 INFO kablam! | Oct 14 22:00:14.249 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:00:14.249 INFO kablam! Oct 14 22:00:14.249 INFO kablam! warning: unused variable: `letter` Oct 14 22:00:14.249 INFO kablam! --> src/main.rs:53:11 Oct 14 22:00:14.249 INFO kablam! | Oct 14 22:00:14.249 INFO kablam! 53 | let mut letter = letters::letter_n(); Oct 14 22:00:14.249 INFO kablam! | ^^^^^^ help: consider using `_letter` instead Oct 14 22:00:14.249 INFO kablam! Oct 14 22:00:14.249 INFO kablam! warning: unused variable: `current_index` Oct 14 22:00:14.249 INFO kablam! --> src/main.rs:90:11 Oct 14 22:00:14.249 INFO kablam! | Oct 14 22:00:14.249 INFO kablam! 90 | let mut current_index = 0; Oct 14 22:00:14.249 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_current_index` instead Oct 14 22:00:14.249 INFO kablam! Oct 14 22:00:14.255 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:14.256 INFO kablam! --> src/main.rs:22:7 Oct 14 22:00:14.256 INFO kablam! | Oct 14 22:00:14.256 INFO kablam! 22 | let mut filename = String::new(); Oct 14 22:00:14.256 INFO kablam! | ----^^^^^^^^ Oct 14 22:00:14.256 INFO kablam! | | Oct 14 22:00:14.256 INFO kablam! | help: remove this `mut` Oct 14 22:00:14.256 INFO kablam! | Oct 14 22:00:14.256 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:00:14.256 INFO kablam! Oct 14 22:00:14.256 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:14.256 INFO kablam! --> src/main.rs:53:7 Oct 14 22:00:14.256 INFO kablam! | Oct 14 22:00:14.256 INFO kablam! 53 | let mut letter = letters::letter_n(); Oct 14 22:00:14.256 INFO kablam! | ----^^^^^^ Oct 14 22:00:14.256 INFO kablam! | | Oct 14 22:00:14.256 INFO kablam! | help: remove this `mut` Oct 14 22:00:14.256 INFO kablam! Oct 14 22:00:14.256 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:14.256 INFO kablam! --> src/main.rs:90:7 Oct 14 22:00:14.256 INFO kablam! | Oct 14 22:00:14.256 INFO kablam! 90 | let mut current_index = 0; Oct 14 22:00:14.256 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 22:00:14.256 INFO kablam! | | Oct 14 22:00:14.256 INFO kablam! | help: remove this `mut` Oct 14 22:00:14.256 INFO kablam! Oct 14 22:00:14.496 INFO kablam! warning: function is never used: `x_rotate` Oct 14 22:00:14.496 INFO kablam! --> src/main.rs:163:1 Oct 14 22:00:14.496 INFO kablam! | Oct 14 22:00:14.496 INFO kablam! 163 | fn x_rotate(point: &mut PipelinePoint, theta: f32) { Oct 14 22:00:14.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:14.496 INFO kablam! | Oct 14 22:00:14.496 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:14.496 INFO kablam! Oct 14 22:00:14.496 INFO kablam! warning: function is never used: `z_rotate` Oct 14 22:00:14.496 INFO kablam! --> src/main.rs:173:1 Oct 14 22:00:14.496 INFO kablam! | Oct 14 22:00:14.496 INFO kablam! 173 | fn z_rotate(point: &mut PipelinePoint, theta: f32) { Oct 14 22:00:14.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:14.496 INFO kablam! Oct 14 22:00:14.496 INFO kablam! warning: function is never used: `get_simple_rotation` Oct 14 22:00:14.496 INFO kablam! --> src/main.rs:204:1 Oct 14 22:00:14.496 INFO kablam! | Oct 14 22:00:14.496 INFO kablam! 204 | fn get_simple_rotation() -> f32 { Oct 14 22:00:14.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:14.496 INFO kablam! Oct 14 22:00:14.496 INFO kablam! warning: function is never used: `invert_x` Oct 14 22:00:14.496 INFO kablam! --> src/main.rs:212:1 Oct 14 22:00:14.496 INFO kablam! | Oct 14 22:00:14.496 INFO kablam! 212 | fn invert_x(x_coordinate: i16) -> i16 { Oct 14 22:00:14.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:14.496 INFO kablam! Oct 14 22:00:16.250 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.21s Oct 14 22:00:16.252 INFO kablam! su: No module specific data is present Oct 14 22:00:16.509 INFO running `"docker" "rm" "-f" "0f9030a9ad2067fbe5a36b192a5ab56901f5af4e2312201993141dfa676e8e9e"` Oct 14 22:00:16.589 INFO blam! 0f9030a9ad2067fbe5a36b192a5ab56901f5af4e2312201993141dfa676e8e9e Oct 14 22:00:16.592 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 22:00:16.772 INFO blam! b3fc039b827a71d288ba22f82251e667248fdb3baf3e7d269bcbf81872d8ae64 Oct 14 22:00:16.773 INFO running `"docker" "start" "-a" "b3fc039b827a71d288ba22f82251e667248fdb3baf3e7d269bcbf81872d8ae64"` Oct 14 22:00:17.190 INFO kablam! usermod: no changes Oct 14 22:00:17.234 INFO kablam! Compiling parade v0.1.0 (/source) Oct 14 22:00:18.335 INFO kablam! warning: unused variable: `filename` Oct 14 22:00:18.335 INFO kablam! --> src/main.rs:22:11 Oct 14 22:00:18.335 INFO kablam! | Oct 14 22:00:18.335 INFO kablam! 22 | let mut filename = String::new(); Oct 14 22:00:18.335 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 14 22:00:18.335 INFO kablam! | Oct 14 22:00:18.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:00:18.335 INFO kablam! Oct 14 22:00:18.335 INFO kablam! warning: unused variable: `letter` Oct 14 22:00:18.335 INFO kablam! --> src/main.rs:53:11 Oct 14 22:00:18.335 INFO kablam! | Oct 14 22:00:18.335 INFO kablam! 53 | let mut letter = letters::letter_n(); Oct 14 22:00:18.335 INFO kablam! | ^^^^^^ help: consider using `_letter` instead Oct 14 22:00:18.335 INFO kablam! Oct 14 22:00:18.335 INFO kablam! warning: unused variable: `current_index` Oct 14 22:00:18.335 INFO kablam! --> src/main.rs:90:11 Oct 14 22:00:18.335 INFO kablam! | Oct 14 22:00:18.335 INFO kablam! 90 | let mut current_index = 0; Oct 14 22:00:18.335 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_current_index` instead Oct 14 22:00:18.335 INFO kablam! Oct 14 22:00:18.335 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:18.335 INFO kablam! --> src/main.rs:22:7 Oct 14 22:00:18.335 INFO kablam! | Oct 14 22:00:18.335 INFO kablam! 22 | let mut filename = String::new(); Oct 14 22:00:18.335 INFO kablam! | ----^^^^^^^^ Oct 14 22:00:18.335 INFO kablam! | | Oct 14 22:00:18.335 INFO kablam! | help: remove this `mut` Oct 14 22:00:18.335 INFO kablam! | Oct 14 22:00:18.335 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:00:18.335 INFO kablam! Oct 14 22:00:18.335 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:18.335 INFO kablam! --> src/main.rs:53:7 Oct 14 22:00:18.335 INFO kablam! | Oct 14 22:00:18.335 INFO kablam! 53 | let mut letter = letters::letter_n(); Oct 14 22:00:18.335 INFO kablam! | ----^^^^^^ Oct 14 22:00:18.335 INFO kablam! | | Oct 14 22:00:18.335 INFO kablam! | help: remove this `mut` Oct 14 22:00:18.335 INFO kablam! Oct 14 22:00:18.335 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:18.335 INFO kablam! --> src/main.rs:90:7 Oct 14 22:00:18.335 INFO kablam! | Oct 14 22:00:18.335 INFO kablam! 90 | let mut current_index = 0; Oct 14 22:00:18.335 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 22:00:18.335 INFO kablam! | | Oct 14 22:00:18.335 INFO kablam! | help: remove this `mut` Oct 14 22:00:18.335 INFO kablam! Oct 14 22:00:18.742 INFO kablam! warning: function is never used: `x_rotate` Oct 14 22:00:18.742 INFO kablam! --> src/main.rs:163:1 Oct 14 22:00:18.742 INFO kablam! | Oct 14 22:00:18.742 INFO kablam! 163 | fn x_rotate(point: &mut PipelinePoint, theta: f32) { Oct 14 22:00:18.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:18.742 INFO kablam! | Oct 14 22:00:18.742 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:18.742 INFO kablam! Oct 14 22:00:18.742 INFO kablam! warning: function is never used: `z_rotate` Oct 14 22:00:18.742 INFO kablam! --> src/main.rs:173:1 Oct 14 22:00:18.742 INFO kablam! | Oct 14 22:00:18.743 INFO kablam! 173 | fn z_rotate(point: &mut PipelinePoint, theta: f32) { Oct 14 22:00:18.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:18.743 INFO kablam! Oct 14 22:00:18.743 INFO kablam! warning: function is never used: `get_simple_rotation` Oct 14 22:00:18.743 INFO kablam! --> src/main.rs:204:1 Oct 14 22:00:18.743 INFO kablam! | Oct 14 22:00:18.743 INFO kablam! 204 | fn get_simple_rotation() -> f32 { Oct 14 22:00:18.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:18.743 INFO kablam! Oct 14 22:00:18.743 INFO kablam! warning: function is never used: `invert_x` Oct 14 22:00:18.743 INFO kablam! --> src/main.rs:212:1 Oct 14 22:00:18.743 INFO kablam! | Oct 14 22:00:18.743 INFO kablam! 212 | fn invert_x(x_coordinate: i16) -> i16 { Oct 14 22:00:18.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:18.743 INFO kablam! Oct 14 22:00:19.268 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.05s Oct 14 22:00:19.269 INFO kablam! su: No module specific data is present Oct 14 22:00:19.974 INFO running `"docker" "rm" "-f" "b3fc039b827a71d288ba22f82251e667248fdb3baf3e7d269bcbf81872d8ae64"` Oct 14 22:00:20.251 INFO blam! b3fc039b827a71d288ba22f82251e667248fdb3baf3e7d269bcbf81872d8ae64 Oct 14 22:00:20.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 22:00:20.799 INFO blam! 4fdce67ef773f181dd0ac06b2d6f2941eb1225c0b7668b58a4984cc7220bfadc Oct 14 22:00:20.816 INFO running `"docker" "start" "-a" "4fdce67ef773f181dd0ac06b2d6f2941eb1225c0b7668b58a4984cc7220bfadc"` Oct 14 22:00:22.101 INFO kablam! usermod: no changes Oct 14 22:00:22.211 INFO blam! Oct 14 22:00:22.211 INFO blam! running 0 tests Oct 14 22:00:22.211 INFO blam! Oct 14 22:00:22.211 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:00:22.211 INFO blam! Oct 14 22:00:22.213 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 22:00:22.213 INFO kablam! Running /target/debug/deps/parade-3732d7fec64c1f8a Oct 14 22:00:22.213 INFO kablam! su: No module specific data is present Oct 14 22:00:23.023 INFO running `"docker" "rm" "-f" "4fdce67ef773f181dd0ac06b2d6f2941eb1225c0b7668b58a4984cc7220bfadc"` Oct 14 22:00:23.295 INFO blam! 4fdce67ef773f181dd0ac06b2d6f2941eb1225c0b7668b58a4984cc7220bfadc