Oct 10 21:44:23.144 INFO testing ijks/piet-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:44:23.144 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:44:23.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:44:23.656 INFO blam! 8043634ff933d985bc7ad32f2d581edcf744baa0e6aafed5275db91a61b43db2 Oct 10 21:44:23.660 INFO running `"docker" "start" "-a" "8043634ff933d985bc7ad32f2d581edcf744baa0e6aafed5275db91a61b43db2"` Oct 10 21:44:24.769 INFO kablam! usermod: no changes Oct 10 21:44:24.929 INFO kablam! Compiling rayon-core v1.2.1 Oct 10 21:44:24.929 INFO kablam! Compiling num-bigint v0.1.40 Oct 10 21:44:24.949 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 10 21:44:26.596 INFO kablam! Compiling backtrace v0.3.3 Oct 10 21:44:29.191 INFO kablam! Compiling rayon v0.8.2 Oct 10 21:44:29.556 INFO kablam! Compiling error-chain v0.11.0 Oct 10 21:44:31.790 INFO kablam! Compiling num-rational v0.1.39 Oct 10 21:44:35.693 INFO kablam! Compiling num v0.1.40 Oct 10 21:44:36.576 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 21:44:40.917 INFO kablam! Compiling image v0.17.0 Oct 10 21:44:57.757 INFO kablam! Compiling piet v0.1.0 (/source) Oct 10 21:44:59.304 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 10 21:44:59.304 INFO kablam! --> src/interpreter.rs:1:5 Oct 10 21:44:59.304 INFO kablam! | Oct 10 21:44:59.304 INFO kablam! 1 | use std::cmp::Ordering; Oct 10 21:44:59.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.304 INFO kablam! | Oct 10 21:44:59.304 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:44:59.304 INFO kablam! Oct 10 21:44:59.593 INFO kablam! warning: unused variable: `x` Oct 10 21:44:59.593 INFO kablam! --> src/interpreter.rs:120:29 Oct 10 21:44:59.593 INFO kablam! | Oct 10 21:44:59.593 INFO kablam! 120 | .filter(|&&(x, y)| y == farthest_y) Oct 10 21:44:59.593 INFO kablam! | ^ help: consider using `_x` instead Oct 10 21:44:59.593 INFO kablam! | Oct 10 21:44:59.593 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:44:59.593 INFO kablam! Oct 10 21:44:59.593 INFO kablam! warning: unused variable: `y` Oct 10 21:44:59.593 INFO kablam! --> src/interpreter.rs:133:32 Oct 10 21:44:59.593 INFO kablam! | Oct 10 21:44:59.593 INFO kablam! 133 | .filter(|&&(x, y)| x == farthest_x) Oct 10 21:44:59.594 INFO kablam! | ^ help: consider using `_y` instead Oct 10 21:44:59.594 INFO kablam! Oct 10 21:44:59.595 INFO kablam! warning: unused variable: `height` Oct 10 21:44:59.595 INFO kablam! --> src/program.rs:78:21 Oct 10 21:44:59.595 INFO kablam! | Oct 10 21:44:59.595 INFO kablam! 78 | let (width, height) = self.size; Oct 10 21:44:59.596 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 10 21:44:59.596 INFO kablam! Oct 10 21:44:59.665 INFO kablam! warning: variant is never constructed: `Up` Oct 10 21:44:59.666 INFO kablam! --> src/interpreter.rs:14:5 Oct 10 21:44:59.666 INFO kablam! | Oct 10 21:44:59.666 INFO kablam! 14 | Up, Oct 10 21:44:59.667 INFO kablam! | ^^ Oct 10 21:44:59.667 INFO kablam! | Oct 10 21:44:59.667 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:44:59.668 INFO kablam! Oct 10 21:44:59.668 INFO kablam! warning: variant is never constructed: `Down` Oct 10 21:44:59.668 INFO kablam! --> src/interpreter.rs:16:5 Oct 10 21:44:59.669 INFO kablam! | Oct 10 21:44:59.669 INFO kablam! 16 | Down, Oct 10 21:44:59.669 INFO kablam! | ^^^^ Oct 10 21:44:59.669 INFO kablam! Oct 10 21:44:59.670 INFO kablam! warning: variant is never constructed: `Left` Oct 10 21:44:59.670 INFO kablam! --> src/interpreter.rs:17:5 Oct 10 21:44:59.670 INFO kablam! | Oct 10 21:44:59.671 INFO kablam! 17 | Left, Oct 10 21:44:59.671 INFO kablam! | ^^^^ Oct 10 21:44:59.671 INFO kablam! Oct 10 21:44:59.672 INFO kablam! warning: method is never used: `rotate_clockwise` Oct 10 21:44:59.672 INFO kablam! --> src/interpreter.rs:21:5 Oct 10 21:44:59.672 INFO kablam! | Oct 10 21:44:59.673 INFO kablam! 21 | pub fn rotate_clockwise(&mut self) { Oct 10 21:44:59.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.673 INFO kablam! Oct 10 21:44:59.674 INFO kablam! warning: method is never used: `rotate_counterclockwise` Oct 10 21:44:59.674 INFO kablam! --> src/interpreter.rs:32:5 Oct 10 21:44:59.674 INFO kablam! | Oct 10 21:44:59.675 INFO kablam! 32 | pub fn rotate_counterclockwise(&mut self) { Oct 10 21:44:59.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.675 INFO kablam! Oct 10 21:44:59.676 INFO kablam! warning: variant is never constructed: `Right` Oct 10 21:44:59.676 INFO kablam! --> src/interpreter.rs:47:5 Oct 10 21:44:59.676 INFO kablam! | Oct 10 21:44:59.677 INFO kablam! 47 | Right, Oct 10 21:44:59.677 INFO kablam! | ^^^^^ Oct 10 21:44:59.677 INFO kablam! Oct 10 21:44:59.678 INFO kablam! warning: method is never used: `switch` Oct 10 21:44:59.678 INFO kablam! --> src/interpreter.rs:51:5 Oct 10 21:44:59.678 INFO kablam! | Oct 10 21:44:59.679 INFO kablam! 51 | pub fn switch(&mut self) { Oct 10 21:44:59.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.679 INFO kablam! Oct 10 21:44:59.680 INFO kablam! warning: method is never used: `current_block` Oct 10 21:44:59.680 INFO kablam! --> src/interpreter.rs:93:5 Oct 10 21:44:59.680 INFO kablam! | Oct 10 21:44:59.681 INFO kablam! 93 | fn current_block(&self) -> HashSet { Oct 10 21:44:59.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.681 INFO kablam! Oct 10 21:44:59.682 INFO kablam! warning: method is never used: `next_coords` Oct 10 21:44:59.682 INFO kablam! --> src/interpreter.rs:97:5 Oct 10 21:44:59.682 INFO kablam! | Oct 10 21:44:59.683 INFO kablam! 97 | fn next_coords(&self) -> Coords { Oct 10 21:44:59.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.683 INFO kablam! Oct 10 21:44:59.684 INFO kablam! warning: function is never used: `x_key` Oct 10 21:44:59.684 INFO kablam! --> src/interpreter.rs:101:9 Oct 10 21:44:59.684 INFO kablam! | Oct 10 21:44:59.685 INFO kablam! 101 | fn x_key(&(x, _): &Coords) -> usize { Oct 10 21:44:59.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.685 INFO kablam! Oct 10 21:44:59.686 INFO kablam! warning: function is never used: `y_key` Oct 10 21:44:59.686 INFO kablam! --> src/interpreter.rs:104:9 Oct 10 21:44:59.686 INFO kablam! | Oct 10 21:44:59.687 INFO kablam! 104 | fn y_key(&(_, y): &Coords) -> usize { Oct 10 21:44:59.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.687 INFO kablam! Oct 10 21:44:59.688 INFO kablam! warning: method is never used: `execute_command` Oct 10 21:44:59.688 INFO kablam! --> src/interpreter.rs:167:5 Oct 10 21:44:59.688 INFO kablam! | Oct 10 21:44:59.689 INFO kablam! 167 | fn execute_command(&mut self, command: &Command) { Oct 10 21:44:59.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.689 INFO kablam! Oct 10 21:44:59.690 INFO kablam! warning: method is never used: `pointer` Oct 10 21:44:59.690 INFO kablam! --> src/interpreter.rs:261:5 Oct 10 21:44:59.691 INFO kablam! | Oct 10 21:44:59.691 INFO kablam! 261 | fn pointer(&mut self, steps: i64) { Oct 10 21:44:59.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.691 INFO kablam! Oct 10 21:44:59.692 INFO kablam! warning: method is never used: `switch` Oct 10 21:44:59.692 INFO kablam! --> src/interpreter.rs:273:5 Oct 10 21:44:59.692 INFO kablam! | Oct 10 21:44:59.692 INFO kablam! 273 | fn switch(&mut self, times: i64) { Oct 10 21:44:59.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.693 INFO kablam! Oct 10 21:44:59.693 INFO kablam! warning: method is never used: `index_to_coords` Oct 10 21:44:59.693 INFO kablam! --> src/program.rs:83:5 Oct 10 21:44:59.694 INFO kablam! | Oct 10 21:44:59.694 INFO kablam! 83 | fn index_to_coords(&self, index: usize) -> Option { Oct 10 21:44:59.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:59.694 INFO kablam! Oct 10 21:45:04.024 INFO kablam! warning: unused variable: `codel_size` Oct 10 21:45:04.024 INFO kablam! --> src/main.rs:23:9 Oct 10 21:45:04.024 INFO kablam! | Oct 10 21:45:04.024 INFO kablam! 23 | let codel_size = matches.value_of("codel_size").map(|_| unimplemented!()); Oct 10 21:45:04.024 INFO kablam! | ^^^^^^^^^^ help: consider using `_codel_size` instead Oct 10 21:45:04.024 INFO kablam! | Oct 10 21:45:04.024 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:45:04.024 INFO kablam! Oct 10 21:45:04.044 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:45:04.044 INFO kablam! --> src/main.rs:34:5 Oct 10 21:45:04.044 INFO kablam! | Oct 10 21:45:04.044 INFO kablam! 34 | interpreter.run(); Oct 10 21:45:04.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:45:04.044 INFO kablam! | Oct 10 21:45:04.044 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:45:04.044 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:45:04.044 INFO kablam! Oct 10 21:45:07.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.51s Oct 10 21:45:07.317 INFO kablam! su: No module specific data is present Oct 10 21:45:08.078 INFO running `"docker" "rm" "-f" "8043634ff933d985bc7ad32f2d581edcf744baa0e6aafed5275db91a61b43db2"` Oct 10 21:45:08.356 INFO blam! 8043634ff933d985bc7ad32f2d581edcf744baa0e6aafed5275db91a61b43db2 Oct 10 21:45:08.365 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:45:08.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:45:08.893 INFO blam! f887250a97068a14c21e71a50070da68e63e50639bbc362ce658268bd5f42a7f Oct 10 21:45:08.908 INFO running `"docker" "start" "-a" "f887250a97068a14c21e71a50070da68e63e50639bbc362ce658268bd5f42a7f"` Oct 10 21:45:10.556 INFO kablam! usermod: no changes Oct 10 21:45:10.788 INFO kablam! Compiling piet v0.1.0 (/source) Oct 10 21:45:13.104 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 10 21:45:13.104 INFO kablam! --> src/interpreter.rs:1:5 Oct 10 21:45:13.104 INFO kablam! | Oct 10 21:45:13.104 INFO kablam! 1 | use std::cmp::Ordering; Oct 10 21:45:13.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.104 INFO kablam! | Oct 10 21:45:13.104 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:45:13.104 INFO kablam! Oct 10 21:45:13.580 INFO kablam! warning: unused variable: `x` Oct 10 21:45:13.580 INFO kablam! --> src/interpreter.rs:120:29 Oct 10 21:45:13.580 INFO kablam! | Oct 10 21:45:13.580 INFO kablam! 120 | .filter(|&&(x, y)| y == farthest_y) Oct 10 21:45:13.580 INFO kablam! | ^ help: consider using `_x` instead Oct 10 21:45:13.580 INFO kablam! | Oct 10 21:45:13.580 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:45:13.580 INFO kablam! Oct 10 21:45:13.581 INFO kablam! warning: unused variable: `y` Oct 10 21:45:13.581 INFO kablam! --> src/interpreter.rs:133:32 Oct 10 21:45:13.581 INFO kablam! | Oct 10 21:45:13.581 INFO kablam! 133 | .filter(|&&(x, y)| x == farthest_x) Oct 10 21:45:13.581 INFO kablam! | ^ help: consider using `_y` instead Oct 10 21:45:13.581 INFO kablam! Oct 10 21:45:13.584 INFO kablam! warning: unused variable: `height` Oct 10 21:45:13.584 INFO kablam! --> src/program.rs:78:21 Oct 10 21:45:13.584 INFO kablam! | Oct 10 21:45:13.584 INFO kablam! 78 | let (width, height) = self.size; Oct 10 21:45:13.584 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 10 21:45:13.584 INFO kablam! Oct 10 21:45:13.806 INFO kablam! warning: variant is never constructed: `Up` Oct 10 21:45:13.807 INFO kablam! --> src/interpreter.rs:14:5 Oct 10 21:45:13.807 INFO kablam! | Oct 10 21:45:13.807 INFO kablam! 14 | Up, Oct 10 21:45:13.807 INFO kablam! | ^^ Oct 10 21:45:13.808 INFO kablam! | Oct 10 21:45:13.808 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:45:13.809 INFO kablam! Oct 10 21:45:13.809 INFO kablam! warning: variant is never constructed: `Down` Oct 10 21:45:13.809 INFO kablam! --> src/interpreter.rs:16:5 Oct 10 21:45:13.809 INFO kablam! | Oct 10 21:45:13.809 INFO kablam! 16 | Down, Oct 10 21:45:13.809 INFO kablam! | ^^^^ Oct 10 21:45:13.809 INFO kablam! Oct 10 21:45:13.810 INFO kablam! warning: variant is never constructed: `Left` Oct 10 21:45:13.810 INFO kablam! --> src/interpreter.rs:17:5 Oct 10 21:45:13.810 INFO kablam! | Oct 10 21:45:13.810 INFO kablam! 17 | Left, Oct 10 21:45:13.810 INFO kablam! | ^^^^ Oct 10 21:45:13.810 INFO kablam! Oct 10 21:45:13.811 INFO kablam! warning: method is never used: `rotate_clockwise` Oct 10 21:45:13.811 INFO kablam! --> src/interpreter.rs:21:5 Oct 10 21:45:13.811 INFO kablam! | Oct 10 21:45:13.811 INFO kablam! 21 | pub fn rotate_clockwise(&mut self) { Oct 10 21:45:13.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.811 INFO kablam! Oct 10 21:45:13.811 INFO kablam! warning: method is never used: `rotate_counterclockwise` Oct 10 21:45:13.811 INFO kablam! --> src/interpreter.rs:32:5 Oct 10 21:45:13.811 INFO kablam! | Oct 10 21:45:13.811 INFO kablam! 32 | pub fn rotate_counterclockwise(&mut self) { Oct 10 21:45:13.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.811 INFO kablam! Oct 10 21:45:13.812 INFO kablam! warning: variant is never constructed: `Right` Oct 10 21:45:13.812 INFO kablam! --> src/interpreter.rs:47:5 Oct 10 21:45:13.813 INFO kablam! | Oct 10 21:45:13.813 INFO kablam! 47 | Right, Oct 10 21:45:13.813 INFO kablam! | ^^^^^ Oct 10 21:45:13.813 INFO kablam! Oct 10 21:45:13.813 INFO kablam! warning: method is never used: `switch` Oct 10 21:45:13.813 INFO kablam! --> src/interpreter.rs:51:5 Oct 10 21:45:13.814 INFO kablam! | Oct 10 21:45:13.814 INFO kablam! 51 | pub fn switch(&mut self) { Oct 10 21:45:13.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.814 INFO kablam! Oct 10 21:45:13.815 INFO kablam! warning: method is never used: `current_block` Oct 10 21:45:13.815 INFO kablam! --> src/interpreter.rs:93:5 Oct 10 21:45:13.815 INFO kablam! | Oct 10 21:45:13.815 INFO kablam! 93 | fn current_block(&self) -> HashSet { Oct 10 21:45:13.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.816 INFO kablam! Oct 10 21:45:13.816 INFO kablam! warning: method is never used: `next_coords` Oct 10 21:45:13.816 INFO kablam! --> src/interpreter.rs:97:5 Oct 10 21:45:13.816 INFO kablam! | Oct 10 21:45:13.817 INFO kablam! 97 | fn next_coords(&self) -> Coords { Oct 10 21:45:13.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.817 INFO kablam! Oct 10 21:45:13.818 INFO kablam! warning: function is never used: `x_key` Oct 10 21:45:13.818 INFO kablam! --> src/interpreter.rs:101:9 Oct 10 21:45:13.818 INFO kablam! | Oct 10 21:45:13.818 INFO kablam! 101 | fn x_key(&(x, _): &Coords) -> usize { Oct 10 21:45:13.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.818 INFO kablam! Oct 10 21:45:13.819 INFO kablam! warning: function is never used: `y_key` Oct 10 21:45:13.819 INFO kablam! --> src/interpreter.rs:104:9 Oct 10 21:45:13.819 INFO kablam! | Oct 10 21:45:13.819 INFO kablam! 104 | fn y_key(&(_, y): &Coords) -> usize { Oct 10 21:45:13.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.819 INFO kablam! Oct 10 21:45:13.819 INFO kablam! warning: method is never used: `execute_command` Oct 10 21:45:13.820 INFO kablam! --> src/interpreter.rs:167:5 Oct 10 21:45:13.820 INFO kablam! | Oct 10 21:45:13.820 INFO kablam! 167 | fn execute_command(&mut self, command: &Command) { Oct 10 21:45:13.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.820 INFO kablam! Oct 10 21:45:13.820 INFO kablam! warning: method is never used: `pointer` Oct 10 21:45:13.820 INFO kablam! --> src/interpreter.rs:261:5 Oct 10 21:45:13.820 INFO kablam! | Oct 10 21:45:13.820 INFO kablam! 261 | fn pointer(&mut self, steps: i64) { Oct 10 21:45:13.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.820 INFO kablam! Oct 10 21:45:13.820 INFO kablam! warning: method is never used: `switch` Oct 10 21:45:13.820 INFO kablam! --> src/interpreter.rs:273:5 Oct 10 21:45:13.820 INFO kablam! | Oct 10 21:45:13.820 INFO kablam! 273 | fn switch(&mut self, times: i64) { Oct 10 21:45:13.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:45:13.820 INFO kablam! Oct 10 21:45:15.540 INFO kablam! warning: unused variable: `codel_size` Oct 10 21:45:15.542 INFO kablam! --> src/main.rs:23:9 Oct 10 21:45:15.542 INFO kablam! | Oct 10 21:45:15.543 INFO kablam! 23 | let codel_size = matches.value_of("codel_size").map(|_| unimplemented!()); Oct 10 21:45:15.543 INFO kablam! | ^^^^^^^^^^ help: consider using `_codel_size` instead Oct 10 21:45:15.543 INFO kablam! | Oct 10 21:45:15.544 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:45:15.544 INFO kablam! Oct 10 21:45:15.570 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:45:15.570 INFO kablam! --> src/main.rs:34:5 Oct 10 21:45:15.571 INFO kablam! | Oct 10 21:45:15.571 INFO kablam! 34 | interpreter.run(); Oct 10 21:45:15.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:45:15.572 INFO kablam! | Oct 10 21:45:15.572 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:45:15.572 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:45:15.572 INFO kablam! Oct 10 21:45:16.444 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.84s Oct 10 21:45:16.457 INFO kablam! su: No module specific data is present Oct 10 21:45:17.821 INFO running `"docker" "rm" "-f" "f887250a97068a14c21e71a50070da68e63e50639bbc362ce658268bd5f42a7f"` Oct 10 21:45:18.146 INFO blam! f887250a97068a14c21e71a50070da68e63e50639bbc362ce658268bd5f42a7f Oct 10 21:45:18.148 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:45:18.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:45:18.564 INFO blam! 992a1f2e73795a87c6560b553c734b32ae8a763bb4bf4fdecdf8ceabc033e5d0 Oct 10 21:45:18.576 INFO running `"docker" "start" "-a" "992a1f2e73795a87c6560b553c734b32ae8a763bb4bf4fdecdf8ceabc033e5d0"` Oct 10 21:45:20.149 INFO kablam! usermod: no changes Oct 10 21:45:20.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 10 21:45:20.308 INFO kablam! Running /target/debug/deps/piet-8005884dc67f7d62 Oct 10 21:45:20.312 INFO blam! Oct 10 21:45:20.312 INFO blam! running 15 tests Oct 10 21:45:20.312 INFO blam! test color::tests::test_lightness_shift ... ok Oct 10 21:45:20.312 INFO blam! test program::tests::test_program_check_coords ... ok Oct 10 21:45:20.312 INFO blam! test command::tests::test_from_transition ... ok Oct 10 21:45:20.312 INFO blam! test color::tests::test_hue_shift ... ok Oct 10 21:45:20.312 INFO blam! test color::tests::test_color_from_rgb ... ok Oct 10 21:45:20.312 INFO blam! test program::tests::test_program_coords_to_index ... ok Oct 10 21:45:20.316 INFO blam! test color::tests::test_color_transition ... ok Oct 10 21:45:20.316 INFO blam! test program::tests::test_program_color_block ... ok Oct 10 21:45:20.316 INFO blam! test stack::tests::test_stack_pop2 ... ok Oct 10 21:45:20.324 INFO blam! test stack::tests::test_stack_roll ... ok Oct 10 21:45:20.324 INFO blam! test program::tests::test_program_index_to_coords ... ok Oct 10 21:45:20.324 INFO blam! test stack::tests::test_stack_map_top ... ok Oct 10 21:45:20.324 INFO blam! test stack::tests::test_stack_peek ... ok Oct 10 21:45:20.324 INFO blam! test stack::tests::test_stack_new ... ok Oct 10 21:45:20.324 INFO blam! test stack::tests::test_stack_fold_top ... ok Oct 10 21:45:20.324 INFO blam! Oct 10 21:45:20.324 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:45:20.324 INFO blam! Oct 10 21:45:20.324 INFO blam! Oct 10 21:45:20.324 INFO blam! running 0 tests Oct 10 21:45:20.324 INFO blam! Oct 10 21:45:20.324 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:45:20.324 INFO blam! Oct 10 21:45:20.324 INFO kablam! Running /target/debug/deps/piet-f2406860da2a598d Oct 10 21:45:20.324 INFO kablam! Doc-tests piet Oct 10 21:45:23.404 INFO blam! Oct 10 21:45:23.404 INFO blam! running 6 tests Oct 10 21:45:40.125 INFO blam! test src/color.rs - color::Color::transition (line 127) ... ok Oct 10 21:45:40.288 INFO blam! test src/color.rs - color::Lightness::shift (line 44) ... ok Oct 10 21:45:40.388 INFO blam! test src/color.rs - color::Hue::shift (line 19) ... ok Oct 10 21:45:40.388 INFO blam! test src/stack.rs - stack::Stack::fold_top (line 33) ... ok Oct 10 21:45:40.437 INFO blam! test src/color.rs - color::Color::from_rgb (line 69) ... ok Oct 10 21:45:40.509 INFO blam! test src/stack.rs - stack::Stack::roll (line 64) ... ok Oct 10 21:45:40.510 INFO blam! Oct 10 21:45:40.510 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:45:40.510 INFO blam! Oct 10 21:45:40.528 INFO kablam! su: No module specific data is present Oct 10 21:45:43.131 INFO running `"docker" "rm" "-f" "992a1f2e73795a87c6560b553c734b32ae8a763bb4bf4fdecdf8ceabc033e5d0"` Oct 10 21:45:43.380 INFO blam! 992a1f2e73795a87c6560b553c734b32ae8a763bb4bf4fdecdf8ceabc033e5d0