[INFO] crate tofu 0.1.11 is already in cache [INFO] checking tofu-0.1.11 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate tofu 0.1.11 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate tofu 0.1.11 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tofu 0.1.11 [INFO] finished tweaking crates.io crate tofu 0.1.11 [INFO] tweaked toml for crates.io crate tofu 0.1.11 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 08e8e8d1f836ca7669a8d79ff92374cb70ff7d3ec59e2c13fbbbda9857cb94fd [INFO] running `"docker" "start" "-a" "08e8e8d1f836ca7669a8d79ff92374cb70ff7d3ec59e2c13fbbbda9857cb94fd"` [INFO] [stderr] Checking rawslice v0.1.0 [INFO] [stderr] Checking tofu v0.1.11 (/opt/rustwide/workdir) [INFO] [stderr] Checking odds v0.3.1 [INFO] [stderr] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stderr] --> src/lib.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | pub use openssl::crypto::pkey::PKey as Key; [INFO] [stderr] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stderr] --> src/lib.rs:204:22 [INFO] [stderr] | [INFO] [stderr] 204 | use openssl::crypto::hash::Type; [INFO] [stderr] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `crypto` in `openssl` [INFO] [stderr] --> src/lib.rs:239:22 [INFO] [stderr] | [INFO] [stderr] 239 | use openssl::crypto::hash::Type; [INFO] [stderr] | ^^^^^^ could not find `crypto` in `openssl` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `openssl::ssl::error::SslError`, `super::SslError` [INFO] [stderr] --> src/lib.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | pub use openssl::ssl::error::SslError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^-------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `StdError` [INFO] [stderr] | no `SslError` in `ssl::error` [INFO] [stderr] ... [INFO] [stderr] 122 | use super::SslError; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Type` [INFO] [stderr] --> src/lib.rs:205:19 [INFO] [stderr] | [INFO] [stderr] 205 | let typ = Type::SHA384; [INFO] [stderr] | ^^^^ use of undeclared type or module `Type` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Type` [INFO] [stderr] --> src/lib.rs:240:19 [INFO] [stderr] | [INFO] [stderr] 240 | let typ = Type::SHA384; [INFO] [stderr] | ^^^^ use of undeclared type or module `Type` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Key` [INFO] [stderr] --> src/lib.rs:327:13 [INFO] [stderr] | [INFO] [stderr] 327 | Key::private_key_from_pem(&mut f) [INFO] [stderr] | ^^^ use of undeclared type or module `Key` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Key` in this scope [INFO] [stderr] --> src/lib.rs:228:14 [INFO] [stderr] | [INFO] [stderr] 228 | pub key: Key, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Key` in this scope [INFO] [stderr] --> src/lib.rs:305:52 [INFO] [stderr] | [INFO] [stderr] 305 | pub fn from(name: String, cert: Cert<'a>, key: Key) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Key` in this scope [INFO] [stderr] --> src/lib.rs:619:37 [INFO] [stderr] | [INFO] [stderr] 619 | pub type CtxCreate = Box Result + Send + 'static + Sync>; [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Key` in this scope [INFO] [stderr] --> src/lib.rs:643:53 [INFO] [stderr] | [INFO] [stderr] 643 | fn ctx_create<'a>(&self, cert: &Cert<'a>, key: &Key) -> Result [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Key` in this scope [INFO] [stderr] --> src/lib.rs:673:61 [INFO] [stderr] | [INFO] [stderr] 673 | pub fn insert(&mut self, name: String, cert: Cert, key: Key) -> Result> [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0603]: module `error` is private [INFO] [stderr] --> src/lib.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | pub use openssl::ssl::error::SslError; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 0, found 1 [INFO] [stderr] --> src/lib.rs:14:27 [INFO] [stderr] | [INFO] [stderr] 14 | pub type CertOwned = Cert<'static>; [INFO] [stderr] | ^^^^^^^ unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 0, found 1 [INFO] [stderr] --> src/lib.rs:199:20 [INFO] [stderr] | [INFO] [stderr] 199 | pub cert: Cert<'cert>, [INFO] [stderr] | ^^^^^ unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 0, found 1 [INFO] [stderr] --> src/lib.rs:250:42 [INFO] [stderr] | [INFO] [stderr] 250 | pub fn from(name: String, cert: Cert<'a>) -> Self { [INFO] [stderr] | ^^ unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 0, found 1 [INFO] [stderr] --> src/lib.rs:305:42 [INFO] [stderr] | [INFO] [stderr] 305 | pub fn from(name: String, cert: Cert<'a>, key: Key) -> Self { [INFO] [stderr] | ^^ unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 0, found 1 [INFO] [stderr] --> src/lib.rs:643:42 [INFO] [stderr] | [INFO] [stderr] 643 | fn ctx_create<'a>(&self, cert: &Cert<'a>, key: &Key) -> Result [INFO] [stderr] | ^^ unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0412, E0432, E0433, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `tofu`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "08e8e8d1f836ca7669a8d79ff92374cb70ff7d3ec59e2c13fbbbda9857cb94fd"` [INFO] running `"docker" "rm" "-f" "08e8e8d1f836ca7669a8d79ff92374cb70ff7d3ec59e2c13fbbbda9857cb94fd"` [INFO] [stdout] 08e8e8d1f836ca7669a8d79ff92374cb70ff7d3ec59e2c13fbbbda9857cb94fd