[INFO] updating cached repository https://github.com/markwellis/m3u_spotify
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 25bc2acb4078f5d736eb62a06773430cd7532cfb
[INFO] checking markwellis/m3u_spotify against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkwellis%2Fm3u_spotify" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/markwellis/m3u_spotify on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/markwellis/m3u_spotify
[INFO] finished tweaking git repo https://github.com/markwellis/m3u_spotify
[INFO] tweaked toml for git repo https://github.com/markwellis/m3u_spotify written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/markwellis/m3u_spotify already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 1d177d8d6d1ebee235d0c91471ce5eab3e22bc5c2fd1fad6d4d34460daf3c8e6
[INFO] running `"docker" "start" "-a" "1d177d8d6d1ebee235d0c91471ce5eab3e22bc5c2fd1fad6d4d34460daf3c8e6"`
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling derive_builder v0.7.2
[INFO] [stderr]     Checking webbrowser v0.5.2
[INFO] [stderr]     Checking random v0.12.2
[INFO] [stderr]    Compiling openssl-sys v0.9.53
[INFO] [stderr]     Checking flate2 v1.0.13
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking http v0.1.20
[INFO] [stderr]     Checking failure v0.1.6
[INFO] [stderr]     Checking tokio-reactor v0.1.11
[INFO] [stderr]     Checking tokio-threadpool v0.1.16
[INFO] [stderr]     Checking serde_json v1.0.42
[INFO] [stderr]     Checking chrono v0.4.10
[INFO] [stderr]    Compiling darling_core v0.9.0
[INFO] [stderr]     Checking dotenv v0.13.0
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]    Compiling openssl v0.10.26
[INFO] [stderr]    Compiling native-tls v0.2.3
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking cookie_store v0.7.0
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking http-body v0.1.0
[INFO] [stderr]    Compiling darling_macro v0.9.0
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]    Compiling darling v0.9.0
[INFO] [stderr]     Checking reqwest v0.9.17
[INFO] [stderr]    Compiling derive_builder_core v0.5.0
[INFO] [stderr]     Checking id3 v0.3.0
[INFO] [stderr]     Checking rspotify v0.7.0
[INFO] [stderr]     Checking m3u_spotify v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused variable: `v`
[INFO] [stderr]   --> src/main.rs:82:28
[INFO] [stderr]    |
[INFO] [stderr] 82 |                         Ok(v)  => continue,
[INFO] [stderr]    |                            ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `v`
[INFO] [stderr]   --> src/main.rs:82:28
[INFO] [stderr]    |
[INFO] [stderr] 82 |                         Ok(v)  => continue,
[INFO] [stderr]    |                            ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0382]: borrow of moved value: `track_id`
[INFO] [stderr]   --> src/main.rs:83:78
[INFO] [stderr]    |
[INFO] [stderr] 80 |                 if let Some(track_id) = track.id.clone() {
[INFO] [stderr]    |                             -------- move occurs because `track_id` has type `std::string::String`, which does not implement the `Copy` trait
[INFO] [stderr] 81 |                     match spotify.user_playlist_add_tracks(user_id, &playlist.id, &[track_id], None) {
[INFO] [stderr]    |                                                                                     -------- value moved here
[INFO] [stderr] 82 |                         Ok(v)  => continue,
[INFO] [stderr] 83 |                         Err(e) => println!("error adding {} to playlist {}", track_id, e),
[INFO] [stderr]    |                                                                              ^^^^^^^^ value borrowed here after move
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0382`.
[INFO] [stderr] error[E0382]: borrow of moved value: `track_id`
[INFO] [stderr]   --> src/main.rs:83:78
[INFO] [stderr]    |
[INFO] [stderr] 80 |                 if let Some(track_id) = track.id.clone() {
[INFO] [stderr]    |                             -------- move occurs because `track_id` has type `std::string::String`, which does not implement the `Copy` trait
[INFO] [stderr] 81 |                     match spotify.user_playlist_add_tracks(user_id, &playlist.id, &[track_id], None) {
[INFO] [stderr]    |                                                                                     -------- value moved here
[INFO] [stderr] 82 |                         Ok(v)  => continue,
[INFO] [stderr] 83 |                         Err(e) => println!("error adding {} to playlist {}", track_id, e),
[INFO] [stderr]    |                                                                              ^^^^^^^^ value borrowed here after move
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0382`.
[INFO] [stderr] error: could not compile `m3u_spotify`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `m3u_spotify`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "1d177d8d6d1ebee235d0c91471ce5eab3e22bc5c2fd1fad6d4d34460daf3c8e6"`
[INFO] running `"docker" "rm" "-f" "1d177d8d6d1ebee235d0c91471ce5eab3e22bc5c2fd1fad6d4d34460daf3c8e6"`
[INFO] [stdout] 1d177d8d6d1ebee235d0c91471ce5eab3e22bc5c2fd1fad6d4d34460daf3c8e6
