[INFO] cloning repository https://github.com/pedrotokar/spotify-reorder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pedrotokar/spotify-reorder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpedrotokar%2Fspotify-reorder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpedrotokar%2Fspotify-reorder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3af3f83e74ae09d323e9ddd3f310634899297582
[INFO] checking pedrotokar/spotify-reorder/3af3f83e74ae09d323e9ddd3f310634899297582 against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpedrotokar%2Fspotify-reorder" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pedrotokar/spotify-reorder
[INFO] finished tweaking git repo https://github.com/pedrotokar/spotify-reorder
[INFO] tweaked toml for git repo https://github.com/pedrotokar/spotify-reorder written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pedrotokar/spotify-reorder on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pedrotokar/spotify-reorder 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rspotify-macros v0.13.3
[INFO] [stderr]   Downloaded rspotify-http v0.13.3
[INFO] [stderr]   Downloaded rspotify-model v0.13.3
[INFO] [stderr]   Downloaded cookie_store v0.21.0
[INFO] [stderr]   Downloaded chrono v0.4.37
[INFO] [stderr]   Downloaded rspotify v0.13.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 70b393cc703ef066b4fbb44d6d8ffc574037b6a90b32647f2f480076ec94a200
[INFO] running `Command { std: "docker" "start" "70b393cc703ef066b4fbb44d6d8ffc574037b6a90b32647f2f480076ec94a200", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "70b393cc703ef066b4fbb44d6d8ffc574037b6a90b32647f2f480076ec94a200", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "70b393cc703ef066b4fbb44d6d8ffc574037b6a90b32647f2f480076ec94a200" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "70b393cc703ef066b4fbb44d6d8ffc574037b6a90b32647f2f480076ec94a200", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "70b393cc703ef066b4fbb44d6d8ffc574037b6a90b32647f2f480076ec94a200" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror v1.0.65
[INFO] [stderr]    Compiling rustls v0.23.16
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]     Checking serde_json v1.0.132
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking webpki-roots v0.26.6
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]     Checking rspotify-macros v0.13.3
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking socks v0.3.4
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking rspotify-model v0.13.3
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking cookie_store v0.21.0
[INFO] [stderr]     Checking webbrowser v1.1.0
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking ureq v2.10.1
[INFO] [stderr]     Checking rspotify-http v0.13.3
[INFO] [stderr]     Checking rspotify v0.13.3
[INFO] [stderr]     Checking spotify-reorder v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s
[INFO] running `Command { std: "docker" "inspect" "70b393cc703ef066b4fbb44d6d8ffc574037b6a90b32647f2f480076ec94a200", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70b393cc703ef066b4fbb44d6d8ffc574037b6a90b32647f2f480076ec94a200", kill_on_drop: false }`
[INFO] [stdout] 70b393cc703ef066b4fbb44d6d8ffc574037b6a90b32647f2f480076ec94a200
