Sep 10 23:03:29.690 INFO checking aes-soft-0.2.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 23:03:29.690 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 23:03:29.690 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 23:03:29.834 INFO blam! 0658487bb81d35c636f4ea2886fcc2416fe17fe7fdfd39c535390685c66889f7 Sep 10 23:03:29.836 INFO running `"docker" "start" "-a" "0658487bb81d35c636f4ea2886fcc2416fe17fe7fdfd39c535390685c66889f7"` Sep 10 23:03:30.962 INFO kablam! usermod: no changes Sep 10 23:03:30.992 INFO kablam! Checking block-cipher-trait v0.5.3 Sep 10 23:03:31.104 INFO kablam! Checking aes-soft v0.2.0 (file:///source) Sep 10 23:03:31.897 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 10 23:03:31.897 INFO kablam! --> benches/aes128.rs:6:24 Sep 10 23:03:31.897 INFO kablam! | Sep 10 23:03:31.897 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 10 23:03:31.897 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:31.897 INFO kablam! Sep 10 23:03:31.898 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:31.898 INFO kablam! --> benches/aes128.rs:6:24 Sep 10 23:03:31.898 INFO kablam! | Sep 10 23:03:31.898 INFO kablam! 6 | use aes_soft::{Aes128, BlockCipher}; Sep 10 23:03:31.898 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:31.898 INFO kablam! | Sep 10 23:03:31.898 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:31.898 INFO kablam! Sep 10 23:03:31.922 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 10 23:03:31.922 INFO kablam! --> benches/aes192.rs:6:24 Sep 10 23:03:31.922 INFO kablam! | Sep 10 23:03:31.922 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 10 23:03:31.922 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:31.922 INFO kablam! Sep 10 23:03:31.923 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:31.923 INFO kablam! --> benches/aes192.rs:6:24 Sep 10 23:03:31.923 INFO kablam! | Sep 10 23:03:31.923 INFO kablam! 6 | use aes_soft::{Aes192, BlockCipher}; Sep 10 23:03:31.923 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:31.923 INFO kablam! | Sep 10 23:03:31.923 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:31.923 INFO kablam! Sep 10 23:03:31.940 INFO kablam! error[E0432]: unresolved import `aes_soft::BlockCipher` Sep 10 23:03:31.940 INFO kablam! --> benches/aes256.rs:6:24 Sep 10 23:03:31.940 INFO kablam! | Sep 10 23:03:31.940 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 10 23:03:31.940 INFO kablam! | ^^^^^^^^^^^ no `BlockCipher` in the root Sep 10 23:03:31.940 INFO kablam! Sep 10 23:03:31.941 INFO kablam! warning: unused import: `BlockCipher` Sep 10 23:03:31.941 INFO kablam! --> benches/aes256.rs:6:24 Sep 10 23:03:31.941 INFO kablam! | Sep 10 23:03:31.941 INFO kablam! 6 | use aes_soft::{Aes256, BlockCipher}; Sep 10 23:03:31.941 INFO kablam! | ^^^^^^^^^^^ Sep 10 23:03:31.941 INFO kablam! | Sep 10 23:03:31.941 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:03:31.941 INFO kablam! Sep 10 23:03:31.948 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 10 23:03:31.948 INFO kablam! --> benches/aes128.rs:10:18 Sep 10 23:03:31.948 INFO kablam! | Sep 10 23:03:31.948 INFO kablam! 10 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:31.948 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 10 23:03:31.948 INFO kablam! | Sep 10 23:03:31.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:31.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:31.948 INFO kablam! | Sep 10 23:03:31.948 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:31.948 INFO kablam! | Sep 10 23:03:31.948 INFO kablam! Sep 10 23:03:31.950 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 10 23:03:31.950 INFO kablam! --> benches/aes128.rs:22:18 Sep 10 23:03:31.950 INFO kablam! | Sep 10 23:03:31.950 INFO kablam! 22 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:31.950 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 10 23:03:31.950 INFO kablam! | Sep 10 23:03:31.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:31.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:31.950 INFO kablam! | Sep 10 23:03:31.950 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:31.950 INFO kablam! | Sep 10 23:03:31.950 INFO kablam! Sep 10 23:03:31.951 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 10 23:03:31.951 INFO kablam! --> benches/aes128.rs:34:18 Sep 10 23:03:31.951 INFO kablam! | Sep 10 23:03:31.951 INFO kablam! 34 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:31.951 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 10 23:03:31.951 INFO kablam! | Sep 10 23:03:31.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:31.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:31.951 INFO kablam! | Sep 10 23:03:31.951 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:31.951 INFO kablam! | Sep 10 23:03:31.951 INFO kablam! Sep 10 23:03:31.952 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes128` in the current scope Sep 10 23:03:31.952 INFO kablam! --> benches/aes128.rs:46:18 Sep 10 23:03:31.952 INFO kablam! | Sep 10 23:03:31.952 INFO kablam! 46 | let cipher = Aes128::new(&Default::default()); Sep 10 23:03:31.952 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes128` Sep 10 23:03:31.952 INFO kablam! | Sep 10 23:03:31.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:31.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:31.952 INFO kablam! | Sep 10 23:03:31.952 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:31.952 INFO kablam! | Sep 10 23:03:31.952 INFO kablam! Sep 10 23:03:31.954 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:31.954 INFO kablam! Sep 10 23:03:31.954 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:31.954 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:31.961 INFO kablam! error: Could not compile `aes-soft`. Sep 10 23:03:31.961 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:31.969 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 10 23:03:31.969 INFO kablam! --> benches/aes192.rs:10:18 Sep 10 23:03:31.969 INFO kablam! | Sep 10 23:03:31.969 INFO kablam! 10 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:31.969 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 10 23:03:31.969 INFO kablam! | Sep 10 23:03:31.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:31.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:31.969 INFO kablam! | Sep 10 23:03:31.969 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:31.969 INFO kablam! | Sep 10 23:03:31.969 INFO kablam! Sep 10 23:03:31.971 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 10 23:03:31.971 INFO kablam! --> benches/aes192.rs:22:18 Sep 10 23:03:31.971 INFO kablam! | Sep 10 23:03:31.971 INFO kablam! 22 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:31.971 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 10 23:03:31.971 INFO kablam! | Sep 10 23:03:31.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:31.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:31.971 INFO kablam! | Sep 10 23:03:31.971 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:31.971 INFO kablam! | Sep 10 23:03:31.971 INFO kablam! Sep 10 23:03:31.971 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 10 23:03:31.971 INFO kablam! --> benches/aes192.rs:34:18 Sep 10 23:03:31.971 INFO kablam! | Sep 10 23:03:31.971 INFO kablam! 34 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:31.971 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 10 23:03:31.971 INFO kablam! | Sep 10 23:03:31.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:31.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:31.971 INFO kablam! | Sep 10 23:03:31.972 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:31.972 INFO kablam! | Sep 10 23:03:31.972 INFO kablam! Sep 10 23:03:31.972 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes192` in the current scope Sep 10 23:03:31.972 INFO kablam! --> benches/aes192.rs:46:18 Sep 10 23:03:31.972 INFO kablam! | Sep 10 23:03:31.972 INFO kablam! 46 | let cipher = Aes192::new(&Default::default()); Sep 10 23:03:31.972 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes192` Sep 10 23:03:31.972 INFO kablam! | Sep 10 23:03:31.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:31.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:31.972 INFO kablam! | Sep 10 23:03:31.972 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:31.972 INFO kablam! | Sep 10 23:03:31.972 INFO kablam! Sep 10 23:03:31.977 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:31.977 INFO kablam! Sep 10 23:03:31.977 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:31.977 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:31.984 INFO kablam! error: Could not compile `aes-soft`. Sep 10 23:03:31.984 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:32.004 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 10 23:03:32.004 INFO kablam! --> benches/aes256.rs:10:18 Sep 10 23:03:32.004 INFO kablam! | Sep 10 23:03:32.004 INFO kablam! 10 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:32.004 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 10 23:03:32.004 INFO kablam! | Sep 10 23:03:32.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:32.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:32.004 INFO kablam! | Sep 10 23:03:32.004 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:32.004 INFO kablam! | Sep 10 23:03:32.004 INFO kablam! Sep 10 23:03:32.013 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 10 23:03:32.013 INFO kablam! --> benches/aes256.rs:22:18 Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! 22 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:32.013 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:32.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! Sep 10 23:03:32.013 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 10 23:03:32.013 INFO kablam! --> benches/aes256.rs:34:18 Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! 34 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:32.013 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:32.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! Sep 10 23:03:32.013 INFO kablam! error[E0599]: no function or associated item named `new` found for type `aes_soft::Aes256` in the current scope Sep 10 23:03:32.013 INFO kablam! --> benches/aes256.rs:46:18 Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! 46 | let cipher = Aes256::new(&Default::default()); Sep 10 23:03:32.013 INFO kablam! | ^^^^^^^^^^^ function or associated item not found in `aes_soft::Aes256` Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 23:03:32.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.013 INFO kablam! 6 | use aes_soft::block_cipher_trait::BlockCipher; Sep 10 23:03:32.013 INFO kablam! | Sep 10 23:03:32.014 INFO kablam! Sep 10 23:03:32.014 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:03:32.014 INFO kablam! Sep 10 23:03:32.014 INFO kablam! Some errors occurred: E0432, E0599. Sep 10 23:03:32.014 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 23:03:32.017 INFO kablam! error: Could not compile `aes-soft`. Sep 10 23:03:32.017 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:03:32.124 INFO kablam! error: build failed Sep 10 23:03:32.125 INFO kablam! su: No module specific data is present Sep 10 23:03:32.861 INFO running `"docker" "rm" "-f" "0658487bb81d35c636f4ea2886fcc2416fe17fe7fdfd39c535390685c66889f7"` Sep 10 23:03:32.971 INFO blam! 0658487bb81d35c636f4ea2886fcc2416fe17fe7fdfd39c535390685c66889f7