[INFO] crate randomorg 1.0.1 is already in cache [INFO] checking randomorg-1.0.1 against master#0cbcb17d3306d6e22eafc2c05ce885db97d0189c for pr-68766 [INFO] extracting crate randomorg 1.0.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate randomorg 1.0.1 on toolchain 0cbcb17d3306d6e22eafc2c05ce885db97d0189c [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate randomorg 1.0.1 [INFO] finished tweaking crates.io crate randomorg 1.0.1 [INFO] tweaked toml for crates.io crate randomorg 1.0.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate randomorg 1.0.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "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] 5f6cf415c7202c00f93382bc98783e74004e2468a5a6aa632fb2e862dca553cd [INFO] running `"docker" "start" "-a" "5f6cf415c7202c00f93382bc98783e74004e2468a5a6aa632fb2e862dca553cd"` [INFO] [stderr] Checking encoding_rs v0.8.20 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking flate2 v1.0.11 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking publicsuffix v1.5.3 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Checking reqwest v0.9.20 [INFO] [stderr] Compiling vergen v3.0.4 [INFO] [stderr] Compiling randomorg v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:103:35 [INFO] [stderr] | [INFO] [stderr] 103 | _ => f.write_str(self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:111:48 [INFO] [stderr] | [INFO] [stderr] 111 | Error::Reqwest(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:112:45 [INFO] [stderr] | [INFO] [stderr] 112 | Error::Json(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | Error::Io(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:114:54 [INFO] [stderr] | [INFO] [stderr] 114 | Error::ParseIntError(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:103:35 [INFO] [stderr] | [INFO] [stderr] 103 | _ => f.write_str(self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:111:48 [INFO] [stderr] | [INFO] [stderr] 111 | Error::Reqwest(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:112:45 [INFO] [stderr] | [INFO] [stderr] 112 | Error::Json(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:113:43 [INFO] [stderr] | [INFO] [stderr] 113 | Error::Io(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:114:54 [INFO] [stderr] | [INFO] [stderr] 114 | Error::ParseIntError(ref inner) => inner.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `randomorg`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `randomorg`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5f6cf415c7202c00f93382bc98783e74004e2468a5a6aa632fb2e862dca553cd"` [INFO] running `"docker" "rm" "-f" "5f6cf415c7202c00f93382bc98783e74004e2468a5a6aa632fb2e862dca553cd"` [INFO] [stdout] 5f6cf415c7202c00f93382bc98783e74004e2468a5a6aa632fb2e862dca553cd