[INFO] crate apns 0.1.1 is already in cache [INFO] checking apns-0.1.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate apns 0.1.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate apns 0.1.1 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate apns 0.1.1 [INFO] finished tweaking crates.io crate apns 0.1.1 [INFO] tweaked toml for crates.io crate apns 0.1.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d756abf476a177bc06a24892aa36f18c420fd1f9038ff9d06ec0c8cad3b4343b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "d756abf476a177bc06a24892aa36f18c420fd1f9038ff9d06ec0c8cad3b4343b"` [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking apns v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `openssl::ssl::error::SslError` [INFO] [stderr] --> src/apns/mod.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | 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] error[E0432]: unresolved import `openssl::ssl::error::SslError` [INFO] [stderr] --> src/apns/mod.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | 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] error[E0433]: failed to resolve: could not find `X509FileType` in `x509` [INFO] [stderr] --> src/apns/mod.rs:373:80 [INFO] [stderr] | [INFO] [stderr] 373 | if let Err(error) = context.set_certificate_file(cert_file, openssl::x509::X509FileType::PEM) { [INFO] [stderr] | ^^^^^^^^^^^^ could not find `X509FileType` in `x509` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `X509FileType` in `x509` [INFO] [stderr] --> src/apns/mod.rs:376:87 [INFO] [stderr] | [INFO] [stderr] 376 | if let Err(error) = context.set_private_key_file(private_key_file, openssl::x509::X509FileType::PEM) { [INFO] [stderr] | ^^^^^^^^^^^^ could not find `X509FileType` in `x509` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `error` is private [INFO] [stderr] --> src/apns/mod.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | use openssl::ssl::error::SslError; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `X509FileType` in `x509` [INFO] [stderr] --> src/apns/mod.rs:373:80 [INFO] [stderr] | [INFO] [stderr] 373 | if let Err(error) = context.set_certificate_file(cert_file, openssl::x509::X509FileType::PEM) { [INFO] [stderr] | ^^^^^^^^^^^^ could not find `X509FileType` in `x509` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `X509FileType` in `x509` [INFO] [stderr] --> src/apns/mod.rs:376:87 [INFO] [stderr] | [INFO] [stderr] 376 | if let Err(error) = context.set_private_key_file(private_key_file, openssl::x509::X509FileType::PEM) { [INFO] [stderr] | ^^^^^^^^^^^^ could not find `X509FileType` in `x509` [INFO] [stderr] [INFO] [stderr] error[E0603]: module `error` is private [INFO] [stderr] --> src/apns/mod.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | use openssl::ssl::error::SslError; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `openssl::ssl::SslContext` in the current scope [INFO] [stderr] --> src/apns/mod.rs:368:45 [INFO] [stderr] | [INFO] [stderr] 368 | let mut context = try!(ssl::SslContext::new(ssl::SslMethod::Sslv23)); [INFO] [stderr] | ^^^ function or associated item not found in `openssl::ssl::SslContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Sslv23` found for type `openssl::ssl::SslMethod` in the current scope [INFO] [stderr] --> src/apns/mod.rs:368:65 [INFO] [stderr] | [INFO] [stderr] 368 | let mut context = try!(ssl::SslContext::new(ssl::SslMethod::Sslv23)); [INFO] [stderr] | ^^^^^^ associated item not found in `openssl::ssl::SslMethod` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `connect` found for type `openssl::ssl::SslStream<_>` in the current scope [INFO] [stderr] --> src/apns/mod.rs:390:20 [INFO] [stderr] | [INFO] [stderr] 390 | return SslStream::connect(&context, tcp_conn); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `openssl::ssl::SslStream<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `openssl::ssl::SslContext` in the current scope [INFO] [stderr] --> src/apns/mod.rs:368:45 [INFO] [stderr] | [INFO] [stderr] 368 | let mut context = try!(ssl::SslContext::new(ssl::SslMethod::Sslv23)); [INFO] [stderr] | ^^^ function or associated item not found in `openssl::ssl::SslContext` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Sslv23` found for type `openssl::ssl::SslMethod` in the current scope [INFO] [stderr] --> src/apns/mod.rs:368:65 [INFO] [stderr] | [INFO] [stderr] 368 | let mut context = try!(ssl::SslContext::new(ssl::SslMethod::Sslv23)); [INFO] [stderr] | ^^^^^^ associated item not found in `openssl::ssl::SslMethod` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `connect` found for type `openssl::ssl::SslStream<_>` in the current scope [INFO] [stderr] --> src/apns/mod.rs:390:20 [INFO] [stderr] | [INFO] [stderr] 390 | return SslStream::connect(&context, tcp_conn); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `openssl::ssl::SslStream<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `apns`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `apns`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d756abf476a177bc06a24892aa36f18c420fd1f9038ff9d06ec0c8cad3b4343b"` [INFO] running `"docker" "rm" "-f" "d756abf476a177bc06a24892aa36f18c420fd1f9038ff9d06ec0c8cad3b4343b"` [INFO] [stdout] d756abf476a177bc06a24892aa36f18c420fd1f9038ff9d06ec0c8cad3b4343b