Sep 21 01:36:45.548 INFO checking touchpage-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 01:36:45.548 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 01:36:45.548 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 01:36:45.678 INFO blam! 590cbf1b5f71e0d8f220650c00b701919eba5d7cbb49377fe78f3dbedf172d5a Sep 21 01:36:45.680 INFO running `"docker" "start" "-a" "590cbf1b5f71e0d8f220650c00b701919eba5d7cbb49377fe78f3dbedf172d5a"` Sep 21 01:36:47.002 INFO kablam! usermod: no changes Sep 21 01:36:47.078 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Sep 21 01:36:47.078 INFO kablam! Sep 21 01:36:47.078 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Sep 21 01:36:47.078 INFO kablam! but it is being deprecated. This was found when parsing the manifest Sep 21 01:36:47.078 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Sep 21 01:36:47.078 INFO kablam! Sep 21 01:36:47.078 INFO kablam! This will soon become a hard error, so it's either recommended to Sep 21 01:36:47.078 INFO kablam! update to a fixed version or contact the upstream maintainer about Sep 21 01:36:47.078 INFO kablam! this warning. Sep 21 01:36:47.078 INFO kablam! Sep 21 01:36:47.193 INFO kablam! Checking bitflags v0.3.3 Sep 21 01:36:47.198 INFO kablam! Checking tinyosc v0.0.3 Sep 21 01:36:47.198 INFO kablam! Checking serde v0.6.15 Sep 21 01:36:47.198 INFO kablam! Checking serde v0.5.3 Sep 21 01:36:47.380 INFO kablam! Checking websocket v0.15.2 Sep 21 01:36:50.270 INFO kablam! Checking mime v0.1.3 Sep 21 01:36:50.998 INFO kablam! Checking hyper v0.7.2 Sep 21 01:36:54.444 INFO kablam! Checking iron v0.2.6 Sep 21 01:36:55.567 INFO kablam! Checking touchpage v0.1.0 (/source) Sep 21 01:36:56.596 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 01:36:56.596 INFO kablam! --> src/json.rs:151:13 Sep 21 01:36:56.596 INFO kablam! | Sep 21 01:36:56.596 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Sep 21 01:36:56.596 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Sep 21 01:36:56.596 INFO kablam! | |____________________________________________________________________^ Sep 21 01:36:56.596 INFO kablam! | Sep 21 01:36:56.596 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 01:36:56.596 INFO kablam! help: remove these parentheses Sep 21 01:36:56.596 INFO kablam! | Sep 21 01:36:56.596 INFO kablam! 151 | match st { Sep 21 01:36:56.596 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Sep 21 01:36:56.596 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Sep 21 01:36:56.596 INFO kablam! 154 | }))); Sep 21 01:36:56.596 INFO kablam! | Sep 21 01:36:56.596 INFO kablam! Sep 21 01:36:56.596 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 01:36:56.596 INFO kablam! --> src/json.rs:174:13 Sep 21 01:36:56.596 INFO kablam! | Sep 21 01:36:56.596 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Sep 21 01:36:56.596 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Sep 21 01:36:56.596 INFO kablam! | |___________________________________________________________________^ Sep 21 01:36:56.596 INFO kablam! help: remove these parentheses Sep 21 01:36:56.596 INFO kablam! | Sep 21 01:36:56.596 INFO kablam! 174 | match st { Sep 21 01:36:56.596 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Sep 21 01:36:56.596 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Sep 21 01:36:56.596 INFO kablam! 177 | }))); Sep 21 01:36:56.596 INFO kablam! | Sep 21 01:36:56.596 INFO kablam! Sep 21 01:36:57.000 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 01:36:57.001 INFO kablam! --> src/json.rs:151:13 Sep 21 01:36:57.001 INFO kablam! | Sep 21 01:36:57.002 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Sep 21 01:36:57.002 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Sep 21 01:36:57.003 INFO kablam! | |____________________________________________________________________^ Sep 21 01:36:57.003 INFO kablam! | Sep 21 01:36:57.003 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 01:36:57.004 INFO kablam! help: remove these parentheses Sep 21 01:36:57.004 INFO kablam! | Sep 21 01:36:57.005 INFO kablam! 151 | match st { Sep 21 01:36:57.005 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Sep 21 01:36:57.005 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Sep 21 01:36:57.006 INFO kablam! 154 | }))); Sep 21 01:36:57.006 INFO kablam! | Sep 21 01:36:57.007 INFO kablam! Sep 21 01:36:57.007 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 01:36:57.008 INFO kablam! --> src/json.rs:174:13 Sep 21 01:36:57.008 INFO kablam! | Sep 21 01:36:57.008 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Sep 21 01:36:57.009 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Sep 21 01:36:57.009 INFO kablam! | |___________________________________________________________________^ Sep 21 01:36:57.010 INFO kablam! help: remove these parentheses Sep 21 01:36:57.010 INFO kablam! | Sep 21 01:36:57.010 INFO kablam! 174 | match st { Sep 21 01:36:57.011 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Sep 21 01:36:57.011 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Sep 21 01:36:57.011 INFO kablam! 177 | }))); Sep 21 01:36:57.012 INFO kablam! | Sep 21 01:36:57.012 INFO kablam! Sep 21 01:36:57.330 INFO kablam! warning: function is never used: `write_string` Sep 21 01:36:57.330 INFO kablam! --> src/lib.rs:45:1 Sep 21 01:36:57.330 INFO kablam! | Sep 21 01:36:57.330 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Sep 21 01:36:57.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:36:57.330 INFO kablam! | Sep 21 01:36:57.330 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 01:36:57.330 INFO kablam! Sep 21 01:36:57.330 INFO kablam! warning: method is never used: `get_cid_by_name` Sep 21 01:36:57.330 INFO kablam! --> src/lib.rs:81:3 Sep 21 01:36:57.330 INFO kablam! | Sep 21 01:36:57.330 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Sep 21 01:36:57.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:36:57.330 INFO kablam! Sep 21 01:36:57.468 INFO kablam! warning: function is never used: `write_string` Sep 21 01:36:57.468 INFO kablam! --> src/lib.rs:45:1 Sep 21 01:36:57.468 INFO kablam! | Sep 21 01:36:57.468 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Sep 21 01:36:57.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:36:57.468 INFO kablam! | Sep 21 01:36:57.468 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 01:36:57.468 INFO kablam! Sep 21 01:36:57.468 INFO kablam! warning: method is never used: `get_cid_by_name` Sep 21 01:36:57.468 INFO kablam! --> src/lib.rs:81:3 Sep 21 01:36:57.468 INFO kablam! | Sep 21 01:36:57.468 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Sep 21 01:36:57.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 01:36:57.468 INFO kablam! Sep 21 01:36:57.522 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.50s Sep 21 01:36:57.534 INFO kablam! su: No module specific data is present Sep 21 01:36:58.997 INFO running `"docker" "rm" "-f" "590cbf1b5f71e0d8f220650c00b701919eba5d7cbb49377fe78f3dbedf172d5a"` Sep 21 01:36:59.114 INFO blam! 590cbf1b5f71e0d8f220650c00b701919eba5d7cbb49377fe78f3dbedf172d5a