Oct 21 18:46:45.609 INFO checking corruptmemory/r-tree against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:46:45.610 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 18:46:46.122 INFO blam! d185b2108d4a840574ed005385632def19f56ad7d0d586d298cb1fa704b07ed1 Oct 21 18:46:46.123 INFO running `"docker" "start" "-a" "d185b2108d4a840574ed005385632def19f56ad7d0d586d298cb1fa704b07ed1"` Oct 21 18:46:47.463 INFO kablam! usermod: no changes Oct 21 18:46:47.558 INFO kablam! Checking r-tree v0.1.0 (/source) Oct 21 18:46:48.096 INFO kablam! warning: struct is never constructed: `InnerNode` Oct 21 18:46:48.096 INFO kablam! --> src/rtree/rtree.rs:7:1 Oct 21 18:46:48.096 INFO kablam! | Oct 21 18:46:48.096 INFO kablam! 7 | pub struct InnerNode { Oct 21 18:46:48.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.096 INFO kablam! | Oct 21 18:46:48.100 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:46:48.100 INFO kablam! Oct 21 18:46:48.100 INFO kablam! warning: method is never used: `new` Oct 21 18:46:48.100 INFO kablam! --> src/rtree/rtree.rs:14:3 Oct 21 18:46:48.100 INFO kablam! | Oct 21 18:46:48.100 INFO kablam! 14 | pub fn new(capacity: usize) -> InnerNode { Oct 21 18:46:48.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.100 INFO kablam! Oct 21 18:46:48.100 INFO kablam! warning: method is never used: `is_full` Oct 21 18:46:48.100 INFO kablam! --> src/rtree/rtree.rs:18:3 Oct 21 18:46:48.100 INFO kablam! | Oct 21 18:46:48.100 INFO kablam! 18 | pub fn is_full(&self) -> bool { Oct 21 18:46:48.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.100 INFO kablam! Oct 21 18:46:48.100 INFO kablam! warning: struct is never constructed: `LeafNode` Oct 21 18:46:48.100 INFO kablam! --> src/rtree/rtree.rs:24:1 Oct 21 18:46:48.100 INFO kablam! | Oct 21 18:46:48.100 INFO kablam! 24 | pub struct LeafNode { Oct 21 18:46:48.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.100 INFO kablam! Oct 21 18:46:48.100 INFO kablam! warning: method is never used: `new` Oct 21 18:46:48.100 INFO kablam! --> src/rtree/rtree.rs:31:3 Oct 21 18:46:48.100 INFO kablam! | Oct 21 18:46:48.100 INFO kablam! 31 | pub fn new(capacity: usize) -> LeafNode { Oct 21 18:46:48.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.100 INFO kablam! Oct 21 18:46:48.100 INFO kablam! warning: method is never used: `is_full` Oct 21 18:46:48.100 INFO kablam! --> src/rtree/rtree.rs:35:3 Oct 21 18:46:48.100 INFO kablam! | Oct 21 18:46:48.100 INFO kablam! 35 | pub fn is_full(&self) -> bool { Oct 21 18:46:48.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.100 INFO kablam! Oct 21 18:46:48.100 INFO kablam! warning: enum is never used: `RTreeNode` Oct 21 18:46:48.100 INFO kablam! --> src/rtree/rtree.rs:41:1 Oct 21 18:46:48.100 INFO kablam! | Oct 21 18:46:48.101 INFO kablam! 41 | pub enum RTreeNode { Oct 21 18:46:48.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.101 INFO kablam! Oct 21 18:46:48.101 INFO kablam! warning: struct is never constructed: `RTree` Oct 21 18:46:48.101 INFO kablam! --> src/rtree/rtree.rs:47:1 Oct 21 18:46:48.101 INFO kablam! | Oct 21 18:46:48.101 INFO kablam! 47 | pub struct RTree { Oct 21 18:46:48.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.104 INFO kablam! Oct 21 18:46:48.352 INFO kablam! warning: struct is never constructed: `InnerNode` Oct 21 18:46:48.353 INFO kablam! --> src/rtree/rtree.rs:7:1 Oct 21 18:46:48.353 INFO kablam! | Oct 21 18:46:48.353 INFO kablam! 7 | pub struct InnerNode { Oct 21 18:46:48.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.353 INFO kablam! | Oct 21 18:46:48.353 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:46:48.353 INFO kablam! Oct 21 18:46:48.353 INFO kablam! warning: method is never used: `new` Oct 21 18:46:48.353 INFO kablam! --> src/rtree/rtree.rs:14:3 Oct 21 18:46:48.353 INFO kablam! | Oct 21 18:46:48.353 INFO kablam! 14 | pub fn new(capacity: usize) -> InnerNode { Oct 21 18:46:48.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.353 INFO kablam! Oct 21 18:46:48.353 INFO kablam! warning: method is never used: `is_full` Oct 21 18:46:48.353 INFO kablam! --> src/rtree/rtree.rs:18:3 Oct 21 18:46:48.353 INFO kablam! | Oct 21 18:46:48.353 INFO kablam! 18 | pub fn is_full(&self) -> bool { Oct 21 18:46:48.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.354 INFO kablam! Oct 21 18:46:48.354 INFO kablam! warning: struct is never constructed: `LeafNode` Oct 21 18:46:48.354 INFO kablam! --> src/rtree/rtree.rs:24:1 Oct 21 18:46:48.354 INFO kablam! | Oct 21 18:46:48.354 INFO kablam! 24 | pub struct LeafNode { Oct 21 18:46:48.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.354 INFO kablam! Oct 21 18:46:48.354 INFO kablam! warning: method is never used: `new` Oct 21 18:46:48.354 INFO kablam! --> src/rtree/rtree.rs:31:3 Oct 21 18:46:48.354 INFO kablam! | Oct 21 18:46:48.354 INFO kablam! 31 | pub fn new(capacity: usize) -> LeafNode { Oct 21 18:46:48.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.354 INFO kablam! Oct 21 18:46:48.354 INFO kablam! warning: method is never used: `is_full` Oct 21 18:46:48.354 INFO kablam! --> src/rtree/rtree.rs:35:3 Oct 21 18:46:48.354 INFO kablam! | Oct 21 18:46:48.354 INFO kablam! 35 | pub fn is_full(&self) -> bool { Oct 21 18:46:48.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.354 INFO kablam! Oct 21 18:46:48.354 INFO kablam! warning: enum is never used: `RTreeNode` Oct 21 18:46:48.354 INFO kablam! --> src/rtree/rtree.rs:41:1 Oct 21 18:46:48.354 INFO kablam! | Oct 21 18:46:48.354 INFO kablam! 41 | pub enum RTreeNode { Oct 21 18:46:48.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.354 INFO kablam! Oct 21 18:46:48.354 INFO kablam! warning: struct is never constructed: `RTree` Oct 21 18:46:48.354 INFO kablam! --> src/rtree/rtree.rs:47:1 Oct 21 18:46:48.354 INFO kablam! | Oct 21 18:46:48.354 INFO kablam! 47 | pub struct RTree { Oct 21 18:46:48.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:46:48.354 INFO kablam! Oct 21 18:46:48.392 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 21 18:46:48.400 INFO kablam! su: No module specific data is present Oct 21 18:46:49.117 INFO running `"docker" "rm" "-f" "d185b2108d4a840574ed005385632def19f56ad7d0d586d298cb1fa704b07ed1"` Oct 21 18:46:49.420 INFO blam! d185b2108d4a840574ed005385632def19f56ad7d0d586d298cb1fa704b07ed1