Oct 21 16:55:15.286 INFO checking jhagans3/generalized-hyperplane-tree against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:55:15.287 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:55:15.676 INFO blam! 907b03462c93c4f669741fcaec1b3d20331086a7455fc4ee228fd02d107d51a8 Oct 21 16:55:15.688 INFO running `"docker" "start" "-a" "907b03462c93c4f669741fcaec1b3d20331086a7455fc4ee228fd02d107d51a8"` Oct 21 16:55:16.604 INFO kablam! usermod: no changes Oct 21 16:55:16.680 INFO kablam! Checking serde v1.0.33 Oct 21 16:55:24.632 INFO kablam! Checking uuid v0.6.1 Oct 21 16:55:25.396 INFO kablam! Checking generalized-hyperplane-tree v0.1.0 (/source) Oct 21 16:55:26.092 INFO kablam! warning: unused variable: `peer_refs` Oct 21 16:55:26.093 INFO kablam! --> src/main.rs:158:45 Oct 21 16:55:26.093 INFO kablam! | Oct 21 16:55:26.093 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 21 16:55:26.093 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `peer_refs: _` Oct 21 16:55:26.093 INFO kablam! | Oct 21 16:55:26.093 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:55:26.093 INFO kablam! Oct 21 16:55:26.093 INFO kablam! warning: unused variable: `shard_id` Oct 21 16:55:26.093 INFO kablam! --> src/main.rs:158:56 Oct 21 16:55:26.093 INFO kablam! | Oct 21 16:55:26.093 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 21 16:55:26.093 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 21 16:55:26.093 INFO kablam! Oct 21 16:55:26.093 INFO kablam! warning: unused variable: `id` Oct 21 16:55:26.093 INFO kablam! --> src/main.rs:220:57 Oct 21 16:55:26.093 INFO kablam! | Oct 21 16:55:26.093 INFO kablam! 220 | ShardLocations::RemoteIndex(id, idx) => { Oct 21 16:55:26.093 INFO kablam! | ^^ help: consider using `_id` instead Oct 21 16:55:26.093 INFO kablam! Oct 21 16:55:26.093 INFO kablam! warning: unused variable: `peer_ref` Oct 21 16:55:26.093 INFO kablam! --> src/main.rs:739:29 Oct 21 16:55:26.093 INFO kablam! | Oct 21 16:55:26.093 INFO kablam! 739 | TreeIDs::NodeID{peer_ref, shard_id} => shard_id, Oct 21 16:55:26.093 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 21 16:55:26.093 INFO kablam! Oct 21 16:55:26.093 INFO kablam! warning: unused variable: `peer_ref` Oct 21 16:55:26.093 INFO kablam! --> src/main.rs:789:41 Oct 21 16:55:26.093 INFO kablam! | Oct 21 16:55:26.093 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 21 16:55:26.093 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 21 16:55:26.093 INFO kablam! Oct 21 16:55:26.093 INFO kablam! warning: unused variable: `shard_id` Oct 21 16:55:26.093 INFO kablam! --> src/main.rs:789:51 Oct 21 16:55:26.093 INFO kablam! | Oct 21 16:55:26.093 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 21 16:55:26.093 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 21 16:55:26.093 INFO kablam! Oct 21 16:55:26.192 INFO kablam! warning: variable does not need to be mutable Oct 21 16:55:26.192 INFO kablam! --> src/main.rs:817:13 Oct 21 16:55:26.192 INFO kablam! | Oct 21 16:55:26.192 INFO kablam! 817 | let mut peer_tree: HashMap> = HashMap::new(); Oct 21 16:55:26.192 INFO kablam! | ----^^^^^^^^^ Oct 21 16:55:26.192 INFO kablam! | | Oct 21 16:55:26.192 INFO kablam! | help: remove this `mut` Oct 21 16:55:26.192 INFO kablam! | Oct 21 16:55:26.192 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:55:26.192 INFO kablam! Oct 21 16:55:26.240 INFO kablam! warning: unused variable: `peer_refs` Oct 21 16:55:26.240 INFO kablam! --> src/main.rs:158:45 Oct 21 16:55:26.240 INFO kablam! | Oct 21 16:55:26.240 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 21 16:55:26.240 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `peer_refs: _` Oct 21 16:55:26.240 INFO kablam! | Oct 21 16:55:26.240 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:55:26.240 INFO kablam! Oct 21 16:55:26.240 INFO kablam! warning: unused variable: `shard_id` Oct 21 16:55:26.240 INFO kablam! --> src/main.rs:158:56 Oct 21 16:55:26.240 INFO kablam! | Oct 21 16:55:26.240 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 21 16:55:26.240 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 21 16:55:26.240 INFO kablam! Oct 21 16:55:26.240 INFO kablam! warning: unused variable: `id` Oct 21 16:55:26.240 INFO kablam! --> src/main.rs:220:57 Oct 21 16:55:26.240 INFO kablam! | Oct 21 16:55:26.241 INFO kablam! 220 | ShardLocations::RemoteIndex(id, idx) => { Oct 21 16:55:26.241 INFO kablam! | ^^ help: consider using `_id` instead Oct 21 16:55:26.241 INFO kablam! Oct 21 16:55:26.241 INFO kablam! warning: unused variable: `peer_ref` Oct 21 16:55:26.241 INFO kablam! --> src/main.rs:739:29 Oct 21 16:55:26.241 INFO kablam! | Oct 21 16:55:26.241 INFO kablam! 739 | TreeIDs::NodeID{peer_ref, shard_id} => shard_id, Oct 21 16:55:26.241 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 21 16:55:26.241 INFO kablam! Oct 21 16:55:26.241 INFO kablam! warning: unused variable: `peer_ref` Oct 21 16:55:26.241 INFO kablam! --> src/main.rs:789:41 Oct 21 16:55:26.241 INFO kablam! | Oct 21 16:55:26.241 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 21 16:55:26.241 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 21 16:55:26.241 INFO kablam! Oct 21 16:55:26.241 INFO kablam! warning: unused variable: `shard_id` Oct 21 16:55:26.241 INFO kablam! --> src/main.rs:789:51 Oct 21 16:55:26.241 INFO kablam! | Oct 21 16:55:26.241 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 21 16:55:26.241 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 21 16:55:26.241 INFO kablam! Oct 21 16:55:26.346 INFO kablam! warning: variable does not need to be mutable Oct 21 16:55:26.346 INFO kablam! --> src/main.rs:817:13 Oct 21 16:55:26.346 INFO kablam! | Oct 21 16:55:26.346 INFO kablam! 817 | let mut peer_tree: HashMap> = HashMap::new(); Oct 21 16:55:26.346 INFO kablam! | ----^^^^^^^^^ Oct 21 16:55:26.346 INFO kablam! | | Oct 21 16:55:26.346 INFO kablam! | help: remove this `mut` Oct 21 16:55:26.346 INFO kablam! | Oct 21 16:55:26.346 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:55:26.346 INFO kablam! Oct 21 16:55:26.409 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.79s Oct 21 16:55:26.426 INFO kablam! su: No module specific data is present Oct 21 16:55:27.249 INFO running `"docker" "rm" "-f" "907b03462c93c4f669741fcaec1b3d20331086a7455fc4ee228fd02d107d51a8"` Oct 21 16:55:27.532 INFO blam! 907b03462c93c4f669741fcaec1b3d20331086a7455fc4ee228fd02d107d51a8