[INFO] fetching crate static_ecs 0.1.0... [INFO] checking static_ecs-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate static_ecs 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate static_ecs 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate static_ecs 0.1.0 [INFO] finished tweaking crates.io crate static_ecs 0.1.0 [INFO] tweaked toml for crates.io crate static_ecs 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09126d95d4c22e21125c33e2c423fb0aca9faeee09323c274fb79ef3071f32ad [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "09126d95d4c22e21125c33e2c423fb0aca9faeee09323c274fb79ef3071f32ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09126d95d4c22e21125c33e2c423fb0aca9faeee09323c274fb79ef3071f32ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09126d95d4c22e21125c33e2c423fb0aca9faeee09323c274fb79ef3071f32ad", kill_on_drop: false }` [INFO] [stdout] 09126d95d4c22e21125c33e2c423fb0aca9faeee09323c274fb79ef3071f32ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3566daa7fdbeae49acaf52ea408804fe6c03a4696c2a252182750d139ffe406 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d3566daa7fdbeae49acaf52ea408804fe6c03a4696c2a252182750d139ffe406", kill_on_drop: false }` [INFO] [stderr] Checking static_ecs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/typeset.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / macro_rules! inner_typeset { [INFO] [stdout] 4 | | ( $t: ty ) => { [INFO] [stdout] 5 | | ($t, ()) [INFO] [stdout] 6 | | }; [INFO] [stdout] ... | [INFO] [stdout] 9 | | }; [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/typeset.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / macro_rules! impl_typeset { [INFO] [stdout] 14 | | ( $torg:ty, $t: ty ) => { [INFO] [stdout] 15 | | pub trait TypeRef { [INFO] [stdout] 16 | | fn type_ref(&self) -> &T; [INFO] [stdout] ... | [INFO] [stdout] 58 | | }; [INFO] [stdout] 59 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/typeset.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | / macro_rules! typeset { [INFO] [stdout] 62 | | ( $i:ident { $($t:ty),+ $(,)? } ) => { [INFO] [stdout] 63 | | type $i = inner_typeset!($($t),+); [INFO] [stdout] 64 | | impl_typeset!{$i, $($t),+} [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/typeset.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | / macro_rules! typeref { [INFO] [stdout] 70 | | ( $i:ident, $t:ty ) => { [INFO] [stdout] 71 | | TypeRef::<$t>::type_ref(&$i) [INFO] [stdout] 72 | | } [INFO] [stdout] 73 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/typeset.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | / macro_rules! typerefmut { [INFO] [stdout] 76 | | ( $i:ident, $t:ty ) => { [INFO] [stdout] 77 | | TypeRefMut::<$t>::type_ref_mut(&mut $i) [INFO] [stdout] 78 | | } [INFO] [stdout] 79 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/typeset.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | / macro_rules! typeref { [INFO] [stdout] 70 | | ( $i:ident, $t:ty ) => { [INFO] [stdout] 71 | | TypeRef::<$t>::type_ref(&$i) [INFO] [stdout] 72 | | } [INFO] [stdout] 73 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/typeset.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | / macro_rules! typerefmut { [INFO] [stdout] 76 | | ( $i:ident, $t:ty ) => { [INFO] [stdout] 77 | | TypeRefMut::<$t>::type_ref_mut(&mut $i) [INFO] [stdout] 78 | | } [INFO] [stdout] 79 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/component.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn new(entity_id: EntityID, inner: T) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push` [INFO] [stdout] --> src/component.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn push(&mut self, entity_id: EntityID, item: T) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> src/component.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn get_mut(&mut self, entity_id: EntityID) -> Option<&mut T> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter` [INFO] [stdout] --> src/component.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn iter(&self) -> ComponentIter { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_mut` [INFO] [stdout] --> src/component.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn iter_mut(&mut self) -> ComponentIterMut { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zip_entity` [INFO] [stdout] --> src/component.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn zip_entity(self, other: &'a CContainer) -> ZipEntity<'a, T, U> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zip_entity2` [INFO] [stdout] --> src/component.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn zip_entity2( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zip_entity` [INFO] [stdout] --> src/component.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn zip_entity(self, other: &'a CContainer) -> ZipEntityMut<'a, T, U> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zip_entity2` [INFO] [stdout] --> src/component.rs:122:12 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn zip_entity2( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zip_entity3` [INFO] [stdout] --> src/component.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn zip_entity3( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/lib.rs:97:42 [INFO] [stdout] | [INFO] [stdout] 97 | system!( a; i32; f32, u32; |(_,i,f,u)|{ (1,*i) }); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `u` [INFO] [stdout] --> src/lib.rs:97:44 [INFO] [stdout] | [INFO] [stdout] 97 | system!( a; i32; f32, u32; |(_,i,f,u)|{ (1,*i) }); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_u` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter_mut` [INFO] [stdout] --> src/component.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn iter_mut(&mut self) -> ComponentIterMut { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zip_entity` [INFO] [stdout] --> src/component.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn zip_entity(self, other: &'a CContainer) -> ZipEntity<'a, T, U> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zip_entity` [INFO] [stdout] --> src/component.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn zip_entity(self, other: &'a CContainer) -> ZipEntityMut<'a, T, U> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zip_entity2` [INFO] [stdout] --> src/component.rs:122:12 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn zip_entity2( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zip_entity3` [INFO] [stdout] --> src/component.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn zip_entity3( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "d3566daa7fdbeae49acaf52ea408804fe6c03a4696c2a252182750d139ffe406", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3566daa7fdbeae49acaf52ea408804fe6c03a4696c2a252182750d139ffe406", kill_on_drop: false }` [INFO] [stdout] d3566daa7fdbeae49acaf52ea408804fe6c03a4696c2a252182750d139ffe406