[INFO] crate spotify 0.7.1 is already in cache [INFO] checking spotify-0.7.1 against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] extracting crate spotify 0.7.1 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate spotify 0.7.1 on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate spotify 0.7.1 [INFO] finished tweaking crates.io crate spotify 0.7.1 [INFO] tweaked toml for crates.io crate spotify 0.7.1 written to work/builds/worker-4/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "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" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f6c7deac4383b7db6a1663fc9fca0176ab16d23443e4a8121b7d1eaddc1b883a [INFO] running `"docker" "start" "-a" "f6c7deac4383b7db6a1663fc9fca0176ab16d23443e4a8121b7d1eaddc1b883a"` [INFO] [stderr] Compiling pulldown-cmark v0.0.8 [INFO] [stderr] Checking reqwest v0.5.2 [INFO] [stderr] Compiling skeptic v0.9.0 [INFO] [stderr] Compiling spotify v0.7.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:137:18 [INFO] [stderr] | [INFO] [stderr] 137 | .trim_left_matches("http://") // get rid of protocol [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:138:18 [INFO] [stderr] | [INFO] [stderr] 138 | .trim_left_matches("open.spotify.com") // get rid of domain name [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:140:18 [INFO] [stderr] | [INFO] [stderr] 140 | .trim_left_matches(":") // get rid of : at the beginning [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:137:18 [INFO] [stderr] | [INFO] [stderr] 137 | .trim_left_matches("http://") // get rid of protocol [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:138:18 [INFO] [stderr] | [INFO] [stderr] 138 | .trim_left_matches("open.spotify.com") // get rid of domain name [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/lib.rs:140:18 [INFO] [stderr] | [INFO] [stderr] 140 | .trim_left_matches(":") // get rid of : at the beginning [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: unused imports: `thread`, `time` [INFO] [stderr] --> src/bin/spoticli.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use std::{thread, time}; [INFO] [stderr] | ^^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `client` [INFO] [stderr] --> src/bin/spoticli.rs:25:33 [INFO] [stderr] | [INFO] [stderr] 25 | let reactor = spotify.poll(|client, status, change| { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_client` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `thread`, `time` [INFO] [stderr] --> src/bin/spoticli.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use std::{thread, time}; [INFO] [stderr] | ^^^^^^ ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `client` [INFO] [stderr] --> src/bin/spoticli.rs:25:33 [INFO] [stderr] | [INFO] [stderr] 25 | let reactor = spotify.poll(|client, status, change| { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_client` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.13s [INFO] running `"docker" "inspect" "f6c7deac4383b7db6a1663fc9fca0176ab16d23443e4a8121b7d1eaddc1b883a"` [INFO] running `"docker" "rm" "-f" "f6c7deac4383b7db6a1663fc9fca0176ab16d23443e4a8121b7d1eaddc1b883a"` [INFO] [stdout] f6c7deac4383b7db6a1663fc9fca0176ab16d23443e4a8121b7d1eaddc1b883a