Sep 05 21:44:25.047 INFO checking touchpage-0.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:44:25.047 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:44:25.047 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 21:44:25.174 INFO blam! b20ac077fb6b9e0c5426ae680ed5fdb746300287242813befee4652cdc13d5f3 Sep 05 21:44:25.175 INFO running `"docker" "start" "-a" "b20ac077fb6b9e0c5426ae680ed5fdb746300287242813befee4652cdc13d5f3"` Sep 05 21:44:25.925 INFO kablam! usermod: no changes Sep 05 21:44:25.995 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Sep 05 21:44:25.995 INFO kablam! Sep 05 21:44:25.995 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Sep 05 21:44:25.995 INFO kablam! but it is being deprecated. This was found when parsing the manifest Sep 05 21:44:25.995 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Sep 05 21:44:25.995 INFO kablam! Sep 05 21:44:25.995 INFO kablam! This will soon become a hard error, so it's either recommended to Sep 05 21:44:25.995 INFO kablam! update to a fixed version or contact the upstream maintainer about Sep 05 21:44:25.995 INFO kablam! this warning. Sep 05 21:44:25.995 INFO kablam! Sep 05 21:44:26.071 INFO kablam! Checking tinyosc v0.0.3 Sep 05 21:44:26.073 INFO kablam! Checking num-rational v0.2.1 Sep 05 21:44:26.073 INFO kablam! Checking serde v0.6.15 Sep 05 21:44:26.074 INFO kablam! Checking websocket v0.15.2 Sep 05 21:44:27.116 INFO kablam! Checking num v0.2.0 Sep 05 21:44:27.462 INFO kablam! Checking serde v0.5.3 Sep 05 21:44:29.993 INFO kablam! Checking mime v0.1.3 Sep 05 21:44:31.054 INFO kablam! Checking hyper v0.7.2 Sep 05 21:44:35.462 INFO kablam! Checking iron v0.2.6 Sep 05 21:44:36.609 INFO kablam! Checking touchpage v0.1.0 (file:///source) Sep 05 21:44:38.078 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:44:38.078 INFO kablam! --> src/json.rs:151:13 Sep 05 21:44:38.078 INFO kablam! | Sep 05 21:44:38.078 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Sep 05 21:44:38.078 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Sep 05 21:44:38.078 INFO kablam! | |____________________________________________________________________^ Sep 05 21:44:38.078 INFO kablam! | Sep 05 21:44:38.078 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 21:44:38.079 INFO kablam! help: remove these parentheses Sep 05 21:44:38.079 INFO kablam! | Sep 05 21:44:38.079 INFO kablam! 151 | match st { Sep 05 21:44:38.079 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Sep 05 21:44:38.079 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Sep 05 21:44:38.079 INFO kablam! 154 | }))); Sep 05 21:44:38.079 INFO kablam! | Sep 05 21:44:38.079 INFO kablam! Sep 05 21:44:38.079 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:44:38.079 INFO kablam! --> src/json.rs:174:13 Sep 05 21:44:38.079 INFO kablam! | Sep 05 21:44:38.079 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Sep 05 21:44:38.079 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Sep 05 21:44:38.079 INFO kablam! | |___________________________________________________________________^ Sep 05 21:44:38.079 INFO kablam! help: remove these parentheses Sep 05 21:44:38.079 INFO kablam! | Sep 05 21:44:38.079 INFO kablam! 174 | match st { Sep 05 21:44:38.080 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Sep 05 21:44:38.080 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Sep 05 21:44:38.080 INFO kablam! 177 | }))); Sep 05 21:44:38.080 INFO kablam! | Sep 05 21:44:38.080 INFO kablam! Sep 05 21:44:38.102 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:44:38.102 INFO kablam! --> src/json.rs:151:13 Sep 05 21:44:38.103 INFO kablam! | Sep 05 21:44:38.103 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Sep 05 21:44:38.103 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Sep 05 21:44:38.103 INFO kablam! | |____________________________________________________________________^ Sep 05 21:44:38.103 INFO kablam! | Sep 05 21:44:38.103 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 21:44:38.103 INFO kablam! help: remove these parentheses Sep 05 21:44:38.103 INFO kablam! | Sep 05 21:44:38.103 INFO kablam! 151 | match st { Sep 05 21:44:38.103 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Sep 05 21:44:38.103 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Sep 05 21:44:38.103 INFO kablam! 154 | }))); Sep 05 21:44:38.103 INFO kablam! | Sep 05 21:44:38.103 INFO kablam! Sep 05 21:44:38.103 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:44:38.103 INFO kablam! --> src/json.rs:174:13 Sep 05 21:44:38.103 INFO kablam! | Sep 05 21:44:38.103 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Sep 05 21:44:38.103 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Sep 05 21:44:38.103 INFO kablam! | |___________________________________________________________________^ Sep 05 21:44:38.103 INFO kablam! help: remove these parentheses Sep 05 21:44:38.103 INFO kablam! | Sep 05 21:44:38.103 INFO kablam! 174 | match st { Sep 05 21:44:38.103 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Sep 05 21:44:38.103 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Sep 05 21:44:38.103 INFO kablam! 177 | }))); Sep 05 21:44:38.103 INFO kablam! | Sep 05 21:44:38.103 INFO kablam! Sep 05 21:44:38.558 INFO kablam! warning: function is never used: `write_string` Sep 05 21:44:38.558 INFO kablam! --> src/lib.rs:45:1 Sep 05 21:44:38.558 INFO kablam! | Sep 05 21:44:38.558 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Sep 05 21:44:38.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:44:38.558 INFO kablam! | Sep 05 21:44:38.558 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 21:44:38.558 INFO kablam! Sep 05 21:44:38.558 INFO kablam! warning: method is never used: `get_cid_by_name` Sep 05 21:44:38.558 INFO kablam! --> src/lib.rs:81:3 Sep 05 21:44:38.558 INFO kablam! | Sep 05 21:44:38.558 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Sep 05 21:44:38.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:44:38.558 INFO kablam! Sep 05 21:44:38.878 INFO kablam! warning: function is never used: `write_string` Sep 05 21:44:38.878 INFO kablam! --> src/lib.rs:45:1 Sep 05 21:44:38.878 INFO kablam! | Sep 05 21:44:38.878 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Sep 05 21:44:38.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:44:38.878 INFO kablam! | Sep 05 21:44:38.878 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 21:44:38.878 INFO kablam! Sep 05 21:44:38.878 INFO kablam! warning: method is never used: `get_cid_by_name` Sep 05 21:44:38.878 INFO kablam! --> src/lib.rs:81:3 Sep 05 21:44:38.878 INFO kablam! | Sep 05 21:44:38.878 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Sep 05 21:44:38.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:44:38.878 INFO kablam! Sep 05 21:44:38.954 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.01s Sep 05 21:44:38.959 INFO kablam! su: No module specific data is present Sep 05 21:44:39.962 INFO running `"docker" "rm" "-f" "b20ac077fb6b9e0c5426ae680ed5fdb746300287242813befee4652cdc13d5f3"` Sep 05 21:44:40.173 INFO blam! b20ac077fb6b9e0c5426ae680ed5fdb746300287242813befee4652cdc13d5f3