[INFO] fetching crate vodfriends-rs 0.1.0...
[INFO] testing vodfriends-rs-0.1.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate vodfriends-rs 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate vodfriends-rs 0.1.0
[INFO] finished tweaking crates.io crate vodfriends-rs 0.1.0
[INFO] tweaked toml for crates.io crate vodfriends-rs 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vodfriends-rs 0.1.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate vodfriends-rs 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.37
[INFO] [stderr]   Downloaded tempfile v3.6.0
[INFO] [stderr]   Downloaded proc-macro2 v1.0.60
[INFO] [stderr]   Downloaded m3u8-rs v5.0.4
[INFO] [stderr]   Downloaded base64 v0.21.2
[INFO] [stderr]   Downloaded openssl-sys v0.9.90
[INFO] [stderr]   Downloaded reqwest v0.11.18
[INFO] [stderr]   Downloaded h2 v0.3.19
[INFO] [stderr]   Downloaded hyper v0.14.26
[INFO] [stderr]   Downloaded syn v2.0.20
[INFO] [stderr]   Downloaded openssl v0.10.55
[INFO] [stderr]   Downloaded rustix v0.37.20
[INFO] [stderr]   Downloaded tokio v1.28.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 241471f2c89544dd9379d5929406846c8c633a30cfae4615b8638a2af5f1ff6e
[INFO] running `Command { std: "docker" "start" "-a" "241471f2c89544dd9379d5929406846c8c633a30cfae4615b8638a2af5f1ff6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "241471f2c89544dd9379d5929406846c8c633a30cfae4615b8638a2af5f1ff6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "241471f2c89544dd9379d5929406846c8c633a30cfae4615b8638a2af5f1ff6e", kill_on_drop: false }`
[INFO] [stdout] 241471f2c89544dd9379d5929406846c8c633a30cfae4615b8638a2af5f1ff6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca095241f84630cd91ffc9f136413fe4989a9c70b0f8ebe4f9e2204bbda53b3f
[INFO] running `Command { std: "docker" "start" "-a" "ca095241f84630cd91ffc9f136413fe4989a9c70b0f8ebe4f9e2204bbda53b3f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling openssl-sys v0.9.90
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling openssl v0.10.55
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling syn v2.0.20
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.99
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling ipnet v2.7.2
[INFO] [stderr]    Compiling base64 v0.21.2
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling m3u8-rs v5.0.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.14
[INFO] [stderr]    Compiling h2 v0.3.19
[INFO] [stderr]    Compiling hyper v0.14.26
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.18
[INFO] [stderr]    Compiling vodfriends-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `tokio`
[INFO] [stdout]   --> src/twitch/requests.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tokio;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::download_options`
[INFO] [stdout]   --> src/twitch/requests.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use super::download_options;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/twitch/requests.rs:201:16
[INFO] [stdout]     |
[INFO] [stdout] 201 |             if (unmute && partname.contains("-muted")) {
[INFO] [stdout]     |                ^                                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 201 -             if (unmute && partname.contains("-muted")) {
[INFO] [stdout] 201 +             if unmute && partname.contains("-muted")  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `requests::VideoInfo`
[INFO] [stdout]  --> src/main.rs:4:64
[INFO] [stdout]   |
[INFO] [stdout] 4 |     download_options::DownloadOptions, requests::TwitchClient, requests::VideoInfo,
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `pair` is never read
[INFO] [stdout]    --> src/twitch/requests.rs:161:25
[INFO] [stdout]     |
[INFO] [stdout] 161 | /                         pair = (
[INFO] [stdout] 162 | |                             pair.0,
[INFO] [stdout] 163 | |                             &(pair.1
[INFO] [stdout] 164 | |                                 + video_chunks[i][8..]
[INFO] [stdout] ...   |
[INFO] [stdout] 167 | |                                     .unwrap()),
[INFO] [stdout] 168 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `oauth_token` and `quality` are never read
[INFO] [stdout]  --> src/twitch/download_options.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DownloadOptions {
[INFO] [stdout]   |            --------------- fields in this struct
[INFO] [stdout] 2 |     pub oauth_token: String,
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 6 |     pub quality: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_output_filename` and `get_output_filepath` are never used
[INFO] [stdout]   --> src/twitch/download_options.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl DownloadOptions {
[INFO] [stdout]    | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn get_output_filename(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn get_output_filepath(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_temp_folder` and `set_temp_folder` are never used
[INFO] [stdout]   --> src/twitch/requests.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl TwitchClient {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn get_temp_folder(self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn set_temp_folder(&mut self, new_temp_folder: String) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.55
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "ca095241f84630cd91ffc9f136413fe4989a9c70b0f8ebe4f9e2204bbda53b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca095241f84630cd91ffc9f136413fe4989a9c70b0f8ebe4f9e2204bbda53b3f", kill_on_drop: false }`
[INFO] [stdout] ca095241f84630cd91ffc9f136413fe4989a9c70b0f8ebe4f9e2204bbda53b3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d39f2055a32de6aa6fe862655a8c8fa29d572a1a6977e501e1f250a7f2f60958
[INFO] running `Command { std: "docker" "start" "-a" "d39f2055a32de6aa6fe862655a8c8fa29d572a1a6977e501e1f250a7f2f60958", kill_on_drop: false }`
[INFO] [stderr]    Compiling vodfriends-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `tokio`
[INFO] [stdout]   --> src/twitch/requests.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tokio;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::download_options`
[INFO] [stdout]   --> src/twitch/requests.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use super::download_options;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/twitch/requests.rs:201:16
[INFO] [stdout]     |
[INFO] [stdout] 201 |             if (unmute && partname.contains("-muted")) {
[INFO] [stdout]     |                ^                                     ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 201 -             if (unmute && partname.contains("-muted")) {
[INFO] [stdout] 201 +             if unmute && partname.contains("-muted")  {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `requests::VideoInfo`
[INFO] [stdout]  --> src/main.rs:4:64
[INFO] [stdout]   |
[INFO] [stdout] 4 |     download_options::DownloadOptions, requests::TwitchClient, requests::VideoInfo,
[INFO] [stdout]   |                                                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `pair` is never read
[INFO] [stdout]    --> src/twitch/requests.rs:161:25
[INFO] [stdout]     |
[INFO] [stdout] 161 | /                         pair = (
[INFO] [stdout] 162 | |                             pair.0,
[INFO] [stdout] 163 | |                             &(pair.1
[INFO] [stdout] 164 | |                                 + video_chunks[i][8..]
[INFO] [stdout] ...   |
[INFO] [stdout] 167 | |                                     .unwrap()),
[INFO] [stdout] 168 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `oauth_token` and `quality` are never read
[INFO] [stdout]  --> src/twitch/download_options.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DownloadOptions {
[INFO] [stdout]   |            --------------- fields in this struct
[INFO] [stdout] 2 |     pub oauth_token: String,
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 6 |     pub quality: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_output_filename` and `get_output_filepath` are never used
[INFO] [stdout]   --> src/twitch/download_options.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl DownloadOptions {
[INFO] [stdout]    | -------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn get_output_filename(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn get_output_filepath(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_temp_folder` and `set_temp_folder` are never used
[INFO] [stdout]   --> src/twitch/requests.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl TwitchClient {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn get_temp_folder(self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn set_temp_folder(&mut self, new_temp_folder: String) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.70s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.55
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "d39f2055a32de6aa6fe862655a8c8fa29d572a1a6977e501e1f250a7f2f60958", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d39f2055a32de6aa6fe862655a8c8fa29d572a1a6977e501e1f250a7f2f60958", kill_on_drop: false }`
[INFO] [stdout] d39f2055a32de6aa6fe862655a8c8fa29d572a1a6977e501e1f250a7f2f60958
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ddb0c07ada20a8d7bde5746c1ef5797e99b7866644b4c77d01ec15d67247e603
[INFO] running `Command { std: "docker" "start" "-a" "ddb0c07ada20a8d7bde5746c1ef5797e99b7866644b4c77d01ec15d67247e603", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `tokio`
[INFO] [stderr]   --> src/twitch/requests.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use tokio;
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::download_options`
[INFO] [stderr]   --> src/twitch/requests.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use super::download_options;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/twitch/requests.rs:201:16
[INFO] [stderr]     |
[INFO] [stderr] 201 |             if (unmute && partname.contains("-muted")) {
[INFO] [stderr]     |                ^                                     ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 201 -             if (unmute && partname.contains("-muted")) {
[INFO] [stderr] 201 +             if unmute && partname.contains("-muted")  {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `requests::VideoInfo`
[INFO] [stderr]  --> src/main.rs:4:64
[INFO] [stderr]   |
[INFO] [stderr] 4 |     download_options::DownloadOptions, requests::TwitchClient, requests::VideoInfo,
[INFO] [stderr]   |                                                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `pair` is never read
[INFO] [stderr]    --> src/twitch/requests.rs:161:25
[INFO] [stderr]     |
[INFO] [stderr] 161 | /                         pair = (
[INFO] [stderr] 162 | |                             pair.0,
[INFO] [stderr] 163 | |                             &(pair.1
[INFO] [stderr] 164 | |                                 + video_chunks[i][8..]
[INFO] [stderr] ...   |
[INFO] [stderr] 167 | |                                     .unwrap()),
[INFO] [stderr] 168 | |                         )
[INFO] [stderr]     | |_________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `oauth_token` and `quality` are never read
[INFO] [stderr]  --> src/twitch/download_options.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub struct DownloadOptions {
[INFO] [stderr]   |            --------------- fields in this struct
[INFO] [stderr] 2 |     pub oauth_token: String,
[INFO] [stderr]   |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 6 |     pub quality: String,
[INFO] [stderr]   |         ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_output_filename` and `get_output_filepath` are never used
[INFO] [stderr]   --> src/twitch/download_options.rs:22:12
[INFO] [stderr]    |
[INFO] [stderr]  9 | impl DownloadOptions {
[INFO] [stderr]    | -------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub fn get_output_filename(&self) -> String {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 25 |     pub fn get_output_filepath(&self) -> String {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_temp_folder` and `set_temp_folder` are never used
[INFO] [stderr]   --> src/twitch/requests.rs:40:12
[INFO] [stderr]    |
[INFO] [stderr] 31 | impl TwitchClient {
[INFO] [stderr]    | ----------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 40 |     pub fn get_temp_folder(self) -> String {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 44 |     pub fn set_temp_folder(&mut self, new_temp_folder: String) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `vodfriends-rs` (bin "vodfriends-rs" test) generated 8 warnings (run `cargo fix --bin "vodfriends-rs" -p vodfriends-rs --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.55
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/vodfriends_rs-97739752e6bfad10)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ddb0c07ada20a8d7bde5746c1ef5797e99b7866644b4c77d01ec15d67247e603", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddb0c07ada20a8d7bde5746c1ef5797e99b7866644b4c77d01ec15d67247e603", kill_on_drop: false }`
[INFO] [stdout] ddb0c07ada20a8d7bde5746c1ef5797e99b7866644b4c77d01ec15d67247e603
