Sep 04 18:41:09.175 INFO checking enigma-0.0.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 18:41:09.176 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 18:41:09.176 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:41:09.430 INFO blam! 3e55b5ea2879e4be51beaaf820155bde04d2bb94904e9643e88c7f53b576ee23 Sep 04 18:41:09.432 INFO running `"docker" "start" "-a" "3e55b5ea2879e4be51beaaf820155bde04d2bb94904e9643e88c7f53b576ee23"` Sep 04 18:41:10.302 INFO kablam! Checking enigma v0.0.2 (file:///source) Sep 04 18:41:11.080 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 18:41:11.080 INFO kablam! --> src/hashes/md2.rs:96:33 Sep 04 18:41:11.080 INFO kablam! | Sep 04 18:41:11.081 INFO kablam! 96 | let n = min(in_len, (16 - self.cur_len)); Sep 04 18:41:11.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 18:41:11.081 INFO kablam! | Sep 04 18:41:11.081 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 18:41:11.081 INFO kablam! Sep 04 18:41:11.238 INFO kablam! warning: unused variable: `input` Sep 04 18:41:11.238 INFO kablam! --> src/hashes/md4.rs:52:29 Sep 04 18:41:11.238 INFO kablam! | Sep 04 18:41:11.238 INFO kablam! 52 | fn set_input(&mut self, input: &[u8]) { Sep 04 18:41:11.238 INFO kablam! | ^^^^^ help: consider using `_input` instead Sep 04 18:41:11.238 INFO kablam! | Sep 04 18:41:11.238 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 18:41:11.238 INFO kablam! Sep 04 18:41:11.291 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 18:41:11.291 INFO kablam! --> src/hashes/md2.rs:96:33 Sep 04 18:41:11.291 INFO kablam! | Sep 04 18:41:11.291 INFO kablam! 96 | let n = min(in_len, (16 - self.cur_len)); Sep 04 18:41:11.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 18:41:11.292 INFO kablam! | Sep 04 18:41:11.292 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 18:41:11.292 INFO kablam! Sep 04 18:41:11.444 INFO kablam! error[E0599]: no function or associated item named `from_elem` found for type `std::vec::Vec<_>` in the current scope Sep 04 18:41:11.444 INFO kablam! --> src/hashes/mod.rs:96:26 Sep 04 18:41:11.444 INFO kablam! | Sep 04 18:41:11.444 INFO kablam! 96 | let mut result = Vec::from_elem(hash.get_output_length(), 0u8); Sep 04 18:41:11.444 INFO kablam! | ^^^^^^^^^^^^^^ function or associated item not found in `std::vec::Vec<_>` Sep 04 18:41:11.444 INFO kablam! Sep 04 18:41:11.469 INFO kablam! error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope Sep 04 18:41:11.469 INFO kablam! --> src/hashes/mod.rs:115:28 Sep 04 18:41:11.469 INFO kablam! | Sep 04 18:41:11.469 INFO kablam! 115 | assert!(result_str.as_slice() == test.output_str); Sep 04 18:41:11.469 INFO kablam! | ^^^^^^^^ Sep 04 18:41:11.469 INFO kablam! Sep 04 18:41:11.552 INFO kablam! error: aborting due to 2 previous errors Sep 04 18:41:11.552 INFO kablam! Sep 04 18:41:11.552 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 04 18:41:11.562 INFO kablam! error: Could not compile `enigma`. Sep 04 18:41:11.563 INFO kablam! Sep 04 18:41:11.563 INFO kablam! To learn more, run the command again with --verbose. Sep 04 18:41:11.564 INFO kablam! su: No module specific data is present Sep 04 18:41:12.079 INFO running `"docker" "rm" "-f" "3e55b5ea2879e4be51beaaf820155bde04d2bb94904e9643e88c7f53b576ee23"` Sep 04 18:41:12.244 INFO blam! 3e55b5ea2879e4be51beaaf820155bde04d2bb94904e9643e88c7f53b576ee23