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