[INFO] cloning repository https://github.com/Pommaq/weather-station
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pommaq/weather-station" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPommaq%2Fweather-station", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPommaq%2Fweather-station'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 571cc79ce38589c988deba81c89f579576512b3a
[INFO] testing Pommaq/weather-station against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPommaq%2Fweather-station" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Pommaq/weather-station
[INFO] finished tweaking git repo https://github.com/Pommaq/weather-station
[INFO] tweaked toml for git repo https://github.com/Pommaq/weather-station written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Pommaq/weather-station on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Pommaq/weather-station 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c218e9a5ce9355e91a7e0e88327ad79fcc47d28f30c7b2f8cd1a7376523b825c
[INFO] running `Command { std: "docker" "start" "-a" "c218e9a5ce9355e91a7e0e88327ad79fcc47d28f30c7b2f8cd1a7376523b825c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c218e9a5ce9355e91a7e0e88327ad79fcc47d28f30c7b2f8cd1a7376523b825c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c218e9a5ce9355e91a7e0e88327ad79fcc47d28f30c7b2f8cd1a7376523b825c", kill_on_drop: false }`
[INFO] [stdout] c218e9a5ce9355e91a7e0e88327ad79fcc47d28f30c7b2f8cd1a7376523b825c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cab933a8d52e5300cd0830a5fbd1324609eddbbabdacd8d108ece5089781b06d
[INFO] running `Command { std: "docker" "start" "-a" "cab933a8d52e5300cd0830a5fbd1324609eddbbabdacd8d108ece5089781b06d", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.58
[INFO] [stderr]    Compiling quote v1.0.27
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling simd-adler32 v0.3.5
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]    Compiling signal-hook v0.3.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling fdeflate v0.3.0
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling syn v2.0.16
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling flate2 v1.0.26
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling rustfft v6.1.0
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling png v0.17.8
[INFO] [stderr]    Compiling const-cstr v0.3.0
[INFO] [stderr]    Compiling font-kit v0.11.0
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling plotters-backend v0.3.4
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling freetype v0.7.0
[INFO] [stderr]    Compiling transpose v0.2.2
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling primal-check v0.3.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling num-complex v0.1.43
[INFO] [stderr]    Compiling num-complex v0.4.3
[INFO] [stderr]    Compiling image v0.24.6
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling iana-time-zone v0.1.56
[INFO] [stderr]    Compiling float-ord v0.2.0
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling dft v0.5.5
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling chrono v0.4.24
[INFO] [stderr]    Compiling newline-converter v0.2.2
[INFO] [stderr]    Compiling plotters-svg v0.3.3
[INFO] [stderr]    Compiling dyn-clone v1.0.11
[INFO] [stderr]    Compiling hound v3.5.0
[INFO] [stderr]    Compiling ttf-parser v0.15.2
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling plotters-bitmap v0.3.2
[INFO] [stderr]    Compiling pest v2.6.0
[INFO] [stderr]    Compiling external-services v0.1.0 (/opt/rustwide/workdir/external-services)
[INFO] [stderr]    Compiling inquire v0.6.2
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling pathfinder_simd v0.5.1
[INFO] [stderr]    Compiling services v0.1.0 (/opt/rustwide/workdir/services)
[INFO] [stderr]    Compiling pathfinder_geometry v0.5.1
[INFO] [stderr]    Compiling plotters v0.3.4
[INFO] [stderr]    Compiling inquire-frontend v0.1.0 (/opt/rustwide/workdir/inquire)
[INFO] [stdout] warning: unused variable: `amplitudes`
[INFO] [stdout]   --> inquire/src/main.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let amplitudes = get_if_frequency_from_wav(&input_path)?;
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_amplitudes`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_path`
[INFO] [stdout]   --> inquire/src/main.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let output_path = Text::new("Enter output filename").prompt()?;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_chart` is never used
[INFO] [stdout]   --> inquire/src/main.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn draw_chart(
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.32s
[INFO] running `Command { std: "docker" "inspect" "cab933a8d52e5300cd0830a5fbd1324609eddbbabdacd8d108ece5089781b06d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cab933a8d52e5300cd0830a5fbd1324609eddbbabdacd8d108ece5089781b06d", kill_on_drop: false }`
[INFO] [stdout] cab933a8d52e5300cd0830a5fbd1324609eddbbabdacd8d108ece5089781b06d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 83050fb7af197545640037571acba1a636611aa545bea44833257bdad519b847
[INFO] running `Command { std: "docker" "start" "-a" "83050fb7af197545640037571acba1a636611aa545bea44833257bdad519b847", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling services v0.1.0 (/opt/rustwide/workdir/services)
[INFO] [stderr]    Compiling external-services v0.1.0 (/opt/rustwide/workdir/external-services)
[INFO] [stderr]    Compiling inquire-frontend v0.1.0 (/opt/rustwide/workdir/inquire)
[INFO] [stdout] warning: unused variable: `amplitudes`
[INFO] [stdout]   --> inquire/src/main.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let amplitudes = get_if_frequency_from_wav(&input_path)?;
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_amplitudes`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_path`
[INFO] [stdout]   --> inquire/src/main.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let output_path = Text::new("Enter output filename").prompt()?;
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.75s
[INFO] running `Command { std: "docker" "inspect" "83050fb7af197545640037571acba1a636611aa545bea44833257bdad519b847", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83050fb7af197545640037571acba1a636611aa545bea44833257bdad519b847", kill_on_drop: false }`
[INFO] [stdout] 83050fb7af197545640037571acba1a636611aa545bea44833257bdad519b847
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 84293904b30c2558371f5a7dfbb7cc27bfabd496910ce478e64e788a152b001b
[INFO] running `Command { std: "docker" "start" "-a" "84293904b30c2558371f5a7dfbb7cc27bfabd496910ce478e64e788a152b001b", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: unused variable: `amplitudes`
[INFO] [stdout] 
[INFO] [stderr]   --> inquire/src/main.rs:74:9
[INFO] [stdout] running 2 tests
[INFO] [stderr]    |
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stderr] 74 |     let amplitudes = get_if_frequency_from_wav(&input_path)?;
[INFO] [stderr]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_amplitudes`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `output_path`
[INFO] [stderr]   --> inquire/src/main.rs:76:9
[INFO] [stderr]    |
[INFO] [stderr] 76 |     let output_path = Text::new("Enter output filename").prompt()?;
[INFO] [stderr]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_path`
[INFO] [stderr] 
[INFO] [stderr] warning: `inquire-frontend` (bin "inquire-frontend" test) generated 2 warnings (run `cargo fix --bin "inquire-frontend" -p inquire-frontend --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/external_services-b6e72a9c5a8e87ce)
[INFO] [stdout] test navtex::tests::it_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/inquire_frontend-9375fc5438f92a4c)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] error: test failed, to rerun pass `-p inquire-frontend --bin inquire-frontend`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/inquire_frontend-9375fc5438f92a4c` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "84293904b30c2558371f5a7dfbb7cc27bfabd496910ce478e64e788a152b001b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84293904b30c2558371f5a7dfbb7cc27bfabd496910ce478e64e788a152b001b", kill_on_drop: false }`
[INFO] [stdout] 84293904b30c2558371f5a7dfbb7cc27bfabd496910ce478e64e788a152b001b
