[INFO] fetching crate rsget_lib 0.3.0... [INFO] checking rsget_lib-0.3.0 against beta for pr-78714 [INFO] extracting crate rsget_lib 0.3.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate rsget_lib 0.3.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rsget_lib 0.3.0 [INFO] finished tweaking crates.io crate rsget_lib 0.3.0 [INFO] tweaked toml for crates.io crate rsget_lib 0.3.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7cf9355cee6c38bcc56eeb01a01422100d4ddc7bae8d7b2bb50bbfd0376cd46f [INFO] running `Command { std: "docker" "start" "-a" "7cf9355cee6c38bcc56eeb01a01422100d4ddc7bae8d7b2bb50bbfd0376cd46f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cf9355cee6c38bcc56eeb01a01422100d4ddc7bae8d7b2bb50bbfd0376cd46f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cf9355cee6c38bcc56eeb01a01422100d4ddc7bae8d7b2bb50bbfd0376cd46f", kill_on_drop: false }` [INFO] [stdout] 7cf9355cee6c38bcc56eeb01a01422100d4ddc7bae8d7b2bb50bbfd0376cd46f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0f150584f7c8075f7cd2c5a247708ddad185ccd09c6ac0234c6c620f8e78190b [INFO] running `Command { std: "docker" "start" "-a" "0f150584f7c8075f7cd2c5a247708ddad185ccd09c6ac0234c6c620f8e78190b", kill_on_drop: false }` [INFO] [stderr] Checking terminal_size v0.1.13 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Compiling trackable_derive v0.1.3 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking console v0.13.0 [INFO] [stderr] Checking indicatif v0.11.0 [INFO] [stderr] Checking trackable v0.2.23 [INFO] [stderr] Checking hls_m3u8 v0.1.4 [INFO] [stderr] Checking stream_lib v0.3.0 [INFO] [stderr] Checking rsget_lib v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:90:26 [INFO] [stdout] | [INFO] [stdout] 90 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:97:50 [INFO] [stdout] | [INFO] [stdout] 97 | StreamError::Fmt(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:98:51 [INFO] [stdout] | [INFO] [stdout] 98 | StreamError::Json(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:99:52 [INFO] [stdout] | [INFO] [stdout] 99 | StreamError::Rsget(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:100:49 [INFO] [stdout] | [INFO] [stdout] 100 | StreamError::Io(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:101:50 [INFO] [stdout] | [INFO] [stdout] 101 | StreamError::Uri(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:102:52 [INFO] [stdout] | [INFO] [stdout] 102 | StreamError::ToStr(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:103:51 [INFO] [stdout] | [INFO] [stdout] 103 | StreamError::Http(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:104:50 [INFO] [stdout] | [INFO] [stdout] 104 | StreamError::Hls(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:105:51 [INFO] [stdout] | [INFO] [stdout] 105 | StreamError::Utf8(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:106:53 [INFO] [stdout] | [INFO] [stdout] 106 | StreamError::UrlEnc(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:107:54 [INFO] [stdout] | [INFO] [stdout] 107 | StreamError::Reqwest(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:108:52 [INFO] [stdout] | [INFO] [stdout] 108 | StreamError::Regex(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:109:53 [INFO] [stdout] | [INFO] [stdout] 109 | StreamError::Stream(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:90:26 [INFO] [stdout] | [INFO] [stdout] 90 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:97:50 [INFO] [stdout] | [INFO] [stdout] 97 | StreamError::Fmt(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:98:51 [INFO] [stdout] | [INFO] [stdout] 98 | StreamError::Json(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:99:52 [INFO] [stdout] | [INFO] [stdout] 99 | StreamError::Rsget(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:100:49 [INFO] [stdout] | [INFO] [stdout] 100 | StreamError::Io(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:101:50 [INFO] [stdout] | [INFO] [stdout] 101 | StreamError::Uri(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:102:52 [INFO] [stdout] | [INFO] [stdout] 102 | StreamError::ToStr(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:103:51 [INFO] [stdout] | [INFO] [stdout] 103 | StreamError::Http(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:104:50 [INFO] [stdout] | [INFO] [stdout] 104 | StreamError::Hls(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:105:51 [INFO] [stdout] | [INFO] [stdout] 105 | StreamError::Utf8(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:106:53 [INFO] [stdout] | [INFO] [stdout] 106 | StreamError::UrlEnc(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:107:54 [INFO] [stdout] | [INFO] [stdout] 107 | StreamError::Reqwest(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:108:52 [INFO] [stdout] | [INFO] [stdout] 108 | StreamError::Regex(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/utils/error.rs:109:53 [INFO] [stdout] | [INFO] [stdout] 109 | StreamError::Stream(ref inner) => inner.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.71s [INFO] running `Command { std: "docker" "inspect" "0f150584f7c8075f7cd2c5a247708ddad185ccd09c6ac0234c6c620f8e78190b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f150584f7c8075f7cd2c5a247708ddad185ccd09c6ac0234c6c620f8e78190b", kill_on_drop: false }` [INFO] [stdout] 0f150584f7c8075f7cd2c5a247708ddad185ccd09c6ac0234c6c620f8e78190b