[INFO] crate pgp 0.3.2 is already in cache [INFO] checking pgp-0.3.2 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate pgp 0.3.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate pgp 0.3.2 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pgp 0.3.2 [INFO] finished tweaking crates.io crate pgp 0.3.2 [INFO] tweaked toml for crates.io crate pgp 0.3.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 90f1d4d02e85ed48a9356d503d7f90b4b92e0217f3ee2a866e51f6fb7312ab5d [INFO] running `"docker" "start" "-a" "90f1d4d02e85ed48a9356d503d7f90b4b92e0217f3ee2a866e51f6fb7312ab5d"` [INFO] [stderr] Compiling subtle v2.2.2 [INFO] [stderr] Compiling crc24 v0.1.6 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint-dig v0.5.0 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking stream-cipher v0.3.2 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling zeroize_derive v0.10.0 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking cast5 v0.6.0 [INFO] [stderr] Checking twofish v0.2.0 [INFO] [stderr] Checking block-modes v0.3.3 [INFO] [stderr] Checking blowfish v0.4.0 [INFO] [stderr] Checking des v0.3.0 [INFO] [stderr] Checking cfb-mode v0.3.2 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Checking md-5 v0.8.0 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Checking ripemd160 v0.8.0 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling curve25519-dalek v1.2.3 [INFO] [stderr] Compiling hex-literal-impl v0.2.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking zeroize v0.10.1 [INFO] [stderr] Checking hex-literal v0.2.1 [INFO] [stderr] Checking num-iter v0.1.40 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.2 [INFO] [stderr] Checking x25519-dalek v0.5.2 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Checking rsa v0.1.4 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking pgp v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/base64_decoder.rs:151:36 [INFO] [stderr] | [INFO] [stderr] 151 | io::Error::new(err.kind(), err.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/base64_decoder.rs:151:36 [INFO] [stderr] | [INFO] [stderr] 151 | io::Error::new(err.kind(), err.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.86s [INFO] running `"docker" "inspect" "90f1d4d02e85ed48a9356d503d7f90b4b92e0217f3ee2a866e51f6fb7312ab5d"` [INFO] running `"docker" "rm" "-f" "90f1d4d02e85ed48a9356d503d7f90b4b92e0217f3ee2a866e51f6fb7312ab5d"` [INFO] [stdout] 90f1d4d02e85ed48a9356d503d7f90b4b92e0217f3ee2a866e51f6fb7312ab5d