Sep 01 11:39:11.129 INFO checking pem-parser-0.1.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 11:39:11.129 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 11:39:11.129 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:39:11.340 INFO blam! 85671801818a9723a5150929c65da38afe9aea855c170a21d084168b7a79ca3f Sep 01 11:39:11.345 INFO running `"docker" "start" "-a" "85671801818a9723a5150929c65da38afe9aea855c170a21d084168b7a79ca3f"` Sep 01 11:39:12.233 INFO kablam! Checking pem-parser v0.1.1 (file:///source) Sep 01 11:39:13.801 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Sep 01 11:39:13.801 INFO kablam! --> tests/test.rs:9:20 Sep 01 11:39:13.801 INFO kablam! | Sep 01 11:39:13.801 INFO kablam! 9 | use self::openssl::crypto::pkey::{PKey, EncryptionPadding}; Sep 01 11:39:13.801 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Sep 01 11:39:13.801 INFO kablam! Sep 01 11:39:13.801 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PKey` Sep 01 11:39:13.801 INFO kablam! --> tests/test.rs:68:18 Sep 01 11:39:13.801 INFO kablam! | Sep 01 11:39:13.801 INFO kablam! 68 | let mut pkey = PKey::new(); Sep 01 11:39:13.801 INFO kablam! | ^^^^ Use of undeclared type or module `PKey` Sep 01 11:39:13.801 INFO kablam! Sep 01 11:39:13.801 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EncryptionPadding` Sep 01 11:39:13.801 INFO kablam! --> tests/test.rs:73:5 Sep 01 11:39:13.801 INFO kablam! | Sep 01 11:39:13.801 INFO kablam! 73 | EncryptionPadding::PKCS1v15 // PKCS is the default padding scheme. Sep 01 11:39:13.801 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `EncryptionPadding` Sep 01 11:39:13.801 INFO kablam! Sep 01 11:39:13.801 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PKey` Sep 01 11:39:13.801 INFO kablam! --> tests/test.rs:89:18 Sep 01 11:39:13.801 INFO kablam! | Sep 01 11:39:13.801 INFO kablam! 89 | let mut pkey = PKey::new(); Sep 01 11:39:13.801 INFO kablam! | ^^^^ Use of undeclared type or module `PKey` Sep 01 11:39:13.802 INFO kablam! Sep 01 11:39:13.802 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EncryptionPadding` Sep 01 11:39:13.802 INFO kablam! --> tests/test.rs:96:5 Sep 01 11:39:13.802 INFO kablam! | Sep 01 11:39:13.802 INFO kablam! 96 | EncryptionPadding::PKCS1v15 Sep 01 11:39:13.802 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `EncryptionPadding` Sep 01 11:39:13.802 INFO kablam! Sep 01 11:39:13.803 INFO kablam! warning: unused imports: `EncryptionPadding`, `PKey` Sep 01 11:39:13.803 INFO kablam! --> tests/test.rs:9:35 Sep 01 11:39:13.803 INFO kablam! | Sep 01 11:39:13.803 INFO kablam! 9 | use self::openssl::crypto::pkey::{PKey, EncryptionPadding}; Sep 01 11:39:13.803 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^ Sep 01 11:39:13.803 INFO kablam! | Sep 01 11:39:13.803 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:39:13.803 INFO kablam! Sep 01 11:39:13.877 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 01 11:39:13.877 INFO kablam! --> tests/test.rs:94:7 Sep 01 11:39:13.877 INFO kablam! | Sep 01 11:39:13.877 INFO kablam! 94 | let encrypted_data = pkey.encrypt_with_padding( Sep 01 11:39:13.877 INFO kablam! | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:39:13.877 INFO kablam! | Sep 01 11:39:13.877 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 01 11:39:13.878 INFO kablam! = note: to learn more, visit Sep 01 11:39:13.878 INFO kablam! = note: all local variables must have a statically known size Sep 01 11:39:13.878 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 11:39:13.878 INFO kablam! Sep 01 11:39:13.893 INFO kablam! error: aborting due to 6 previous errors Sep 01 11:39:13.893 INFO kablam! Sep 01 11:39:13.893 INFO kablam! Some errors occurred: E0277, E0433. Sep 01 11:39:13.893 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 11:39:13.905 INFO kablam! error: Could not compile `pem-parser`. Sep 01 11:39:13.905 INFO kablam! Sep 01 11:39:13.906 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:39:13.907 INFO kablam! su: No module specific data is present Sep 01 11:39:14.385 INFO running `"docker" "rm" "-f" "85671801818a9723a5150929c65da38afe9aea855c170a21d084168b7a79ca3f"` Sep 01 11:39:14.533 INFO blam! 85671801818a9723a5150929c65da38afe9aea855c170a21d084168b7a79ca3f