Oct 11 01:00:10.392 INFO testing corruptmemory/r-tree against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:00:10.392 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:00:10.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:00:10.988 INFO blam! d80d6193f0eb39996a5987c12a7e4c18a579c42dbe217089753a2cc68ad5308a Oct 11 01:00:10.990 INFO running `"docker" "start" "-a" "d80d6193f0eb39996a5987c12a7e4c18a579c42dbe217089753a2cc68ad5308a"` Oct 11 01:00:13.044 INFO kablam! usermod: no changes Oct 11 01:00:13.100 INFO kablam! Compiling r-tree v0.1.0 (/source) Oct 11 01:00:13.791 INFO kablam! warning: struct is never constructed: `InnerNode` Oct 11 01:00:13.791 INFO kablam! --> src/rtree/rtree.rs:7:1 Oct 11 01:00:13.792 INFO kablam! | Oct 11 01:00:13.792 INFO kablam! 7 | pub struct InnerNode { Oct 11 01:00:13.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:13.793 INFO kablam! | Oct 11 01:00:13.793 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:00:13.793 INFO kablam! Oct 11 01:00:13.794 INFO kablam! warning: method is never used: `new` Oct 11 01:00:13.794 INFO kablam! --> src/rtree/rtree.rs:14:3 Oct 11 01:00:13.794 INFO kablam! | Oct 11 01:00:13.795 INFO kablam! 14 | pub fn new(capacity: usize) -> InnerNode { Oct 11 01:00:13.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:13.795 INFO kablam! Oct 11 01:00:13.795 INFO kablam! warning: method is never used: `is_full` Oct 11 01:00:13.796 INFO kablam! --> src/rtree/rtree.rs:18:3 Oct 11 01:00:13.796 INFO kablam! | Oct 11 01:00:13.796 INFO kablam! 18 | pub fn is_full(&self) -> bool { Oct 11 01:00:13.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:13.797 INFO kablam! Oct 11 01:00:13.797 INFO kablam! warning: struct is never constructed: `LeafNode` Oct 11 01:00:13.798 INFO kablam! --> src/rtree/rtree.rs:24:1 Oct 11 01:00:13.798 INFO kablam! | Oct 11 01:00:13.798 INFO kablam! 24 | pub struct LeafNode { Oct 11 01:00:13.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:13.799 INFO kablam! Oct 11 01:00:13.799 INFO kablam! warning: method is never used: `new` Oct 11 01:00:13.799 INFO kablam! --> src/rtree/rtree.rs:31:3 Oct 11 01:00:13.800 INFO kablam! | Oct 11 01:00:13.800 INFO kablam! 31 | pub fn new(capacity: usize) -> LeafNode { Oct 11 01:00:13.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:13.801 INFO kablam! Oct 11 01:00:13.801 INFO kablam! warning: method is never used: `is_full` Oct 11 01:00:13.801 INFO kablam! --> src/rtree/rtree.rs:35:3 Oct 11 01:00:13.802 INFO kablam! | Oct 11 01:00:13.802 INFO kablam! 35 | pub fn is_full(&self) -> bool { Oct 11 01:00:13.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:13.803 INFO kablam! Oct 11 01:00:13.803 INFO kablam! warning: enum is never used: `RTreeNode` Oct 11 01:00:13.803 INFO kablam! --> src/rtree/rtree.rs:41:1 Oct 11 01:00:13.804 INFO kablam! | Oct 11 01:00:13.808 INFO kablam! 41 | pub enum RTreeNode { Oct 11 01:00:13.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:13.809 INFO kablam! Oct 11 01:00:13.809 INFO kablam! warning: struct is never constructed: `RTree` Oct 11 01:00:13.809 INFO kablam! --> src/rtree/rtree.rs:47:1 Oct 11 01:00:13.809 INFO kablam! | Oct 11 01:00:13.810 INFO kablam! 47 | pub struct RTree { Oct 11 01:00:13.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:13.810 INFO kablam! Oct 11 01:00:14.298 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 11 01:00:14.301 INFO kablam! su: No module specific data is present Oct 11 01:00:15.355 INFO running `"docker" "rm" "-f" "d80d6193f0eb39996a5987c12a7e4c18a579c42dbe217089753a2cc68ad5308a"` Oct 11 01:00:15.668 INFO blam! d80d6193f0eb39996a5987c12a7e4c18a579c42dbe217089753a2cc68ad5308a Oct 11 01:00:15.677 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:00:15.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:00:16.162 INFO blam! 3368b28cbb98fe158684ae281c267e366a36ca6d55a3de2c310bac3ce1237d40 Oct 11 01:00:16.164 INFO running `"docker" "start" "-a" "3368b28cbb98fe158684ae281c267e366a36ca6d55a3de2c310bac3ce1237d40"` Oct 11 01:00:18.348 INFO kablam! usermod: no changes Oct 11 01:00:18.420 INFO kablam! Compiling r-tree v0.1.0 (/source) Oct 11 01:00:19.294 INFO kablam! warning: struct is never constructed: `InnerNode` Oct 11 01:00:19.294 INFO kablam! --> src/rtree/rtree.rs:7:1 Oct 11 01:00:19.294 INFO kablam! | Oct 11 01:00:19.295 INFO kablam! 7 | pub struct InnerNode { Oct 11 01:00:19.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:19.296 INFO kablam! | Oct 11 01:00:19.296 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:00:19.297 INFO kablam! Oct 11 01:00:19.297 INFO kablam! warning: method is never used: `new` Oct 11 01:00:19.298 INFO kablam! --> src/rtree/rtree.rs:14:3 Oct 11 01:00:19.298 INFO kablam! | Oct 11 01:00:19.298 INFO kablam! 14 | pub fn new(capacity: usize) -> InnerNode { Oct 11 01:00:19.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:19.299 INFO kablam! Oct 11 01:00:19.300 INFO kablam! warning: method is never used: `is_full` Oct 11 01:00:19.300 INFO kablam! --> src/rtree/rtree.rs:18:3 Oct 11 01:00:19.300 INFO kablam! | Oct 11 01:00:19.300 INFO kablam! 18 | pub fn is_full(&self) -> bool { Oct 11 01:00:19.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:19.300 INFO kablam! Oct 11 01:00:19.300 INFO kablam! warning: struct is never constructed: `LeafNode` Oct 11 01:00:19.300 INFO kablam! --> src/rtree/rtree.rs:24:1 Oct 11 01:00:19.300 INFO kablam! | Oct 11 01:00:19.300 INFO kablam! 24 | pub struct LeafNode { Oct 11 01:00:19.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:19.300 INFO kablam! Oct 11 01:00:19.300 INFO kablam! warning: method is never used: `new` Oct 11 01:00:19.300 INFO kablam! --> src/rtree/rtree.rs:31:3 Oct 11 01:00:19.300 INFO kablam! | Oct 11 01:00:19.300 INFO kablam! 31 | pub fn new(capacity: usize) -> LeafNode { Oct 11 01:00:19.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:19.300 INFO kablam! Oct 11 01:00:19.300 INFO kablam! warning: method is never used: `is_full` Oct 11 01:00:19.300 INFO kablam! --> src/rtree/rtree.rs:35:3 Oct 11 01:00:19.300 INFO kablam! | Oct 11 01:00:19.300 INFO kablam! 35 | pub fn is_full(&self) -> bool { Oct 11 01:00:19.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:19.300 INFO kablam! Oct 11 01:00:19.301 INFO kablam! warning: enum is never used: `RTreeNode` Oct 11 01:00:19.301 INFO kablam! --> src/rtree/rtree.rs:41:1 Oct 11 01:00:19.301 INFO kablam! | Oct 11 01:00:19.301 INFO kablam! 41 | pub enum RTreeNode { Oct 11 01:00:19.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:19.301 INFO kablam! Oct 11 01:00:19.301 INFO kablam! warning: struct is never constructed: `RTree` Oct 11 01:00:19.301 INFO kablam! --> src/rtree/rtree.rs:47:1 Oct 11 01:00:19.301 INFO kablam! | Oct 11 01:00:19.301 INFO kablam! 47 | pub struct RTree { Oct 11 01:00:19.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:00:19.301 INFO kablam! Oct 11 01:00:19.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 11 01:00:19.829 INFO kablam! su: No module specific data is present Oct 11 01:00:20.577 INFO running `"docker" "rm" "-f" "3368b28cbb98fe158684ae281c267e366a36ca6d55a3de2c310bac3ce1237d40"` Oct 11 01:00:20.932 INFO blam! 3368b28cbb98fe158684ae281c267e366a36ca6d55a3de2c310bac3ce1237d40 Oct 11 01:00:20.935 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:00:20.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:00:21.294 INFO blam! 74b8866caee2a7cc32d97dffb76d7d31b89c3afd0bf1c4639a6a6ea01935cd9d Oct 11 01:00:21.296 INFO running `"docker" "start" "-a" "74b8866caee2a7cc32d97dffb76d7d31b89c3afd0bf1c4639a6a6ea01935cd9d"` Oct 11 01:00:22.436 INFO kablam! usermod: no changes Oct 11 01:00:22.466 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 01:00:22.476 INFO kablam! Running /target/debug/deps/r_tree-c5baf5ee9b1a46e6 Oct 11 01:00:22.476 INFO blam! Oct 11 01:00:22.476 INFO blam! running 0 tests Oct 11 01:00:22.476 INFO blam! Oct 11 01:00:22.476 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:00:22.476 INFO blam! Oct 11 01:00:22.480 INFO kablam! su: No module specific data is present Oct 11 01:00:23.154 INFO running `"docker" "rm" "-f" "74b8866caee2a7cc32d97dffb76d7d31b89c3afd0bf1c4639a6a6ea01935cd9d"` Oct 11 01:00:23.408 INFO blam! 74b8866caee2a7cc32d97dffb76d7d31b89c3afd0bf1c4639a6a6ea01935cd9d