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