[INFO] cloning repository https://github.com/scolopendraa/gubtool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scolopendraa/gubtool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscolopendraa%2Fgubtool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscolopendraa%2Fgubtool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c5777a447816c40c69288011b4be3cdc2a19c666
[INFO] checking scolopendraa/gubtool against master#57f772f25c5ce2bd870d6f8c3ab318eaee5a3326 for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscolopendraa%2Fgubtool" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/scolopendraa/gubtool
[INFO] finished tweaking git repo https://github.com/scolopendraa/gubtool
[INFO] tweaked toml for git repo https://github.com/scolopendraa/gubtool written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/scolopendraa/gubtool on toolchain 57f772f25c5ce2bd870d6f8c3ab318eaee5a3326
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/scolopendraa/gubtool 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" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml v1.0.6+spec-1.1.0
[INFO] [stderr]   Downloaded ratatui-themes v0.2.0
[INFO] [stderr]   Downloaded derive_pod v0.1.2
[INFO] [stderr]   Downloaded pelite-macros v0.1.1
[INFO] [stderr]   Downloaded dataview v1.0.2
[INFO] [stderr]   Downloaded owo-colors v4.3.0
[INFO] [stderr]   Downloaded nucleo-matcher v0.3.1
[INFO] [stderr]   Downloaded ruzstd v0.8.2
[INFO] [stderr]   Downloaded pelite v0.10.0
[INFO] [stderr]   Downloaded object v0.39.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 921f397937a96eec4bd5869bc4519ad7e34054e9257de0a8dc6c5f39cd736447
[INFO] running `Command { std: "docker" "start" "-a" "921f397937a96eec4bd5869bc4519ad7e34054e9257de0a8dc6c5f39cd736447", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "921f397937a96eec4bd5869bc4519ad7e34054e9257de0a8dc6c5f39cd736447", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "921f397937a96eec4bd5869bc4519ad7e34054e9257de0a8dc6c5f39cd736447", kill_on_drop: false }`
[INFO] [stdout] 921f397937a96eec4bd5869bc4519ad7e34054e9257de0a8dc6c5f39cd736447
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+57f772f25c5ce2bd870d6f8c3ab318eaee5a3326" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ebed97781d9b9b76314fc2a3e8e269a06913fe9dee6b142de69fecda33d4a2bd
[INFO] running `Command { std: "docker" "start" "-a" "ebed97781d9b9b76314fc2a3e8e269a06913fe9dee6b142de69fecda33d4a2bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]     Checking rustix v1.1.3
[INFO] [stderr]     Checking line-clipping v0.3.5
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling twox-hash v2.1.2
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling ruzstd v0.8.2
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]    Compiling derive_pod v0.1.2
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking clap_builder v4.5.57
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking dataview v1.0.2
[INFO] [stderr]     Checking toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking no-std-compat v0.4.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling pelite-macros v0.1.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking nucleo-matcher v0.3.1
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking color-spantrace v0.3.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking pelite v0.10.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking toml v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking kasuari v0.4.11
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking clap v4.5.57
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking ratatui-macros v0.7.0
[INFO] [stderr]    Compiling gubtool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]     Checking ratatui-themes v0.2.0
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/er/event.rs:143:47
[INFO] [stdout]     |
[INFO] [stdout] 143 |     write_to_slice::<f32>(&mut param_data, 8, 0.75)?;
[INFO] [stdout]     |                                               ^^^^ help: explicitly specify the type as `f32`: `0.75_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/er/event.rs:144:48
[INFO] [stdout]     |
[INFO] [stdout] 144 |     write_to_slice::<f32>(&mut param_data, 12, 2.0)?;
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/er/event.rs:145:48
[INFO] [stdout]     |
[INFO] [stdout] 145 |     write_to_slice::<f32>(&mut param_data, 16, 0.0)?;
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `0.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/er/event.rs:143:47
[INFO] [stdout]     |
[INFO] [stdout] 143 |     write_to_slice::<f32>(&mut param_data, 8, 0.75)?;
[INFO] [stdout]     |                                               ^^^^ help: explicitly specify the type as `f32`: `0.75_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/er/event.rs:144:48
[INFO] [stdout]     |
[INFO] [stdout] 144 |     write_to_slice::<f32>(&mut param_data, 12, 2.0)?;
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/er/event.rs:145:48
[INFO] [stdout]     |
[INFO] [stdout] 145 |     write_to_slice::<f32>(&mut param_data, 16, 0.0)?;
[INFO] [stdout]     |                                                ^^^ help: explicitly specify the type as `f32`: `0.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/er/travel.rs:56:51
[INFO] [stdout]    |
[INFO] [stdout] 56 |     write_to_slice::<f32>(&mut target_coords, 12, 1.0)?;
[INFO] [stdout]    |                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/er/travel.rs:56:51
[INFO] [stdout]    |
[INFO] [stdout] 56 |     write_to_slice::<f32>(&mut target_coords, 12, 1.0)?;
[INFO] [stdout]    |                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.94s
[INFO] running `Command { std: "docker" "inspect" "ebed97781d9b9b76314fc2a3e8e269a06913fe9dee6b142de69fecda33d4a2bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebed97781d9b9b76314fc2a3e8e269a06913fe9dee6b142de69fecda33d4a2bd", kill_on_drop: false }`
[INFO] [stdout] ebed97781d9b9b76314fc2a3e8e269a06913fe9dee6b142de69fecda33d4a2bd
