[INFO] fetching crate sweet_bevy 0.4.1...
[INFO] checking sweet_bevy-0.4.1 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] extracting crate sweet_bevy 0.4.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate sweet_bevy 0.4.1
[INFO] finished tweaking crates.io crate sweet_bevy 0.4.1
[INFO] tweaked toml for crates.io crate sweet_bevy 0.4.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sweet_bevy 0.4.1 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sweet_bevy 0.4.1 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0778a5660b6d1f3444f7482729f7e24a15eb78294f73b5a39bcf903118140a9a
[INFO] running `Command { std: "docker" "start" "-a" "0778a5660b6d1f3444f7482729f7e24a15eb78294f73b5a39bcf903118140a9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0778a5660b6d1f3444f7482729f7e24a15eb78294f73b5a39bcf903118140a9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0778a5660b6d1f3444f7482729f7e24a15eb78294f73b5a39bcf903118140a9a", kill_on_drop: false }`
[INFO] [stdout] 0778a5660b6d1f3444f7482729f7e24a15eb78294f73b5a39bcf903118140a9a
[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=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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d96b28356d417a843fbeeb6bc8729baa1c6d10e7dfef6aff7ae26a5e61d5e15
[INFO] running `Command { std: "docker" "start" "-a" "6d96b28356d417a843fbeeb6bc8729baa1c6d10e7dfef6aff7ae26a5e61d5e15", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling winnow v0.7.4
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking downcast-rs v2.0.1
[INFO] [stderr]     Checking disqualified v1.0.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking clap_builder v4.5.34
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking path-clean v1.0.1
[INFO] [stderr]     Checking rapidhash v1.4.0
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking file-id v0.2.2
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking colorize v0.1.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking pretty_env_logger v0.4.0
[INFO] [stderr]     Checking notify v8.0.0
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking notify-debouncer-full v0.5.0
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]     Checking ctrlc v3.4.5
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]    Compiling bevy_macro_utils v0.16.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling assert_type_match v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling extend v1.2.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling sweet_test_macros v0.4.1
[INFO] [stderr]    Compiling bevy_reflect_derive v0.16.0
[INFO] [stderr]    Compiling bevy_ecs_macros v0.16.0
[INFO] [stderr]    Compiling bevy_derive v0.16.0
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking clap v4.5.34
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking erased-serde v0.4.6
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]     Checking bevy_platform v0.16.0
[INFO] [stderr]     Checking bevy_utils v0.16.0
[INFO] [stderr]     Checking bevy_tasks v0.16.0
[INFO] [stderr]     Checking bevy_reflect v0.16.0
[INFO] [stderr]     Checking bevy_ecs v0.16.0
[INFO] [stderr]     Checking bevy_math v0.16.0
[INFO] [stderr]     Checking bevy_app v0.16.0
[INFO] [stderr]     Checking bevy_time v0.16.0
[INFO] [stderr]     Checking bevy_transform v0.16.0
[INFO] [stderr]     Checking bevy_input v0.16.0
[INFO] [stderr]     Checking bevy_diagnostic v0.16.0
[INFO] [stderr]     Checking bevy_internal v0.16.0
[INFO] [stderr]     Checking bevy v0.16.0
[INFO] [stderr]     Checking sweet_utils v0.4.1
[INFO] [stderr]     Checking sweet_fs v0.4.1
[INFO] [stderr]     Checking sweet_bevy v0.4.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking sweet_test v0.4.1
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/extensions/quat.rs:60:40
[INFO] [stdout]    |
[INFO] [stdout] 60 |         expect(v.forward().x).to_be_close_to(1.);
[INFO] [stdout]    |                                              ^^ help: explicitly specify the type as `f32`: `1._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/extensions/quat.rs:62:41
[INFO] [stdout]    |
[INFO] [stdout] 62 |         expect(v.forward().x).to_be_close_to(-1.);
[INFO] [stdout]    |                                               ^^ help: explicitly specify the type as `f32`: `1._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/extensions/quat.rs:64:40
[INFO] [stdout]    |
[INFO] [stdout] 64 |         expect(v.forward().y).to_be_close_to(1.);
[INFO] [stdout]    |                                              ^^ help: explicitly specify the type as `f32`: `1._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/extensions/quat.rs:66:41
[INFO] [stdout]    |
[INFO] [stdout] 66 |         expect(v.forward().y).to_be_close_to(-1.);
[INFO] [stdout]    |                                               ^^ help: explicitly specify the type as `f32`: `1._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/extensions/quat.rs:68:40
[INFO] [stdout]    |
[INFO] [stdout] 68 |         expect(v.forward().z).to_be_close_to(1.);
[INFO] [stdout]    |                                              ^^ help: explicitly specify the type as `f32`: `1._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/extensions/quat.rs:70:41
[INFO] [stdout]    |
[INFO] [stdout] 70 |         expect(v.forward().z).to_be_close_to(-1.);
[INFO] [stdout]    |                                               ^^ help: explicitly specify the type as `f32`: `1._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: feature `test` is declared but not used
[INFO] [stdout]  --> src/lib.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(test, feature(test, custom_test_frameworks))]
[INFO] [stdout]   |                           ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "6d96b28356d417a843fbeeb6bc8729baa1c6d10e7dfef6aff7ae26a5e61d5e15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d96b28356d417a843fbeeb6bc8729baa1c6d10e7dfef6aff7ae26a5e61d5e15", kill_on_drop: false }`
[INFO] [stdout] 6d96b28356d417a843fbeeb6bc8729baa1c6d10e7dfef6aff7ae26a5e61d5e15
