[INFO] fetching crate bevy_ui 0.12.1...
[INFO] checking bevy_ui-0.12.1 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate bevy_ui 0.12.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate bevy_ui 0.12.1 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bevy_ui 0.12.1
[INFO] finished tweaking crates.io crate bevy_ui 0.12.1
[INFO] tweaked toml for crates.io crate bevy_ui 0.12.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded constgebra v0.1.4
[INFO] [stderr]   Downloaded svg_fmt v0.4.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7dbf7ee28912199bbdf4784dea6f186450e76e20caa458f72cc43e87ea433011
[INFO] running `Command { std: "docker" "start" "-a" "7dbf7ee28912199bbdf4784dea6f186450e76e20caa458f72cc43e87ea433011", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7dbf7ee28912199bbdf4784dea6f186450e76e20caa458f72cc43e87ea433011", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dbf7ee28912199bbdf4784dea6f186450e76e20caa458f72cc43e87ea433011", kill_on_drop: false }`
[INFO] [stdout] 7dbf7ee28912199bbdf4784dea6f186450e76e20caa458f72cc43e87ea433011
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 717d2a644b390258e49b1f61e0ba6e85d56acf6fe9c3827ac084c7c2be801e62
[INFO] running `Command { std: "docker" "start" "-a" "717d2a644b390258e49b1f61e0ba6e85d56acf6fe9c3827ac084c7c2be801e62", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking async-task v4.7.0
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking smol_str v0.2.1
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking indexmap v1.9.3
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking libloading v0.8.3
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking profiling v1.0.15
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking event-listener v5.2.0
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking constant_time_eq v0.3.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.0
[INFO] [stderr]     Checking accesskit v0.12.3
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]     Checking async-channel v2.2.0
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking const_panic v0.2.8
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]     Checking radsort v0.1.0
[INFO] [stderr]     Checking constgebra v0.1.4
[INFO] [stderr]     Checking svg_fmt v0.4.2
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]     Checking grid v0.10.0
[INFO] [stderr]     Checking rectangle-pack v0.4.2
[INFO] [stderr]     Checking bevy_tasks v0.12.1
[INFO] [stderr]    Compiling blake3 v1.5.1
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking taffy v0.3.18
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.1
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling bytemuck_derive v1.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.1
[INFO] [stderr]    Compiling bevy_reflect_derive v0.12.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.12.1
[INFO] [stderr]    Compiling bevy_derive v0.12.1
[INFO] [stderr]    Compiling bevy_asset_macros v0.12.1
[INFO] [stderr]    Compiling encase_derive v0.6.1
[INFO] [stderr]    Compiling bevy_encase_derive v0.12.1
[INFO] [stderr]    Compiling bevy_render_macros v0.12.1
[INFO] [stderr]     Checking bytemuck v1.15.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking naga v0.13.0
[INFO] [stderr]     Checking wgpu-types v0.17.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking bevy_math v0.12.1
[INFO] [stderr]     Checking bevy_mikktspace v0.12.1
[INFO] [stderr]     Checking hexasphere v9.1.0
[INFO] [stderr]     Checking encase v0.6.1
[INFO] [stderr]     Checking bevy_utils v0.12.1
[INFO] [stderr]     Checking bevy_reflect v0.12.1
[INFO] [stderr]     Checking wgpu-hal v0.17.2
[INFO] [stderr]     Checking naga_oil v0.10.1
[INFO] [stderr]     Checking bevy_ecs v0.12.1
[INFO] [stderr]     Checking wgpu-core v0.17.1
[INFO] [stderr]     Checking wgpu v0.17.2
[INFO] [stderr]     Checking bevy_app v0.12.1
[INFO] [stderr]     Checking bevy_log v0.12.1
[INFO] [stderr]     Checking bevy_core v0.12.1
[INFO] [stderr]     Checking bevy_a11y v0.12.1
[INFO] [stderr]     Checking bevy_input v0.12.1
[INFO] [stderr]     Checking bevy_time v0.12.1
[INFO] [stderr]     Checking bevy_asset v0.12.1
[INFO] [stderr]     Checking bevy_hierarchy v0.12.1
[INFO] [stderr]     Checking bevy_transform v0.12.1
[INFO] [stderr]     Checking bevy_window v0.12.1
[INFO] [stderr]     Checking bevy_render v0.12.1
[INFO] [stderr]     Checking bevy_core_pipeline v0.12.1
[INFO] [stderr]     Checking bevy_sprite v0.12.1
[INFO] [stderr]     Checking bevy_ui v0.12.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `App` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:3:16
[INFO] [stdout]    |
[INFO] [stdout] 3  | use bevy_app::{App, Plugin};
[INFO] [stdout]    |                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `App` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Plugin` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:3:21
[INFO] [stdout]    |
[INFO] [stdout] 3  | use bevy_app::{App, Plugin};
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Plugin` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Entity` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:7:26
[INFO] [stdout]    |
[INFO] [stdout] 7  |     prelude::{Component, Entity, EventReader},
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Entity` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `EventReader` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:7:34
[INFO] [stdout]    |
[INFO] [stdout] 7  |     prelude::{Component, Entity, EventReader},
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `EventReader` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `With` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:8:26
[INFO] [stdout]    |
[INFO] [stdout] 8  |     query::{ROQueryItem, With},
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `With` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IntoSystemConfigs` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 9  |     schedule::IntoSystemConfigs,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `IntoSystemConfigs` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromWorld` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world::{FromWorld, World},
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `FromWorld` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `World` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world::{FromWorld, World},
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `World` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExtractComponentPlugin` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     extract_component::ExtractComponentPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `ExtractComponentPlugin` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Image` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:22:43
[INFO] [stdout]    |
[INFO] [stdout] 22 |     texture::{BevyDefault, FallbackImage, Image},
[INFO] [stdout]    |                                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Image` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RenderApp` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:24:39
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Extract, ExtractSchedule, Render, RenderApp, RenderSet,
[INFO] [stdout]    |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `RenderApp` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BindGroupEntries` is imported redundantly
[INFO] [stdout]   --> src/render/mod.rs:9:19
[INFO] [stdout]    |
[INFO] [stdout] 9  | use bevy_render::{render_resource::BindGroupEntries, ExtractSchedule, Render};
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     render_resource::*,
[INFO] [stdout]    |     ------------------ the item `BindGroupEntries` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bevy_asset::Assets`
[INFO] [stdout]   --> src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | use bevy_asset::Assets;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `texture::Image`
[INFO] [stdout]   --> src/lib.rs:53:62
[INFO] [stdout]    |
[INFO] [stdout] 53 | use bevy_render::{extract_component::ExtractComponentPlugin, texture::Image, RenderApp};
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `App` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:3:16
[INFO] [stdout]    |
[INFO] [stdout] 3  | use bevy_app::{App, Plugin};
[INFO] [stdout]    |                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `App` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Plugin` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:3:21
[INFO] [stdout]    |
[INFO] [stdout] 3  | use bevy_app::{App, Plugin};
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Plugin` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Entity` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:7:26
[INFO] [stdout]    |
[INFO] [stdout] 7  |     prelude::{Component, Entity, EventReader},
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Entity` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `EventReader` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:7:34
[INFO] [stdout]    |
[INFO] [stdout] 7  |     prelude::{Component, Entity, EventReader},
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `EventReader` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `With` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:8:26
[INFO] [stdout]    |
[INFO] [stdout] 8  |     query::{ROQueryItem, With},
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `With` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IntoSystemConfigs` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 9  |     schedule::IntoSystemConfigs,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `IntoSystemConfigs` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromWorld` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world::{FromWorld, World},
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `FromWorld` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `World` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world::{FromWorld, World},
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `World` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExtractComponentPlugin` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     extract_component::ExtractComponentPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `ExtractComponentPlugin` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Image` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:22:43
[INFO] [stdout]    |
[INFO] [stdout] 22 |     texture::{BevyDefault, FallbackImage, Image},
[INFO] [stdout]    |                                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Image` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RenderApp` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:24:39
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Extract, ExtractSchedule, Render, RenderApp, RenderSet,
[INFO] [stdout]    |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `RenderApp` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BindGroupEntries` is imported redundantly
[INFO] [stdout]   --> src/render/mod.rs:9:19
[INFO] [stdout]    |
[INFO] [stdout] 9  | use bevy_render::{render_resource::BindGroupEntries, ExtractSchedule, Render};
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     render_resource::*,
[INFO] [stdout]    |     ------------------ the item `BindGroupEntries` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bevy_asset::Assets`
[INFO] [stdout]   --> src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | use bevy_asset::Assets;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `texture::Image`
[INFO] [stdout]   --> src/lib.rs:53:62
[INFO] [stdout]    |
[INFO] [stdout] 53 | use bevy_render::{extract_component::ExtractComponentPlugin, texture::Image, RenderApp};
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bevy_math::Vec3Swizzles`
[INFO] [stdout]   --> src/render/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use bevy_math::Vec3Swizzles;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bevy_math::Vec3Swizzles`
[INFO] [stdout]   --> src/render/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use bevy_math::Vec3Swizzles;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.54s
[INFO] running `Command { std: "docker" "inspect" "717d2a644b390258e49b1f61e0ba6e85d56acf6fe9c3827ac084c7c2be801e62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "717d2a644b390258e49b1f61e0ba6e85d56acf6fe9c3827ac084c7c2be801e62", kill_on_drop: false }`
[INFO] [stdout] 717d2a644b390258e49b1f61e0ba6e85d56acf6fe9c3827ac084c7c2be801e62
[INFO] checking bevy_ui-0.12.1 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate bevy_ui 0.12.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate bevy_ui 0.12.1 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bevy_ui 0.12.1
[INFO] finished tweaking crates.io crate bevy_ui 0.12.1
[INFO] tweaked toml for crates.io crate bevy_ui 0.12.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 486b9801dc079d4c5365da52d7c76ee62d68c9e42543a786066f7fee6d6104dc
[INFO] running `Command { std: "docker" "start" "-a" "486b9801dc079d4c5365da52d7c76ee62d68c9e42543a786066f7fee6d6104dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "486b9801dc079d4c5365da52d7c76ee62d68c9e42543a786066f7fee6d6104dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "486b9801dc079d4c5365da52d7c76ee62d68c9e42543a786066f7fee6d6104dc", kill_on_drop: false }`
[INFO] [stdout] 486b9801dc079d4c5365da52d7c76ee62d68c9e42543a786066f7fee6d6104dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 166f7cc8762098a79c814f658260fb75e88c51591e660f75095d09865030689e
[INFO] running `Command { std: "docker" "start" "-a" "166f7cc8762098a79c814f658260fb75e88c51591e660f75095d09865030689e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking async-task v4.7.0
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking smol_str v0.2.1
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking libloading v0.8.3
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]     Checking profiling v1.0.15
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]     Checking event-listener v5.2.0
[INFO] [stderr]     Checking accesskit v0.12.3
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]     Checking constant_time_eq v0.3.0
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.0
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking async-channel v2.2.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking const_panic v0.2.8
[INFO] [stderr]     Checking constgebra v0.1.4
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]     Checking radsort v0.1.0
[INFO] [stderr]     Checking svg_fmt v0.4.2
[INFO] [stderr]     Checking grid v0.10.0
[INFO] [stderr]     Checking rectangle-pack v0.4.2
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling blake3 v1.5.1
[INFO] [stderr]     Checking bevy_tasks v0.12.1
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking taffy v0.3.18
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.1
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling bytemuck_derive v1.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.1
[INFO] [stderr]    Compiling bevy_reflect_derive v0.12.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.12.1
[INFO] [stderr]    Compiling bevy_derive v0.12.1
[INFO] [stderr]    Compiling encase_derive v0.6.1
[INFO] [stderr]    Compiling bevy_asset_macros v0.12.1
[INFO] [stderr]    Compiling bevy_encase_derive v0.12.1
[INFO] [stderr]    Compiling bevy_render_macros v0.12.1
[INFO] [stderr]     Checking bytemuck v1.15.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking naga v0.13.0
[INFO] [stderr]     Checking wgpu-types v0.17.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking bevy_math v0.12.1
[INFO] [stderr]     Checking hexasphere v9.1.0
[INFO] [stderr]     Checking encase v0.6.1
[INFO] [stderr]     Checking bevy_mikktspace v0.12.1
[INFO] [stderr]     Checking bevy_utils v0.12.1
[INFO] [stderr]     Checking bevy_reflect v0.12.1
[INFO] [stderr]     Checking wgpu-hal v0.17.2
[INFO] [stderr]     Checking naga_oil v0.10.1
[INFO] [stderr]     Checking bevy_ecs v0.12.1
[INFO] [stderr]     Checking wgpu-core v0.17.1
[INFO] [stderr]     Checking wgpu v0.17.2
[INFO] [stderr]     Checking bevy_app v0.12.1
[INFO] [stderr]     Checking bevy_log v0.12.1
[INFO] [stderr]     Checking bevy_core v0.12.1
[INFO] [stderr]     Checking bevy_input v0.12.1
[INFO] [stderr]     Checking bevy_a11y v0.12.1
[INFO] [stderr]     Checking bevy_time v0.12.1
[INFO] [stderr]     Checking bevy_asset v0.12.1
[INFO] [stderr]     Checking bevy_hierarchy v0.12.1
[INFO] [stderr]     Checking bevy_transform v0.12.1
[INFO] [stderr]     Checking bevy_window v0.12.1
[INFO] [stderr]     Checking bevy_render v0.12.1
[INFO] [stderr]     Checking bevy_core_pipeline v0.12.1
[INFO] [stderr]     Checking bevy_sprite v0.12.1
[INFO] [stderr]     Checking bevy_ui v0.12.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `App` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:3:16
[INFO] [stdout]    |
[INFO] [stdout] 3  | use bevy_app::{App, Plugin};
[INFO] [stdout]    |                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `App` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Plugin` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:3:21
[INFO] [stdout]    |
[INFO] [stdout] 3  | use bevy_app::{App, Plugin};
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Plugin` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Entity` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:7:26
[INFO] [stdout]    |
[INFO] [stdout] 7  |     prelude::{Component, Entity, EventReader},
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Entity` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `EventReader` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:7:34
[INFO] [stdout]    |
[INFO] [stdout] 7  |     prelude::{Component, Entity, EventReader},
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `EventReader` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `With` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:8:26
[INFO] [stdout]    |
[INFO] [stdout] 8  |     query::{ROQueryItem, With},
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `With` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IntoSystemConfigs` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 9  |     schedule::IntoSystemConfigs,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `IntoSystemConfigs` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromWorld` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world::{FromWorld, World},
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `FromWorld` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `World` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world::{FromWorld, World},
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `World` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExtractComponentPlugin` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     extract_component::ExtractComponentPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `ExtractComponentPlugin` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Image` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:22:43
[INFO] [stdout]    |
[INFO] [stdout] 22 |     texture::{BevyDefault, FallbackImage, Image},
[INFO] [stdout]    |                                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Image` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RenderApp` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:24:39
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Extract, ExtractSchedule, Render, RenderApp, RenderSet,
[INFO] [stdout]    |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `RenderApp` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BindGroupEntries` is imported redundantly
[INFO] [stdout]   --> src/render/mod.rs:9:19
[INFO] [stdout]    |
[INFO] [stdout] 9  | use bevy_render::{render_resource::BindGroupEntries, ExtractSchedule, Render};
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     render_resource::*,
[INFO] [stdout]    |     ------------------ the item `BindGroupEntries` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `App` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:3:16
[INFO] [stdout]    |
[INFO] [stdout] 3  | use bevy_app::{App, Plugin};
[INFO] [stdout]    |                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `App` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Plugin` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:3:21
[INFO] [stdout]    |
[INFO] [stdout] 3  | use bevy_app::{App, Plugin};
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Plugin` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Entity` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:7:26
[INFO] [stdout]    |
[INFO] [stdout] 7  |     prelude::{Component, Entity, EventReader},
[INFO] [stdout]    |                          ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Entity` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `EventReader` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:7:34
[INFO] [stdout]    |
[INFO] [stdout] 7  |     prelude::{Component, Entity, EventReader},
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `EventReader` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `With` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:8:26
[INFO] [stdout]    |
[INFO] [stdout] 8  |     query::{ROQueryItem, With},
[INFO] [stdout]    |                          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `With` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `IntoSystemConfigs` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 9  |     schedule::IntoSystemConfigs,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `IntoSystemConfigs` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `FromWorld` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world::{FromWorld, World},
[INFO] [stdout]    |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `FromWorld` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `World` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world::{FromWorld, World},
[INFO] [stdout]    |                        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `World` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ExtractComponentPlugin` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     extract_component::ExtractComponentPlugin,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `ExtractComponentPlugin` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Image` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:22:43
[INFO] [stdout]    |
[INFO] [stdout] 22 |     texture::{BevyDefault, FallbackImage, Image},
[INFO] [stdout]    |                                           ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `Image` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RenderApp` is imported redundantly
[INFO] [stdout]   --> src/render/ui_material_pipeline.rs:24:39
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Extract, ExtractSchedule, Render, RenderApp, RenderSet,
[INFO] [stdout]    |                                       ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | use crate::*;
[INFO] [stdout]    |     -------- the item `RenderApp` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BindGroupEntries` is imported redundantly
[INFO] [stdout]   --> src/render/mod.rs:9:19
[INFO] [stdout]    |
[INFO] [stdout] 9  | use bevy_render::{render_resource::BindGroupEntries, ExtractSchedule, Render};
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     render_resource::*,
[INFO] [stdout]    |     ------------------ the item `BindGroupEntries` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bevy_asset::Assets`
[INFO] [stdout]   --> src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | use bevy_asset::Assets;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `texture::Image`
[INFO] [stdout]   --> src/lib.rs:53:62
[INFO] [stdout]    |
[INFO] [stdout] 53 | use bevy_render::{extract_component::ExtractComponentPlugin, texture::Image, RenderApp};
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bevy_asset::Assets`
[INFO] [stdout]   --> src/lib.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | use bevy_asset::Assets;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `texture::Image`
[INFO] [stdout]   --> src/lib.rs:53:62
[INFO] [stdout]    |
[INFO] [stdout] 53 | use bevy_render::{extract_component::ExtractComponentPlugin, texture::Image, RenderApp};
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bevy_math::Vec3Swizzles`
[INFO] [stdout]   --> src/render/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use bevy_math::Vec3Swizzles;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bevy_math::Vec3Swizzles`
[INFO] [stdout]   --> src/render/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use bevy_math::Vec3Swizzles;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.58s
[INFO] running `Command { std: "docker" "inspect" "166f7cc8762098a79c814f658260fb75e88c51591e660f75095d09865030689e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "166f7cc8762098a79c814f658260fb75e88c51591e660f75095d09865030689e", kill_on_drop: false }`
[INFO] [stdout] 166f7cc8762098a79c814f658260fb75e88c51591e660f75095d09865030689e
