Oct 14 18:15:28.878 INFO testing ijks/piet-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:15:28.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 18:15:29.425 INFO blam! 17c11df03064a5955ee504a232ecd54cbcdb09a008b2837d849b29402e1e74cd Oct 14 18:15:29.430 INFO running `"docker" "start" "-a" "17c11df03064a5955ee504a232ecd54cbcdb09a008b2837d849b29402e1e74cd"` Oct 14 18:15:30.427 INFO kablam! usermod: no changes Oct 14 18:15:30.647 INFO kablam! Compiling either v1.3.0 Oct 14 18:15:30.647 INFO kablam! Compiling bitflags v1.0.0 Oct 14 18:15:30.647 INFO kablam! Compiling num_cpus v1.7.0 Oct 14 18:15:30.647 INFO kablam! Compiling rand v0.3.17 Oct 14 18:15:30.647 INFO kablam! Compiling num-complex v0.1.40 Oct 14 18:15:31.591 INFO kablam! Compiling png v0.11.0 Oct 14 18:15:32.487 INFO kablam! Compiling coco v0.1.1 Oct 14 18:15:38.679 INFO kablam! Compiling rayon-core v1.2.1 Oct 14 18:15:38.679 INFO kablam! Compiling num-bigint v0.1.40 Oct 14 18:15:41.576 INFO kablam! Compiling rayon v0.8.2 Oct 14 18:15:42.919 INFO kablam! Compiling num-rational v0.1.39 Oct 14 18:15:45.807 INFO kablam! Compiling num v0.1.40 Oct 14 18:15:47.607 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 18:15:50.855 INFO kablam! Compiling image v0.17.0 Oct 14 18:16:04.067 INFO kablam! Compiling piet v0.1.0 (/source) Oct 14 18:16:04.751 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 14 18:16:04.751 INFO kablam! --> src/interpreter.rs:1:5 Oct 14 18:16:04.751 INFO kablam! | Oct 14 18:16:04.751 INFO kablam! 1 | use std::cmp::Ordering; Oct 14 18:16:04.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:16:04.751 INFO kablam! | Oct 14 18:16:04.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:16:04.751 INFO kablam! Oct 14 18:16:04.999 INFO kablam! warning: unused variable: `x` Oct 14 18:16:05.000 INFO kablam! --> src/interpreter.rs:120:29 Oct 14 18:16:05.000 INFO kablam! | Oct 14 18:16:05.001 INFO kablam! 120 | .filter(|&&(x, y)| y == farthest_y) Oct 14 18:16:05.002 INFO kablam! | ^ help: consider using `_x` instead Oct 14 18:16:05.003 INFO kablam! | Oct 14 18:16:05.003 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:16:05.004 INFO kablam! Oct 14 18:16:05.004 INFO kablam! warning: unused variable: `y` Oct 14 18:16:05.005 INFO kablam! --> src/interpreter.rs:133:32 Oct 14 18:16:05.006 INFO kablam! | Oct 14 18:16:05.006 INFO kablam! 133 | .filter(|&&(x, y)| x == farthest_x) Oct 14 18:16:05.011 INFO kablam! | ^ help: consider using `_y` instead Oct 14 18:16:05.011 INFO kablam! Oct 14 18:16:05.011 INFO kablam! warning: unused variable: `height` Oct 14 18:16:05.011 INFO kablam! --> src/program.rs:78:21 Oct 14 18:16:05.011 INFO kablam! | Oct 14 18:16:05.011 INFO kablam! 78 | let (width, height) = self.size; Oct 14 18:16:05.011 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 14 18:16:05.011 INFO kablam! Oct 14 18:16:05.072 INFO kablam! warning: variant is never constructed: `Up` Oct 14 18:16:05.073 INFO kablam! --> src/interpreter.rs:14:5 Oct 14 18:16:05.074 INFO kablam! | Oct 14 18:16:05.075 INFO kablam! 14 | Up, Oct 14 18:16:05.075 INFO kablam! | ^^ Oct 14 18:16:05.076 INFO kablam! | Oct 14 18:16:05.077 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:16:05.077 INFO kablam! Oct 14 18:16:05.078 INFO kablam! warning: variant is never constructed: `Down` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:16:5 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 16 | Down, Oct 14 18:16:05.079 INFO kablam! | ^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: variant is never constructed: `Left` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:17:5 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 17 | Left, Oct 14 18:16:05.079 INFO kablam! | ^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: method is never used: `rotate_clockwise` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:21:5 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 21 | pub fn rotate_clockwise(&mut self) { Oct 14 18:16:05.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: method is never used: `rotate_counterclockwise` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:32:5 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 32 | pub fn rotate_counterclockwise(&mut self) { Oct 14 18:16:05.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: variant is never constructed: `Right` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:47:5 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 47 | Right, Oct 14 18:16:05.079 INFO kablam! | ^^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: method is never used: `switch` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:51:5 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 51 | pub fn switch(&mut self) { Oct 14 18:16:05.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: method is never used: `current_block` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:93:5 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 93 | fn current_block(&self) -> HashSet { Oct 14 18:16:05.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: method is never used: `next_coords` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:97:5 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 97 | fn next_coords(&self) -> Coords { Oct 14 18:16:05.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: function is never used: `x_key` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:101:9 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 101 | fn x_key(&(x, _): &Coords) -> usize { Oct 14 18:16:05.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: function is never used: `y_key` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:104:9 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 104 | fn y_key(&(_, y): &Coords) -> usize { Oct 14 18:16:05.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.079 INFO kablam! Oct 14 18:16:05.079 INFO kablam! warning: method is never used: `execute_command` Oct 14 18:16:05.079 INFO kablam! --> src/interpreter.rs:167:5 Oct 14 18:16:05.079 INFO kablam! | Oct 14 18:16:05.079 INFO kablam! 167 | fn execute_command(&mut self, command: &Command) { Oct 14 18:16:05.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.080 INFO kablam! Oct 14 18:16:05.080 INFO kablam! warning: method is never used: `pointer` Oct 14 18:16:05.080 INFO kablam! --> src/interpreter.rs:261:5 Oct 14 18:16:05.080 INFO kablam! | Oct 14 18:16:05.080 INFO kablam! 261 | fn pointer(&mut self, steps: i64) { Oct 14 18:16:05.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.080 INFO kablam! Oct 14 18:16:05.080 INFO kablam! warning: method is never used: `switch` Oct 14 18:16:05.080 INFO kablam! --> src/interpreter.rs:273:5 Oct 14 18:16:05.080 INFO kablam! | Oct 14 18:16:05.080 INFO kablam! 273 | fn switch(&mut self, times: i64) { Oct 14 18:16:05.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.080 INFO kablam! Oct 14 18:16:05.080 INFO kablam! warning: method is never used: `index_to_coords` Oct 14 18:16:05.080 INFO kablam! --> src/program.rs:83:5 Oct 14 18:16:05.080 INFO kablam! | Oct 14 18:16:05.080 INFO kablam! 83 | fn index_to_coords(&self, index: usize) -> Option { Oct 14 18:16:05.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:05.080 INFO kablam! Oct 14 18:16:07.005 INFO kablam! warning: unused variable: `codel_size` Oct 14 18:16:07.005 INFO kablam! --> src/main.rs:23:9 Oct 14 18:16:07.005 INFO kablam! | Oct 14 18:16:07.005 INFO kablam! 23 | let codel_size = matches.value_of("codel_size").map(|_| unimplemented!()); Oct 14 18:16:07.005 INFO kablam! | ^^^^^^^^^^ help: consider using `_codel_size` instead Oct 14 18:16:07.005 INFO kablam! | Oct 14 18:16:07.005 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:16:07.005 INFO kablam! Oct 14 18:16:07.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:16:07.024 INFO kablam! --> src/main.rs:34:5 Oct 14 18:16:07.024 INFO kablam! | Oct 14 18:16:07.024 INFO kablam! 34 | interpreter.run(); Oct 14 18:16:07.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:16:07.024 INFO kablam! | Oct 14 18:16:07.025 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 18:16:07.025 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:16:07.025 INFO kablam! Oct 14 18:16:10.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.67s Oct 14 18:16:10.144 INFO kablam! su: No module specific data is present Oct 14 18:16:12.587 INFO running `"docker" "rm" "-f" "17c11df03064a5955ee504a232ecd54cbcdb09a008b2837d849b29402e1e74cd"` Oct 14 18:16:12.932 INFO blam! 17c11df03064a5955ee504a232ecd54cbcdb09a008b2837d849b29402e1e74cd Oct 14 18:16:12.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 18:16:13.407 INFO blam! 51bf9c507735617fb57727b6f9a861fe6ebe653076f9ad1e360dcaa88efe3da1 Oct 14 18:16:13.410 INFO running `"docker" "start" "-a" "51bf9c507735617fb57727b6f9a861fe6ebe653076f9ad1e360dcaa88efe3da1"` Oct 14 18:16:15.035 INFO kablam! usermod: no changes Oct 14 18:16:15.171 INFO kablam! Compiling piet v0.1.0 (/source) Oct 14 18:16:15.999 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 14 18:16:15.999 INFO kablam! --> src/interpreter.rs:1:5 Oct 14 18:16:16.000 INFO kablam! | Oct 14 18:16:16.000 INFO kablam! 1 | use std::cmp::Ordering; Oct 14 18:16:16.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.001 INFO kablam! | Oct 14 18:16:16.001 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:16:16.002 INFO kablam! Oct 14 18:16:16.331 INFO kablam! warning: unused variable: `codel_size` Oct 14 18:16:16.331 INFO kablam! --> src/main.rs:23:9 Oct 14 18:16:16.332 INFO kablam! | Oct 14 18:16:16.332 INFO kablam! 23 | let codel_size = matches.value_of("codel_size").map(|_| unimplemented!()); Oct 14 18:16:16.333 INFO kablam! | ^^^^^^^^^^ help: consider using `_codel_size` instead Oct 14 18:16:16.333 INFO kablam! | Oct 14 18:16:16.333 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:16:16.333 INFO kablam! Oct 14 18:16:16.347 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 18:16:16.347 INFO kablam! --> src/main.rs:34:5 Oct 14 18:16:16.348 INFO kablam! | Oct 14 18:16:16.348 INFO kablam! 34 | interpreter.run(); Oct 14 18:16:16.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.349 INFO kablam! | Oct 14 18:16:16.355 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 18:16:16.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 18:16:16.355 INFO kablam! Oct 14 18:16:16.403 INFO kablam! warning: unused variable: `x` Oct 14 18:16:16.403 INFO kablam! --> src/interpreter.rs:120:29 Oct 14 18:16:16.404 INFO kablam! | Oct 14 18:16:16.404 INFO kablam! 120 | .filter(|&&(x, y)| y == farthest_y) Oct 14 18:16:16.404 INFO kablam! | ^ help: consider using `_x` instead Oct 14 18:16:16.405 INFO kablam! | Oct 14 18:16:16.407 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:16:16.407 INFO kablam! Oct 14 18:16:16.407 INFO kablam! warning: unused variable: `y` Oct 14 18:16:16.408 INFO kablam! --> src/interpreter.rs:133:32 Oct 14 18:16:16.408 INFO kablam! | Oct 14 18:16:16.415 INFO kablam! 133 | .filter(|&&(x, y)| x == farthest_x) Oct 14 18:16:16.419 INFO kablam! | ^ help: consider using `_y` instead Oct 14 18:16:16.419 INFO kablam! Oct 14 18:16:16.420 INFO kablam! warning: unused variable: `height` Oct 14 18:16:16.420 INFO kablam! --> src/program.rs:78:21 Oct 14 18:16:16.420 INFO kablam! | Oct 14 18:16:16.421 INFO kablam! 78 | let (width, height) = self.size; Oct 14 18:16:16.421 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 14 18:16:16.421 INFO kablam! Oct 14 18:16:16.799 INFO kablam! warning: variant is never constructed: `Up` Oct 14 18:16:16.799 INFO kablam! --> src/interpreter.rs:14:5 Oct 14 18:16:16.800 INFO kablam! | Oct 14 18:16:16.800 INFO kablam! 14 | Up, Oct 14 18:16:16.800 INFO kablam! | ^^ Oct 14 18:16:16.801 INFO kablam! | Oct 14 18:16:16.801 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:16:16.801 INFO kablam! Oct 14 18:16:16.801 INFO kablam! warning: variant is never constructed: `Down` Oct 14 18:16:16.802 INFO kablam! --> src/interpreter.rs:16:5 Oct 14 18:16:16.802 INFO kablam! | Oct 14 18:16:16.802 INFO kablam! 16 | Down, Oct 14 18:16:16.803 INFO kablam! | ^^^^ Oct 14 18:16:16.803 INFO kablam! Oct 14 18:16:16.803 INFO kablam! warning: variant is never constructed: `Left` Oct 14 18:16:16.803 INFO kablam! --> src/interpreter.rs:17:5 Oct 14 18:16:16.804 INFO kablam! | Oct 14 18:16:16.804 INFO kablam! 17 | Left, Oct 14 18:16:16.804 INFO kablam! | ^^^^ Oct 14 18:16:16.804 INFO kablam! Oct 14 18:16:16.805 INFO kablam! warning: method is never used: `rotate_clockwise` Oct 14 18:16:16.805 INFO kablam! --> src/interpreter.rs:21:5 Oct 14 18:16:16.805 INFO kablam! | Oct 14 18:16:16.805 INFO kablam! 21 | pub fn rotate_clockwise(&mut self) { Oct 14 18:16:16.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.806 INFO kablam! Oct 14 18:16:16.806 INFO kablam! warning: method is never used: `rotate_counterclockwise` Oct 14 18:16:16.807 INFO kablam! --> src/interpreter.rs:32:5 Oct 14 18:16:16.807 INFO kablam! | Oct 14 18:16:16.807 INFO kablam! 32 | pub fn rotate_counterclockwise(&mut self) { Oct 14 18:16:16.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.808 INFO kablam! Oct 14 18:16:16.808 INFO kablam! warning: variant is never constructed: `Right` Oct 14 18:16:16.808 INFO kablam! --> src/interpreter.rs:47:5 Oct 14 18:16:16.808 INFO kablam! | Oct 14 18:16:16.809 INFO kablam! 47 | Right, Oct 14 18:16:16.809 INFO kablam! | ^^^^^ Oct 14 18:16:16.809 INFO kablam! Oct 14 18:16:16.809 INFO kablam! warning: method is never used: `switch` Oct 14 18:16:16.810 INFO kablam! --> src/interpreter.rs:51:5 Oct 14 18:16:16.810 INFO kablam! | Oct 14 18:16:16.810 INFO kablam! 51 | pub fn switch(&mut self) { Oct 14 18:16:16.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.811 INFO kablam! Oct 14 18:16:16.811 INFO kablam! warning: method is never used: `current_block` Oct 14 18:16:16.811 INFO kablam! --> src/interpreter.rs:93:5 Oct 14 18:16:16.812 INFO kablam! | Oct 14 18:16:16.812 INFO kablam! 93 | fn current_block(&self) -> HashSet { Oct 14 18:16:16.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.812 INFO kablam! Oct 14 18:16:16.813 INFO kablam! warning: method is never used: `next_coords` Oct 14 18:16:16.813 INFO kablam! --> src/interpreter.rs:97:5 Oct 14 18:16:16.813 INFO kablam! | Oct 14 18:16:16.813 INFO kablam! 97 | fn next_coords(&self) -> Coords { Oct 14 18:16:16.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.814 INFO kablam! Oct 14 18:16:16.814 INFO kablam! warning: function is never used: `x_key` Oct 14 18:16:16.814 INFO kablam! --> src/interpreter.rs:101:9 Oct 14 18:16:16.815 INFO kablam! | Oct 14 18:16:16.815 INFO kablam! 101 | fn x_key(&(x, _): &Coords) -> usize { Oct 14 18:16:16.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.816 INFO kablam! Oct 14 18:16:16.816 INFO kablam! warning: function is never used: `y_key` Oct 14 18:16:16.816 INFO kablam! --> src/interpreter.rs:104:9 Oct 14 18:16:16.816 INFO kablam! | Oct 14 18:16:16.817 INFO kablam! 104 | fn y_key(&(_, y): &Coords) -> usize { Oct 14 18:16:16.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.817 INFO kablam! Oct 14 18:16:16.817 INFO kablam! warning: method is never used: `execute_command` Oct 14 18:16:16.818 INFO kablam! --> src/interpreter.rs:167:5 Oct 14 18:16:16.818 INFO kablam! | Oct 14 18:16:16.818 INFO kablam! 167 | fn execute_command(&mut self, command: &Command) { Oct 14 18:16:16.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.819 INFO kablam! Oct 14 18:16:16.819 INFO kablam! warning: method is never used: `pointer` Oct 14 18:16:16.819 INFO kablam! --> src/interpreter.rs:261:5 Oct 14 18:16:16.819 INFO kablam! | Oct 14 18:16:16.820 INFO kablam! 261 | fn pointer(&mut self, steps: i64) { Oct 14 18:16:16.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.820 INFO kablam! Oct 14 18:16:16.820 INFO kablam! warning: method is never used: `switch` Oct 14 18:16:16.821 INFO kablam! --> src/interpreter.rs:273:5 Oct 14 18:16:16.821 INFO kablam! | Oct 14 18:16:16.821 INFO kablam! 273 | fn switch(&mut self, times: i64) { Oct 14 18:16:16.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:16:16.822 INFO kablam! Oct 14 18:16:18.492 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.42s Oct 14 18:16:18.498 INFO kablam! su: No module specific data is present Oct 14 18:16:19.516 INFO running `"docker" "rm" "-f" "51bf9c507735617fb57727b6f9a861fe6ebe653076f9ad1e360dcaa88efe3da1"` Oct 14 18:16:19.777 INFO blam! 51bf9c507735617fb57727b6f9a861fe6ebe653076f9ad1e360dcaa88efe3da1 Oct 14 18:16:19.785 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 18:16:20.223 INFO blam! b01b524a3029219b35d704cc5a0e5f5ea4ed3aba3edbac68cd477864f8ae59a7 Oct 14 18:16:20.239 INFO running `"docker" "start" "-a" "b01b524a3029219b35d704cc5a0e5f5ea4ed3aba3edbac68cd477864f8ae59a7"` Oct 14 18:16:21.454 INFO kablam! usermod: no changes Oct 14 18:16:21.610 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 14 18:16:21.623 INFO kablam! Running /target/debug/deps/piet-fda79186fe9891d7 Oct 14 18:16:21.627 INFO blam! Oct 14 18:16:21.627 INFO blam! running 15 tests Oct 14 18:16:21.643 INFO blam! test color::tests::test_color_from_rgb ... ok Oct 14 18:16:21.644 INFO blam! test command::tests::test_from_transition ... ok Oct 14 18:16:21.645 INFO blam! test program::tests::test_program_index_to_coords ... ok Oct 14 18:16:21.645 INFO blam! test color::tests::test_hue_shift ... ok Oct 14 18:16:21.645 INFO blam! test program::tests::test_program_check_coords ... ok Oct 14 18:16:21.645 INFO blam! test program::tests::test_program_color_block ... ok Oct 14 18:16:21.645 INFO blam! test program::tests::test_program_coords_to_index ... ok Oct 14 18:16:21.645 INFO blam! test color::tests::test_lightness_shift ... ok Oct 14 18:16:21.645 INFO blam! test stack::tests::test_stack_fold_top ... ok Oct 14 18:16:21.645 INFO blam! test stack::tests::test_stack_roll ... ok Oct 14 18:16:21.645 INFO blam! test stack::tests::test_stack_pop2 ... ok Oct 14 18:16:21.645 INFO blam! test stack::tests::test_stack_map_top ... ok Oct 14 18:16:21.645 INFO blam! test stack::tests::test_stack_peek ... ok Oct 14 18:16:21.645 INFO blam! test stack::tests::test_stack_new ... ok Oct 14 18:16:21.647 INFO blam! test color::tests::test_color_transition ... ok Oct 14 18:16:21.647 INFO blam! Oct 14 18:16:21.647 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:16:21.647 INFO blam! Oct 14 18:16:21.652 INFO kablam! Running /target/debug/deps/piet-07c68e97696b3fef Oct 14 18:16:21.655 INFO blam! Oct 14 18:16:21.655 INFO blam! running 0 tests Oct 14 18:16:21.655 INFO blam! Oct 14 18:16:21.655 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:16:21.655 INFO blam! Oct 14 18:16:21.656 INFO kablam! Doc-tests piet Oct 14 18:16:22.400 INFO blam! Oct 14 18:16:22.400 INFO blam! running 6 tests Oct 14 18:16:26.123 INFO blam! test src/color.rs - color::Lightness::shift (line 44) ... ok Oct 14 18:16:26.169 INFO blam! test src/color.rs - color::Hue::shift (line 19) ... ok Oct 14 18:16:26.200 INFO blam! test src/stack.rs - stack::Stack::roll (line 64) ... ok Oct 14 18:16:26.279 INFO blam! test src/color.rs - color::Color::from_rgb (line 69) ... ok Oct 14 18:16:26.481 INFO blam! test src/color.rs - color::Color::transition (line 127) ... ok Oct 14 18:16:26.527 INFO blam! test src/stack.rs - stack::Stack::fold_top (line 33) ... ok Oct 14 18:16:26.527 INFO blam! Oct 14 18:16:26.527 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:16:26.527 INFO blam! Oct 14 18:16:26.545 INFO kablam! su: No module specific data is present Oct 14 18:16:27.275 INFO running `"docker" "rm" "-f" "b01b524a3029219b35d704cc5a0e5f5ea4ed3aba3edbac68cd477864f8ae59a7"` Oct 14 18:16:27.555 INFO blam! b01b524a3029219b35d704cc5a0e5f5ea4ed3aba3edbac68cd477864f8ae59a7