[INFO] cloning repository https://github.com/rlustin/dj-library-gain-calculator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rlustin/dj-library-gain-calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlustin%2Fdj-library-gain-calculator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlustin%2Fdj-library-gain-calculator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b05fea519136f5e50c8a751347cde404ff288b3
[INFO] testing rlustin/dj-library-gain-calculator against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlustin%2Fdj-library-gain-calculator" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rlustin/dj-library-gain-calculator
[INFO] finished tweaking git repo https://github.com/rlustin/dj-library-gain-calculator
[INFO] tweaked toml for git repo https://github.com/rlustin/dj-library-gain-calculator written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rlustin/dj-library-gain-calculator on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rlustin/dj-library-gain-calculator 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5
[INFO] running `Command { std: "docker" "start" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5", 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" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling once_cell v1.20.1
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling cc v1.1.24
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling bitreader v0.3.8
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling mp4parse v0.10.1
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling dasp_frame v0.11.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling rmp3 v0.3.1
[INFO] [stderr]    Compiling ogg v0.7.1
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling ebur128 v0.1.9
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling clap_builder v4.5.19
[INFO] [stderr]    Compiling alac v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling lewton v0.9.4
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling caf v0.1.0
[INFO] [stderr]    Compiling number_prefix v0.3.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling hound v3.5.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling claxon v0.4.3
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling audrey v0.3.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling tempfile v3.17.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling indicatif v0.14.0
[INFO] [stderr]    Compiling clap v4.5.19
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling quick-xml v0.26.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling dj-library-gain-calculator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 53s
[INFO] running `Command { std: "docker" "inspect" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling predicates-core v1.0.8
[INFO] [stderr]    Compiling escargot v0.3.1
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling predicates-tree v1.0.11
[INFO] [stderr]    Compiling predicates v1.0.8
[INFO] [stderr]    Compiling assert_cmd v0.10.2
[INFO] [stderr]    Compiling dj-library-gain-calculator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 11.41s
[INFO] running `Command { std: "docker" "inspect" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/dj_library_gain_calculator-11ea631e0cdb8efd)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test collection::tests::serialization_roundtrip_on_a_collection_with_2_sorting_orders ... ok
[INFO] [stdout] test collection::tests::serialization_roundtrip_on_a_1_element_collection ... ok
[INFO] [stdout] test collection::tests::serialization_roundtrip_on_a_large_collection_with_1_playlist ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/dj_library_gain_calculator-e5be4d0a135b5998)
[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] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/release/deps/integration_test-1f955219baf12165)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test it_fails_when_file_does_not_exist has been running for over 60 seconds
[INFO] [stdout] test it_processes_a_1_element_collection_to_a_file has been running for over 60 seconds
[INFO] [stdout] test it_processes_a_1_element_collection_to_stdout has been running for over 60 seconds
[INFO] [stdout] test it_fails_when_file_does_not_exist ... ok
[INFO] [stdout] test it_processes_a_1_element_collection_to_a_file ... ok
[INFO] [stdout] test it_processes_a_1_element_collection_to_stdout ... ok
[INFO] [stderr]      Running tests/scanning_test.rs (/opt/rustwide/target/release/deps/scanning_test-cd01b660eafe431a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 116.85s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Doc-tests dj_library_gain_calculator
[INFO] [stdout] test loudness_measurement_smoketest ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[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" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5", kill_on_drop: false }`
[INFO] [stdout] 3f17084486b6c07d360ce4cce5cfb1f0569c2410eaffaf1cef27a4fd4d12b9d5
