Sep 21 08:10:47.470 INFO checking jungle-0.1.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 08:10:47.471 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 08:10:47.471 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:10:47.627 INFO blam! 758b79f45687dd5f84927218f2ca52810320bd6531b36bb13c3b86162a101a58 Sep 21 08:10:47.638 INFO running `"docker" "start" "-a" "758b79f45687dd5f84927218f2ca52810320bd6531b36bb13c3b86162a101a58"` Sep 21 08:10:48.273 INFO kablam! usermod: no changes Sep 21 08:10:48.316 INFO kablam! Checking generic-array v0.5.1 Sep 21 08:10:48.690 INFO kablam! Checking jungle v0.1.1 (/source) Sep 21 08:10:48.934 INFO kablam! warning: field is never used: `value` Sep 21 08:10:48.934 INFO kablam! --> src/tree.rs:26:2 Sep 21 08:10:48.934 INFO kablam! | Sep 21 08:10:48.934 INFO kablam! 26 | value: T, Sep 21 08:10:48.934 INFO kablam! | ^^^^^^^^ Sep 21 08:10:48.934 INFO kablam! | Sep 21 08:10:48.934 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 08:10:48.934 INFO kablam! Sep 21 08:10:48.934 INFO kablam! warning: field is never used: `parent` Sep 21 08:10:48.934 INFO kablam! --> src/tree.rs:27:2 Sep 21 08:10:48.934 INFO kablam! | Sep 21 08:10:48.934 INFO kablam! 27 | parent: NodePointer, Sep 21 08:10:48.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:48.934 INFO kablam! Sep 21 08:10:48.934 INFO kablam! warning: field is never used: `children` Sep 21 08:10:48.934 INFO kablam! --> src/tree.rs:28:2 Sep 21 08:10:48.934 INFO kablam! | Sep 21 08:10:48.934 INFO kablam! 28 | children: GenericArray,N> Sep 21 08:10:48.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:48.934 INFO kablam! Sep 21 08:10:48.934 INFO kablam! warning: method is never used: `new` Sep 21 08:10:48.934 INFO kablam! --> src/tree.rs:33:5 Sep 21 08:10:48.934 INFO kablam! | Sep 21 08:10:48.934 INFO kablam! 33 | fn new(value: T) -> Self{ Sep 21 08:10:48.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:48.934 INFO kablam! Sep 21 08:10:48.934 INFO kablam! warning: struct is never constructed: `Tree` Sep 21 08:10:48.934 INFO kablam! --> src/tree.rs:42:1 Sep 21 08:10:48.934 INFO kablam! | Sep 21 08:10:48.934 INFO kablam! 42 | struct Tree>>(NodePointer); Sep 21 08:10:48.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:48.934 INFO kablam! Sep 21 08:10:48.934 INFO kablam! warning: method is never used: `new` Sep 21 08:10:48.934 INFO kablam! --> src/tree.rs:47:2 Sep 21 08:10:48.934 INFO kablam! | Sep 21 08:10:48.934 INFO kablam! 47 | fn new(value: T) -> Self { Sep 21 08:10:48.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:48.934 INFO kablam! Sep 21 08:10:48.934 INFO kablam! warning: method is never used: `parent` Sep 21 08:10:48.934 INFO kablam! --> src/tree.rs:51:2 Sep 21 08:10:48.934 INFO kablam! | Sep 21 08:10:48.934 INFO kablam! 51 | fn parent(&mut self) -> bool{ Sep 21 08:10:48.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:48.934 INFO kablam! Sep 21 08:10:48.934 INFO kablam! warning: method is never used: `child` Sep 21 08:10:48.934 INFO kablam! --> src/tree.rs:61:2 Sep 21 08:10:48.934 INFO kablam! | Sep 21 08:10:48.934 INFO kablam! 61 | fn child(&mut self, child: usize) -> bool { Sep 21 08:10:48.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:48.934 INFO kablam! Sep 21 08:10:49.050 INFO kablam! warning: field is never used: `value` Sep 21 08:10:49.050 INFO kablam! --> src/tree.rs:26:2 Sep 21 08:10:49.050 INFO kablam! | Sep 21 08:10:49.050 INFO kablam! 26 | value: T, Sep 21 08:10:49.050 INFO kablam! | ^^^^^^^^ Sep 21 08:10:49.050 INFO kablam! | Sep 21 08:10:49.050 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 08:10:49.050 INFO kablam! Sep 21 08:10:49.050 INFO kablam! warning: field is never used: `parent` Sep 21 08:10:49.050 INFO kablam! --> src/tree.rs:27:2 Sep 21 08:10:49.050 INFO kablam! | Sep 21 08:10:49.050 INFO kablam! 27 | parent: NodePointer, Sep 21 08:10:49.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:49.050 INFO kablam! Sep 21 08:10:49.050 INFO kablam! warning: field is never used: `children` Sep 21 08:10:49.050 INFO kablam! --> src/tree.rs:28:2 Sep 21 08:10:49.050 INFO kablam! | Sep 21 08:10:49.050 INFO kablam! 28 | children: GenericArray,N> Sep 21 08:10:49.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:49.050 INFO kablam! Sep 21 08:10:49.050 INFO kablam! warning: method is never used: `new` Sep 21 08:10:49.050 INFO kablam! --> src/tree.rs:33:5 Sep 21 08:10:49.050 INFO kablam! | Sep 21 08:10:49.050 INFO kablam! 33 | fn new(value: T) -> Self{ Sep 21 08:10:49.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:49.050 INFO kablam! Sep 21 08:10:49.050 INFO kablam! warning: struct is never constructed: `Tree` Sep 21 08:10:49.050 INFO kablam! --> src/tree.rs:42:1 Sep 21 08:10:49.050 INFO kablam! | Sep 21 08:10:49.050 INFO kablam! 42 | struct Tree>>(NodePointer); Sep 21 08:10:49.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:49.050 INFO kablam! Sep 21 08:10:49.050 INFO kablam! warning: method is never used: `new` Sep 21 08:10:49.050 INFO kablam! --> src/tree.rs:47:2 Sep 21 08:10:49.050 INFO kablam! | Sep 21 08:10:49.051 INFO kablam! 47 | fn new(value: T) -> Self { Sep 21 08:10:49.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:49.051 INFO kablam! Sep 21 08:10:49.051 INFO kablam! warning: method is never used: `parent` Sep 21 08:10:49.051 INFO kablam! --> src/tree.rs:51:2 Sep 21 08:10:49.051 INFO kablam! | Sep 21 08:10:49.051 INFO kablam! 51 | fn parent(&mut self) -> bool{ Sep 21 08:10:49.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:49.051 INFO kablam! Sep 21 08:10:49.051 INFO kablam! warning: method is never used: `child` Sep 21 08:10:49.051 INFO kablam! --> src/tree.rs:61:2 Sep 21 08:10:49.051 INFO kablam! | Sep 21 08:10:49.051 INFO kablam! 61 | fn child(&mut self, child: usize) -> bool { Sep 21 08:10:49.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:10:49.051 INFO kablam! Sep 21 08:10:49.089 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Sep 21 08:10:49.093 INFO kablam! su: No module specific data is present Sep 21 08:10:49.666 INFO running `"docker" "rm" "-f" "758b79f45687dd5f84927218f2ca52810320bd6531b36bb13c3b86162a101a58"` Sep 21 08:10:49.734 INFO blam! 758b79f45687dd5f84927218f2ca52810320bd6531b36bb13c3b86162a101a58