Oct 14 22:00:10.727 INFO testing echelon/beltline-lantern-parade-2017 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:00:10.727 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 14 22:00:10.902 INFO blam! 5bbcf6a062a392d53688b2661ee6aeec9177e9f859301798e31c7bfe6d5de88f Oct 14 22:00:10.904 INFO running `"docker" "start" "-a" "5bbcf6a062a392d53688b2661ee6aeec9177e9f859301798e31c7bfe6d5de88f"` Oct 14 22:00:11.501 INFO kablam! usermod: no changes Oct 14 22:00:11.539 INFO kablam! Compiling point v0.3.0 Oct 14 22:00:11.539 INFO kablam! Compiling beam v0.1.0 Oct 14 22:00:11.539 INFO kablam! Compiling ilda v0.0.2 Oct 14 22:00:12.447 INFO kablam! Compiling etherdream v0.0.7 Oct 14 22:00:13.239 INFO kablam! Compiling lase v0.0.1 Oct 14 22:00:13.659 INFO kablam! Compiling parade v0.1.0 (/source) Oct 14 22:00:14.663 INFO kablam! warning: unused variable: `filename` Oct 14 22:00:14.663 INFO kablam! --> src/main.rs:22:11 Oct 14 22:00:14.663 INFO kablam! | Oct 14 22:00:14.663 INFO kablam! 22 | let mut filename = String::new(); Oct 14 22:00:14.663 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 14 22:00:14.663 INFO kablam! | Oct 14 22:00:14.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:00:14.663 INFO kablam! Oct 14 22:00:14.663 INFO kablam! warning: unused variable: `letter` Oct 14 22:00:14.663 INFO kablam! --> src/main.rs:53:11 Oct 14 22:00:14.663 INFO kablam! | Oct 14 22:00:14.663 INFO kablam! 53 | let mut letter = letters::letter_n(); Oct 14 22:00:14.663 INFO kablam! | ^^^^^^ help: consider using `_letter` instead Oct 14 22:00:14.663 INFO kablam! Oct 14 22:00:14.663 INFO kablam! warning: unused variable: `current_index` Oct 14 22:00:14.663 INFO kablam! --> src/main.rs:90:11 Oct 14 22:00:14.663 INFO kablam! | Oct 14 22:00:14.663 INFO kablam! 90 | let mut current_index = 0; Oct 14 22:00:14.663 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_current_index` instead Oct 14 22:00:14.663 INFO kablam! Oct 14 22:00:14.665 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:14.665 INFO kablam! --> src/main.rs:22:7 Oct 14 22:00:14.665 INFO kablam! | Oct 14 22:00:14.665 INFO kablam! 22 | let mut filename = String::new(); Oct 14 22:00:14.665 INFO kablam! | ----^^^^^^^^ Oct 14 22:00:14.665 INFO kablam! | | Oct 14 22:00:14.665 INFO kablam! | help: remove this `mut` Oct 14 22:00:14.665 INFO kablam! | Oct 14 22:00:14.665 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:00:14.665 INFO kablam! Oct 14 22:00:14.665 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:14.665 INFO kablam! --> src/main.rs:53:7 Oct 14 22:00:14.665 INFO kablam! | Oct 14 22:00:14.665 INFO kablam! 53 | let mut letter = letters::letter_n(); Oct 14 22:00:14.665 INFO kablam! | ----^^^^^^ Oct 14 22:00:14.665 INFO kablam! | | Oct 14 22:00:14.665 INFO kablam! | help: remove this `mut` Oct 14 22:00:14.666 INFO kablam! Oct 14 22:00:14.666 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:14.666 INFO kablam! --> src/main.rs:90:7 Oct 14 22:00:14.666 INFO kablam! | Oct 14 22:00:14.666 INFO kablam! 90 | let mut current_index = 0; Oct 14 22:00:14.666 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 22:00:14.666 INFO kablam! | | Oct 14 22:00:14.666 INFO kablam! | help: remove this `mut` Oct 14 22:00:14.666 INFO kablam! Oct 14 22:00:14.975 INFO kablam! warning: function is never used: `x_rotate` Oct 14 22:00:14.975 INFO kablam! --> src/main.rs:163:1 Oct 14 22:00:14.975 INFO kablam! | Oct 14 22:00:14.975 INFO kablam! 163 | fn x_rotate(point: &mut PipelinePoint, theta: f32) { Oct 14 22:00:14.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:14.975 INFO kablam! | Oct 14 22:00:14.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:14.975 INFO kablam! Oct 14 22:00:14.975 INFO kablam! warning: function is never used: `z_rotate` Oct 14 22:00:14.975 INFO kablam! --> src/main.rs:173:1 Oct 14 22:00:14.975 INFO kablam! | Oct 14 22:00:14.975 INFO kablam! 173 | fn z_rotate(point: &mut PipelinePoint, theta: f32) { Oct 14 22:00:14.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:14.975 INFO kablam! Oct 14 22:00:14.975 INFO kablam! warning: function is never used: `get_simple_rotation` Oct 14 22:00:14.975 INFO kablam! --> src/main.rs:204:1 Oct 14 22:00:14.975 INFO kablam! | Oct 14 22:00:14.975 INFO kablam! 204 | fn get_simple_rotation() -> f32 { Oct 14 22:00:14.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:14.975 INFO kablam! Oct 14 22:00:14.975 INFO kablam! warning: function is never used: `invert_x` Oct 14 22:00:14.975 INFO kablam! --> src/main.rs:212:1 Oct 14 22:00:14.975 INFO kablam! | Oct 14 22:00:14.975 INFO kablam! 212 | fn invert_x(x_coordinate: i16) -> i16 { Oct 14 22:00:14.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:14.975 INFO kablam! Oct 14 22:00:16.853 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.33s Oct 14 22:00:16.862 INFO kablam! su: No module specific data is present Oct 14 22:00:17.082 INFO running `"docker" "rm" "-f" "5bbcf6a062a392d53688b2661ee6aeec9177e9f859301798e31c7bfe6d5de88f"` Oct 14 22:00:17.163 INFO blam! 5bbcf6a062a392d53688b2661ee6aeec9177e9f859301798e31c7bfe6d5de88f Oct 14 22:00:17.166 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 14 22:00:17.454 INFO blam! 4626ed8aa5a5a3342b02ebfffe2beb70c834269bcf9d9f21cf79ed8cf290ec3c Oct 14 22:00:17.456 INFO running `"docker" "start" "-a" "4626ed8aa5a5a3342b02ebfffe2beb70c834269bcf9d9f21cf79ed8cf290ec3c"` Oct 14 22:00:17.806 INFO kablam! usermod: no changes Oct 14 22:00:17.848 INFO kablam! Compiling parade v0.1.0 (/source) Oct 14 22:00:19.119 INFO kablam! warning: unused variable: `filename` Oct 14 22:00:19.119 INFO kablam! --> src/main.rs:22:11 Oct 14 22:00:19.119 INFO kablam! | Oct 14 22:00:19.119 INFO kablam! 22 | let mut filename = String::new(); Oct 14 22:00:19.119 INFO kablam! | ^^^^^^^^ help: consider using `_filename` instead Oct 14 22:00:19.119 INFO kablam! | Oct 14 22:00:19.119 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:00:19.119 INFO kablam! Oct 14 22:00:19.119 INFO kablam! warning: unused variable: `letter` Oct 14 22:00:19.119 INFO kablam! --> src/main.rs:53:11 Oct 14 22:00:19.119 INFO kablam! | Oct 14 22:00:19.119 INFO kablam! 53 | let mut letter = letters::letter_n(); Oct 14 22:00:19.119 INFO kablam! | ^^^^^^ help: consider using `_letter` instead Oct 14 22:00:19.119 INFO kablam! Oct 14 22:00:19.119 INFO kablam! warning: unused variable: `current_index` Oct 14 22:00:19.119 INFO kablam! --> src/main.rs:90:11 Oct 14 22:00:19.119 INFO kablam! | Oct 14 22:00:19.119 INFO kablam! 90 | let mut current_index = 0; Oct 14 22:00:19.119 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_current_index` instead Oct 14 22:00:19.119 INFO kablam! Oct 14 22:00:19.119 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:19.119 INFO kablam! --> src/main.rs:22:7 Oct 14 22:00:19.119 INFO kablam! | Oct 14 22:00:19.119 INFO kablam! 22 | let mut filename = String::new(); Oct 14 22:00:19.119 INFO kablam! | ----^^^^^^^^ Oct 14 22:00:19.119 INFO kablam! | | Oct 14 22:00:19.119 INFO kablam! | help: remove this `mut` Oct 14 22:00:19.119 INFO kablam! | Oct 14 22:00:19.119 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:00:19.119 INFO kablam! Oct 14 22:00:19.119 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:19.119 INFO kablam! --> src/main.rs:53:7 Oct 14 22:00:19.119 INFO kablam! | Oct 14 22:00:19.119 INFO kablam! 53 | let mut letter = letters::letter_n(); Oct 14 22:00:19.119 INFO kablam! | ----^^^^^^ Oct 14 22:00:19.119 INFO kablam! | | Oct 14 22:00:19.119 INFO kablam! | help: remove this `mut` Oct 14 22:00:19.119 INFO kablam! Oct 14 22:00:19.119 INFO kablam! warning: variable does not need to be mutable Oct 14 22:00:19.119 INFO kablam! --> src/main.rs:90:7 Oct 14 22:00:19.119 INFO kablam! | Oct 14 22:00:19.119 INFO kablam! 90 | let mut current_index = 0; Oct 14 22:00:19.119 INFO kablam! | ----^^^^^^^^^^^^^ Oct 14 22:00:19.119 INFO kablam! | | Oct 14 22:00:19.119 INFO kablam! | help: remove this `mut` Oct 14 22:00:19.119 INFO kablam! Oct 14 22:00:19.459 INFO kablam! warning: function is never used: `x_rotate` Oct 14 22:00:19.459 INFO kablam! --> src/main.rs:163:1 Oct 14 22:00:19.459 INFO kablam! | Oct 14 22:00:19.459 INFO kablam! 163 | fn x_rotate(point: &mut PipelinePoint, theta: f32) { Oct 14 22:00:19.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:19.459 INFO kablam! | Oct 14 22:00:19.459 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:19.459 INFO kablam! Oct 14 22:00:19.459 INFO kablam! warning: function is never used: `z_rotate` Oct 14 22:00:19.460 INFO kablam! --> src/main.rs:173:1 Oct 14 22:00:19.460 INFO kablam! | Oct 14 22:00:19.460 INFO kablam! 173 | fn z_rotate(point: &mut PipelinePoint, theta: f32) { Oct 14 22:00:19.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:19.460 INFO kablam! Oct 14 22:00:19.460 INFO kablam! warning: function is never used: `get_simple_rotation` Oct 14 22:00:19.460 INFO kablam! --> src/main.rs:204:1 Oct 14 22:00:19.460 INFO kablam! | Oct 14 22:00:19.460 INFO kablam! 204 | fn get_simple_rotation() -> f32 { Oct 14 22:00:19.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:19.460 INFO kablam! Oct 14 22:00:19.460 INFO kablam! warning: function is never used: `invert_x` Oct 14 22:00:19.460 INFO kablam! --> src/main.rs:212:1 Oct 14 22:00:19.460 INFO kablam! | Oct 14 22:00:19.460 INFO kablam! 212 | fn invert_x(x_coordinate: i16) -> i16 { Oct 14 22:00:19.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:19.460 INFO kablam! Oct 14 22:00:20.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 14 22:00:20.104 INFO kablam! su: No module specific data is present Oct 14 22:00:20.872 INFO running `"docker" "rm" "-f" "4626ed8aa5a5a3342b02ebfffe2beb70c834269bcf9d9f21cf79ed8cf290ec3c"` Oct 14 22:00:21.199 INFO blam! 4626ed8aa5a5a3342b02ebfffe2beb70c834269bcf9d9f21cf79ed8cf290ec3c Oct 14 22:00:21.213 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 14 22:00:21.629 INFO blam! 2fdcd4c1fd708f1b7d89ca56beb76ac7a0665d1ae5b968b674e3ffc726dac409 Oct 14 22:00:21.631 INFO running `"docker" "start" "-a" "2fdcd4c1fd708f1b7d89ca56beb76ac7a0665d1ae5b968b674e3ffc726dac409"` Oct 14 22:00:22.794 INFO kablam! usermod: no changes Oct 14 22:00:22.872 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 22:00:22.886 INFO kablam! Running /target/debug/deps/parade-0e23c9f2eb4e1056 Oct 14 22:00:22.887 INFO blam! Oct 14 22:00:22.887 INFO kablam! su: No module specific data is present Oct 14 22:00:22.887 INFO blam! running 0 tests Oct 14 22:00:22.887 INFO blam! Oct 14 22:00:22.888 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:00:22.888 INFO blam! Oct 14 22:00:23.608 INFO running `"docker" "rm" "-f" "2fdcd4c1fd708f1b7d89ca56beb76ac7a0665d1ae5b968b674e3ffc726dac409"` Oct 14 22:00:23.915 INFO blam! 2fdcd4c1fd708f1b7d89ca56beb76ac7a0665d1ae5b968b674e3ffc726dac409