[INFO] cloning repository https://github.com/nofuncoding/bad_player [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nofuncoding/bad_player" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnofuncoding%2Fbad_player", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnofuncoding%2Fbad_player'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e846063f96f20552ac27e8c695f781f5cf7c1825 [INFO] testing nofuncoding/bad_player against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnofuncoding%2Fbad_player" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nofuncoding/bad_player on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nofuncoding/bad_player [INFO] finished tweaking git repo https://github.com/nofuncoding/bad_player [INFO] tweaked toml for git repo https://github.com/nofuncoding/bad_player written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/nofuncoding/bad_player 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.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21a90620d69b5427a0128c68ee5c9b13ebf33fcdeebfda877bc3da2cb7a213fe [INFO] running `Command { std: "docker" "start" "-a" "21a90620d69b5427a0128c68ee5c9b13ebf33fcdeebfda877bc3da2cb7a213fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21a90620d69b5427a0128c68ee5c9b13ebf33fcdeebfda877bc3da2cb7a213fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21a90620d69b5427a0128c68ee5c9b13ebf33fcdeebfda877bc3da2cb7a213fe", kill_on_drop: false }` [INFO] [stdout] 21a90620d69b5427a0128c68ee5c9b13ebf33fcdeebfda877bc3da2cb7a213fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fcbe6e3214f55296a2a2082469d85f03d593e9d0dd6ff8130d54549073eda6ed [INFO] running `Command { std: "docker" "start" "-a" "fcbe6e3214f55296a2a2082469d85f03d593e9d0dd6ff8130d54549073eda6ed", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling rustix v0.38.15 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.8 [INFO] [stderr] Compiling portable-atomic v1.4.3 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling flate2 v1.0.27 [INFO] [stderr] Compiling aho-corasick v1.1.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling clap_lex v0.5.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling half v2.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling clap_builder v4.4.6 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling png v0.17.10 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling exr v1.71.0 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling termcolor v1.3.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling regex-automata v0.3.9 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling indicatif v0.17.7 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling clap_derive v4.4.2 [INFO] [stderr] Compiling regex v1.9.6 [INFO] [stderr] Compiling tiff v0.9.0 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling image v0.24.7 [INFO] [stderr] Compiling clap v4.4.6 [INFO] [stderr] Compiling bad_player v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.30s [INFO] running `Command { std: "docker" "inspect" "fcbe6e3214f55296a2a2082469d85f03d593e9d0dd6ff8130d54549073eda6ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcbe6e3214f55296a2a2082469d85f03d593e9d0dd6ff8130d54549073eda6ed", kill_on_drop: false }` [INFO] [stdout] fcbe6e3214f55296a2a2082469d85f03d593e9d0dd6ff8130d54549073eda6ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 146468c96ba5c1da9c03931693a74d1e84556c7de23d1a7dfea19485f11b33e2 [INFO] running `Command { std: "docker" "start" "-a" "146468c96ba5c1da9c03931693a74d1e84556c7de23d1a7dfea19485f11b33e2", kill_on_drop: false }` [INFO] [stderr] Compiling bad_player v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "146468c96ba5c1da9c03931693a74d1e84556c7de23d1a7dfea19485f11b33e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "146468c96ba5c1da9c03931693a74d1e84556c7de23d1a7dfea19485f11b33e2", kill_on_drop: false }` [INFO] [stdout] 146468c96ba5c1da9c03931693a74d1e84556c7de23d1a7dfea19485f11b33e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c6524d91f32bfe973ab7d58aabfe8ed702f53143f29324f5c18943336ecc8c50 [INFO] running `Command { std: "docker" "start" "-a" "c6524d91f32bfe973ab7d58aabfe8ed702f53143f29324f5c18943336ecc8c50", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bad_player-5fd8a7b959d82fe9) [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" "c6524d91f32bfe973ab7d58aabfe8ed702f53143f29324f5c18943336ecc8c50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6524d91f32bfe973ab7d58aabfe8ed702f53143f29324f5c18943336ecc8c50", kill_on_drop: false }` [INFO] [stdout] c6524d91f32bfe973ab7d58aabfe8ed702f53143f29324f5c18943336ecc8c50 [INFO] testing nofuncoding/bad_player against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnofuncoding%2Fbad_player" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nofuncoding/bad_player on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nofuncoding/bad_player [INFO] finished tweaking git repo https://github.com/nofuncoding/bad_player [INFO] tweaked toml for git repo https://github.com/nofuncoding/bad_player written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/nofuncoding/bad_player 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" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5062b843754ca4d93e168900759ae534dc23ceff03d6a825d3e84d5f549565c7 [INFO] running `Command { std: "docker" "start" "-a" "5062b843754ca4d93e168900759ae534dc23ceff03d6a825d3e84d5f549565c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5062b843754ca4d93e168900759ae534dc23ceff03d6a825d3e84d5f549565c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5062b843754ca4d93e168900759ae534dc23ceff03d6a825d3e84d5f549565c7", kill_on_drop: false }` [INFO] [stdout] 5062b843754ca4d93e168900759ae534dc23ceff03d6a825d3e84d5f549565c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2287a257c4e10894ccf59d570afa17308b184dad887bb758d835f3a0f82978eb [INFO] running `Command { std: "docker" "start" "-a" "2287a257c4e10894ccf59d570afa17308b184dad887bb758d835f3a0f82978eb", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling smallvec v1.11.1 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling rustix v0.38.15 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling portable-atomic v1.4.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.8 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling flate2 v1.0.27 [INFO] [stderr] Compiling aho-corasick v1.1.1 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling clap_lex v0.5.1 [INFO] [stderr] Compiling half v2.2.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling clap_builder v4.4.6 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling png v0.17.10 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling exr v1.71.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling regex-automata v0.3.9 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling termcolor v1.3.0 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling indicatif v0.17.7 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling clap_derive v4.4.2 [INFO] [stderr] Compiling regex v1.9.6 [INFO] [stderr] Compiling tiff v0.9.0 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling image v0.24.7 [INFO] [stderr] Compiling clap v4.4.6 [INFO] [stderr] Compiling bad_player v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `image` is imported redundantly [INFO] [stdout] --> src/image_decode.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use image::{self, imageops::FilterType, Rgb}; [INFO] [stdout] | ^^^^ the item `image` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustc57pBjY/symbols.o" "/opt/rustwide/target/debug/deps/bad_player-c9672399b40efb15.bad_player.fd6138152308ad59-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/bad_player-c9672399b40efb15.bad_player.fd6138152308ad59-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/bad_player-c9672399b40efb15.bad_player.fd6138152308ad59-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/bad_player-c9672399b40efb15.bad_player.fd6138152308ad59-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/bad_player-c9672399b40efb15.4djx64cb8iyclfei.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-5747019d9f21338d.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-52d1aec1f7b0ccaa.rlib" "/opt/rustwide/target/debug/deps/libis_terminal-a184442dd73f0b69.rlib" "/opt/rustwide/target/debug/deps/librustix-071e1b3f27c9e052.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-bcc602d4b676edb4.rlib" "/opt/rustwide/target/debug/deps/libhumantime-ce381c4933d03978.rlib" "/opt/rustwide/target/debug/deps/libregex-42a69e746ef93b80.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-1b295d5738aaa518.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ef3cf38fcfe54ac6.rlib" "/opt/rustwide/target/debug/deps/libmemchr-996a195865583db1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-bc35c130b2a3eff8.rlib" "/opt/rustwide/target/debug/deps/libcrossterm-cddb7d73d3067add.rlib" "/opt/rustwide/target/debug/deps/libbitflags-55f80abe000d3e83.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-e3798e527f84cdf9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-ee0b494a938a8787.rlib" "/opt/rustwide/target/debug/deps/liblock_api-01b7e6f95550bc19.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_mio-6c98a6a0ea450d39.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-480097b9bf3ec765.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-91adb73f18ecd6ba.rlib" "/opt/rustwide/target/debug/deps/libmio-59a2fb5dd452ee05.rlib" "/opt/rustwide/target/debug/deps/libindicatif-8497e7d585361f10.rlib" "/opt/rustwide/target/debug/deps/libportable_atomic-1a15fd8570a758b2.rlib" "/opt/rustwide/target/debug/deps/libnumber_prefix-32290b097e7f8875.rlib" "/opt/rustwide/target/debug/deps/libconsole-3b74b6d1b27634bb.rlib" "/opt/rustwide/target/debug/deps/liblibc-3d16d29977b531cb.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-0ea374cdbf7c3a56.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-efa3519517df6cf0.rlib" "/opt/rustwide/target/debug/deps/libimage-ca5bdfaebd59b5e0.rlib" "/opt/rustwide/target/debug/deps/libqoi-f5cca99af66698ed.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-cd0ead10534636f2.rlib" "/opt/rustwide/target/debug/deps/libpng-fd98b2a38e80348f.rlib" "/opt/rustwide/target/debug/deps/libfdeflate-0a54520a88d3e44a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-85e13ed1e0c6d910.rlib" "/opt/rustwide/target/debug/deps/libexr-7f60dcab6ced30e0.rlib" "/opt/rustwide/target/debug/deps/libflume-bdc4bda3a3367288.rlib" "/opt/rustwide/target/debug/deps/libzune_inflate-4fb8d6eefc76708f.rlib" "/opt/rustwide/target/debug/deps/libbit_field-da5cec2dbcd4d097.rlib" "/opt/rustwide/target/debug/deps/liblebe-19c2b1c381eaf7ca.rlib" "/opt/rustwide/target/debug/deps/libhalf-ac44e6ec16d9acf6.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-df813a784713ad8a.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ccf46a3222e0c3b2.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-58d845e248eee282.rlib" "/opt/rustwide/target/debug/deps/libgif-a987a38afd9d4e6e.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-da6050448bfc3046.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0ef92d8cf14cf0b1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-409be7791791b57b.rlib" "/opt/rustwide/target/debug/deps/libtiff-31cf9204e572da72.rlib" "/opt/rustwide/target/debug/deps/libflate2-530233bbb2d0f687.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c7819383263b23d3.rlib" "/opt/rustwide/target/debug/deps/libsimd_adler32-b640043de69bea10.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-dbea8ee6fb11ce73.rlib" "/opt/rustwide/target/debug/deps/libweezl-eabccf4d1be8e8f8.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-57ba35d4c224d5fb.rlib" "/opt/rustwide/target/debug/deps/librayon-d1d0de901310c928.rlib" "/opt/rustwide/target/debug/deps/librayon_core-67d2fbd6e26884b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-89c9b8afef2535ab.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-19b70e65285aad9f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-70be0b3efc76ca6c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f937485db0060aca.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-dd96d6909164d49d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e7002d307f97bc56.rlib" "/opt/rustwide/target/debug/deps/libeither-53fc968d8fef4dab.rlib" "/opt/rustwide/target/debug/deps/libanyhow-4ba56e5ce709e35c.rlib" "/opt/rustwide/target/debug/deps/libclap-0842fcff12dde1c6.rlib" "/opt/rustwide/target/debug/deps/libclap_builder-1682514a0e8412bf.rlib" "/opt/rustwide/target/debug/deps/libstrsim-7c2291ed86ef7041.rlib" "/opt/rustwide/target/debug/deps/libanstream-ec271d1208406169.rlib" "/opt/rustwide/target/debug/deps/libanstyle_query-6489b1baa85495ab.rlib" "/opt/rustwide/target/debug/deps/libcolorchoice-d395abfad8a7a372.rlib" "/opt/rustwide/target/debug/deps/libanstyle_parse-d6f1857d2a868ff9.rlib" "/opt/rustwide/target/debug/deps/libutf8parse-39ed42569342c469.rlib" "/opt/rustwide/target/debug/deps/libclap_lex-5172a198c27a5d6b.rlib" "/opt/rustwide/target/debug/deps/libanstyle-da4958938b82d234.rlib" "/opt/rustwide/target/debug/deps/liblog-2cf4a51dfa4e790a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7c8cd1ffc7c5704a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1e3d939fe4a32679.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-bed8a8012d8de197.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-9836220ffcdef837.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-477946c62ad09c5d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-034c7f6c8e092d4a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-adf6bdbbb95d6d76.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-4fd348bd7cce625e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8fda1b14c74c5d02.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-39c58d6af528e9fd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-e61464812b7ba584.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a1a7e8ad93bd156f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5c7df282c1e709fe.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e94871c8e3cbbc8f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f9710d18df4cb9d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-67944a192beb15f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-e46bc3da6d7c462f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8d1ac131d3cb2645.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c7f132c6815d4f60.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/bad_player-c9672399b40efb15" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bad_player` (bin "bad_player") due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "2287a257c4e10894ccf59d570afa17308b184dad887bb758d835f3a0f82978eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2287a257c4e10894ccf59d570afa17308b184dad887bb758d835f3a0f82978eb", kill_on_drop: false }` [INFO] [stdout] 2287a257c4e10894ccf59d570afa17308b184dad887bb758d835f3a0f82978eb