Jul 12 02:25:35.472 INFO checking pem-parser-0.1.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 02:25:35.472 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:25:35.472 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:25:35.472 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:25:35.714 INFO blam! 3636fcb728c849af8bff565af2188c6dfcf2c1dd77a726a5b83928b0aeaa4311 Jul 12 02:25:35.717 INFO running `"docker" "start" "-a" "3636fcb728c849af8bff565af2188c6dfcf2c1dd77a726a5b83928b0aeaa4311"` Jul 12 02:25:36.805 INFO kablam! Checking pem-parser v0.1.1 (file:///source) Jul 12 02:25:38.733 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Jul 12 02:25:38.733 INFO kablam! --> tests/test.rs:9:20 Jul 12 02:25:38.733 INFO kablam! | Jul 12 02:25:38.733 INFO kablam! 9 | use self::openssl::crypto::pkey::{PKey, EncryptionPadding}; Jul 12 02:25:38.734 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Jul 12 02:25:38.734 INFO kablam! Jul 12 02:25:38.734 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PKey` Jul 12 02:25:38.734 INFO kablam! --> tests/test.rs:68:18 Jul 12 02:25:38.734 INFO kablam! | Jul 12 02:25:38.734 INFO kablam! 68 | let mut pkey = PKey::new(); Jul 12 02:25:38.734 INFO kablam! | ^^^^ Use of undeclared type or module `PKey` Jul 12 02:25:38.734 INFO kablam! Jul 12 02:25:38.735 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EncryptionPadding` Jul 12 02:25:38.735 INFO kablam! --> tests/test.rs:73:5 Jul 12 02:25:38.735 INFO kablam! | Jul 12 02:25:38.735 INFO kablam! 73 | EncryptionPadding::PKCS1v15 // PKCS is the default padding scheme. Jul 12 02:25:38.735 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `EncryptionPadding` Jul 12 02:25:38.735 INFO kablam! Jul 12 02:25:38.735 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PKey` Jul 12 02:25:38.735 INFO kablam! --> tests/test.rs:89:18 Jul 12 02:25:38.735 INFO kablam! | Jul 12 02:25:38.736 INFO kablam! 89 | let mut pkey = PKey::new(); Jul 12 02:25:38.736 INFO kablam! | ^^^^ Use of undeclared type or module `PKey` Jul 12 02:25:38.736 INFO kablam! Jul 12 02:25:38.736 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EncryptionPadding` Jul 12 02:25:38.736 INFO kablam! --> tests/test.rs:96:5 Jul 12 02:25:38.736 INFO kablam! | Jul 12 02:25:38.736 INFO kablam! 96 | EncryptionPadding::PKCS1v15 Jul 12 02:25:38.736 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `EncryptionPadding` Jul 12 02:25:38.736 INFO kablam! Jul 12 02:25:38.737 INFO kablam! warning: unused imports: `EncryptionPadding`, `PKey` Jul 12 02:25:38.737 INFO kablam! --> tests/test.rs:9:35 Jul 12 02:25:38.737 INFO kablam! | Jul 12 02:25:38.737 INFO kablam! 9 | use self::openssl::crypto::pkey::{PKey, EncryptionPadding}; Jul 12 02:25:38.737 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^ Jul 12 02:25:38.737 INFO kablam! | Jul 12 02:25:38.737 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:25:38.737 INFO kablam! Jul 12 02:25:38.862 INFO kablam! error[E0277]: the size for value values of type `[u8]` cannot be known at compilation time Jul 12 02:25:38.862 INFO kablam! --> tests/test.rs:94:7 Jul 12 02:25:38.862 INFO kablam! | Jul 12 02:25:38.863 INFO kablam! 94 | let encrypted_data = pkey.encrypt_with_padding( Jul 12 02:25:38.863 INFO kablam! | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time Jul 12 02:25:38.863 INFO kablam! | Jul 12 02:25:38.863 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Jul 12 02:25:38.863 INFO kablam! = note: to learn more, visit Jul 12 02:25:38.863 INFO kablam! = note: all local variables must have a statically known size Jul 12 02:25:38.863 INFO kablam! Jul 12 02:25:38.887 INFO kablam! error: aborting due to 6 previous errors Jul 12 02:25:38.887 INFO kablam! Jul 12 02:25:38.887 INFO kablam! Some errors occurred: E0277, E0433. Jul 12 02:25:38.887 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 02:25:38.918 INFO kablam! error: Could not compile `pem-parser`. Jul 12 02:25:38.918 INFO kablam! Jul 12 02:25:38.918 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:25:38.921 INFO kablam! su: No module specific data is present Jul 12 02:25:39.492 INFO running `"docker" "rm" "-f" "3636fcb728c849af8bff565af2188c6dfcf2c1dd77a726a5b83928b0aeaa4311"` Jul 12 02:25:39.664 INFO blam! 3636fcb728c849af8bff565af2188c6dfcf2c1dd77a726a5b83928b0aeaa4311