Oct 15 00:18:58.410 INFO testing corruptmemory/r-tree against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:18:58.411 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 00:18:58.916 INFO blam! 97424e04dc7b91a10069ee960631967ef6c8daa306e48335a650a7d25e1ea87f Oct 15 00:18:58.919 INFO running `"docker" "start" "-a" "97424e04dc7b91a10069ee960631967ef6c8daa306e48335a650a7d25e1ea87f"` Oct 15 00:19:00.466 INFO kablam! usermod: no changes Oct 15 00:19:00.535 INFO kablam! Compiling r-tree v0.1.0 (/source) Oct 15 00:19:00.983 INFO kablam! warning: struct is never constructed: `InnerNode` Oct 15 00:19:00.983 INFO kablam! --> src/rtree/rtree.rs:7:1 Oct 15 00:19:00.983 INFO kablam! | Oct 15 00:19:00.983 INFO kablam! 7 | pub struct InnerNode { Oct 15 00:19:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:00.983 INFO kablam! | Oct 15 00:19:00.983 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:19:00.983 INFO kablam! Oct 15 00:19:00.983 INFO kablam! warning: method is never used: `new` Oct 15 00:19:00.983 INFO kablam! --> src/rtree/rtree.rs:14:3 Oct 15 00:19:00.983 INFO kablam! | Oct 15 00:19:00.983 INFO kablam! 14 | pub fn new(capacity: usize) -> InnerNode { Oct 15 00:19:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:00.983 INFO kablam! Oct 15 00:19:00.983 INFO kablam! warning: method is never used: `is_full` Oct 15 00:19:00.983 INFO kablam! --> src/rtree/rtree.rs:18:3 Oct 15 00:19:00.983 INFO kablam! | Oct 15 00:19:00.983 INFO kablam! 18 | pub fn is_full(&self) -> bool { Oct 15 00:19:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:00.983 INFO kablam! Oct 15 00:19:00.983 INFO kablam! warning: struct is never constructed: `LeafNode` Oct 15 00:19:00.983 INFO kablam! --> src/rtree/rtree.rs:24:1 Oct 15 00:19:00.983 INFO kablam! | Oct 15 00:19:00.983 INFO kablam! 24 | pub struct LeafNode { Oct 15 00:19:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:00.983 INFO kablam! Oct 15 00:19:00.983 INFO kablam! warning: method is never used: `new` Oct 15 00:19:00.983 INFO kablam! --> src/rtree/rtree.rs:31:3 Oct 15 00:19:00.983 INFO kablam! | Oct 15 00:19:00.983 INFO kablam! 31 | pub fn new(capacity: usize) -> LeafNode { Oct 15 00:19:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:00.983 INFO kablam! Oct 15 00:19:00.983 INFO kablam! warning: method is never used: `is_full` Oct 15 00:19:00.983 INFO kablam! --> src/rtree/rtree.rs:35:3 Oct 15 00:19:00.983 INFO kablam! | Oct 15 00:19:00.983 INFO kablam! 35 | pub fn is_full(&self) -> bool { Oct 15 00:19:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:00.983 INFO kablam! Oct 15 00:19:00.983 INFO kablam! warning: enum is never used: `RTreeNode` Oct 15 00:19:00.983 INFO kablam! --> src/rtree/rtree.rs:41:1 Oct 15 00:19:00.983 INFO kablam! | Oct 15 00:19:00.983 INFO kablam! 41 | pub enum RTreeNode { Oct 15 00:19:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:00.983 INFO kablam! Oct 15 00:19:00.983 INFO kablam! warning: struct is never constructed: `RTree` Oct 15 00:19:00.983 INFO kablam! --> src/rtree/rtree.rs:47:1 Oct 15 00:19:00.983 INFO kablam! | Oct 15 00:19:00.983 INFO kablam! 47 | pub struct RTree { Oct 15 00:19:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:00.983 INFO kablam! Oct 15 00:19:01.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 15 00:19:01.475 INFO kablam! su: No module specific data is present Oct 15 00:19:02.491 INFO running `"docker" "rm" "-f" "97424e04dc7b91a10069ee960631967ef6c8daa306e48335a650a7d25e1ea87f"` Oct 15 00:19:02.695 INFO blam! 97424e04dc7b91a10069ee960631967ef6c8daa306e48335a650a7d25e1ea87f Oct 15 00:19:02.702 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 00:19:03.239 INFO blam! 00accfde20dad9070fdd6fe1b47fd2a5ea8d71418273bd8ca143f1a8abdcf905 Oct 15 00:19:03.243 INFO running `"docker" "start" "-a" "00accfde20dad9070fdd6fe1b47fd2a5ea8d71418273bd8ca143f1a8abdcf905"` Oct 15 00:19:04.589 INFO kablam! usermod: no changes Oct 15 00:19:04.647 INFO kablam! Compiling r-tree v0.1.0 (/source) Oct 15 00:19:05.069 INFO kablam! warning: struct is never constructed: `InnerNode` Oct 15 00:19:05.069 INFO kablam! --> src/rtree/rtree.rs:7:1 Oct 15 00:19:05.070 INFO kablam! | Oct 15 00:19:05.070 INFO kablam! 7 | pub struct InnerNode { Oct 15 00:19:05.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:05.071 INFO kablam! | Oct 15 00:19:05.071 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:19:05.072 INFO kablam! Oct 15 00:19:05.072 INFO kablam! warning: method is never used: `new` Oct 15 00:19:05.072 INFO kablam! --> src/rtree/rtree.rs:14:3 Oct 15 00:19:05.072 INFO kablam! | Oct 15 00:19:05.073 INFO kablam! 14 | pub fn new(capacity: usize) -> InnerNode { Oct 15 00:19:05.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:05.073 INFO kablam! Oct 15 00:19:05.074 INFO kablam! warning: method is never used: `is_full` Oct 15 00:19:05.074 INFO kablam! --> src/rtree/rtree.rs:18:3 Oct 15 00:19:05.075 INFO kablam! | Oct 15 00:19:05.075 INFO kablam! 18 | pub fn is_full(&self) -> bool { Oct 15 00:19:05.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:05.075 INFO kablam! Oct 15 00:19:05.076 INFO kablam! warning: struct is never constructed: `LeafNode` Oct 15 00:19:05.076 INFO kablam! --> src/rtree/rtree.rs:24:1 Oct 15 00:19:05.076 INFO kablam! | Oct 15 00:19:05.077 INFO kablam! 24 | pub struct LeafNode { Oct 15 00:19:05.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:05.077 INFO kablam! Oct 15 00:19:05.078 INFO kablam! warning: method is never used: `new` Oct 15 00:19:05.078 INFO kablam! --> src/rtree/rtree.rs:31:3 Oct 15 00:19:05.078 INFO kablam! | Oct 15 00:19:05.083 INFO kablam! 31 | pub fn new(capacity: usize) -> LeafNode { Oct 15 00:19:05.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:05.083 INFO kablam! Oct 15 00:19:05.084 INFO kablam! warning: method is never used: `is_full` Oct 15 00:19:05.084 INFO kablam! --> src/rtree/rtree.rs:35:3 Oct 15 00:19:05.085 INFO kablam! | Oct 15 00:19:05.085 INFO kablam! 35 | pub fn is_full(&self) -> bool { Oct 15 00:19:05.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:05.085 INFO kablam! Oct 15 00:19:05.086 INFO kablam! warning: enum is never used: `RTreeNode` Oct 15 00:19:05.086 INFO kablam! --> src/rtree/rtree.rs:41:1 Oct 15 00:19:05.086 INFO kablam! | Oct 15 00:19:05.087 INFO kablam! 41 | pub enum RTreeNode { Oct 15 00:19:05.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:05.087 INFO kablam! Oct 15 00:19:05.088 INFO kablam! warning: struct is never constructed: `RTree` Oct 15 00:19:05.088 INFO kablam! --> src/rtree/rtree.rs:47:1 Oct 15 00:19:05.088 INFO kablam! | Oct 15 00:19:05.089 INFO kablam! 47 | pub struct RTree { Oct 15 00:19:05.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:19:05.089 INFO kablam! Oct 15 00:19:05.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 15 00:19:05.503 INFO kablam! su: No module specific data is present Oct 15 00:19:06.165 INFO running `"docker" "rm" "-f" "00accfde20dad9070fdd6fe1b47fd2a5ea8d71418273bd8ca143f1a8abdcf905"` Oct 15 00:19:06.427 INFO blam! 00accfde20dad9070fdd6fe1b47fd2a5ea8d71418273bd8ca143f1a8abdcf905 Oct 15 00:19:06.429 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 00:19:07.128 INFO blam! 197a1819a6dce214fde5eacbf1e8f96073043342c9c87d8ca70bfc8e1a325baf Oct 15 00:19:07.131 INFO running `"docker" "start" "-a" "197a1819a6dce214fde5eacbf1e8f96073043342c9c87d8ca70bfc8e1a325baf"` Oct 15 00:19:08.305 INFO kablam! usermod: no changes Oct 15 00:19:08.356 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 00:19:08.367 INFO kablam! Running /target/debug/deps/r_tree-c5baf5ee9b1a46e6 Oct 15 00:19:08.397 INFO kablam! su: No module specific data is present Oct 15 00:19:08.398 INFO blam! Oct 15 00:19:08.398 INFO blam! running 0 tests Oct 15 00:19:08.398 INFO blam! Oct 15 00:19:08.398 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:19:08.398 INFO blam! Oct 15 00:19:08.938 INFO running `"docker" "rm" "-f" "197a1819a6dce214fde5eacbf1e8f96073043342c9c87d8ca70bfc8e1a325baf"` Oct 15 00:19:09.215 INFO blam! 197a1819a6dce214fde5eacbf1e8f96073043342c9c87d8ca70bfc8e1a325baf