Sep 02 21:17:21.735 INFO checking aes-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 21:17:21.735 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 21:17:21.735 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 21:17:22.022 INFO blam! cffaa16a86c72b2f713819da5bf8f20585f277af15fbddcc448e29af863dd621 Sep 02 21:17:22.025 INFO running `"docker" "start" "-a" "cffaa16a86c72b2f713819da5bf8f20585f277af15fbddcc448e29af863dd621"` Sep 02 21:17:22.927 INFO kablam! Checking aes-soft v0.2.0 Sep 02 21:17:23.917 INFO kablam! Checking aes v0.2.0 (file:///source) Sep 02 21:17:26.116 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 21:17:26.117 INFO kablam! --> benches/aes192.rs:6:19 Sep 02 21:17:26.117 INFO kablam! | Sep 02 21:17:26.117 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 02 21:17:26.117 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:26.117 INFO kablam! Sep 02 21:17:26.118 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:26.118 INFO kablam! --> benches/aes192.rs:6:19 Sep 02 21:17:26.118 INFO kablam! | Sep 02 21:17:26.118 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 02 21:17:26.118 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:26.118 INFO kablam! | Sep 02 21:17:26.118 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:26.118 INFO kablam! Sep 02 21:17:26.237 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 21:17:26.237 INFO kablam! --> benches/aes192.rs:10:18 Sep 02 21:17:26.237 INFO kablam! | Sep 02 21:17:26.237 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:26.237 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 21:17:26.238 INFO kablam! | Sep 02 21:17:26.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.238 INFO kablam! | Sep 02 21:17:26.238 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.238 INFO kablam! | Sep 02 21:17:26.238 INFO kablam! Sep 02 21:17:26.261 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 21:17:26.261 INFO kablam! --> benches/aes192.rs:22:18 Sep 02 21:17:26.261 INFO kablam! | Sep 02 21:17:26.261 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:26.261 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 21:17:26.261 INFO kablam! | Sep 02 21:17:26.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.261 INFO kablam! | Sep 02 21:17:26.261 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.261 INFO kablam! | Sep 02 21:17:26.261 INFO kablam! Sep 02 21:17:26.261 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 21:17:26.261 INFO kablam! --> benches/aes192.rs:34:18 Sep 02 21:17:26.261 INFO kablam! | Sep 02 21:17:26.261 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:26.261 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 21:17:26.261 INFO kablam! | Sep 02 21:17:26.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.261 INFO kablam! | Sep 02 21:17:26.261 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.261 INFO kablam! | Sep 02 21:17:26.261 INFO kablam! Sep 02 21:17:26.262 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 02 21:17:26.262 INFO kablam! --> benches/aes192.rs:46:18 Sep 02 21:17:26.262 INFO kablam! | Sep 02 21:17:26.262 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 02 21:17:26.262 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 02 21:17:26.262 INFO kablam! | Sep 02 21:17:26.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.262 INFO kablam! | Sep 02 21:17:26.262 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.262 INFO kablam! | Sep 02 21:17:26.262 INFO kablam! Sep 02 21:17:26.264 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:26.264 INFO kablam! Sep 02 21:17:26.264 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:26.264 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:26.275 INFO kablam! error: Could not compile `aes`. Sep 02 21:17:26.275 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:26.440 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 21:17:26.440 INFO kablam! --> benches/aes128.rs:6:19 Sep 02 21:17:26.440 INFO kablam! | Sep 02 21:17:26.441 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 02 21:17:26.441 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:26.441 INFO kablam! Sep 02 21:17:26.441 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:26.441 INFO kablam! --> benches/aes128.rs:6:19 Sep 02 21:17:26.441 INFO kablam! | Sep 02 21:17:26.442 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 02 21:17:26.442 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:26.442 INFO kablam! | Sep 02 21:17:26.442 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:26.442 INFO kablam! Sep 02 21:17:26.517 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 21:17:26.517 INFO kablam! --> benches/aes128.rs:10:18 Sep 02 21:17:26.517 INFO kablam! | Sep 02 21:17:26.517 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:26.517 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 21:17:26.517 INFO kablam! | Sep 02 21:17:26.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.517 INFO kablam! | Sep 02 21:17:26.517 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.517 INFO kablam! | Sep 02 21:17:26.517 INFO kablam! Sep 02 21:17:26.520 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 21:17:26.520 INFO kablam! --> benches/aes128.rs:22:18 Sep 02 21:17:26.520 INFO kablam! | Sep 02 21:17:26.520 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:26.520 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 21:17:26.520 INFO kablam! | Sep 02 21:17:26.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.521 INFO kablam! | Sep 02 21:17:26.521 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.521 INFO kablam! | Sep 02 21:17:26.521 INFO kablam! Sep 02 21:17:26.522 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 21:17:26.523 INFO kablam! --> benches/aes128.rs:34:18 Sep 02 21:17:26.523 INFO kablam! | Sep 02 21:17:26.523 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:26.523 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 21:17:26.523 INFO kablam! | Sep 02 21:17:26.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.523 INFO kablam! | Sep 02 21:17:26.523 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.523 INFO kablam! | Sep 02 21:17:26.523 INFO kablam! Sep 02 21:17:26.525 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 02 21:17:26.525 INFO kablam! --> benches/aes128.rs:46:18 Sep 02 21:17:26.525 INFO kablam! | Sep 02 21:17:26.526 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 02 21:17:26.526 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 02 21:17:26.526 INFO kablam! | Sep 02 21:17:26.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.526 INFO kablam! | Sep 02 21:17:26.526 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.526 INFO kablam! | Sep 02 21:17:26.526 INFO kablam! Sep 02 21:17:26.529 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:26.529 INFO kablam! Sep 02 21:17:26.529 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:26.529 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:26.537 INFO kablam! error: Could not compile `aes`. Sep 02 21:17:26.538 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:26.539 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 02 21:17:26.539 INFO kablam! --> benches/aes256.rs:6:19 Sep 02 21:17:26.539 INFO kablam! | Sep 02 21:17:26.539 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 02 21:17:26.539 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 02 21:17:26.540 INFO kablam! Sep 02 21:17:26.540 INFO kablam! warning: unused import: `BlockCipher` Sep 02 21:17:26.540 INFO kablam! --> benches/aes256.rs:6:19 Sep 02 21:17:26.540 INFO kablam! | Sep 02 21:17:26.540 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 02 21:17:26.540 INFO kablam! | ^^^^^^^^^^^ Sep 02 21:17:26.541 INFO kablam! | Sep 02 21:17:26.541 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 21:17:26.541 INFO kablam! Sep 02 21:17:26.652 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 21:17:26.652 INFO kablam! --> benches/aes256.rs:10:18 Sep 02 21:17:26.652 INFO kablam! | Sep 02 21:17:26.652 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:26.652 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 21:17:26.652 INFO kablam! | Sep 02 21:17:26.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.653 INFO kablam! | Sep 02 21:17:26.653 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.653 INFO kablam! | Sep 02 21:17:26.653 INFO kablam! Sep 02 21:17:26.656 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 21:17:26.656 INFO kablam! --> benches/aes256.rs:22:18 Sep 02 21:17:26.656 INFO kablam! | Sep 02 21:17:26.656 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:26.656 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 21:17:26.657 INFO kablam! | Sep 02 21:17:26.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.657 INFO kablam! | Sep 02 21:17:26.657 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.657 INFO kablam! | Sep 02 21:17:26.657 INFO kablam! Sep 02 21:17:26.658 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 21:17:26.658 INFO kablam! --> benches/aes256.rs:34:18 Sep 02 21:17:26.658 INFO kablam! | Sep 02 21:17:26.658 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:26.659 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 21:17:26.659 INFO kablam! | Sep 02 21:17:26.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.659 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.659 INFO kablam! | Sep 02 21:17:26.659 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.659 INFO kablam! | Sep 02 21:17:26.659 INFO kablam! Sep 02 21:17:26.661 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 02 21:17:26.661 INFO kablam! --> benches/aes256.rs:46:18 Sep 02 21:17:26.661 INFO kablam! | Sep 02 21:17:26.661 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 02 21:17:26.661 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 02 21:17:26.661 INFO kablam! | Sep 02 21:17:26.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 02 21:17:26.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 02 21:17:26.661 INFO kablam! | Sep 02 21:17:26.661 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 02 21:17:26.661 INFO kablam! | Sep 02 21:17:26.661 INFO kablam! Sep 02 21:17:26.666 INFO kablam! error: aborting due to 5 previous errors Sep 02 21:17:26.666 INFO kablam! Sep 02 21:17:26.666 INFO kablam! Some errors occurred: E0432, E0599. Sep 02 21:17:26.666 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 02 21:17:26.675 INFO kablam! error: Could not compile `aes`. Sep 02 21:17:26.675 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 21:17:26.908 INFO kablam! error: build failed Sep 02 21:17:26.909 INFO kablam! su: No module specific data is present Sep 02 21:17:27.345 INFO running `"docker" "rm" "-f" "cffaa16a86c72b2f713819da5bf8f20585f277af15fbddcc448e29af863dd621"` Sep 02 21:17:27.440 INFO blam! cffaa16a86c72b2f713819da5bf8f20585f277af15fbddcc448e29af863dd621