Oct 14 16:50:36.839 INFO testing jhagans3/generalized-hyperplane-tree against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:50:36.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 16:50:37.171 INFO blam! 1b47d71feafa0e31399fe345b8fe9544e1aba1271cd6bc46ed31210f69c99868 Oct 14 16:50:37.177 INFO running `"docker" "start" "-a" "1b47d71feafa0e31399fe345b8fe9544e1aba1271cd6bc46ed31210f69c99868"` Oct 14 16:50:38.163 INFO kablam! usermod: no changes Oct 14 16:50:38.231 INFO kablam! Compiling libc v0.2.39 Oct 14 16:50:38.237 INFO kablam! Compiling serde v1.0.33 Oct 14 16:50:39.973 INFO kablam! Compiling rand v0.4.2 Oct 14 16:50:48.539 INFO kablam! Compiling uuid v0.6.1 Oct 14 16:50:49.332 INFO kablam! Compiling generalized-hyperplane-tree v0.1.0 (/source) Oct 14 16:50:49.838 INFO kablam! warning: unused variable: `peer_refs` Oct 14 16:50:49.838 INFO kablam! --> src/main.rs:158:45 Oct 14 16:50:49.838 INFO kablam! | Oct 14 16:50:49.838 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 14 16:50:49.838 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `peer_refs: _` Oct 14 16:50:49.838 INFO kablam! | Oct 14 16:50:49.838 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:50:49.838 INFO kablam! Oct 14 16:50:49.838 INFO kablam! warning: unused variable: `shard_id` Oct 14 16:50:49.838 INFO kablam! --> src/main.rs:158:56 Oct 14 16:50:49.838 INFO kablam! | Oct 14 16:50:49.838 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 14 16:50:49.838 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 14 16:50:49.839 INFO kablam! Oct 14 16:50:49.839 INFO kablam! warning: unused variable: `id` Oct 14 16:50:49.839 INFO kablam! --> src/main.rs:220:57 Oct 14 16:50:49.839 INFO kablam! | Oct 14 16:50:49.839 INFO kablam! 220 | ShardLocations::RemoteIndex(id, idx) => { Oct 14 16:50:49.839 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 16:50:49.839 INFO kablam! Oct 14 16:50:49.839 INFO kablam! warning: unused variable: `peer_ref` Oct 14 16:50:49.839 INFO kablam! --> src/main.rs:739:29 Oct 14 16:50:49.839 INFO kablam! | Oct 14 16:50:49.839 INFO kablam! 739 | TreeIDs::NodeID{peer_ref, shard_id} => shard_id, Oct 14 16:50:49.839 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 14 16:50:49.839 INFO kablam! Oct 14 16:50:49.839 INFO kablam! warning: unused variable: `peer_ref` Oct 14 16:50:49.839 INFO kablam! --> src/main.rs:789:41 Oct 14 16:50:49.839 INFO kablam! | Oct 14 16:50:49.839 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 14 16:50:49.839 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 14 16:50:49.839 INFO kablam! Oct 14 16:50:49.839 INFO kablam! warning: unused variable: `shard_id` Oct 14 16:50:49.839 INFO kablam! --> src/main.rs:789:51 Oct 14 16:50:49.839 INFO kablam! | Oct 14 16:50:49.839 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 14 16:50:49.839 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 14 16:50:49.839 INFO kablam! Oct 14 16:50:49.931 INFO kablam! warning: variable does not need to be mutable Oct 14 16:50:49.931 INFO kablam! --> src/main.rs:817:13 Oct 14 16:50:49.931 INFO kablam! | Oct 14 16:50:49.931 INFO kablam! 817 | let mut peer_tree: HashMap> = HashMap::new(); Oct 14 16:50:49.931 INFO kablam! | ----^^^^^^^^^ Oct 14 16:50:49.931 INFO kablam! | | Oct 14 16:50:49.931 INFO kablam! | help: remove this `mut` Oct 14 16:50:49.931 INFO kablam! | Oct 14 16:50:49.931 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:50:49.931 INFO kablam! Oct 14 16:50:52.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.96s Oct 14 16:50:52.159 INFO kablam! su: No module specific data is present Oct 14 16:50:52.729 INFO running `"docker" "rm" "-f" "1b47d71feafa0e31399fe345b8fe9544e1aba1271cd6bc46ed31210f69c99868"` Oct 14 16:50:52.993 INFO blam! 1b47d71feafa0e31399fe345b8fe9544e1aba1271cd6bc46ed31210f69c99868 Oct 14 16:50:53.003 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 16:50:53.424 INFO blam! d70a05dff8db09a55e1426dd2b811e0bf653393b10449a65ba6085f617ea8701 Oct 14 16:50:53.428 INFO running `"docker" "start" "-a" "d70a05dff8db09a55e1426dd2b811e0bf653393b10449a65ba6085f617ea8701"` Oct 14 16:50:54.684 INFO kablam! usermod: no changes Oct 14 16:50:54.739 INFO kablam! Compiling generalized-hyperplane-tree v0.1.0 (/source) Oct 14 16:50:55.383 INFO kablam! warning: unused variable: `peer_refs` Oct 14 16:50:55.384 INFO kablam! --> src/main.rs:158:45 Oct 14 16:50:55.384 INFO kablam! | Oct 14 16:50:55.384 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 14 16:50:55.385 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `peer_refs: _` Oct 14 16:50:55.385 INFO kablam! | Oct 14 16:50:55.385 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:50:55.386 INFO kablam! Oct 14 16:50:55.386 INFO kablam! warning: unused variable: `shard_id` Oct 14 16:50:55.386 INFO kablam! --> src/main.rs:158:56 Oct 14 16:50:55.387 INFO kablam! | Oct 14 16:50:55.387 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 14 16:50:55.387 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 14 16:50:55.387 INFO kablam! Oct 14 16:50:55.388 INFO kablam! warning: unused variable: `id` Oct 14 16:50:55.388 INFO kablam! --> src/main.rs:220:57 Oct 14 16:50:55.388 INFO kablam! | Oct 14 16:50:55.388 INFO kablam! 220 | ShardLocations::RemoteIndex(id, idx) => { Oct 14 16:50:55.388 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 16:50:55.389 INFO kablam! Oct 14 16:50:55.389 INFO kablam! warning: unused variable: `peer_ref` Oct 14 16:50:55.389 INFO kablam! --> src/main.rs:739:29 Oct 14 16:50:55.389 INFO kablam! | Oct 14 16:50:55.390 INFO kablam! 739 | TreeIDs::NodeID{peer_ref, shard_id} => shard_id, Oct 14 16:50:55.390 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 14 16:50:55.390 INFO kablam! Oct 14 16:50:55.390 INFO kablam! warning: unused variable: `peer_ref` Oct 14 16:50:55.391 INFO kablam! --> src/main.rs:789:41 Oct 14 16:50:55.391 INFO kablam! | Oct 14 16:50:55.391 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 14 16:50:55.391 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 14 16:50:55.391 INFO kablam! Oct 14 16:50:55.392 INFO kablam! warning: unused variable: `shard_id` Oct 14 16:50:55.392 INFO kablam! --> src/main.rs:789:51 Oct 14 16:50:55.392 INFO kablam! | Oct 14 16:50:55.392 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 14 16:50:55.393 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 14 16:50:55.393 INFO kablam! Oct 14 16:50:55.479 INFO kablam! warning: variable does not need to be mutable Oct 14 16:50:55.479 INFO kablam! --> src/main.rs:817:13 Oct 14 16:50:55.480 INFO kablam! | Oct 14 16:50:55.480 INFO kablam! 817 | let mut peer_tree: HashMap> = HashMap::new(); Oct 14 16:50:55.480 INFO kablam! | ----^^^^^^^^^ Oct 14 16:50:55.480 INFO kablam! | | Oct 14 16:50:55.481 INFO kablam! | help: remove this `mut` Oct 14 16:50:55.481 INFO kablam! | Oct 14 16:50:55.481 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:50:55.481 INFO kablam! Oct 14 16:50:56.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 14 16:50:56.083 INFO kablam! su: No module specific data is present Oct 14 16:50:56.892 INFO running `"docker" "rm" "-f" "d70a05dff8db09a55e1426dd2b811e0bf653393b10449a65ba6085f617ea8701"` Oct 14 16:50:57.199 INFO blam! d70a05dff8db09a55e1426dd2b811e0bf653393b10449a65ba6085f617ea8701 Oct 14 16:50:57.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 14 16:50:57.593 INFO blam! 33e21ccb259497ebb8842db487c6b167fdf9f827d3736b626404756c7573a74d Oct 14 16:50:57.599 INFO running `"docker" "start" "-a" "33e21ccb259497ebb8842db487c6b167fdf9f827d3736b626404756c7573a74d"` Oct 14 16:50:58.967 INFO kablam! usermod: no changes Oct 14 16:50:59.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 16:50:59.041 INFO kablam! Running /target/debug/deps/generalized_hyperplane_tree-58d2412c19c642d1 Oct 14 16:50:59.043 INFO blam! Oct 14 16:50:59.043 INFO blam! running 0 tests Oct 14 16:50:59.043 INFO blam! Oct 14 16:50:59.043 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:50:59.043 INFO blam! Oct 14 16:50:59.045 INFO kablam! su: No module specific data is present Oct 14 16:50:59.982 INFO running `"docker" "rm" "-f" "33e21ccb259497ebb8842db487c6b167fdf9f827d3736b626404756c7573a74d"` Oct 14 16:51:00.124 INFO blam! 33e21ccb259497ebb8842db487c6b167fdf9f827d3736b626404756c7573a74d