Oct 13 18:20:11.174 INFO checking aes-soft-0.3.2 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 18:20:11.174 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.374 INFO blam! d8c1c167474c393d158ebb6a12223e108941ed2d72fd23a109d59db933822dee Oct 13 18:20:11.376 INFO running `"docker" "start" "-a" "d8c1c167474c393d158ebb6a12223e108941ed2d72fd23a109d59db933822dee"` Oct 13 18:20:12.544 INFO kablam! usermod: no changes Oct 13 18:20:12.636 INFO kablam! Checking block-cipher-trait v0.6.1 Oct 13 18:20:12.936 INFO kablam! Checking aes-soft v0.3.2 (/source) Oct 13 18:20:15.176 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 13 18:20:15.176 INFO kablam! --> benches/aes192.rs:6:24 Oct 13 18:20:15.176 INFO kablam! | Oct 13 18:20:15.176 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 13 18:20:15.176 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:15.176 INFO kablam! Oct 13 18:20:15.176 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:15.176 INFO kablam! --> benches/aes192.rs:6:24 Oct 13 18:20:15.176 INFO kablam! | Oct 13 18:20:15.176 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Oct 13 18:20:15.176 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:15.176 INFO kablam! | Oct 13 18:20:15.176 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:15.176 INFO kablam! Oct 13 18:20:15.383 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:15.383 INFO kablam! --> benches/aes192.rs:10:18 Oct 13 18:20:15.383 INFO kablam! | Oct 13 18:20:15.383 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:15.383 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 13 18:20:15.383 INFO kablam! | Oct 13 18:20:15.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:15.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:15.383 INFO kablam! | Oct 13 18:20:15.383 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:15.383 INFO kablam! | Oct 13 18:20:15.383 INFO kablam! Oct 13 18:20:15.383 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:15.383 INFO kablam! --> benches/aes192.rs:22:18 Oct 13 18:20:15.383 INFO kablam! | Oct 13 18:20:15.383 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:15.383 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 13 18:20:15.383 INFO kablam! | Oct 13 18:20:15.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:15.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:15.389 INFO kablam! | Oct 13 18:20:15.389 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:15.389 INFO kablam! | Oct 13 18:20:15.389 INFO kablam! Oct 13 18:20:15.392 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:15.392 INFO kablam! --> benches/aes192.rs:34:18 Oct 13 18:20:15.392 INFO kablam! | Oct 13 18:20:15.392 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:15.392 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 13 18:20:15.392 INFO kablam! | Oct 13 18:20:15.392 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:15.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:15.392 INFO kablam! | Oct 13 18:20:15.392 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:15.392 INFO kablam! | Oct 13 18:20:15.392 INFO kablam! Oct 13 18:20:15.396 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:15.396 INFO kablam! --> benches/aes192.rs:46:18 Oct 13 18:20:15.396 INFO kablam! | Oct 13 18:20:15.396 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Oct 13 18:20:15.396 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Oct 13 18:20:15.396 INFO kablam! | Oct 13 18:20:15.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:15.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:15.396 INFO kablam! | Oct 13 18:20:15.396 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:15.396 INFO kablam! | Oct 13 18:20:15.396 INFO kablam! Oct 13 18:20:15.404 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:15.404 INFO kablam! Oct 13 18:20:15.404 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:15.404 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:15.416 INFO kablam! error: Could not compile `aes-soft`. Oct 13 18:20:15.416 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:16.148 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 13 18:20:16.148 INFO kablam! --> benches/aes128.rs:6:24 Oct 13 18:20:16.148 INFO kablam! | Oct 13 18:20:16.148 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 13 18:20:16.148 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:16.148 INFO kablam! Oct 13 18:20:16.148 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:16.148 INFO kablam! --> benches/aes128.rs:6:24 Oct 13 18:20:16.148 INFO kablam! | Oct 13 18:20:16.148 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Oct 13 18:20:16.148 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:16.148 INFO kablam! | Oct 13 18:20:16.148 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:16.148 INFO kablam! Oct 13 18:20:16.244 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Oct 13 18:20:16.244 INFO kablam! --> benches/aes256.rs:6:24 Oct 13 18:20:16.244 INFO kablam! | Oct 13 18:20:16.244 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 13 18:20:16.244 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Oct 13 18:20:16.244 INFO kablam! Oct 13 18:20:16.244 INFO kablam! warning: unused import: `BlockCipher` Oct 13 18:20:16.244 INFO kablam! --> benches/aes256.rs:6:24 Oct 13 18:20:16.244 INFO kablam! | Oct 13 18:20:16.244 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Oct 13 18:20:16.244 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:20:16.244 INFO kablam! | Oct 13 18:20:16.244 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 18:20:16.244 INFO kablam! Oct 13 18:20:16.247 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:16.247 INFO kablam! --> benches/aes128.rs:10:18 Oct 13 18:20:16.247 INFO kablam! | Oct 13 18:20:16.247 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:16.247 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 13 18:20:16.247 INFO kablam! | Oct 13 18:20:16.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.247 INFO kablam! | Oct 13 18:20:16.247 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.247 INFO kablam! | Oct 13 18:20:16.247 INFO kablam! Oct 13 18:20:16.249 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:16.249 INFO kablam! --> benches/aes128.rs:22:18 Oct 13 18:20:16.249 INFO kablam! | Oct 13 18:20:16.249 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:16.249 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 13 18:20:16.249 INFO kablam! | Oct 13 18:20:16.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.249 INFO kablam! | Oct 13 18:20:16.249 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.249 INFO kablam! | Oct 13 18:20:16.252 INFO kablam! Oct 13 18:20:16.252 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:16.252 INFO kablam! --> benches/aes128.rs:34:18 Oct 13 18:20:16.252 INFO kablam! | Oct 13 18:20:16.252 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:16.252 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 13 18:20:16.252 INFO kablam! | Oct 13 18:20:16.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.252 INFO kablam! | Oct 13 18:20:16.252 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.252 INFO kablam! | Oct 13 18:20:16.252 INFO kablam! Oct 13 18:20:16.252 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:16.252 INFO kablam! --> benches/aes128.rs:46:18 Oct 13 18:20:16.252 INFO kablam! | Oct 13 18:20:16.252 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Oct 13 18:20:16.252 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Oct 13 18:20:16.252 INFO kablam! | Oct 13 18:20:16.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.252 INFO kablam! | Oct 13 18:20:16.252 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.252 INFO kablam! | Oct 13 18:20:16.252 INFO kablam! Oct 13 18:20:16.256 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:16.256 INFO kablam! Oct 13 18:20:16.256 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:16.256 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:16.264 INFO kablam! error: Could not compile `aes-soft`. Oct 13 18:20:16.264 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 18:20:16.312 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.312 INFO kablam! --> benches/aes256.rs:10:18 Oct 13 18:20:16.312 INFO kablam! | Oct 13 18:20:16.312 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:16.312 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 13 18:20:16.312 INFO kablam! | Oct 13 18:20:16.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.312 INFO kablam! | Oct 13 18:20:16.312 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.312 INFO kablam! | Oct 13 18:20:16.312 INFO kablam! Oct 13 18:20:16.316 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.316 INFO kablam! --> benches/aes256.rs:22:18 Oct 13 18:20:16.316 INFO kablam! | Oct 13 18:20:16.316 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:16.316 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 13 18:20:16.316 INFO kablam! | Oct 13 18:20:16.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.316 INFO kablam! | Oct 13 18:20:16.316 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.316 INFO kablam! | Oct 13 18:20:16.316 INFO kablam! Oct 13 18:20:16.316 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.316 INFO kablam! --> benches/aes256.rs:34:18 Oct 13 18:20:16.316 INFO kablam! | Oct 13 18:20:16.316 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:16.316 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 13 18:20:16.316 INFO kablam! | Oct 13 18:20:16.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.316 INFO kablam! | Oct 13 18:20:16.316 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.317 INFO kablam! | Oct 13 18:20:16.317 INFO kablam! Oct 13 18:20:16.317 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.317 INFO kablam! --> benches/aes256.rs:46:18 Oct 13 18:20:16.317 INFO kablam! | Oct 13 18:20:16.317 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Oct 13 18:20:16.317 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Oct 13 18:20:16.317 INFO kablam! | Oct 13 18:20:16.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 18:20:16.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 18:20:16.317 INFO kablam! | Oct 13 18:20:16.317 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Oct 13 18:20:16.317 INFO kablam! | Oct 13 18:20:16.317 INFO kablam! Oct 13 18:20:16.320 INFO kablam! error: aborting due to 5 previous errors Oct 13 18:20:16.320 INFO kablam! Oct 13 18:20:16.320 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 18:20:16.320 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 18:20:16.331 INFO kablam! error: Could not compile `aes-soft`. Oct 13 18:20:16.331 INFO kablam! Oct 13 18:20:16.331 INFO kablam! To learn more, run the command again with --verbose. Oct 13 18:20:16.332 INFO kablam! su: No module specific data is present Oct 13 18:20:17.332 INFO running `"docker" "rm" "-f" "d8c1c167474c393d158ebb6a12223e108941ed2d72fd23a109d59db933822dee"` Oct 13 18:20:17.716 INFO blam! d8c1c167474c393d158ebb6a12223e108941ed2d72fd23a109d59db933822dee