[INFO] cloning repository https://github.com/Rylans-Game/ecs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Rylans-Game/ecs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRylans-Game%2Fecs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRylans-Game%2Fecs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e2044568bebf697f7ba7cb540c0e60b1a18946cd
[INFO] checking Rylans-Game/ecs against master#035b01b794602d5861daa43ac792f372f8981ed7 for 152214-denied-retry-0
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRylans-Game%2Fecs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Rylans-Game/ecs
[INFO] finished tweaking git repo https://github.com/Rylans-Game/ecs
[INFO] tweaked toml for git repo https://github.com/Rylans-Game/ecs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Rylans-Game/ecs on toolchain 035b01b794602d5861daa43ac792f372f8981ed7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Rylans-Game/ecs 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" "+035b01b794602d5861daa43ac792f372f8981ed7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror v1.0.49
[INFO] [stderr]   Downloaded thiserror-impl v1.0.49
[INFO] [stderr]   Downloaded stdext v0.3.1
[INFO] [stderr]   Downloaded quote v1.0.33
[INFO] [stderr]   Downloaded anyhow v1.0.75
[INFO] [stderr]   Downloaded indexmap v2.0.2
[INFO] [stderr]   Downloaded proc-macro2 v1.0.68
[INFO] [stderr]   Downloaded hashbrown v0.14.1
[INFO] [stderr]   Downloaded syn v2.0.38
[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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 422dde6cd72538a67c9a08d8e22d061d8bacbda9739aed79d000dfda7e4a46b9
[INFO] running `Command { std: "docker" "start" "-a" "422dde6cd72538a67c9a08d8e22d061d8bacbda9739aed79d000dfda7e4a46b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "422dde6cd72538a67c9a08d8e22d061d8bacbda9739aed79d000dfda7e4a46b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "422dde6cd72538a67c9a08d8e22d061d8bacbda9739aed79d000dfda7e4a46b9", kill_on_drop: false }`
[INFO] [stdout] 422dde6cd72538a67c9a08d8e22d061d8bacbda9739aed79d000dfda7e4a46b9
[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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54887680dea2a428122fa59ab2088e9b086d39ea56726400415ee25d7de8d167
[INFO] running `Command { std: "docker" "start" "-a" "54887680dea2a428122fa59ab2088e9b086d39ea56726400415ee25d7de8d167", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling proc-macro2 v1.0.68
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking hashbrown v0.14.1
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking stdext v0.3.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]     Checking indexmap v2.0.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]     Checking rylans-ecs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/ecs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::marker::PhantomData`
[INFO] [stdout]  --> src/params.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::marker::PhantomData;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Component`
[INFO] [stdout]  --> src/params.rs:6:31
[INFO] [stdout]   |
[INFO] [stdout] 6 | use super::handle::{Resource, Component};
[INFO] [stdout]   |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::error::Trace`
[INFO] [stdout]  --> src/systems.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use super::error::Trace;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::anon::Anon`
[INFO] [stdout]  --> src/query.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::anon::Anon;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Mutex`
[INFO] [stdout]  --> src/archetypes.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::sync::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `anyhow`
[INFO] [stdout]  --> src/archetypes.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | use anyhow::{Result, anyhow};
[INFO] [stdout]   |              ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NO_DROP`
[INFO] [stdout]   --> src/archetypes.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | use super::table::{DO_DROP, NO_DROP};
[INFO] [stdout]    |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/archetypes.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |             /// Fast lookup for inserting Archetypes into Tables. 
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 32 |             archetypes: BTreeMap::new(),
[INFO] [stdout]    |             --------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/archetypes.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 | /             /// Command Queue. Commands can be submitted and stored
[INFO] [stdout] 35 | |             /// here before being processed. 
[INFO] [stdout]    | |_____________________________________________^
[INFO] [stdout] 36 |               commands: Commands::null(),
[INFO] [stdout]    |               -------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/archetypes.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 | /             /// Stores the tables, which stores the components
[INFO] [stdout] 39 | |             /// for a specific archetype. 
[INFO] [stdout]    | |__________________________________________^
[INFO] [stdout] 40 |               tables: Vec::new(),
[INFO] [stdout]    |               ------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/archetypes.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 | /             /// Cache for storing archetypes that are parents
[INFO] [stdout] 43 | |             /// of Queries. Updated whenever a new table is allocated. 
[INFO] [stdout]    | |_______________________________________________________________________^
[INFO] [stdout] 44 |               cache: QueryCache::new(),
[INFO] [stdout]    |               ------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NO_DROP`
[INFO] [stdout]  --> src/commands.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 | use super::table::{DO_DROP, NO_DROP};
[INFO] [stdout]   |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/ecs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::marker::PhantomData`
[INFO] [stdout]  --> src/params.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::marker::PhantomData;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Component`
[INFO] [stdout]  --> src/params.rs:6:31
[INFO] [stdout]   |
[INFO] [stdout] 6 | use super::handle::{Resource, Component};
[INFO] [stdout]   |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::error::Trace`
[INFO] [stdout]  --> src/systems.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use super::error::Trace;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::anon::Anon`
[INFO] [stdout]  --> src/query.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::anon::Anon;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Mutex`
[INFO] [stdout]  --> src/archetypes.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::sync::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Result` and `anyhow`
[INFO] [stdout]  --> src/archetypes.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | use anyhow::{Result, anyhow};
[INFO] [stdout]   |              ^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NO_DROP`
[INFO] [stdout]   --> src/archetypes.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | use super::table::{DO_DROP, NO_DROP};
[INFO] [stdout]    |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/archetypes.rs:31:13
[INFO] [stdout]    |
[INFO] [stdout] 31 |             /// Fast lookup for inserting Archetypes into Tables. 
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 32 |             archetypes: BTreeMap::new(),
[INFO] [stdout]    |             --------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/archetypes.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 | /             /// Command Queue. Commands can be submitted and stored
[INFO] [stdout] 35 | |             /// here before being processed. 
[INFO] [stdout]    | |_____________________________________________^
[INFO] [stdout] 36 |               commands: Commands::null(),
[INFO] [stdout]    |               -------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/archetypes.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 | /             /// Stores the tables, which stores the components
[INFO] [stdout] 39 | |             /// for a specific archetype. 
[INFO] [stdout]    | |__________________________________________^
[INFO] [stdout] 40 |               tables: Vec::new(),
[INFO] [stdout]    |               ------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/archetypes.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 | /             /// Cache for storing archetypes that are parents
[INFO] [stdout] 43 | |             /// of Queries. Updated whenever a new table is allocated. 
[INFO] [stdout]    | |_______________________________________________________________________^
[INFO] [stdout] 44 |               cache: QueryCache::new(),
[INFO] [stdout]    |               ------------------------ rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NO_DROP`
[INFO] [stdout]  --> src/commands.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 | use super::table::{DO_DROP, NO_DROP};
[INFO] [stdout]   |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/ptr.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         unsafe { &self.val as *const T as *mut T }
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/ptr.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         unsafe { &self.val as *const T as *mut T }
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ecs`
[INFO] [stdout]   --> src/params.rs:43:38
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn access(v: &mut Vec<Accessor>, ecs: Ptr<Ecs>) -> Trace<()> {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_ecs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ecs`
[INFO] [stdout]   --> src/params.rs:81:38
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn access(v: &mut Vec<Accessor>, ecs: Ptr<Ecs>) -> Trace<()> {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_ecs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ecs`
[INFO] [stdout]   --> src/params.rs:43:38
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn access(v: &mut Vec<Accessor>, ecs: Ptr<Ecs>) -> Trace<()> {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_ecs`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ecs`
[INFO] [stdout]   --> src/params.rs:81:38
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn access(v: &mut Vec<Accessor>, ecs: Ptr<Ecs>) -> Trace<()> {
[INFO] [stdout]    |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_ecs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ecs`
[INFO] [stdout]    --> src/commands.rs:162:38
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn access(_: &mut Vec<Accessor>, ecs: Ptr<Ecs>) -> Trace<()> {
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_ecs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ecs`
[INFO] [stdout]    --> src/commands.rs:162:38
[INFO] [stdout]     |
[INFO] [stdout] 162 |     fn access(_: &mut Vec<Accessor>, ecs: Ptr<Ecs>) -> Trace<()> {
[INFO] [stdout]     |                                      ^^^ help: if this is intentional, prefix it with an underscore: `_ecs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ecs` is never read
[INFO] [stdout]   --> src/query.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Query<Q: IntoQuery> {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 24 |     ecs: Ptr<Ecs>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/handle.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 |         unsafe { &mut ID }
[INFO] [stdout]    |                  ^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 12 |         unsafe { &raw mut ID }
[INFO] [stdout]    |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `ecs` is never read
[INFO] [stdout]   --> src/query.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Query<Q: IntoQuery> {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 24 |     ecs: Ptr<Ecs>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/handle.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 |         unsafe { &mut ID }
[INFO] [stdout]    |                  ^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 12 |         unsafe { &raw mut ID }
[INFO] [stdout]    |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
[INFO] running `Command { std: "docker" "inspect" "54887680dea2a428122fa59ab2088e9b086d39ea56726400415ee25d7de8d167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54887680dea2a428122fa59ab2088e9b086d39ea56726400415ee25d7de8d167", kill_on_drop: false }`
[INFO] [stdout] 54887680dea2a428122fa59ab2088e9b086d39ea56726400415ee25d7de8d167
