[INFO] fetching crate pixels-graphics-lib 0.20.2... [INFO] checking pixels-graphics-lib-0.20.2 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate pixels-graphics-lib 0.20.2 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate pixels-graphics-lib 0.20.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate pixels-graphics-lib 0.20.2 [INFO] tweaked toml for crates.io crate pixels-graphics-lib 0.20.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pixels-graphics-lib 0.20.2 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate pixels-graphics-lib 0.20.2 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d5ec55a0d3ae6c92cf147b8c82a476464b841e2a48b075796748c7ee32f96eb [INFO] running `Command { std: "docker" "start" "-a" "9d5ec55a0d3ae6c92cf147b8c82a476464b841e2a48b075796748c7ee32f96eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d5ec55a0d3ae6c92cf147b8c82a476464b841e2a48b075796748c7ee32f96eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d5ec55a0d3ae6c92cf147b8c82a476464b841e2a48b075796748c7ee32f96eb", kill_on_drop: false }` [INFO] [stdout] 9d5ec55a0d3ae6c92cf147b8c82a476464b841e2a48b075796748c7ee32f96eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f63d974e3a71b91891ea72d7457d0f1148be79a805eca102fa20adc3c9bdb90 [INFO] running `Command { std: "docker" "start" "-a" "3f63d974e3a71b91891ea72d7457d0f1148be79a805eca102fa20adc3c9bdb90", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling cpal v0.14.2 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling audio-engine v0.4.5 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking hound v3.5.1 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking gcd v2.3.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking ogg v0.8.0 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Checking rustc-hash v2.0.0 [INFO] [stderr] Checking fastrand v2.1.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking lewton v0.10.2 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Checking nix v0.23.2 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Checking screen_size v0.1.0 [INFO] [stderr] Checking alsa v0.6.0 [INFO] [stderr] Checking ici-files v0.4.0 [INFO] [stderr] Checking graphics-shapes v0.4.4 [INFO] [stderr] Checking buffer-graphics-lib v0.19.0 [INFO] [stderr] Checking simple-game-utils v0.5.2 [INFO] [stderr] Checking pixels-graphics-lib v0.20.2 (/opt/rustwide/workdir) [INFO] [stdout] error: You must pick one windowing feature either pixels or softbuffer [INFO] [stdout] --> src/lib.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | compile_error!("You must pick one windowing feature either pixels or softbuffer"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: You must pick one windowing feature either pixels or softbuffer [INFO] [stdout] --> src/lib.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | compile_error!("You must pick one windowing feature either pixels or softbuffer"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/scenes.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winit::event::MouseButton; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/scenes.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winit::keyboard::KeyCode; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/scenes.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::window::Window; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::prelude::winit` [INFO] [stdout] --> src/ui/text_field.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::winit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `winit` in `prelude` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(feature = "pixels")] [INFO] [stdout] | ------------------ the item is gated behind the `pixels` feature [INFO] [stdout] 85 | pub use winit_29 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 86 | #[cfg(feature = "softbuffer")] [INFO] [stdout] | ---------------------- the item is gated behind the `softbuffer` feature [INFO] [stdout] 87 | pub use winit_30 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/window_prefs.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winit::dpi::{PhysicalPosition, PhysicalSize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/window_prefs.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winit::window::Window; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::prelude::winit` [INFO] [stdout] --> src/utilities.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::winit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `winit` in `prelude` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(feature = "pixels")] [INFO] [stdout] | ------------------ the item is gated behind the `pixels` feature [INFO] [stdout] 85 | pub use winit_29 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 86 | #[cfg(feature = "softbuffer")] [INFO] [stdout] | ---------------------- the item is gated behind the `softbuffer` feature [INFO] [stdout] 87 | pub use winit_30 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/lib.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | pub use winit::event::MouseButton; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/lib.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | pub use winit::keyboard::KeyCode; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/lib.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | pub use winit::window::Window; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::prelude::winit` [INFO] [stdout] --> src/lib.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | use crate::prelude::{winit, Coord, ALL_KEYS}; [INFO] [stdout] | ^^^^^ no `winit` in `prelude` [INFO] [stdout] | [INFO] [stdout] = note: unresolved item `crate::utilities::virtual_key_codes::winit` exists but is inaccessible [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(feature = "pixels")] [INFO] [stdout] | ------------------ the item is gated behind the `pixels` feature [INFO] [stdout] 85 | pub use winit_29 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 86 | #[cfg(feature = "softbuffer")] [INFO] [stdout] | ---------------------- the item is gated behind the `softbuffer` feature [INFO] [stdout] 87 | pub use winit_30 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/scenes.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winit::event::MouseButton; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/scenes.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winit::keyboard::KeyCode; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/scenes.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winit::window::Window; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::prelude::winit` [INFO] [stdout] --> src/ui/text_field.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::winit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `winit` in `prelude` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(feature = "pixels")] [INFO] [stdout] | ------------------ the item is gated behind the `pixels` feature [INFO] [stdout] 85 | pub use winit_29 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 86 | #[cfg(feature = "softbuffer")] [INFO] [stdout] | ---------------------- the item is gated behind the `softbuffer` feature [INFO] [stdout] 87 | pub use winit_30 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/window_prefs.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winit::dpi::{PhysicalPosition, PhysicalSize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/window_prefs.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winit::window::Window; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::prelude::winit` [INFO] [stdout] --> src/utilities.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::winit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `winit` in `prelude` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(feature = "pixels")] [INFO] [stdout] | ------------------ the item is gated behind the `pixels` feature [INFO] [stdout] 85 | pub use winit_29 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 86 | #[cfg(feature = "softbuffer")] [INFO] [stdout] | ---------------------- the item is gated behind the `softbuffer` feature [INFO] [stdout] 87 | pub use winit_30 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/lib.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | pub use winit::event::MouseButton; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/lib.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | pub use winit::keyboard::KeyCode; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `winit` [INFO] [stdout] --> src/lib.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | pub use winit::window::Window; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `winit` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `winit`, use `cargo add winit` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::prelude::winit` [INFO] [stdout] --> src/lib.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | use crate::prelude::{winit, Coord, ALL_KEYS}; [INFO] [stdout] | ^^^^^ no `winit` in `prelude` [INFO] [stdout] | [INFO] [stdout] = note: unresolved item `crate::utilities::virtual_key_codes::winit` exists but is inaccessible [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(feature = "pixels")] [INFO] [stdout] | ------------------ the item is gated behind the `pixels` feature [INFO] [stdout] 85 | pub use winit_29 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 86 | #[cfg(feature = "softbuffer")] [INFO] [stdout] | ---------------------- the item is gated behind the `softbuffer` feature [INFO] [stdout] 87 | pub use winit_30 as winit; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::prelude::*` [INFO] [stdout] --> src/window_prefs.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::prelude::*` [INFO] [stdout] --> src/window_prefs.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/button.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/button.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/icon_button.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/icon_button.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/text_field.rs:489:5 [INFO] [stdout] | [INFO] [stdout] 489 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/toggle_button.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/toggle_icon_button.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/toggle_icon_button.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/button.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/button.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/icon_button.rs:119:5 [INFO] [stdout] | [INFO] [stdout] 119 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/icon_button.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/text_field.rs:489:5 [INFO] [stdout] | [INFO] [stdout] 489 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/toggle_button.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/toggle_icon_button.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/ui/toggle_icon_button.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in this scope [INFO] [stdout] --> src/scenes.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | run(width, height, title, system, options)?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in this scope [INFO] [stdout] --> src/scenes.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | run(width, height, title, system, options)?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pixels-graphics-lib` (lib) due to 13 previous errors; 9 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pixels-graphics-lib` (lib test) due to 13 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3f63d974e3a71b91891ea72d7457d0f1148be79a805eca102fa20adc3c9bdb90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f63d974e3a71b91891ea72d7457d0f1148be79a805eca102fa20adc3c9bdb90", kill_on_drop: false }` [INFO] [stdout] 3f63d974e3a71b91891ea72d7457d0f1148be79a805eca102fa20adc3c9bdb90