Oct 27 12:11:53.477 INFO checking Debonair2/intervalTree against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:11:53.478 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 12:11:53.915 INFO blam! 4f3d4dcaed2dfbdfaaab7fe5adf467405879095648c5cebc4274204756a9fbb0 Oct 27 12:11:53.918 INFO running `"docker" "start" "-a" "4f3d4dcaed2dfbdfaaab7fe5adf467405879095648c5cebc4274204756a9fbb0"` Oct 27 12:11:55.374 INFO kablam! usermod: no changes Oct 27 12:11:55.438 INFO kablam! Checking intervalTree v0.1.0 (/source) Oct 27 12:11:55.980 INFO kablam! warning: unused import: `SystemTime` Oct 27 12:11:55.980 INFO kablam! --> src/lib.rs:2:17 Oct 27 12:11:55.980 INFO kablam! | Oct 27 12:11:55.980 INFO kablam! 2 | use std::time::{SystemTime, UNIX_EPOCH}; Oct 27 12:11:55.980 INFO kablam! | ^^^^^^^^^^ Oct 27 12:11:55.980 INFO kablam! | Oct 27 12:11:55.980 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:11:55.980 INFO kablam! Oct 27 12:11:56.171 INFO kablam! warning: crate `intervalTree` should have a snake case name such as `interval_tree` Oct 27 12:11:56.171 INFO kablam! | Oct 27 12:11:56.171 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:11:56.171 INFO kablam! Oct 27 12:11:56.281 INFO kablam! warning: unused import: `SystemTime` Oct 27 12:11:56.281 INFO kablam! --> src/lib.rs:2:17 Oct 27 12:11:56.281 INFO kablam! | Oct 27 12:11:56.281 INFO kablam! 2 | use std::time::{SystemTime, UNIX_EPOCH}; Oct 27 12:11:56.281 INFO kablam! | ^^^^^^^^^^ Oct 27 12:11:56.281 INFO kablam! | Oct 27 12:11:56.281 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:11:56.281 INFO kablam! Oct 27 12:11:56.390 INFO kablam! warning: struct is never constructed: `BruteTree` Oct 27 12:11:56.390 INFO kablam! --> src/lib.rs:160:1 Oct 27 12:11:56.390 INFO kablam! | Oct 27 12:11:56.390 INFO kablam! 160 | struct BruteTree { Oct 27 12:11:56.390 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 12:11:56.394 INFO kablam! | Oct 27 12:11:56.394 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:11:56.394 INFO kablam! Oct 27 12:11:56.394 INFO kablam! warning: method is never used: `new` Oct 27 12:11:56.394 INFO kablam! --> src/lib.rs:165:5 Oct 27 12:11:56.394 INFO kablam! | Oct 27 12:11:56.394 INFO kablam! 165 | fn new (size: usize) -> BruteTree { Oct 27 12:11:56.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:11:56.394 INFO kablam! Oct 27 12:11:56.394 INFO kablam! warning: method is never used: `add` Oct 27 12:11:56.394 INFO kablam! --> src/lib.rs:169:5 Oct 27 12:11:56.394 INFO kablam! | Oct 27 12:11:56.394 INFO kablam! 169 | fn add (&mut self, start: usize, end: usize, number: isize) { Oct 27 12:11:56.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:11:56.394 INFO kablam! Oct 27 12:11:56.394 INFO kablam! warning: method is never used: `find_max` Oct 27 12:11:56.394 INFO kablam! --> src/lib.rs:175:5 Oct 27 12:11:56.394 INFO kablam! | Oct 27 12:11:56.394 INFO kablam! 175 | fn find_max (&self, start: usize, end: usize) -> isize Oct 27 12:11:56.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:11:56.394 INFO kablam! Oct 27 12:11:56.394 INFO kablam! warning: crate `intervalTree` should have a snake case name such as `interval_tree` Oct 27 12:11:56.394 INFO kablam! | Oct 27 12:11:56.394 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:11:56.394 INFO kablam! Oct 27 12:11:57.119 INFO kablam! warning: crate `intervalTree` should have a snake case name such as `interval_tree` Oct 27 12:11:57.119 INFO kablam! | Oct 27 12:11:57.120 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:11:57.120 INFO kablam! Oct 27 12:11:57.335 INFO kablam! warning: crate `intervalTree` should have a snake case name such as `interval_tree` Oct 27 12:11:57.335 INFO kablam! | Oct 27 12:11:57.335 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:11:57.335 INFO kablam! Oct 27 12:11:57.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Oct 27 12:11:57.347 INFO kablam! su: No module specific data is present Oct 27 12:11:58.067 INFO running `"docker" "rm" "-f" "4f3d4dcaed2dfbdfaaab7fe5adf467405879095648c5cebc4274204756a9fbb0"` Oct 27 12:11:58.377 INFO blam! 4f3d4dcaed2dfbdfaaab7fe5adf467405879095648c5cebc4274204756a9fbb0