Oct 13 18:20:11.450 INFO checking aes-soft-0.3.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 18:20:11.450 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:11.774 INFO blam! 2c595eba7ff05f48b66e4ec01159a08856cde9108b6e9e1413557eae49f6ecd3 Oct 13 18:20:11.775 INFO running `"docker" "start" "-a" "2c595eba7ff05f48b66e4ec01159a08856cde9108b6e9e1413557eae49f6ecd3"` Oct 13 18:20:12.912 INFO kablam! usermod: no changes Oct 13 18:20:12.960 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 13 18:20:13.215 INFO kablam! Checking aes-soft v0.3.2 (/source) Oct 13 18:20:15.759 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 13 18:20:15.759 INFO kablam! --> benches/aes128.rs:6:24 Oct 13 18:20:15.759 INFO kablam! | Oct 13 18:20:15.759 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 13 18:20:15.759 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:15.759 INFO kablam! Oct 13 18:20:15.761 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:15.761 INFO kablam! --> benches/aes128.rs:6:24 Oct 13 18:20:15.761 INFO kablam! | Oct 13 18:20:15.761 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 13 18:20:15.761 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:15.761 INFO kablam! | Oct 13 18:20:15.761 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:15.761 INFO kablam! Oct 13 18:20:15.937 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 13 18:20:15.938 INFO kablam! --> benches/aes128.rs:10:18 Oct 13 18:20:15.938 INFO kablam! | Oct 13 18:20:15.938 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:15.938 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 13 18:20:15.938 INFO kablam! | Oct 13 18:20:15.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:15.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:15.938 INFO kablam! | Oct 13 18:20:15.938 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:15.938 INFO kablam! | Oct 13 18:20:15.938 INFO kablam! Oct 13 18:20:15.949 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 13 18:20:15.949 INFO kablam! --> benches/aes128.rs:22:18 Oct 13 18:20:15.949 INFO kablam! | Oct 13 18:20:15.949 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:15.949 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 13 18:20:15.951 INFO kablam! | Oct 13 18:20:15.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:15.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:15.951 INFO kablam! | Oct 13 18:20:15.951 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:15.951 INFO kablam! | Oct 13 18:20:15.951 INFO kablam! Oct 13 18:20:15.952 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 13 18:20:15.953 INFO kablam! --> benches/aes128.rs:34:18 Oct 13 18:20:15.953 INFO kablam! | Oct 13 18:20:15.953 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:15.953 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 13 18:20:15.953 INFO kablam! | Oct 13 18:20:15.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:15.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:15.953 INFO kablam! | Oct 13 18:20:15.953 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:15.953 INFO kablam! | Oct 13 18:20:15.953 INFO kablam! Oct 13 18:20:15.956 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 13 18:20:15.956 INFO kablam! --> benches/aes128.rs:46:18 Oct 13 18:20:15.956 INFO kablam! | Oct 13 18:20:15.956 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:15.956 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 13 18:20:15.968 INFO kablam! | Oct 13 18:20:15.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:15.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:15.968 INFO kablam! | Oct 13 18:20:15.968 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:15.968 INFO kablam! | Oct 13 18:20:15.968 INFO kablam! Oct 13 18:20:15.968 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:15.968 INFO kablam! Oct 13 18:20:15.968 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:15.968 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:15.974 INFO kablam! error: Could not compile `aes-soft`. Oct 13 18:20:15.974 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:16.078 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 13 18:20:16.078 INFO kablam! --> benches/aes256.rs:6:24 Oct 13 18:20:16.078 INFO kablam! | Oct 13 18:20:16.078 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 13 18:20:16.078 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:16.078 INFO kablam! Oct 13 18:20:16.080 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:16.080 INFO kablam! --> benches/aes256.rs:6:24 Oct 13 18:20:16.080 INFO kablam! | Oct 13 18:20:16.080 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 13 18:20:16.080 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:16.080 INFO kablam! | Oct 13 18:20:16.080 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:16.080 INFO kablam! Oct 13 18:20:16.145 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 13 18:20:16.145 INFO kablam! --> benches/aes256.rs:10:18 Oct 13 18:20:16.145 INFO kablam! | Oct 13 18:20:16.145 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:16.145 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 13 18:20:16.145 INFO kablam! | Oct 13 18:20:16.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.145 INFO kablam! | Oct 13 18:20:16.145 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.145 INFO kablam! | Oct 13 18:20:16.145 INFO kablam! Oct 13 18:20:16.146 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 13 18:20:16.146 INFO kablam! --> benches/aes256.rs:22:18 Oct 13 18:20:16.146 INFO kablam! | Oct 13 18:20:16.146 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:16.146 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 13 18:20:16.146 INFO kablam! | Oct 13 18:20:16.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.146 INFO kablam! | Oct 13 18:20:16.146 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.146 INFO kablam! | Oct 13 18:20:16.146 INFO kablam! Oct 13 18:20:16.148 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 13 18:20:16.148 INFO kablam! --> benches/aes256.rs:34:18 Oct 13 18:20:16.148 INFO kablam! | Oct 13 18:20:16.148 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:16.148 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 13 18:20:16.148 INFO kablam! | Oct 13 18:20:16.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.148 INFO kablam! | Oct 13 18:20:16.148 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.148 INFO kablam! | Oct 13 18:20:16.148 INFO kablam! Oct 13 18:20:16.152 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 13 18:20:16.152 INFO kablam! --> benches/aes256.rs:46:18 Oct 13 18:20:16.152 INFO kablam! | Oct 13 18:20:16.152 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:16.152 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 13 18:20:16.152 INFO kablam! | Oct 13 18:20:16.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.152 INFO kablam! | Oct 13 18:20:16.152 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.152 INFO kablam! | Oct 13 18:20:16.152 INFO kablam! Oct 13 18:20:16.160 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:16.160 INFO kablam! Oct 13 18:20:16.160 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:16.160 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:16.160 INFO kablam! error: Could not compile `aes-soft`. Oct 13 18:20:16.160 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:16.728 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 13 18:20:16.728 INFO kablam! --> benches/aes192.rs:6:24 Oct 13 18:20:16.728 INFO kablam! | Oct 13 18:20:16.728 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 13 18:20:16.728 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:16.728 INFO kablam! Oct 13 18:20:16.728 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:16.728 INFO kablam! --> benches/aes192.rs:6:24 Oct 13 18:20:16.728 INFO kablam! | Oct 13 18:20:16.728 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 13 18:20:16.728 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:16.728 INFO kablam! | Oct 13 18:20:16.728 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:16.728 INFO kablam! Oct 13 18:20:16.812 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 13 18:20:16.812 INFO kablam! --> benches/aes192.rs:10:18 Oct 13 18:20:16.812 INFO kablam! | Oct 13 18:20:16.812 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:16.812 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 13 18:20:16.812 INFO kablam! | Oct 13 18:20:16.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.812 INFO kablam! | Oct 13 18:20:16.812 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.812 INFO kablam! | Oct 13 18:20:16.812 INFO kablam! Oct 13 18:20:16.812 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 13 18:20:16.813 INFO kablam! --> benches/aes192.rs:22:18 Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:16.813 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! Oct 13 18:20:16.813 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 13 18:20:16.813 INFO kablam! --> benches/aes192.rs:34:18 Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:16.813 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! Oct 13 18:20:16.813 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 13 18:20:16.813 INFO kablam! --> benches/aes192.rs:46:18 Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:16.813 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.813 INFO kablam! | Oct 13 18:20:16.813 INFO kablam! Oct 13 18:20:16.820 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:16.820 INFO kablam! Oct 13 18:20:16.820 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:16.820 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:16.828 INFO kablam! error: Could not compile `aes-soft`. Oct 13 18:20:16.828 INFO kablam! Oct 13 18:20:16.828 INFO kablam! To learn more, run the command again with --verbose. Oct 13 18:20:16.828 INFO kablam! su: No module specific data is present Oct 13 18:20:17.764 INFO running `"docker" "rm" "-f" "2c595eba7ff05f48b66e4ec01159a08856cde9108b6e9e1413557eae49f6ecd3"` Oct 13 18:20:18.068 INFO blam! 2c595eba7ff05f48b66e4ec01159a08856cde9108b6e9e1413557eae49f6ecd3