Sep 20 06:48:30.403 INFO checking aes-0.2.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:48:30.403 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:48:30.403 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:48:30.551 INFO blam! 2ba864d320930225cb5ad394ce1270ce1cbe203159ccc1a6694cf4d48b1d9bb0 Sep 20 06:48:30.553 INFO running `"docker" "start" "-a" "2ba864d320930225cb5ad394ce1270ce1cbe203159ccc1a6694cf4d48b1d9bb0"` Sep 20 06:48:31.912 INFO kablam! usermod: no changes Sep 20 06:48:31.948 INFO kablam! Checking aes-soft v0.2.0 Sep 20 06:48:32.414 INFO kablam! Checking aes v0.2.0 (/source) Sep 20 06:48:34.476 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 06:48:34.476 INFO kablam! --> benches/aes128.rs:6:19 Sep 20 06:48:34.477 INFO kablam! | Sep 20 06:48:34.477 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 20 06:48:34.477 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 06:48:34.477 INFO kablam! Sep 20 06:48:34.479 INFO kablam! warning: unused import: `BlockCipher` Sep 20 06:48:34.479 INFO kablam! --> benches/aes128.rs:6:19 Sep 20 06:48:34.479 INFO kablam! | Sep 20 06:48:34.479 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Sep 20 06:48:34.480 INFO kablam! | ^^^^^^^^^^^ Sep 20 06:48:34.480 INFO kablam! | Sep 20 06:48:34.480 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:48:34.480 INFO kablam! Sep 20 06:48:34.503 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 06:48:34.503 INFO kablam! --> benches/aes192.rs:6:19 Sep 20 06:48:34.503 INFO kablam! | Sep 20 06:48:34.503 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 20 06:48:34.503 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 06:48:34.503 INFO kablam! Sep 20 06:48:34.503 INFO kablam! warning: unused import: `BlockCipher` Sep 20 06:48:34.503 INFO kablam! --> benches/aes192.rs:6:19 Sep 20 06:48:34.503 INFO kablam! | Sep 20 06:48:34.503 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Sep 20 06:48:34.503 INFO kablam! | ^^^^^^^^^^^ Sep 20 06:48:34.503 INFO kablam! | Sep 20 06:48:34.503 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:48:34.503 INFO kablam! Sep 20 06:48:34.514 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Sep 20 06:48:34.514 INFO kablam! --> benches/aes256.rs:6:19 Sep 20 06:48:34.514 INFO kablam! | Sep 20 06:48:34.514 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 20 06:48:34.514 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 20 06:48:34.514 INFO kablam! Sep 20 06:48:34.521 INFO kablam! warning: unused import: `BlockCipher` Sep 20 06:48:34.521 INFO kablam! --> benches/aes256.rs:6:19 Sep 20 06:48:34.521 INFO kablam! | Sep 20 06:48:34.521 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Sep 20 06:48:34.521 INFO kablam! | ^^^^^^^^^^^ Sep 20 06:48:34.521 INFO kablam! | Sep 20 06:48:34.521 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 06:48:34.521 INFO kablam! Sep 20 06:48:34.570 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 06:48:34.570 INFO kablam! --> benches/aes192.rs:10:18 Sep 20 06:48:34.570 INFO kablam! | Sep 20 06:48:34.570 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 20 06:48:34.570 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 06:48:34.570 INFO kablam! | Sep 20 06:48:34.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.570 INFO kablam! | Sep 20 06:48:34.570 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.570 INFO kablam! | Sep 20 06:48:34.570 INFO kablam! Sep 20 06:48:34.571 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 06:48:34.571 INFO kablam! --> benches/aes192.rs:22:18 Sep 20 06:48:34.571 INFO kablam! | Sep 20 06:48:34.571 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 20 06:48:34.571 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 06:48:34.572 INFO kablam! | Sep 20 06:48:34.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.572 INFO kablam! | Sep 20 06:48:34.572 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.572 INFO kablam! | Sep 20 06:48:34.572 INFO kablam! Sep 20 06:48:34.578 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 06:48:34.578 INFO kablam! --> benches/aes192.rs:34:18 Sep 20 06:48:34.578 INFO kablam! | Sep 20 06:48:34.578 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 20 06:48:34.578 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 06:48:34.578 INFO kablam! | Sep 20 06:48:34.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.578 INFO kablam! | Sep 20 06:48:34.578 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.578 INFO kablam! | Sep 20 06:48:34.578 INFO kablam! Sep 20 06:48:34.578 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Sep 20 06:48:34.578 INFO kablam! --> benches/aes192.rs:46:18 Sep 20 06:48:34.578 INFO kablam! | Sep 20 06:48:34.578 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 20 06:48:34.578 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Sep 20 06:48:34.578 INFO kablam! | Sep 20 06:48:34.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.578 INFO kablam! | Sep 20 06:48:34.578 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.578 INFO kablam! | Sep 20 06:48:34.578 INFO kablam! Sep 20 06:48:34.582 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 06:48:34.582 INFO kablam! --> benches/aes256.rs:10:18 Sep 20 06:48:34.582 INFO kablam! | Sep 20 06:48:34.582 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 20 06:48:34.582 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 06:48:34.582 INFO kablam! error: aborting due to 5 previous errors Sep 20 06:48:34.582 INFO kablam! | Sep 20 06:48:34.582 INFO kablam! Sep 20 06:48:34.582 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 06:48:34.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.582 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 06:48:34.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.582 INFO kablam! | Sep 20 06:48:34.582 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.582 INFO kablam! | Sep 20 06:48:34.582 INFO kablam! Sep 20 06:48:34.582 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 06:48:34.582 INFO kablam! --> benches/aes256.rs:22:18 Sep 20 06:48:34.582 INFO kablam! | Sep 20 06:48:34.582 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 20 06:48:34.582 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 06:48:34.582 INFO kablam! | Sep 20 06:48:34.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.582 INFO kablam! | Sep 20 06:48:34.582 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.582 INFO kablam! | Sep 20 06:48:34.582 INFO kablam! Sep 20 06:48:34.586 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 06:48:34.586 INFO kablam! --> benches/aes256.rs:34:18 Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 20 06:48:34.586 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! Sep 20 06:48:34.586 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Sep 20 06:48:34.586 INFO kablam! --> benches/aes256.rs:46:18 Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 20 06:48:34.586 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! Sep 20 06:48:34.586 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 06:48:34.586 INFO kablam! --> benches/aes128.rs:10:18 Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 20 06:48:34.586 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! Sep 20 06:48:34.586 INFO kablam! error: Could not compile `aes`. Sep 20 06:48:34.586 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:48:34.586 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 06:48:34.586 INFO kablam! --> benches/aes128.rs:22:18 Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 20 06:48:34.586 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.586 INFO kablam! | Sep 20 06:48:34.586 INFO kablam! Sep 20 06:48:34.590 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 06:48:34.590 INFO kablam! --> benches/aes128.rs:34:18 Sep 20 06:48:34.590 INFO kablam! | Sep 20 06:48:34.590 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 20 06:48:34.590 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 06:48:34.590 INFO kablam! | Sep 20 06:48:34.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.590 INFO kablam! error: aborting due to 5 previous errors Sep 20 06:48:34.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.590 INFO kablam! | Sep 20 06:48:34.590 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.590 INFO kablam! | Sep 20 06:48:34.590 INFO kablam! Sep 20 06:48:34.590 INFO kablam! Sep 20 06:48:34.590 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 06:48:34.590 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 06:48:34.590 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Sep 20 06:48:34.590 INFO kablam! --> benches/aes128.rs:46:18 Sep 20 06:48:34.590 INFO kablam! | Sep 20 06:48:34.590 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 20 06:48:34.590 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Sep 20 06:48:34.590 INFO kablam! | Sep 20 06:48:34.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 20 06:48:34.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 20 06:48:34.590 INFO kablam! | Sep 20 06:48:34.590 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Sep 20 06:48:34.590 INFO kablam! | Sep 20 06:48:34.590 INFO kablam! Sep 20 06:48:34.594 INFO kablam! error: aborting due to 5 previous errors Sep 20 06:48:34.594 INFO kablam! Sep 20 06:48:34.594 INFO kablam! Some errors occurred: E0432, E0599. Sep 20 06:48:34.594 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 20 06:48:34.594 INFO kablam! error: Could not compile `aes`. Sep 20 06:48:34.594 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:48:34.599 INFO kablam! error: Could not compile `aes`. Sep 20 06:48:34.599 INFO kablam! Sep 20 06:48:34.599 INFO kablam! To learn more, run the command again with --verbose. Sep 20 06:48:34.602 INFO kablam! su: No module specific data is present Sep 20 06:48:35.475 INFO running `"docker" "rm" "-f" "2ba864d320930225cb5ad394ce1270ce1cbe203159ccc1a6694cf4d48b1d9bb0"` Sep 20 06:48:35.563 INFO blam! 2ba864d320930225cb5ad394ce1270ce1cbe203159ccc1a6694cf4d48b1d9bb0