Sep 19 21:06:18.067 INFO checking pem-parser-0.1.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 21:06:18.068 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 21:06:18.068 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:06:18.288 INFO blam! d8d6d54310a818edd6cd7287e3969414769e59f160b892c712201166d837a2e1 Sep 19 21:06:18.292 INFO running `"docker" "start" "-a" "d8d6d54310a818edd6cd7287e3969414769e59f160b892c712201166d837a2e1"` Sep 19 21:06:19.249 INFO kablam! usermod: no changes Sep 19 21:06:19.403 INFO kablam! Checking pem-parser v0.1.1 (/source) Sep 19 21:06:20.567 INFO kablam! error[E0433]: failed to resolve. Could not find `crypto` in `openssl` Sep 19 21:06:20.567 INFO kablam! --> tests/test.rs:9:20 Sep 19 21:06:20.567 INFO kablam! | Sep 19 21:06:20.567 INFO kablam! 9 | use self::openssl::crypto::pkey::{PKey, EncryptionPadding}; Sep 19 21:06:20.568 INFO kablam! | ^^^^^^ Could not find `crypto` in `openssl` Sep 19 21:06:20.568 INFO kablam! Sep 19 21:06:20.568 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PKey` Sep 19 21:06:20.569 INFO kablam! --> tests/test.rs:68:18 Sep 19 21:06:20.569 INFO kablam! | Sep 19 21:06:20.569 INFO kablam! 68 | let mut pkey = PKey::new(); Sep 19 21:06:20.569 INFO kablam! | ^^^^ Use of undeclared type or module `PKey` Sep 19 21:06:20.569 INFO kablam! Sep 19 21:06:20.569 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EncryptionPadding` Sep 19 21:06:20.569 INFO kablam! --> tests/test.rs:73:5 Sep 19 21:06:20.569 INFO kablam! | Sep 19 21:06:20.569 INFO kablam! 73 | EncryptionPadding::PKCS1v15 // PKCS is the default padding scheme. Sep 19 21:06:20.569 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `EncryptionPadding` Sep 19 21:06:20.569 INFO kablam! Sep 19 21:06:20.569 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `PKey` Sep 19 21:06:20.570 INFO kablam! --> tests/test.rs:89:18 Sep 19 21:06:20.570 INFO kablam! | Sep 19 21:06:20.570 INFO kablam! 89 | let mut pkey = PKey::new(); Sep 19 21:06:20.570 INFO kablam! | ^^^^ Use of undeclared type or module `PKey` Sep 19 21:06:20.570 INFO kablam! Sep 19 21:06:20.570 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `EncryptionPadding` Sep 19 21:06:20.570 INFO kablam! --> tests/test.rs:96:5 Sep 19 21:06:20.570 INFO kablam! | Sep 19 21:06:20.570 INFO kablam! 96 | EncryptionPadding::PKCS1v15 Sep 19 21:06:20.570 INFO kablam! | ^^^^^^^^^^^^^^^^^ Use of undeclared type or module `EncryptionPadding` Sep 19 21:06:20.570 INFO kablam! Sep 19 21:06:20.570 INFO kablam! warning: unused imports: `EncryptionPadding`, `PKey` Sep 19 21:06:20.570 INFO kablam! --> tests/test.rs:9:35 Sep 19 21:06:20.570 INFO kablam! | Sep 19 21:06:20.570 INFO kablam! 9 | use self::openssl::crypto::pkey::{PKey, EncryptionPadding}; Sep 19 21:06:20.570 INFO kablam! | ^^^^ ^^^^^^^^^^^^^^^^^ Sep 19 21:06:20.570 INFO kablam! | Sep 19 21:06:20.570 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 21:06:20.570 INFO kablam! Sep 19 21:06:20.635 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 19 21:06:20.635 INFO kablam! --> tests/test.rs:94:7 Sep 19 21:06:20.635 INFO kablam! | Sep 19 21:06:20.635 INFO kablam! 94 | let encrypted_data = pkey.encrypt_with_padding( Sep 19 21:06:20.636 INFO kablam! | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 21:06:20.636 INFO kablam! | Sep 19 21:06:20.636 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 19 21:06:20.636 INFO kablam! = note: to learn more, visit Sep 19 21:06:20.636 INFO kablam! = note: all local variables must have a statically known size Sep 19 21:06:20.636 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 19 21:06:20.636 INFO kablam! Sep 19 21:06:20.642 INFO kablam! error: aborting due to 6 previous errors Sep 19 21:06:20.642 INFO kablam! Sep 19 21:06:20.642 INFO kablam! Some errors occurred: E0277, E0433. Sep 19 21:06:20.643 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 19 21:06:20.654 INFO kablam! error: Could not compile `pem-parser`. Sep 19 21:06:20.654 INFO kablam! Sep 19 21:06:20.654 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:06:20.656 INFO kablam! su: No module specific data is present Sep 19 21:06:21.455 INFO running `"docker" "rm" "-f" "d8d6d54310a818edd6cd7287e3969414769e59f160b892c712201166d837a2e1"` Sep 19 21:06:21.746 INFO blam! d8d6d54310a818edd6cd7287e3969414769e59f160b892c712201166d837a2e1