[INFO] fetching crate static_ecs 0.1.0... [INFO] checking static_ecs-0.1.0 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate static_ecs 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate static_ecs 0.1.0 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a21877b3a16d51cf263c67e73c366808001823f394e982cb75637abd993f23c2 [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" "a21877b3a16d51cf263c67e73c366808001823f394e982cb75637abd993f23c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a21877b3a16d51cf263c67e73c366808001823f394e982cb75637abd993f23c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a21877b3a16d51cf263c67e73c366808001823f394e982cb75637abd993f23c2", kill_on_drop: false }` [INFO] [stdout] a21877b3a16d51cf263c67e73c366808001823f394e982cb75637abd993f23c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12d0bfb640760be0472dc827b36bd133a7bab2e34bb9b3859ec2d6ae89ee05fb [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" "12d0bfb640760be0472dc827b36bd133a7bab2e34bb9b3859ec2d6ae89ee05fb", 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: 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 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: 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.29s [INFO] running `Command { std: "docker" "inspect" "12d0bfb640760be0472dc827b36bd133a7bab2e34bb9b3859ec2d6ae89ee05fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12d0bfb640760be0472dc827b36bd133a7bab2e34bb9b3859ec2d6ae89ee05fb", kill_on_drop: false }` [INFO] [stdout] 12d0bfb640760be0472dc827b36bd133a7bab2e34bb9b3859ec2d6ae89ee05fb