Oct 27 20:12:20.110 INFO checking jungle-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 20:12:20.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 20:12:20.450 INFO blam! d6d3532533834f92529135418cb2723871c0b332b409886da76290f84a884b30 Oct 27 20:12:20.453 INFO running `"docker" "start" "-a" "d6d3532533834f92529135418cb2723871c0b332b409886da76290f84a884b30"` Oct 27 20:12:21.495 INFO kablam! usermod: no changes Oct 27 20:12:21.635 INFO kablam! Checking jungle v0.1.1 (/source) Oct 27 20:12:22.787 INFO kablam! warning: field is never used: `value` Oct 27 20:12:22.788 INFO kablam! --> src/tree.rs:26:2 Oct 27 20:12:22.789 INFO kablam! | Oct 27 20:12:22.789 INFO kablam! 26 | value: T, Oct 27 20:12:22.790 INFO kablam! | ^^^^^^^^ Oct 27 20:12:22.790 INFO kablam! | Oct 27 20:12:22.791 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 20:12:22.792 INFO kablam! Oct 27 20:12:22.792 INFO kablam! warning: field is never used: `parent` Oct 27 20:12:22.793 INFO kablam! --> src/tree.rs:27:2 Oct 27 20:12:22.793 INFO kablam! | Oct 27 20:12:22.794 INFO kablam! 27 | parent: NodePointer, Oct 27 20:12:22.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.795 INFO kablam! Oct 27 20:12:22.796 INFO kablam! warning: field is never used: `children` Oct 27 20:12:22.796 INFO kablam! --> src/tree.rs:28:2 Oct 27 20:12:22.797 INFO kablam! | Oct 27 20:12:22.798 INFO kablam! 28 | children: GenericArray,N> Oct 27 20:12:22.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.798 INFO kablam! Oct 27 20:12:22.798 INFO kablam! warning: method is never used: `new` Oct 27 20:12:22.798 INFO kablam! --> src/tree.rs:33:5 Oct 27 20:12:22.798 INFO kablam! | Oct 27 20:12:22.798 INFO kablam! 33 | fn new(value: T) -> Self{ Oct 27 20:12:22.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.800 INFO kablam! Oct 27 20:12:22.800 INFO kablam! warning: struct is never constructed: `Tree` Oct 27 20:12:22.800 INFO kablam! --> src/tree.rs:42:1 Oct 27 20:12:22.800 INFO kablam! | Oct 27 20:12:22.800 INFO kablam! 42 | struct Tree>>(NodePointer); Oct 27 20:12:22.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.800 INFO kablam! Oct 27 20:12:22.800 INFO kablam! warning: method is never used: `new` Oct 27 20:12:22.800 INFO kablam! --> src/tree.rs:47:2 Oct 27 20:12:22.800 INFO kablam! | Oct 27 20:12:22.800 INFO kablam! 47 | fn new(value: T) -> Self { Oct 27 20:12:22.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.801 INFO kablam! Oct 27 20:12:22.801 INFO kablam! warning: method is never used: `parent` Oct 27 20:12:22.801 INFO kablam! --> src/tree.rs:51:2 Oct 27 20:12:22.801 INFO kablam! | Oct 27 20:12:22.801 INFO kablam! 51 | fn parent(&mut self) -> bool{ Oct 27 20:12:22.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.801 INFO kablam! Oct 27 20:12:22.801 INFO kablam! warning: method is never used: `child` Oct 27 20:12:22.801 INFO kablam! --> src/tree.rs:61:2 Oct 27 20:12:22.801 INFO kablam! | Oct 27 20:12:22.801 INFO kablam! 61 | fn child(&mut self, child: usize) -> bool { Oct 27 20:12:22.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.801 INFO kablam! Oct 27 20:12:22.899 INFO kablam! warning: field is never used: `value` Oct 27 20:12:22.899 INFO kablam! --> src/tree.rs:26:2 Oct 27 20:12:22.899 INFO kablam! | Oct 27 20:12:22.899 INFO kablam! 26 | value: T, Oct 27 20:12:22.899 INFO kablam! | ^^^^^^^^ Oct 27 20:12:22.899 INFO kablam! | Oct 27 20:12:22.899 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 20:12:22.899 INFO kablam! Oct 27 20:12:22.899 INFO kablam! warning: field is never used: `parent` Oct 27 20:12:22.899 INFO kablam! --> src/tree.rs:27:2 Oct 27 20:12:22.899 INFO kablam! | Oct 27 20:12:22.899 INFO kablam! 27 | parent: NodePointer, Oct 27 20:12:22.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.899 INFO kablam! Oct 27 20:12:22.899 INFO kablam! warning: field is never used: `children` Oct 27 20:12:22.899 INFO kablam! --> src/tree.rs:28:2 Oct 27 20:12:22.899 INFO kablam! | Oct 27 20:12:22.899 INFO kablam! 28 | children: GenericArray,N> Oct 27 20:12:22.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.899 INFO kablam! Oct 27 20:12:22.899 INFO kablam! warning: method is never used: `new` Oct 27 20:12:22.899 INFO kablam! --> src/tree.rs:33:5 Oct 27 20:12:22.899 INFO kablam! | Oct 27 20:12:22.899 INFO kablam! 33 | fn new(value: T) -> Self{ Oct 27 20:12:22.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.899 INFO kablam! Oct 27 20:12:22.899 INFO kablam! warning: struct is never constructed: `Tree` Oct 27 20:12:22.899 INFO kablam! --> src/tree.rs:42:1 Oct 27 20:12:22.899 INFO kablam! | Oct 27 20:12:22.899 INFO kablam! 42 | struct Tree>>(NodePointer); Oct 27 20:12:22.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.899 INFO kablam! Oct 27 20:12:22.899 INFO kablam! warning: method is never used: `new` Oct 27 20:12:22.899 INFO kablam! --> src/tree.rs:47:2 Oct 27 20:12:22.899 INFO kablam! | Oct 27 20:12:22.900 INFO kablam! 47 | fn new(value: T) -> Self { Oct 27 20:12:22.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.900 INFO kablam! Oct 27 20:12:22.900 INFO kablam! warning: method is never used: `parent` Oct 27 20:12:22.900 INFO kablam! --> src/tree.rs:51:2 Oct 27 20:12:22.900 INFO kablam! | Oct 27 20:12:22.900 INFO kablam! 51 | fn parent(&mut self) -> bool{ Oct 27 20:12:22.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.900 INFO kablam! Oct 27 20:12:22.900 INFO kablam! warning: method is never used: `child` Oct 27 20:12:22.900 INFO kablam! --> src/tree.rs:61:2 Oct 27 20:12:22.900 INFO kablam! | Oct 27 20:12:22.900 INFO kablam! 61 | fn child(&mut self, child: usize) -> bool { Oct 27 20:12:22.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 20:12:22.900 INFO kablam! Oct 27 20:12:22.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 27 20:12:22.973 INFO kablam! su: No module specific data is present Oct 27 20:12:24.420 INFO running `"docker" "rm" "-f" "d6d3532533834f92529135418cb2723871c0b332b409886da76290f84a884b30"` Oct 27 20:12:24.711 INFO blam! d6d3532533834f92529135418cb2723871c0b332b409886da76290f84a884b30