[INFO] crate pgp 0.4.0 is already in cache [INFO] checking pgp-0.4.0 against master#eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc for pr-69560 [INFO] extracting crate pgp 0.4.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate pgp 0.4.0 on toolchain eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc [INFO] running `"/workspace/cargo-home/bin/cargo" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pgp 0.4.0 [INFO] finished tweaking crates.io crate pgp 0.4.0 [INFO] tweaked toml for crates.io crate pgp 0.4.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+eaa02f599f651246d5d1b99e7a4c6fa8d04bc9dc" "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] c0056d5b159159739609a5b0d0f0120daf5da37e5e1c2a5cbb27f292c5f50e93 [INFO] running `"docker" "start" "-a" "c0056d5b159159739609a5b0d0f0120daf5da37e5e1c2a5cbb27f292c5f50e93"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling crc24 v0.1.6 [INFO] [stderr] Checking smallvec v1.2.0 [INFO] [stderr] Checking circular v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling num-bigint-dig v0.6.0 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking slice-deque v0.2.4 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking stream-cipher v0.3.2 [INFO] [stderr] Compiling num-derive v0.3.0 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Compiling zeroize_derive v1.0.0 [INFO] [stderr] Compiling hex-literal-impl v0.2.1 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking des v0.3.0 [INFO] [stderr] Checking cast5 v0.6.0 [INFO] [stderr] Checking twofish v0.2.0 [INFO] [stderr] Checking cfb-mode v0.3.2 [INFO] [stderr] Checking blowfish v0.4.0 [INFO] [stderr] Checking block-modes v0.3.3 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Checking md-5 v0.8.0 [INFO] [stderr] Checking ripemd160 v0.8.0 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Checking hex-literal v0.2.1 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Checking num-iter v0.1.40 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking zeroize v1.1.0 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Checking x25519-dalek v0.6.0 [INFO] [stderr] Checking rsa v0.2.0 [INFO] [stderr] Checking pgp v0.4.0 (/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 35.67s [INFO] running `"docker" "inspect" "c0056d5b159159739609a5b0d0f0120daf5da37e5e1c2a5cbb27f292c5f50e93"` [INFO] running `"docker" "rm" "-f" "c0056d5b159159739609a5b0d0f0120daf5da37e5e1c2a5cbb27f292c5f50e93"` [INFO] [stdout] c0056d5b159159739609a5b0d0f0120daf5da37e5e1c2a5cbb27f292c5f50e93