[INFO] crate ron 0.5.1 is already in cache [INFO] checking ron-0.5.1 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate ron 0.5.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate ron 0.5.1 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ron 0.5.1 [INFO] finished tweaking crates.io crate ron 0.5.1 [INFO] tweaked toml for crates.io crate ron 0.5.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] 838e77a9effaf096cfe884a141a415fc75c8a8375ac553c4820662e41965f7b8 [INFO] running `"docker" "start" "-a" "838e77a9effaf096cfe884a141a415fc75c8a8375ac553c4820662e41965f7b8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.109 [INFO] [stderr] Checking serde v1.0.109 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking serde_bytes v0.10.5 [INFO] [stderr] Checking ron v0.5.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/de/error.rs:63:68 [INFO] [stderr] | [INFO] [stderr] 63 | Error::Parser(_, pos) => write!(f, "{}: {}", pos, self.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/de/error.rs:80:53 [INFO] [stderr] | [INFO] [stderr] 80 | ParseError::Base64Error(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/de/error.rs:111:51 [INFO] [stderr] | [INFO] [stderr] 111 | ParseError::Utf8Error(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/de/error.rs:143:26 [INFO] [stderr] | [INFO] [stderr] 143 | Error::IoError(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: the item `Position` is imported redundantly [INFO] [stderr] --> src/de/tests.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 4 | use super::*; [INFO] [stderr] | -------- the item `Position` is already imported here [INFO] [stderr] ... [INFO] [stderr] 153 | use crate::parse::Position; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` 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/de/error.rs:63:68 [INFO] [stderr] | [INFO] [stderr] 63 | Error::Parser(_, pos) => write!(f, "{}: {}", pos, self.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/de/error.rs:80:53 [INFO] [stderr] | [INFO] [stderr] 80 | ParseError::Base64Error(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/de/error.rs:111:51 [INFO] [stderr] | [INFO] [stderr] 111 | ParseError::Utf8Error(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/de/error.rs:143:26 [INFO] [stderr] | [INFO] [stderr] 143 | Error::IoError(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.02s [INFO] running `"docker" "inspect" "838e77a9effaf096cfe884a141a415fc75c8a8375ac553c4820662e41965f7b8"` [INFO] running `"docker" "rm" "-f" "838e77a9effaf096cfe884a141a415fc75c8a8375ac553c4820662e41965f7b8"` [INFO] [stdout] 838e77a9effaf096cfe884a141a415fc75c8a8375ac553c4820662e41965f7b8