Oct 27 06:29:52.302 INFO checking corruptmemory/r-tree against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:29:52.302 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 06:29:52.675 INFO blam! cbea325e50cf7e45f4b7d42c4343affd993c815f714b3f982b42d1ed68ab5593 Oct 27 06:29:52.679 INFO running `"docker" "start" "-a" "cbea325e50cf7e45f4b7d42c4343affd993c815f714b3f982b42d1ed68ab5593"` Oct 27 06:29:53.870 INFO kablam! usermod: no changes Oct 27 06:29:53.927 INFO kablam! Checking r-tree v0.1.0 (/source) Oct 27 06:29:54.483 INFO kablam! warning: struct is never constructed: `InnerNode` Oct 27 06:29:54.483 INFO kablam! --> src/rtree/rtree.rs:7:1 Oct 27 06:29:54.483 INFO kablam! | Oct 27 06:29:54.483 INFO kablam! 7 | pub struct InnerNode { Oct 27 06:29:54.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.483 INFO kablam! | Oct 27 06:29:54.483 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:29:54.483 INFO kablam! Oct 27 06:29:54.483 INFO kablam! warning: method is never used: `new` Oct 27 06:29:54.483 INFO kablam! --> src/rtree/rtree.rs:14:3 Oct 27 06:29:54.483 INFO kablam! | Oct 27 06:29:54.483 INFO kablam! 14 | pub fn new(capacity: usize) -> InnerNode { Oct 27 06:29:54.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.483 INFO kablam! Oct 27 06:29:54.483 INFO kablam! warning: method is never used: `is_full` Oct 27 06:29:54.483 INFO kablam! --> src/rtree/rtree.rs:18:3 Oct 27 06:29:54.483 INFO kablam! | Oct 27 06:29:54.483 INFO kablam! 18 | pub fn is_full(&self) -> bool { Oct 27 06:29:54.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.484 INFO kablam! Oct 27 06:29:54.484 INFO kablam! warning: struct is never constructed: `LeafNode` Oct 27 06:29:54.484 INFO kablam! --> src/rtree/rtree.rs:24:1 Oct 27 06:29:54.484 INFO kablam! | Oct 27 06:29:54.484 INFO kablam! 24 | pub struct LeafNode { Oct 27 06:29:54.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.484 INFO kablam! Oct 27 06:29:54.484 INFO kablam! warning: method is never used: `new` Oct 27 06:29:54.484 INFO kablam! --> src/rtree/rtree.rs:31:3 Oct 27 06:29:54.484 INFO kablam! | Oct 27 06:29:54.484 INFO kablam! 31 | pub fn new(capacity: usize) -> LeafNode { Oct 27 06:29:54.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.484 INFO kablam! Oct 27 06:29:54.484 INFO kablam! warning: method is never used: `is_full` Oct 27 06:29:54.484 INFO kablam! --> src/rtree/rtree.rs:35:3 Oct 27 06:29:54.484 INFO kablam! | Oct 27 06:29:54.484 INFO kablam! 35 | pub fn is_full(&self) -> bool { Oct 27 06:29:54.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.484 INFO kablam! Oct 27 06:29:54.484 INFO kablam! warning: enum is never used: `RTreeNode` Oct 27 06:29:54.484 INFO kablam! --> src/rtree/rtree.rs:41:1 Oct 27 06:29:54.484 INFO kablam! | Oct 27 06:29:54.484 INFO kablam! 41 | pub enum RTreeNode { Oct 27 06:29:54.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.484 INFO kablam! Oct 27 06:29:54.484 INFO kablam! warning: struct is never constructed: `RTree` Oct 27 06:29:54.484 INFO kablam! --> src/rtree/rtree.rs:47:1 Oct 27 06:29:54.484 INFO kablam! | Oct 27 06:29:54.484 INFO kablam! 47 | pub struct RTree { Oct 27 06:29:54.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.484 INFO kablam! Oct 27 06:29:54.743 INFO kablam! warning: struct is never constructed: `InnerNode` Oct 27 06:29:54.743 INFO kablam! --> src/rtree/rtree.rs:7:1 Oct 27 06:29:54.743 INFO kablam! | Oct 27 06:29:54.743 INFO kablam! 7 | pub struct InnerNode { Oct 27 06:29:54.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.743 INFO kablam! | Oct 27 06:29:54.743 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:29:54.743 INFO kablam! Oct 27 06:29:54.743 INFO kablam! warning: method is never used: `new` Oct 27 06:29:54.743 INFO kablam! --> src/rtree/rtree.rs:14:3 Oct 27 06:29:54.743 INFO kablam! | Oct 27 06:29:54.743 INFO kablam! 14 | pub fn new(capacity: usize) -> InnerNode { Oct 27 06:29:54.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.743 INFO kablam! Oct 27 06:29:54.743 INFO kablam! warning: method is never used: `is_full` Oct 27 06:29:54.743 INFO kablam! --> src/rtree/rtree.rs:18:3 Oct 27 06:29:54.743 INFO kablam! | Oct 27 06:29:54.743 INFO kablam! 18 | pub fn is_full(&self) -> bool { Oct 27 06:29:54.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.743 INFO kablam! Oct 27 06:29:54.743 INFO kablam! warning: struct is never constructed: `LeafNode` Oct 27 06:29:54.743 INFO kablam! --> src/rtree/rtree.rs:24:1 Oct 27 06:29:54.743 INFO kablam! | Oct 27 06:29:54.743 INFO kablam! 24 | pub struct LeafNode { Oct 27 06:29:54.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.743 INFO kablam! Oct 27 06:29:54.743 INFO kablam! warning: method is never used: `new` Oct 27 06:29:54.743 INFO kablam! --> src/rtree/rtree.rs:31:3 Oct 27 06:29:54.743 INFO kablam! | Oct 27 06:29:54.743 INFO kablam! 31 | pub fn new(capacity: usize) -> LeafNode { Oct 27 06:29:54.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.743 INFO kablam! Oct 27 06:29:54.743 INFO kablam! warning: method is never used: `is_full` Oct 27 06:29:54.743 INFO kablam! --> src/rtree/rtree.rs:35:3 Oct 27 06:29:54.743 INFO kablam! | Oct 27 06:29:54.743 INFO kablam! 35 | pub fn is_full(&self) -> bool { Oct 27 06:29:54.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.743 INFO kablam! Oct 27 06:29:54.743 INFO kablam! warning: enum is never used: `RTreeNode` Oct 27 06:29:54.743 INFO kablam! --> src/rtree/rtree.rs:41:1 Oct 27 06:29:54.743 INFO kablam! | Oct 27 06:29:54.743 INFO kablam! 41 | pub enum RTreeNode { Oct 27 06:29:54.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.743 INFO kablam! Oct 27 06:29:54.743 INFO kablam! warning: struct is never constructed: `RTree` Oct 27 06:29:54.743 INFO kablam! --> src/rtree/rtree.rs:47:1 Oct 27 06:29:54.743 INFO kablam! | Oct 27 06:29:54.743 INFO kablam! 47 | pub struct RTree { Oct 27 06:29:54.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:29:54.743 INFO kablam! Oct 27 06:29:54.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 27 06:29:54.811 INFO kablam! su: No module specific data is present Oct 27 06:29:55.360 INFO running `"docker" "rm" "-f" "cbea325e50cf7e45f4b7d42c4343affd993c815f714b3f982b42d1ed68ab5593"` Oct 27 06:29:55.665 INFO blam! cbea325e50cf7e45f4b7d42c4343affd993c815f714b3f982b42d1ed68ab5593