Oct 13 18:20:14.229 INFO checking aes-0.3.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 18:20:14.229 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 18:20:14.600 INFO blam! 00830c479ba44fae1e43f60aa779b2a31292e807c4b94811d6e6fa0820736686 Oct 13 18:20:14.612 INFO running `"docker" "start" "-a" "00830c479ba44fae1e43f60aa779b2a31292e807c4b94811d6e6fa0820736686"` Oct 13 18:20:16.269 INFO kablam! usermod: no changes Oct 13 18:20:16.348 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 13 18:20:16.786 INFO kablam! Checking aes-soft v0.3.2 Oct 13 18:20:17.608 INFO kablam! Checking aes v0.3.1 (/source) Oct 13 18:20:20.656 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 13 18:20:20.656 INFO kablam! --> benches/aes128.rs:6:19 Oct 13 18:20:20.656 INFO kablam! | Oct 13 18:20:20.656 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 13 18:20:20.656 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:20.658 INFO kablam! Oct 13 18:20:20.665 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:20.665 INFO kablam! --> benches/aes128.rs:6:19 Oct 13 18:20:20.665 INFO kablam! | Oct 13 18:20:20.665 INFO kablam! 6 | use aes::{Aes128, BlockCipher}; Oct 13 18:20:20.665 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:20.665 INFO kablam! | Oct 13 18:20:20.665 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:20.665 INFO kablam! Oct 13 18:20:20.910 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 13 18:20:20.910 INFO kablam! --> benches/aes128.rs:10:18 Oct 13 18:20:20.910 INFO kablam! | Oct 13 18:20:20.910 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:20.910 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 13 18:20:20.910 INFO kablam! | Oct 13 18:20:20.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.910 INFO kablam! | Oct 13 18:20:20.910 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.910 INFO kablam! | Oct 13 18:20:20.910 INFO kablam! Oct 13 18:20:20.912 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 13 18:20:20.912 INFO kablam! --> benches/aes128.rs:22:18 Oct 13 18:20:20.912 INFO kablam! | Oct 13 18:20:20.912 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:20.912 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 13 18:20:20.913 INFO kablam! | Oct 13 18:20:20.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.913 INFO kablam! | Oct 13 18:20:20.913 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.913 INFO kablam! | Oct 13 18:20:20.913 INFO kablam! Oct 13 18:20:20.915 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 13 18:20:20.915 INFO kablam! --> benches/aes128.rs:34:18 Oct 13 18:20:20.915 INFO kablam! | Oct 13 18:20:20.915 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:20.915 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 13 18:20:20.915 INFO kablam! | Oct 13 18:20:20.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.915 INFO kablam! | Oct 13 18:20:20.915 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.915 INFO kablam! | Oct 13 18:20:20.915 INFO kablam! Oct 13 18:20:20.916 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes128` in the current scope Oct 13 18:20:20.916 INFO kablam! --> benches/aes128.rs:46:18 Oct 13 18:20:20.916 INFO kablam! | Oct 13 18:20:20.916 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:20.916 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes128` Oct 13 18:20:20.916 INFO kablam! | Oct 13 18:20:20.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:20.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:20.916 INFO kablam! | Oct 13 18:20:20.916 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:20.916 INFO kablam! | Oct 13 18:20:20.916 INFO kablam! Oct 13 18:20:20.920 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:20.920 INFO kablam! Oct 13 18:20:20.920 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:20.920 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:20.928 INFO kablam! error: Could not compile `aes`. Oct 13 18:20:20.928 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:21.045 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 13 18:20:21.045 INFO kablam! --> benches/aes256.rs:6:19 Oct 13 18:20:21.045 INFO kablam! | Oct 13 18:20:21.045 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 13 18:20:21.045 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:21.045 INFO kablam! Oct 13 18:20:21.045 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:21.045 INFO kablam! --> benches/aes256.rs:6:19 Oct 13 18:20:21.045 INFO kablam! | Oct 13 18:20:21.045 INFO kablam! 6 | use aes::{Aes256, BlockCipher}; Oct 13 18:20:21.045 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:21.045 INFO kablam! | Oct 13 18:20:21.045 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:21.045 INFO kablam! Oct 13 18:20:21.112 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 13 18:20:21.112 INFO kablam! --> benches/aes256.rs:10:18 Oct 13 18:20:21.112 INFO kablam! | Oct 13 18:20:21.112 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:21.113 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 13 18:20:21.113 INFO kablam! | Oct 13 18:20:21.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:21.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:21.113 INFO kablam! | Oct 13 18:20:21.113 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:21.113 INFO kablam! | Oct 13 18:20:21.113 INFO kablam! Oct 13 18:20:21.116 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 13 18:20:21.116 INFO kablam! --> benches/aes256.rs:22:18 Oct 13 18:20:21.116 INFO kablam! | Oct 13 18:20:21.116 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:21.116 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 13 18:20:21.116 INFO kablam! | Oct 13 18:20:21.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:21.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:21.116 INFO kablam! | Oct 13 18:20:21.116 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:21.116 INFO kablam! | Oct 13 18:20:21.116 INFO kablam! Oct 13 18:20:21.116 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 13 18:20:21.116 INFO kablam! --> benches/aes256.rs:34:18 Oct 13 18:20:21.116 INFO kablam! | Oct 13 18:20:21.116 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:21.117 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 13 18:20:21.117 INFO kablam! | Oct 13 18:20:21.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:21.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:21.117 INFO kablam! | Oct 13 18:20:21.117 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:21.117 INFO kablam! | Oct 13 18:20:21.117 INFO kablam! Oct 13 18:20:21.121 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes256` in the current scope Oct 13 18:20:21.121 INFO kablam! --> benches/aes256.rs:46:18 Oct 13 18:20:21.121 INFO kablam! | Oct 13 18:20:21.121 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:21.121 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes256` Oct 13 18:20:21.121 INFO kablam! | Oct 13 18:20:21.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:21.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:21.121 INFO kablam! | Oct 13 18:20:21.121 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:21.121 INFO kablam! | Oct 13 18:20:21.121 INFO kablam! Oct 13 18:20:21.128 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:21.128 INFO kablam! Oct 13 18:20:21.128 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:21.128 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:21.131 INFO kablam! error: Could not compile `aes`. Oct 13 18:20:21.131 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:21.202 INFO kablam! error[E0432]: unresolved import `aes::BlockCipher` Oct 13 18:20:21.202 INFO kablam! --> benches/aes192.rs:6:19 Oct 13 18:20:21.202 INFO kablam! | Oct 13 18:20:21.202 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 13 18:20:21.202 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:21.202 INFO kablam! Oct 13 18:20:21.202 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:21.202 INFO kablam! --> benches/aes192.rs:6:19 Oct 13 18:20:21.202 INFO kablam! | Oct 13 18:20:21.202 INFO kablam! 6 | use aes::{Aes192, BlockCipher}; Oct 13 18:20:21.202 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:21.202 INFO kablam! | Oct 13 18:20:21.202 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:21.202 INFO kablam! Oct 13 18:20:21.268 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 13 18:20:21.268 INFO kablam! --> benches/aes192.rs:10:18 Oct 13 18:20:21.268 INFO kablam! | Oct 13 18:20:21.268 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:21.268 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 13 18:20:21.268 INFO kablam! | Oct 13 18:20:21.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:21.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:21.268 INFO kablam! | Oct 13 18:20:21.268 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:21.268 INFO kablam! | Oct 13 18:20:21.268 INFO kablam! Oct 13 18:20:21.270 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 13 18:20:21.270 INFO kablam! --> benches/aes192.rs:22:18 Oct 13 18:20:21.270 INFO kablam! | Oct 13 18:20:21.270 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:21.270 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 13 18:20:21.270 INFO kablam! | Oct 13 18:20:21.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:21.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:21.270 INFO kablam! | Oct 13 18:20:21.270 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:21.270 INFO kablam! | Oct 13 18:20:21.270 INFO kablam! Oct 13 18:20:21.277 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 13 18:20:21.277 INFO kablam! --> benches/aes192.rs:34:18 Oct 13 18:20:21.277 INFO kablam! | Oct 13 18:20:21.277 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:21.277 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 13 18:20:21.277 INFO kablam! | Oct 13 18:20:21.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:21.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:21.277 INFO kablam! | Oct 13 18:20:21.277 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:21.277 INFO kablam! | Oct 13 18:20:21.277 INFO kablam! Oct 13 18:20:21.277 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes::Aes192` in the current scope Oct 13 18:20:21.277 INFO kablam! --> benches/aes192.rs:46:18 Oct 13 18:20:21.277 INFO kablam! | Oct 13 18:20:21.277 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:21.277 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes::Aes192` Oct 13 18:20:21.277 INFO kablam! | Oct 13 18:20:21.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:21.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:21.277 INFO kablam! | Oct 13 18:20:21.277 INFO kablam! 6 | use aes::block_cipher_trait::BlockCipher; Oct 13 18:20:21.277 INFO kablam! | Oct 13 18:20:21.277 INFO kablam! Oct 13 18:20:21.278 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:21.278 INFO kablam! Oct 13 18:20:21.278 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:21.278 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:21.284 INFO kablam! error: Could not compile `aes`. Oct 13 18:20:21.284 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:21.516 INFO kablam! error: build failed Oct 13 18:20:21.517 INFO kablam! su: No module specific data is present Oct 13 18:20:21.848 INFO running `"docker" "rm" "-f" "00830c479ba44fae1e43f60aa779b2a31292e807c4b94811d6e6fa0820736686"` Oct 13 18:20:21.967 INFO blam! 00830c479ba44fae1e43f60aa779b2a31292e807c4b94811d6e6fa0820736686