Oct 14 18:15:28.957 INFO testing ijks/piet-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:15:28.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:15:29.399 INFO blam! f69b0b097b942c4f3a946a10c91009a4bad0132340e7dacc9e36d96ca0fd2377 Oct 14 18:15:29.411 INFO running `"docker" "start" "-a" "f69b0b097b942c4f3a946a10c91009a4bad0132340e7dacc9e36d96ca0fd2377"` Oct 14 18:15:30.604 INFO kablam! usermod: no changes Oct 14 18:15:30.835 INFO kablam! Compiling cc v1.0.2 Oct 14 18:15:30.847 INFO kablam! Compiling bitflags v1.0.0 Oct 14 18:15:30.848 INFO kablam! Compiling rayon-core v1.2.1 Oct 14 18:15:30.848 INFO kablam! Compiling num-bigint v0.1.40 Oct 14 18:15:31.487 INFO kablam! Compiling png v0.11.0 Oct 14 18:15:37.355 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 18:15:37.660 INFO kablam! Compiling rayon v0.8.2 Oct 14 18:15:41.164 INFO kablam! Compiling num-rational v0.1.39 Oct 14 18:15:46.207 INFO kablam! Compiling num v0.1.40 Oct 14 18:15:48.326 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 18:15:52.879 INFO kablam! Compiling image v0.17.0 Oct 14 18:15:59.023 INFO kablam! Compiling backtrace v0.3.3 Oct 14 18:16:00.117 INFO kablam! Compiling error-chain v0.11.0 Oct 14 18:16:11.861 INFO kablam! Compiling piet v0.1.0 (/source) Oct 14 18:16:12.261 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 14 18:16:12.262 INFO kablam! --> src/interpreter.rs:1:5 Oct 14 18:16:12.263 INFO kablam! | Oct 14 18:16:12.264 INFO kablam! 1 | use std::cmp::Ordering; Oct 14 18:16:12.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.265 INFO kablam! | Oct 14 18:16:12.265 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:16:12.266 INFO kablam! Oct 14 18:16:12.447 INFO kablam! warning: unused variable: `x` Oct 14 18:16:12.448 INFO kablam! --> src/interpreter.rs:120:29 Oct 14 18:16:12.448 INFO kablam! | Oct 14 18:16:12.448 INFO kablam! 120 | .filter(|&&(x, y)| y == farthest_y) Oct 14 18:16:12.449 INFO kablam! | ^ help: consider using `_x` instead Oct 14 18:16:12.449 INFO kablam! | Oct 14 18:16:12.449 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:16:12.449 INFO kablam! Oct 14 18:16:12.450 INFO kablam! warning: unused variable: `y` Oct 14 18:16:12.450 INFO kablam! --> src/interpreter.rs:133:32 Oct 14 18:16:12.450 INFO kablam! | Oct 14 18:16:12.450 INFO kablam! 133 | .filter(|&&(x, y)| x == farthest_x) Oct 14 18:16:12.450 INFO kablam! | ^ help: consider using `_y` instead Oct 14 18:16:12.450 INFO kablam! Oct 14 18:16:12.453 INFO kablam! warning: unused variable: `height` Oct 14 18:16:12.453 INFO kablam! --> src/program.rs:78:21 Oct 14 18:16:12.453 INFO kablam! | Oct 14 18:16:12.453 INFO kablam! 78 | let (width, height) = self.size; Oct 14 18:16:12.453 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 14 18:16:12.453 INFO kablam! Oct 14 18:16:12.514 INFO kablam! warning: variant is never constructed: `Up` Oct 14 18:16:12.514 INFO kablam! --> src/interpreter.rs:14:5 Oct 14 18:16:12.514 INFO kablam! | Oct 14 18:16:12.514 INFO kablam! 14 | Up, Oct 14 18:16:12.514 INFO kablam! | ^^ Oct 14 18:16:12.514 INFO kablam! | Oct 14 18:16:12.515 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:16:12.515 INFO kablam! Oct 14 18:16:12.515 INFO kablam! warning: variant is never constructed: `Down` Oct 14 18:16:12.515 INFO kablam! --> src/interpreter.rs:16:5 Oct 14 18:16:12.515 INFO kablam! | Oct 14 18:16:12.515 INFO kablam! 16 | Down, Oct 14 18:16:12.515 INFO kablam! | ^^^^ Oct 14 18:16:12.515 INFO kablam! Oct 14 18:16:12.515 INFO kablam! warning: variant is never constructed: `Left` Oct 14 18:16:12.515 INFO kablam! --> src/interpreter.rs:17:5 Oct 14 18:16:12.515 INFO kablam! | Oct 14 18:16:12.515 INFO kablam! 17 | Left, Oct 14 18:16:12.515 INFO kablam! | ^^^^ Oct 14 18:16:12.515 INFO kablam! Oct 14 18:16:12.515 INFO kablam! warning: method is never used: `rotate_clockwise` Oct 14 18:16:12.515 INFO kablam! --> src/interpreter.rs:21:5 Oct 14 18:16:12.515 INFO kablam! | Oct 14 18:16:12.515 INFO kablam! 21 | pub fn rotate_clockwise(&mut self) { Oct 14 18:16:12.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.515 INFO kablam! Oct 14 18:16:12.521 INFO kablam! warning: method is never used: `rotate_counterclockwise` Oct 14 18:16:12.521 INFO kablam! --> src/interpreter.rs:32:5 Oct 14 18:16:12.521 INFO kablam! | Oct 14 18:16:12.521 INFO kablam! 32 | pub fn rotate_counterclockwise(&mut self) { Oct 14 18:16:12.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.521 INFO kablam! Oct 14 18:16:12.521 INFO kablam! warning: variant is never constructed: `Right` Oct 14 18:16:12.521 INFO kablam! --> src/interpreter.rs:47:5 Oct 14 18:16:12.521 INFO kablam! | Oct 14 18:16:12.521 INFO kablam! 47 | Right, Oct 14 18:16:12.521 INFO kablam! | ^^^^^ Oct 14 18:16:12.521 INFO kablam! Oct 14 18:16:12.521 INFO kablam! warning: method is never used: `switch` Oct 14 18:16:12.521 INFO kablam! --> src/interpreter.rs:51:5 Oct 14 18:16:12.521 INFO kablam! | Oct 14 18:16:12.521 INFO kablam! 51 | pub fn switch(&mut self) { Oct 14 18:16:12.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.521 INFO kablam! Oct 14 18:16:12.525 INFO kablam! warning: method is never used: `current_block` Oct 14 18:16:12.525 INFO kablam! --> src/interpreter.rs:93:5 Oct 14 18:16:12.525 INFO kablam! | Oct 14 18:16:12.525 INFO kablam! 93 | fn current_block(&self) -> HashSet { Oct 14 18:16:12.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.525 INFO kablam! Oct 14 18:16:12.525 INFO kablam! warning: method is never used: `next_coords` Oct 14 18:16:12.525 INFO kablam! --> src/interpreter.rs:97:5 Oct 14 18:16:12.525 INFO kablam! | Oct 14 18:16:12.525 INFO kablam! 97 | fn next_coords(&self) -> Coords { Oct 14 18:16:12.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.525 INFO kablam! Oct 14 18:16:12.528 INFO kablam! warning: function is never used: `x_key` Oct 14 18:16:12.528 INFO kablam! --> src/interpreter.rs:101:9 Oct 14 18:16:12.528 INFO kablam! | Oct 14 18:16:12.528 INFO kablam! 101 | fn x_key(&(x, _): &Coords) -> usize { Oct 14 18:16:12.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.529 INFO kablam! Oct 14 18:16:12.529 INFO kablam! warning: function is never used: `y_key` Oct 14 18:16:12.529 INFO kablam! --> src/interpreter.rs:104:9 Oct 14 18:16:12.529 INFO kablam! | Oct 14 18:16:12.529 INFO kablam! 104 | fn y_key(&(_, y): &Coords) -> usize { Oct 14 18:16:12.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.529 INFO kablam! Oct 14 18:16:12.529 INFO kablam! warning: method is never used: `execute_command` Oct 14 18:16:12.529 INFO kablam! --> src/interpreter.rs:167:5 Oct 14 18:16:12.529 INFO kablam! | Oct 14 18:16:12.529 INFO kablam! 167 | fn execute_command(&mut self, command: &Command) { Oct 14 18:16:12.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.529 INFO kablam! Oct 14 18:16:12.533 INFO kablam! warning: method is never used: `pointer` Oct 14 18:16:12.533 INFO kablam! --> src/interpreter.rs:261:5 Oct 14 18:16:12.533 INFO kablam! | Oct 14 18:16:12.533 INFO kablam! 261 | fn pointer(&mut self, steps: i64) { Oct 14 18:16:12.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.534 INFO kablam! Oct 14 18:16:12.534 INFO kablam! warning: method is never used: `switch` Oct 14 18:16:12.534 INFO kablam! --> src/interpreter.rs:273:5 Oct 14 18:16:12.534 INFO kablam! | Oct 14 18:16:12.534 INFO kablam! 273 | fn switch(&mut self, times: i64) { Oct 14 18:16:12.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.534 INFO kablam! Oct 14 18:16:12.534 INFO kablam! warning: method is never used: `index_to_coords` Oct 14 18:16:12.534 INFO kablam! --> src/program.rs:83:5 Oct 14 18:16:12.534 INFO kablam! | Oct 14 18:16:12.534 INFO kablam! 83 | fn index_to_coords(&self, index: usize) -> Option { Oct 14 18:16:12.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:12.534 INFO kablam! Oct 14 18:16:14.326 INFO kablam! warning: unused variable: `codel_size` Oct 14 18:16:14.326 INFO kablam! --> src/main.rs:23:9 Oct 14 18:16:14.326 INFO kablam! | Oct 14 18:16:14.326 INFO kablam! 23 | let codel_size = matches.value_of("codel_size").map(|_| unimplemented!()); Oct 14 18:16:14.326 INFO kablam! | ^^^^^^^^^^ help: consider using `_codel_size` instead Oct 14 18:16:14.326 INFO kablam! | Oct 14 18:16:14.326 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:16:14.326 INFO kablam! Oct 14 18:16:14.336 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:16:14.336 INFO kablam! --> src/main.rs:34:5 Oct 14 18:16:14.336 INFO kablam! | Oct 14 18:16:14.336 INFO kablam! 34 | interpreter.run(); Oct 14 18:16:14.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:16:14.336 INFO kablam! | Oct 14 18:16:14.336 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 18:16:14.336 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:16:14.336 INFO kablam! Oct 14 18:16:17.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.73s Oct 14 18:16:17.366 INFO kablam! su: No module specific data is present Oct 14 18:16:18.312 INFO running `"docker" "rm" "-f" "f69b0b097b942c4f3a946a10c91009a4bad0132340e7dacc9e36d96ca0fd2377"` Oct 14 18:16:18.531 INFO blam! f69b0b097b942c4f3a946a10c91009a4bad0132340e7dacc9e36d96ca0fd2377 Oct 14 18:16:18.535 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:16:19.061 INFO blam! 2c293a62ad5f397c2cd071a229e583d9cedd8f9b0f3eac04ad1f8346f82f6326 Oct 14 18:16:19.063 INFO running `"docker" "start" "-a" "2c293a62ad5f397c2cd071a229e583d9cedd8f9b0f3eac04ad1f8346f82f6326"` Oct 14 18:16:20.367 INFO kablam! usermod: no changes Oct 14 18:16:20.551 INFO kablam! Compiling piet v0.1.0 (/source) Oct 14 18:16:21.122 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 14 18:16:21.122 INFO kablam! --> src/interpreter.rs:1:5 Oct 14 18:16:21.122 INFO kablam! | Oct 14 18:16:21.123 INFO kablam! 1 | use std::cmp::Ordering; Oct 14 18:16:21.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:16:21.123 INFO kablam! | Oct 14 18:16:21.124 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:16:21.124 INFO kablam! Oct 14 18:16:21.707 INFO kablam! warning: unused variable: `codel_size` Oct 14 18:16:21.707 INFO kablam! --> src/main.rs:23:9 Oct 14 18:16:21.707 INFO kablam! | Oct 14 18:16:21.707 INFO kablam! 23 | let codel_size = matches.value_of("codel_size").map(|_| unimplemented!()); Oct 14 18:16:21.707 INFO kablam! | ^^^^^^^^^^ help: consider using `_codel_size` instead Oct 14 18:16:21.707 INFO kablam! | Oct 14 18:16:21.707 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:16:21.707 INFO kablam! Oct 14 18:16:21.725 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:16:21.725 INFO kablam! --> src/main.rs:34:5 Oct 14 18:16:21.725 INFO kablam! | Oct 14 18:16:21.725 INFO kablam! 34 | interpreter.run(); Oct 14 18:16:21.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:16:21.725 INFO kablam! | Oct 14 18:16:21.725 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 18:16:21.725 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:16:21.725 INFO kablam! Oct 14 18:16:21.828 INFO kablam! warning: unused variable: `x` Oct 14 18:16:21.828 INFO kablam! --> src/interpreter.rs:120:29 Oct 14 18:16:21.828 INFO kablam! | Oct 14 18:16:21.828 INFO kablam! 120 | .filter(|&&(x, y)| y == farthest_y) Oct 14 18:16:21.828 INFO kablam! | ^ help: consider using `_x` instead Oct 14 18:16:21.843 INFO kablam! | Oct 14 18:16:21.843 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:16:21.843 INFO kablam! Oct 14 18:16:21.843 INFO kablam! warning: unused variable: `y` Oct 14 18:16:21.843 INFO kablam! --> src/interpreter.rs:133:32 Oct 14 18:16:21.843 INFO kablam! | Oct 14 18:16:21.843 INFO kablam! 133 | .filter(|&&(x, y)| x == farthest_x) Oct 14 18:16:21.843 INFO kablam! | ^ help: consider using `_y` instead Oct 14 18:16:21.843 INFO kablam! Oct 14 18:16:21.843 INFO kablam! warning: unused variable: `height` Oct 14 18:16:21.843 INFO kablam! --> src/program.rs:78:21 Oct 14 18:16:21.843 INFO kablam! | Oct 14 18:16:21.843 INFO kablam! 78 | let (width, height) = self.size; Oct 14 18:16:21.843 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 14 18:16:21.843 INFO kablam! Oct 14 18:16:22.074 INFO kablam! warning: variant is never constructed: `Up` Oct 14 18:16:22.074 INFO kablam! --> src/interpreter.rs:14:5 Oct 14 18:16:22.074 INFO kablam! | Oct 14 18:16:22.074 INFO kablam! 14 | Up, Oct 14 18:16:22.074 INFO kablam! | ^^ Oct 14 18:16:22.074 INFO kablam! | Oct 14 18:16:22.074 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:16:22.074 INFO kablam! Oct 14 18:16:22.074 INFO kablam! warning: variant is never constructed: `Down` Oct 14 18:16:22.074 INFO kablam! --> src/interpreter.rs:16:5 Oct 14 18:16:22.075 INFO kablam! | Oct 14 18:16:22.075 INFO kablam! 16 | Down, Oct 14 18:16:22.075 INFO kablam! | ^^^^ Oct 14 18:16:22.075 INFO kablam! Oct 14 18:16:22.076 INFO kablam! warning: variant is never constructed: `Left` Oct 14 18:16:22.076 INFO kablam! --> src/interpreter.rs:17:5 Oct 14 18:16:22.076 INFO kablam! | Oct 14 18:16:22.077 INFO kablam! 17 | Left, Oct 14 18:16:22.077 INFO kablam! | ^^^^ Oct 14 18:16:22.077 INFO kablam! Oct 14 18:16:22.077 INFO kablam! warning: method is never used: `rotate_clockwise` Oct 14 18:16:22.078 INFO kablam! --> src/interpreter.rs:21:5 Oct 14 18:16:22.078 INFO kablam! | Oct 14 18:16:22.078 INFO kablam! 21 | pub fn rotate_clockwise(&mut self) { Oct 14 18:16:22.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.078 INFO kablam! Oct 14 18:16:22.079 INFO kablam! warning: method is never used: `rotate_counterclockwise` Oct 14 18:16:22.079 INFO kablam! --> src/interpreter.rs:32:5 Oct 14 18:16:22.079 INFO kablam! | Oct 14 18:16:22.080 INFO kablam! 32 | pub fn rotate_counterclockwise(&mut self) { Oct 14 18:16:22.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.080 INFO kablam! Oct 14 18:16:22.080 INFO kablam! warning: variant is never constructed: `Right` Oct 14 18:16:22.081 INFO kablam! --> src/interpreter.rs:47:5 Oct 14 18:16:22.081 INFO kablam! | Oct 14 18:16:22.081 INFO kablam! 47 | Right, Oct 14 18:16:22.081 INFO kablam! | ^^^^^ Oct 14 18:16:22.081 INFO kablam! Oct 14 18:16:22.081 INFO kablam! warning: method is never used: `switch` Oct 14 18:16:22.081 INFO kablam! --> src/interpreter.rs:51:5 Oct 14 18:16:22.081 INFO kablam! | Oct 14 18:16:22.081 INFO kablam! 51 | pub fn switch(&mut self) { Oct 14 18:16:22.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.083 INFO kablam! Oct 14 18:16:22.083 INFO kablam! warning: method is never used: `current_block` Oct 14 18:16:22.083 INFO kablam! --> src/interpreter.rs:93:5 Oct 14 18:16:22.083 INFO kablam! | Oct 14 18:16:22.083 INFO kablam! 93 | fn current_block(&self) -> HashSet { Oct 14 18:16:22.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.083 INFO kablam! Oct 14 18:16:22.083 INFO kablam! warning: method is never used: `next_coords` Oct 14 18:16:22.083 INFO kablam! --> src/interpreter.rs:97:5 Oct 14 18:16:22.083 INFO kablam! | Oct 14 18:16:22.083 INFO kablam! 97 | fn next_coords(&self) -> Coords { Oct 14 18:16:22.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.083 INFO kablam! Oct 14 18:16:22.083 INFO kablam! warning: function is never used: `x_key` Oct 14 18:16:22.083 INFO kablam! --> src/interpreter.rs:101:9 Oct 14 18:16:22.083 INFO kablam! | Oct 14 18:16:22.083 INFO kablam! 101 | fn x_key(&(x, _): &Coords) -> usize { Oct 14 18:16:22.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.083 INFO kablam! Oct 14 18:16:22.083 INFO kablam! warning: function is never used: `y_key` Oct 14 18:16:22.083 INFO kablam! --> src/interpreter.rs:104:9 Oct 14 18:16:22.083 INFO kablam! | Oct 14 18:16:22.083 INFO kablam! 104 | fn y_key(&(_, y): &Coords) -> usize { Oct 14 18:16:22.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.083 INFO kablam! Oct 14 18:16:22.083 INFO kablam! warning: method is never used: `execute_command` Oct 14 18:16:22.083 INFO kablam! --> src/interpreter.rs:167:5 Oct 14 18:16:22.083 INFO kablam! | Oct 14 18:16:22.083 INFO kablam! 167 | fn execute_command(&mut self, command: &Command) { Oct 14 18:16:22.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.083 INFO kablam! Oct 14 18:16:22.083 INFO kablam! warning: method is never used: `pointer` Oct 14 18:16:22.083 INFO kablam! --> src/interpreter.rs:261:5 Oct 14 18:16:22.083 INFO kablam! | Oct 14 18:16:22.083 INFO kablam! 261 | fn pointer(&mut self, steps: i64) { Oct 14 18:16:22.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.083 INFO kablam! Oct 14 18:16:22.084 INFO kablam! warning: method is never used: `switch` Oct 14 18:16:22.084 INFO kablam! --> src/interpreter.rs:273:5 Oct 14 18:16:22.084 INFO kablam! | Oct 14 18:16:22.085 INFO kablam! 273 | fn switch(&mut self, times: i64) { Oct 14 18:16:22.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:22.085 INFO kablam! Oct 14 18:16:23.594 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.19s Oct 14 18:16:23.601 INFO kablam! su: No module specific data is present Oct 14 18:16:24.286 INFO running `"docker" "rm" "-f" "2c293a62ad5f397c2cd071a229e583d9cedd8f9b0f3eac04ad1f8346f82f6326"` Oct 14 18:16:24.643 INFO blam! 2c293a62ad5f397c2cd071a229e583d9cedd8f9b0f3eac04ad1f8346f82f6326 Oct 14 18:16:24.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 18:16:25.213 INFO blam! 31a2425291cd9ca0c759814b7e5390e3334c51371ede2d1a6243c4703f8469a3 Oct 14 18:16:25.219 INFO running `"docker" "start" "-a" "31a2425291cd9ca0c759814b7e5390e3334c51371ede2d1a6243c4703f8469a3"` Oct 14 18:16:26.445 INFO kablam! usermod: no changes Oct 14 18:16:26.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 18:16:26.602 INFO kablam! Running /target/debug/deps/piet-8005884dc67f7d62 Oct 14 18:16:26.604 INFO blam! Oct 14 18:16:26.604 INFO blam! running 15 tests Oct 14 18:16:26.607 INFO blam! test program::tests::test_program_coords_to_index ... ok Oct 14 18:16:26.607 INFO blam! test program::tests::test_program_color_block ... ok Oct 14 18:16:26.607 INFO blam! test program::tests::test_program_check_coords ... ok Oct 14 18:16:26.607 INFO blam! test command::tests::test_from_transition ... ok Oct 14 18:16:26.611 INFO blam! test program::tests::test_program_index_to_coords ... ok Oct 14 18:16:26.611 INFO blam! test color::tests::test_color_transition ... ok Oct 14 18:16:26.615 INFO blam! test color::tests::test_hue_shift ... ok Oct 14 18:16:26.615 INFO blam! test stack::tests::test_stack_fold_top ... ok Oct 14 18:16:26.615 INFO blam! test stack::tests::test_stack_map_top ... ok Oct 14 18:16:26.615 INFO blam! test color::tests::test_lightness_shift ... ok Oct 14 18:16:26.615 INFO blam! test stack::tests::test_stack_new ... ok Oct 14 18:16:26.615 INFO blam! test color::tests::test_color_from_rgb ... ok Oct 14 18:16:26.615 INFO blam! test stack::tests::test_stack_pop2 ... ok Oct 14 18:16:26.615 INFO blam! test stack::tests::test_stack_roll ... ok Oct 14 18:16:26.615 INFO blam! test stack::tests::test_stack_peek ... ok Oct 14 18:16:26.615 INFO blam! Oct 14 18:16:26.615 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:16:26.615 INFO blam! Oct 14 18:16:26.619 INFO kablam! Running /target/debug/deps/piet-f2406860da2a598d Oct 14 18:16:26.623 INFO blam! Oct 14 18:16:26.623 INFO blam! running 0 tests Oct 14 18:16:26.623 INFO blam! Oct 14 18:16:26.623 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:16:26.623 INFO blam! Oct 14 18:16:26.623 INFO kablam! Doc-tests piet Oct 14 18:16:27.359 INFO blam! Oct 14 18:16:27.359 INFO blam! running 6 tests Oct 14 18:16:30.115 INFO blam! test src/color.rs - color::Lightness::shift (line 44) ... ok Oct 14 18:16:30.498 INFO blam! test src/color.rs - color::Color::from_rgb (line 69) ... ok Oct 14 18:16:30.716 INFO blam! test src/stack.rs - stack::Stack::fold_top (line 33) ... ok Oct 14 18:16:30.783 INFO blam! test src/stack.rs - stack::Stack::roll (line 64) ... ok Oct 14 18:16:30.907 INFO blam! test src/color.rs - color::Hue::shift (line 19) ... ok Oct 14 18:16:31.035 INFO blam! test src/color.rs - color::Color::transition (line 127) ... ok Oct 14 18:16:31.035 INFO blam! Oct 14 18:16:31.035 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:16:31.035 INFO blam! Oct 14 18:16:31.043 INFO kablam! su: No module specific data is present Oct 14 18:16:31.851 INFO running `"docker" "rm" "-f" "31a2425291cd9ca0c759814b7e5390e3334c51371ede2d1a6243c4703f8469a3"` Oct 14 18:16:32.211 INFO blam! 31a2425291cd9ca0c759814b7e5390e3334c51371ede2d1a6243c4703f8469a3