[INFO] cloning repository https://github.com/Kryszak/penny
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kryszak/penny" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKryszak%2Fpenny", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKryszak%2Fpenny'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 44003835fcc81dc3e51cf5d6fd868b92432d03b2
[INFO] testing Kryszak/penny against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKryszak%2Fpenny" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Kryszak/penny on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Kryszak/penny
[INFO] finished tweaking git repo https://github.com/Kryszak/penny
[INFO] tweaked toml for git repo https://github.com/Kryszak/penny written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Kryszak/penny 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 251003e0a26ba51fd9a52117becd26c735a3e0a012ae33f1c9aec216fe17646e
[INFO] running `Command { std: "docker" "start" "-a" "251003e0a26ba51fd9a52117becd26c735a3e0a012ae33f1c9aec216fe17646e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "251003e0a26ba51fd9a52117becd26c735a3e0a012ae33f1c9aec216fe17646e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "251003e0a26ba51fd9a52117becd26c735a3e0a012ae33f1c9aec216fe17646e", kill_on_drop: false }`
[INFO] [stdout] 251003e0a26ba51fd9a52117becd26c735a3e0a012ae33f1c9aec216fe17646e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09ce50d21fd5379b482dc42317bf8246bbf2487f69890089226d0850f43fe4ef
[INFO] running `Command { std: "docker" "start" "-a" "09ce50d21fd5379b482dc42317bf8246bbf2487f69890089226d0850f43fe4ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.166
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling fastrand v2.2.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling futures-lite v2.5.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling bytemuck v1.20.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling symphonia-core v0.5.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling allocator-api2 v0.2.20
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling minimp3-sys v0.3.2
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling symphonia-metadata v0.5.4
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling compact_str v0.8.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling rustfft v6.2.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling instability v0.3.3
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling alsa v0.9.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling async-fs v2.1.2
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling symphonia-bundle-mp3 v0.5.4
[INFO] [stderr]    Compiling async-io v2.4.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling xdg-home v1.3.0
[INFO] [stderr]    Compiling async-signal v0.2.10
[INFO] [stderr]    Compiling async-broadcast v0.7.1
[INFO] [stderr]    Compiling async-process v2.3.0
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling clap_builder v4.5.26
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling symphonia v0.5.4
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling primal-check v0.3.4
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling slice-deque v0.3.0
[INFO] [stderr]    Compiling claxon v0.4.3
[INFO] [stderr]    Compiling hound v3.5.1
[INFO] [stderr]    Compiling rodio v0.20.1
[INFO] [stderr]    Compiling minimp3 v0.5.1
[INFO] [stderr]    Compiling id3 v1.16.0
[INFO] [stderr]    Compiling mp3-duration v0.1.10
[INFO] [stderr]    Compiling zvariant_utils v3.1.0
[INFO] [stderr]    Compiling enumflags2 v0.7.10
[INFO] [stderr]    Compiling clap v4.5.26
[INFO] [stderr]    Compiling tui-logger v0.14.1
[INFO] [stderr]    Compiling zvariant_derive v5.2.0
[INFO] [stderr]    Compiling zvariant v5.2.0
[INFO] [stderr]    Compiling zbus_names v4.1.1
[INFO] [stderr]    Compiling zbus_macros v5.3.0
[INFO] [stderr]    Compiling zbus v5.3.0
[INFO] [stderr]    Compiling notify-rust v4.11.4
[INFO] [stderr]    Compiling penny v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s
[INFO] running `Command { std: "docker" "inspect" "09ce50d21fd5379b482dc42317bf8246bbf2487f69890089226d0850f43fe4ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09ce50d21fd5379b482dc42317bf8246bbf2487f69890089226d0850f43fe4ef", kill_on_drop: false }`
[INFO] [stdout] 09ce50d21fd5379b482dc42317bf8246bbf2487f69890089226d0850f43fe4ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 242354aa03bfa4256bb25e2a46f053f67e221e6a9c25b0d1b66c17a327e88cc2
[INFO] running `Command { std: "docker" "start" "-a" "242354aa03bfa4256bb25e2a46f053f67e221e6a9c25b0d1b66c17a327e88cc2", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling symphonia-core v0.5.4
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling notify-rust v4.11.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling symphonia-metadata v0.5.4
[INFO] [stderr]    Compiling symphonia-bundle-mp3 v0.5.4
[INFO] [stderr]    Compiling symphonia v0.5.4
[INFO] [stderr]    Compiling rodio v0.20.1
[INFO] [stderr]    Compiling tui-logger v0.14.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_filter v0.1.2
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling penny v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.07s
[INFO] running `Command { std: "docker" "inspect" "242354aa03bfa4256bb25e2a46f053f67e221e6a9c25b0d1b66c17a327e88cc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "242354aa03bfa4256bb25e2a46f053f67e221e6a9c25b0d1b66c17a327e88cc2", kill_on_drop: false }`
[INFO] [stdout] 242354aa03bfa4256bb25e2a46f053f67e221e6a9c25b0d1b66c17a327e88cc2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1ff381585f0a2eb6960696d42462a3bdf7cabf2533312bdbc9af6c24074dc022
[INFO] running `Command { std: "docker" "start" "-a" "1ff381585f0a2eb6960696d42462a3bdf7cabf2533312bdbc9af6c24074dc022", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/penny-6db687fa2f1de67e)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test files::file_entry_test::tests::should_create_file_entry ... ok
[INFO] [stdout] test player::duration_formatter_test::tests::should_format_duration ... ok
[INFO] [stdout] test files::file_viewer_test::tests::should_create_file_viewer_for_given_dir ... ok
[INFO] [stdout] test player::metadata_test::tests::should_extract_mp3_metadata ... ok
[INFO] [stdout] test queue::song_file_test::tests::should_format_with_artist_and_title ... ok
[INFO] [stdout] test files::file_viewer_test::tests::should_list_music_files ... ok
[INFO] [stdout] test queue::song_file_test::tests::should_format_with_filename ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1ff381585f0a2eb6960696d42462a3bdf7cabf2533312bdbc9af6c24074dc022", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ff381585f0a2eb6960696d42462a3bdf7cabf2533312bdbc9af6c24074dc022", kill_on_drop: false }`
[INFO] [stdout] 1ff381585f0a2eb6960696d42462a3bdf7cabf2533312bdbc9af6c24074dc022
