[INFO] cloning repository https://github.com/Dheebz/spotify-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dheebz/spotify-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDheebz%2Fspotify-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDheebz%2Fspotify-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b3c7438bdaf0ad798c6f013b88662c37173aa6cd [INFO] testing Dheebz/spotify-cli against 1.95.0 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDheebz%2Fspotify-cli" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Dheebz/spotify-cli [INFO] finished tweaking git repo https://github.com/Dheebz/spotify-cli [INFO] tweaked toml for git repo https://github.com/Dheebz/spotify-cli written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Dheebz/spotify-cli on toolchain 1.95.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Dheebz/spotify-cli 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 80bb3a38f4b3f566a6d4450b8c70cd8ea34cc9acad1191a0a6ce27a94370f075 [INFO] running `Command { std: "docker" "start" "-a" "80bb3a38f4b3f566a6d4450b8c70cd8ea34cc9acad1191a0a6ce27a94370f075", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "80bb3a38f4b3f566a6d4450b8c70cd8ea34cc9acad1191a0a6ce27a94370f075", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80bb3a38f4b3f566a6d4450b8c70cd8ea34cc9acad1191a0a6ce27a94370f075", kill_on_drop: false }` [INFO] [stdout] 80bb3a38f4b3f566a6d4450b8c70cd8ea34cc9acad1191a0a6ce27a94370f075 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0718b7937eba2f7c46fe1ee0bf06b21ebe67b3e93e90b5cc898d4fc8bba2c48a [INFO] running `Command { std: "docker" "start" "-a" "0718b7937eba2f7c46fe1ee0bf06b21ebe67b3e93e90b5cc898d4fc8bba2c48a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.105 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.7 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling rustls-pki-types v1.13.2 [INFO] [stderr] Compiling zmij v1.0.14 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling zerocopy v0.8.33 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling clap_lex v0.7.7 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling ryu v1.0.22 [INFO] [stderr] Compiling cc v1.2.52 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling chunked_transfer v1.5.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling ascii v1.1.0 [INFO] [stderr] Compiling keyring v3.6.3 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling webpki-roots v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling tiny_http v0.12.0 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling clap_complete v4.5.65 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling spotify-cli v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "0718b7937eba2f7c46fe1ee0bf06b21ebe67b3e93e90b5cc898d4fc8bba2c48a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0718b7937eba2f7c46fe1ee0bf06b21ebe67b3e93e90b5cc898d4fc8bba2c48a", kill_on_drop: false }` [INFO] [stdout] 0718b7937eba2f7c46fe1ee0bf06b21ebe67b3e93e90b5cc898d4fc8bba2c48a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92856096aa0b57b72a06e0cd2c00babbbbbc8571a0b8f8ac0f36fe2eb5b3ea22 [INFO] running `Command { std: "docker" "start" "-a" "92856096aa0b57b72a06e0cd2c00babbbbbc8571a0b8f8ac0f36fe2eb5b3ea22", kill_on_drop: false }` [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling assert_cmd v2.1.2 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling deadpool v0.12.3 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling wiremock v0.6.5 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling spotify-cli v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `spotify-cli` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name spotify_cli --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da4b27bd19afe73b -C extra-filename=-6a034187f798ed9c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-0963e0c9e16c98d0.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-6d64914d1112fcae.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-801bcace71f1fcc8.rlib --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-e222e8050f523fbb.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-5e53df12e6d455ea.rlib --extern keyring=/opt/rustwide/target/debug/deps/libkeyring-85d6c0fd37a4c872.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-b7515cbedccb6637.rlib --extern predicates=/opt/rustwide/target/debug/deps/libpredicates-6ee17ce58cd8834d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-56b6129fb2686e63.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-2f28d11ffce2bbc2.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-ba950a344a9545e6.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3a17a76a38475df6.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-b514c885f65c16fe.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-2f63450a233cef3c.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0bf43753a52db5e2.rlib --extern tiny_http=/opt/rustwide/target/debug/deps/libtiny_http-95170f9e54837fa5.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f41196be6b9e140c.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-f862e0ab5d61a212.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-b5ea05d290e6ca30.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-5b91b1813be08a5b.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-21d41d7e59488cc6.rlib --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-14474d116f0b4ea8.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-9c8f716ae1234b1a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-d53c102e4a3d3285/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "92856096aa0b57b72a06e0cd2c00babbbbbc8571a0b8f8ac0f36fe2eb5b3ea22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92856096aa0b57b72a06e0cd2c00babbbbbc8571a0b8f8ac0f36fe2eb5b3ea22", kill_on_drop: false }` [INFO] [stdout] 92856096aa0b57b72a06e0cd2c00babbbbbc8571a0b8f8ac0f36fe2eb5b3ea22