Oct 22 04:50:06.595 INFO checking aes-soft-0.3.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:50:06.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 04:50:06.852 INFO blam! f74b6de848116efe5990503d8d5987e793d20c0efe16e908e0f551730a1faaec Oct 22 04:50:06.860 INFO running `"docker" "start" "-a" "f74b6de848116efe5990503d8d5987e793d20c0efe16e908e0f551730a1faaec"` Oct 22 04:50:07.440 INFO kablam! usermod: no changes Oct 22 04:50:07.480 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 22 04:50:07.747 INFO kablam! Checking aes-soft v0.3.2 (/source) Oct 22 04:50:10.451 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 22 04:50:10.451 INFO kablam! --> benches/aes256.rs:6:24 Oct 22 04:50:10.451 INFO kablam! | Oct 22 04:50:10.451 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 22 04:50:10.451 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 22 04:50:10.452 INFO kablam! Oct 22 04:50:10.452 INFO kablam! warning: unused import: `BlockCipher` Oct 22 04:50:10.452 INFO kablam! --> benches/aes256.rs:6:24 Oct 22 04:50:10.452 INFO kablam! | Oct 22 04:50:10.452 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 22 04:50:10.452 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:50:10.452 INFO kablam! | Oct 22 04:50:10.452 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:50:10.452 INFO kablam! Oct 22 04:50:10.708 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 22 04:50:10.709 INFO kablam! --> benches/aes256.rs:10:18 Oct 22 04:50:10.709 INFO kablam! | Oct 22 04:50:10.709 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 22 04:50:10.709 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 22 04:50:10.709 INFO kablam! | Oct 22 04:50:10.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:10.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:10.710 INFO kablam! | Oct 22 04:50:10.710 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:10.710 INFO kablam! | Oct 22 04:50:10.710 INFO kablam! Oct 22 04:50:10.711 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 22 04:50:10.711 INFO kablam! --> benches/aes256.rs:22:18 Oct 22 04:50:10.711 INFO kablam! | Oct 22 04:50:10.711 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 22 04:50:10.711 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 22 04:50:10.711 INFO kablam! | Oct 22 04:50:10.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:10.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:10.712 INFO kablam! | Oct 22 04:50:10.712 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:10.712 INFO kablam! | Oct 22 04:50:10.712 INFO kablam! Oct 22 04:50:10.713 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 22 04:50:10.713 INFO kablam! --> benches/aes256.rs:34:18 Oct 22 04:50:10.713 INFO kablam! | Oct 22 04:50:10.713 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 22 04:50:10.713 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 22 04:50:10.713 INFO kablam! | Oct 22 04:50:10.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:10.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:10.714 INFO kablam! | Oct 22 04:50:10.714 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:10.714 INFO kablam! | Oct 22 04:50:10.714 INFO kablam! Oct 22 04:50:10.714 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Oct 22 04:50:10.714 INFO kablam! --> benches/aes256.rs:46:18 Oct 22 04:50:10.714 INFO kablam! | Oct 22 04:50:10.715 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 22 04:50:10.715 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 22 04:50:10.715 INFO kablam! | Oct 22 04:50:10.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:10.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:10.715 INFO kablam! | Oct 22 04:50:10.715 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:10.716 INFO kablam! | Oct 22 04:50:10.716 INFO kablam! Oct 22 04:50:10.772 INFO kablam! error: aborting due to 5 previous errors Oct 22 04:50:10.773 INFO kablam! Oct 22 04:50:10.773 INFO kablam! Some errors occurred: E0432, E0599. Oct 22 04:50:10.773 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 22 04:50:10.805 INFO kablam! error: Could not compile `aes-soft`. Oct 22 04:50:10.805 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 04:50:10.858 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 22 04:50:10.858 INFO kablam! --> benches/aes128.rs:6:24 Oct 22 04:50:10.858 INFO kablam! | Oct 22 04:50:10.858 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 22 04:50:10.858 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 22 04:50:10.858 INFO kablam! Oct 22 04:50:10.864 INFO kablam! warning: unused import: `BlockCipher` Oct 22 04:50:10.864 INFO kablam! --> benches/aes128.rs:6:24 Oct 22 04:50:10.864 INFO kablam! | Oct 22 04:50:10.865 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 22 04:50:10.865 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:50:10.865 INFO kablam! | Oct 22 04:50:10.865 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:50:10.865 INFO kablam! Oct 22 04:50:10.993 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 22 04:50:10.993 INFO kablam! --> benches/aes128.rs:10:18 Oct 22 04:50:10.993 INFO kablam! | Oct 22 04:50:10.993 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 22 04:50:10.993 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 22 04:50:10.995 INFO kablam! | Oct 22 04:50:10.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:10.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:10.995 INFO kablam! | Oct 22 04:50:10.995 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:10.995 INFO kablam! | Oct 22 04:50:10.995 INFO kablam! Oct 22 04:50:10.995 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 22 04:50:10.997 INFO kablam! --> benches/aes128.rs:22:18 Oct 22 04:50:10.997 INFO kablam! | Oct 22 04:50:10.997 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 22 04:50:10.997 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 22 04:50:10.997 INFO kablam! | Oct 22 04:50:10.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:10.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:10.997 INFO kablam! | Oct 22 04:50:10.997 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:10.997 INFO kablam! | Oct 22 04:50:10.997 INFO kablam! Oct 22 04:50:10.997 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 22 04:50:10.997 INFO kablam! --> benches/aes128.rs:34:18 Oct 22 04:50:10.997 INFO kablam! | Oct 22 04:50:10.997 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 22 04:50:10.997 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 22 04:50:10.997 INFO kablam! | Oct 22 04:50:10.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:10.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:10.998 INFO kablam! | Oct 22 04:50:10.998 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:10.998 INFO kablam! | Oct 22 04:50:10.998 INFO kablam! Oct 22 04:50:11.000 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Oct 22 04:50:11.000 INFO kablam! --> benches/aes128.rs:46:18 Oct 22 04:50:11.000 INFO kablam! | Oct 22 04:50:11.000 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 22 04:50:11.000 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 22 04:50:11.000 INFO kablam! | Oct 22 04:50:11.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:11.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:11.000 INFO kablam! | Oct 22 04:50:11.000 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:11.000 INFO kablam! | Oct 22 04:50:11.000 INFO kablam! Oct 22 04:50:11.004 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 22 04:50:11.004 INFO kablam! --> benches/aes192.rs:6:24 Oct 22 04:50:11.004 INFO kablam! | Oct 22 04:50:11.004 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 22 04:50:11.004 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 22 04:50:11.004 INFO kablam! Oct 22 04:50:11.004 INFO kablam! warning: unused import: `BlockCipher` Oct 22 04:50:11.004 INFO kablam! --> benches/aes192.rs:6:24 Oct 22 04:50:11.004 INFO kablam! | Oct 22 04:50:11.004 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 22 04:50:11.004 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:50:11.004 INFO kablam! | Oct 22 04:50:11.004 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:50:11.004 INFO kablam! Oct 22 04:50:11.008 INFO kablam! error: aborting due to 5 previous errors Oct 22 04:50:11.008 INFO kablam! Oct 22 04:50:11.008 INFO kablam! Some errors occurred: E0432, E0599. Oct 22 04:50:11.008 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 22 04:50:11.024 INFO kablam! error: Could not compile `aes-soft`. Oct 22 04:50:11.024 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 04:50:11.146 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 22 04:50:11.147 INFO kablam! --> benches/aes192.rs:10:18 Oct 22 04:50:11.147 INFO kablam! | Oct 22 04:50:11.148 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 22 04:50:11.148 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 22 04:50:11.148 INFO kablam! | Oct 22 04:50:11.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:11.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:11.149 INFO kablam! | Oct 22 04:50:11.149 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:11.149 INFO kablam! | Oct 22 04:50:11.150 INFO kablam! Oct 22 04:50:11.150 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 22 04:50:11.150 INFO kablam! --> benches/aes192.rs:22:18 Oct 22 04:50:11.150 INFO kablam! | Oct 22 04:50:11.151 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 22 04:50:11.151 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 22 04:50:11.151 INFO kablam! | Oct 22 04:50:11.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:11.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:11.152 INFO kablam! | Oct 22 04:50:11.152 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:11.153 INFO kablam! | Oct 22 04:50:11.153 INFO kablam! Oct 22 04:50:11.164 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 22 04:50:11.165 INFO kablam! --> benches/aes192.rs:34:18 Oct 22 04:50:11.165 INFO kablam! | Oct 22 04:50:11.165 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 22 04:50:11.165 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 22 04:50:11.166 INFO kablam! | Oct 22 04:50:11.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:11.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:11.167 INFO kablam! | Oct 22 04:50:11.167 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:11.167 INFO kablam! | Oct 22 04:50:11.167 INFO kablam! Oct 22 04:50:11.168 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Oct 22 04:50:11.168 INFO kablam! --> benches/aes192.rs:46:18 Oct 22 04:50:11.168 INFO kablam! | Oct 22 04:50:11.168 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 22 04:50:11.169 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 22 04:50:11.169 INFO kablam! | Oct 22 04:50:11.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 22 04:50:11.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 22 04:50:11.170 INFO kablam! | Oct 22 04:50:11.170 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 22 04:50:11.170 INFO kablam! | Oct 22 04:50:11.170 INFO kablam! Oct 22 04:50:11.176 INFO kablam! error: aborting due to 5 previous errors Oct 22 04:50:11.176 INFO kablam! Oct 22 04:50:11.177 INFO kablam! Some errors occurred: E0432, E0599. Oct 22 04:50:11.177 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 22 04:50:11.200 INFO kablam! error: Could not compile `aes-soft`. Oct 22 04:50:11.201 INFO kablam! Oct 22 04:50:11.201 INFO kablam! To learn more, run the command again with --verbose. Oct 22 04:50:11.201 INFO kablam! su: No module specific data is present Oct 22 04:50:12.184 INFO running `"docker" "rm" "-f" "f74b6de848116efe5990503d8d5987e793d20c0efe16e908e0f551730a1faaec"` Oct 22 04:50:12.496 INFO blam! f74b6de848116efe5990503d8d5987e793d20c0efe16e908e0f551730a1faaec