[INFO] fetching crate simplecs 0.1.2... [INFO] testing simplecs-0.1.2 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate simplecs 0.1.2 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate simplecs 0.1.2 [INFO] finished tweaking crates.io crate simplecs 0.1.2 [INFO] tweaked toml for crates.io crate simplecs 0.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate simplecs 0.1.2 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate simplecs 0.1.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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad3330952427e4f7cf024e55a4674a9e9b2488a437c454fc25e7b8cc7d5204ab [INFO] running `Command { std: "docker" "start" "-a" "ad3330952427e4f7cf024e55a4674a9e9b2488a437c454fc25e7b8cc7d5204ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad3330952427e4f7cf024e55a4674a9e9b2488a437c454fc25e7b8cc7d5204ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad3330952427e4f7cf024e55a4674a9e9b2488a437c454fc25e7b8cc7d5204ab", kill_on_drop: false }` [INFO] [stdout] ad3330952427e4f7cf024e55a4674a9e9b2488a437c454fc25e7b8cc7d5204ab [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebdcc0548652ff877df88f17047563ad7e06589e7fc0670c0735e0ceb721b4c1 [INFO] running `Command { std: "docker" "start" "-a" "ebdcc0548652ff877df88f17047563ad7e06589e7fc0670c0735e0ceb721b4c1", kill_on_drop: false }` [INFO] [stderr] Compiling simplecs_derive v0.1.0 [INFO] [stderr] Compiling simplecs v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Component` and `query` [INFO] [stdout] --> src/query.rs:3:40 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{components::ComponentList, query, storage::ComponentStorage, Component}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | impl<$first: Component> crate::ComponentList for $first { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `Command { std: "docker" "inspect" "ebdcc0548652ff877df88f17047563ad7e06589e7fc0670c0735e0ceb721b4c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebdcc0548652ff877df88f17047563ad7e06589e7fc0670c0735e0ceb721b4c1", kill_on_drop: false }` [INFO] [stdout] ebdcc0548652ff877df88f17047563ad7e06589e7fc0670c0735e0ceb721b4c1 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f041bc91b78f08a3e93fb355e73716bf99b3cff2b1dde30bfd01d5110ffd3c33 [INFO] running `Command { std: "docker" "start" "-a" "f041bc91b78f08a3e93fb355e73716bf99b3cff2b1dde30bfd01d5110ffd3c33", kill_on_drop: false }` [INFO] [stdout] warning: unused imports: `Component` and `query` [INFO] [stdout] --> src/query.rs:3:40 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{components::ComponentList, query, storage::ComponentStorage, Component}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling simplecs v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | impl<$first: Component> crate::ComponentList for $first { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Component` and `query` [INFO] [stdout] --> src/query.rs:3:40 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{components::ComponentList, query, storage::ComponentStorage, Component}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/components.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | impl<$first: Component> crate::ComponentList for $first { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `ComponentList` is not local [INFO] [stdout] | [INFO] [stdout] ::: src/storage.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn new() -> Self { [INFO] [stdout] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stdout] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `Command { std: "docker" "inspect" "f041bc91b78f08a3e93fb355e73716bf99b3cff2b1dde30bfd01d5110ffd3c33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f041bc91b78f08a3e93fb355e73716bf99b3cff2b1dde30bfd01d5110ffd3c33", kill_on_drop: false }` [INFO] [stdout] f041bc91b78f08a3e93fb355e73716bf99b3cff2b1dde30bfd01d5110ffd3c33 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d4092c72d673f7ee0b82baa0451952a922f1eacc13da7a28d15d3b4b516e8ee9 [INFO] running `Command { std: "docker" "start" "-a" "d4092c72d673f7ee0b82baa0451952a922f1eacc13da7a28d15d3b4b516e8ee9", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `Component` and `query` [INFO] [stdout] [INFO] [stderr] --> src/query.rs:3:40 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 3 | use crate::{components::ComponentList, query, storage::ComponentStorage, Component}; [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/components.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `ComponentList` is not local [INFO] [stderr] | [INFO] [stderr] ::: src/storage.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn new() -> Self { [INFO] [stderr] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stderr] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stderr] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/components.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | impl<$first: Component, $($rest: Component),*> crate::ComponentList for ($first, $($rest),*) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `ComponentList` is not local [INFO] [stderr] | [INFO] [stderr] ::: src/storage.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn new() -> Self { [INFO] [stderr] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stderr] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/components.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | impl<$first: Component> crate::ComponentList for $first { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^--------------------^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | `ComponentList` is not local [INFO] [stderr] | [INFO] [stderr] ::: src/storage.rs:63:5 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn new() -> Self { [INFO] [stderr] | -------------------- move the `impl` block outside of this associated function `new` [INFO] [stderr] 64 | component_list!(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the macro `component_list` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: this warning originates in the macro `component_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `simplecs` (lib) generated 13 warnings (9 duplicates) (run `cargo fix --lib -p simplecs` to apply 1 suggestion) [INFO] [stderr] warning: `simplecs` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simplecs-0b6aa67f4f6c49eb) [INFO] [stderr] Doc-tests simplecs [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 24) ... FAILED [INFO] [stdout] test src/lib.rs - (line 74) ... FAILED [INFO] [stdout] test src/lib.rs - (line 68) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 24) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found keyword `struct` [INFO] [stdout] --> src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 2 | W [INFO] [stdout] | - expected one of `!` or `::` [INFO] [stdout] 3 | struct Position(f32, f32); [INFO] [stdout] | ^^^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 74) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `storage` in this scope [INFO] [stdout] --> src/lib.rs:75:11 [INFO] [stdout] | [INFO] [stdout] 3 | let ids = storage.query::<(With<(Position, Velocity)>, Without)>(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] error[E0412]: cannot find type `With` in this scope [INFO] [stdout] --> src/lib.rs:75:28 [INFO] [stdout] | [INFO] [stdout] 3 | let ids = storage.query::<(With<(Position, Velocity)>, Without)>(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use simplecs::With; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Position` in this scope [INFO] [stdout] --> src/lib.rs:75:34 [INFO] [stdout] | [INFO] [stdout] 3 | let ids = storage.query::<(With<(Position, Velocity)>, Without)>(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_74_0() { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Velocity` in this scope [INFO] [stdout] --> src/lib.rs:75:44 [INFO] [stdout] | [INFO] [stdout] 3 | let ids = storage.query::<(With<(Position, Velocity)>, Without)>(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_74_0() { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Without` in this scope [INFO] [stdout] --> src/lib.rs:75:56 [INFO] [stdout] | [INFO] [stdout] 3 | let ids = storage.query::<(With<(Position, Velocity)>, Without)>(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use simplecs::Without; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Health` in this scope [INFO] [stdout] --> src/lib.rs:75:64 [INFO] [stdout] | [INFO] [stdout] 3 | let ids = storage.query::<(With<(Position, Velocity)>, Without)>(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_74_0() { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 68) stdout ---- [INFO] [stdout] error: cannot find macro `component_list` in this scope [INFO] [stdout] --> src/lib.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 3 | component_list!(A, B, C, D, E, F); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] | [INFO] [stdout] 2 + use simplecs::component_list; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 24) [INFO] [stdout] src/lib.rs - (line 68) [INFO] [stdout] src/lib.rs - (line 74) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.35s; merged doctests compilation took 0.12s [INFO] running `Command { std: "docker" "inspect" "d4092c72d673f7ee0b82baa0451952a922f1eacc13da7a28d15d3b4b516e8ee9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4092c72d673f7ee0b82baa0451952a922f1eacc13da7a28d15d3b4b516e8ee9", kill_on_drop: false }` [INFO] [stdout] d4092c72d673f7ee0b82baa0451952a922f1eacc13da7a28d15d3b4b516e8ee9