Oct 27 02:57:06.308 INFO checking jhagans3/generalized-hyperplane-tree against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:57:06.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 02:57:06.698 INFO blam! ce78c0ca867d1051753b80844e130616ab088bd0254e82a368b22ddfc3f7b8ca Oct 27 02:57:06.702 INFO running `"docker" "start" "-a" "ce78c0ca867d1051753b80844e130616ab088bd0254e82a368b22ddfc3f7b8ca"` Oct 27 02:57:07.730 INFO kablam! usermod: no changes Oct 27 02:57:07.820 INFO kablam! Checking serde v1.0.33 Oct 27 02:57:15.693 INFO kablam! Checking uuid v0.6.1 Oct 27 02:57:16.374 INFO kablam! Checking generalized-hyperplane-tree v0.1.0 (/source) Oct 27 02:57:17.327 INFO kablam! warning: unused variable: `peer_refs` Oct 27 02:57:17.327 INFO kablam! --> src/main.rs:158:45 Oct 27 02:57:17.327 INFO kablam! | Oct 27 02:57:17.327 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 27 02:57:17.327 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `peer_refs: _` Oct 27 02:57:17.327 INFO kablam! | Oct 27 02:57:17.327 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:57:17.327 INFO kablam! Oct 27 02:57:17.327 INFO kablam! warning: unused variable: `shard_id` Oct 27 02:57:17.327 INFO kablam! --> src/main.rs:158:56 Oct 27 02:57:17.327 INFO kablam! | Oct 27 02:57:17.327 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 27 02:57:17.327 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 27 02:57:17.327 INFO kablam! Oct 27 02:57:17.327 INFO kablam! warning: unused variable: `id` Oct 27 02:57:17.327 INFO kablam! --> src/main.rs:220:57 Oct 27 02:57:17.327 INFO kablam! | Oct 27 02:57:17.327 INFO kablam! 220 | ShardLocations::RemoteIndex(id, idx) => { Oct 27 02:57:17.327 INFO kablam! | ^^ help: consider using `_id` instead Oct 27 02:57:17.327 INFO kablam! Oct 27 02:57:17.327 INFO kablam! warning: unused variable: `peer_ref` Oct 27 02:57:17.327 INFO kablam! --> src/main.rs:739:29 Oct 27 02:57:17.327 INFO kablam! | Oct 27 02:57:17.327 INFO kablam! 739 | TreeIDs::NodeID{peer_ref, shard_id} => shard_id, Oct 27 02:57:17.327 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 27 02:57:17.327 INFO kablam! Oct 27 02:57:17.327 INFO kablam! warning: unused variable: `peer_ref` Oct 27 02:57:17.327 INFO kablam! --> src/main.rs:789:41 Oct 27 02:57:17.327 INFO kablam! | Oct 27 02:57:17.327 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 27 02:57:17.327 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 27 02:57:17.327 INFO kablam! Oct 27 02:57:17.328 INFO kablam! warning: unused variable: `shard_id` Oct 27 02:57:17.328 INFO kablam! --> src/main.rs:789:51 Oct 27 02:57:17.328 INFO kablam! | Oct 27 02:57:17.328 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 27 02:57:17.328 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 27 02:57:17.328 INFO kablam! Oct 27 02:57:17.518 INFO kablam! warning: variable does not need to be mutable Oct 27 02:57:17.518 INFO kablam! --> src/main.rs:817:13 Oct 27 02:57:17.518 INFO kablam! | Oct 27 02:57:17.518 INFO kablam! 817 | let mut peer_tree: HashMap> = HashMap::new(); Oct 27 02:57:17.518 INFO kablam! | ----^^^^^^^^^ Oct 27 02:57:17.518 INFO kablam! | | Oct 27 02:57:17.518 INFO kablam! | help: remove this `mut` Oct 27 02:57:17.518 INFO kablam! | Oct 27 02:57:17.527 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:57:17.527 INFO kablam! Oct 27 02:57:17.733 INFO kablam! warning: unused variable: `peer_refs` Oct 27 02:57:17.734 INFO kablam! --> src/main.rs:158:45 Oct 27 02:57:17.735 INFO kablam! | Oct 27 02:57:17.735 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 27 02:57:17.736 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `peer_refs: _` Oct 27 02:57:17.736 INFO kablam! | Oct 27 02:57:17.737 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:57:17.737 INFO kablam! Oct 27 02:57:17.737 INFO kablam! warning: unused variable: `shard_id` Oct 27 02:57:17.737 INFO kablam! --> src/main.rs:158:56 Oct 27 02:57:17.737 INFO kablam! | Oct 27 02:57:17.737 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 27 02:57:17.737 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 27 02:57:17.737 INFO kablam! Oct 27 02:57:17.737 INFO kablam! warning: unused variable: `id` Oct 27 02:57:17.737 INFO kablam! --> src/main.rs:220:57 Oct 27 02:57:17.737 INFO kablam! | Oct 27 02:57:17.737 INFO kablam! 220 | ShardLocations::RemoteIndex(id, idx) => { Oct 27 02:57:17.737 INFO kablam! | ^^ help: consider using `_id` instead Oct 27 02:57:17.737 INFO kablam! Oct 27 02:57:17.737 INFO kablam! warning: unused variable: `peer_ref` Oct 27 02:57:17.739 INFO kablam! --> src/main.rs:739:29 Oct 27 02:57:17.739 INFO kablam! | Oct 27 02:57:17.739 INFO kablam! 739 | TreeIDs::NodeID{peer_ref, shard_id} => shard_id, Oct 27 02:57:17.739 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 27 02:57:17.739 INFO kablam! Oct 27 02:57:17.739 INFO kablam! warning: unused variable: `peer_ref` Oct 27 02:57:17.739 INFO kablam! --> src/main.rs:789:41 Oct 27 02:57:17.739 INFO kablam! | Oct 27 02:57:17.739 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 27 02:57:17.740 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 27 02:57:17.740 INFO kablam! Oct 27 02:57:17.740 INFO kablam! warning: unused variable: `shard_id` Oct 27 02:57:17.740 INFO kablam! --> src/main.rs:789:51 Oct 27 02:57:17.740 INFO kablam! | Oct 27 02:57:17.740 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 27 02:57:17.740 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 27 02:57:17.740 INFO kablam! Oct 27 02:57:17.872 INFO kablam! warning: variable does not need to be mutable Oct 27 02:57:17.872 INFO kablam! --> src/main.rs:817:13 Oct 27 02:57:17.872 INFO kablam! | Oct 27 02:57:17.872 INFO kablam! 817 | let mut peer_tree: HashMap> = HashMap::new(); Oct 27 02:57:17.872 INFO kablam! | ----^^^^^^^^^ Oct 27 02:57:17.872 INFO kablam! | | Oct 27 02:57:17.872 INFO kablam! | help: remove this `mut` Oct 27 02:57:17.872 INFO kablam! | Oct 27 02:57:17.872 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:57:17.872 INFO kablam! Oct 27 02:57:17.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.17s Oct 27 02:57:17.932 INFO kablam! su: No module specific data is present Oct 27 02:57:18.736 INFO running `"docker" "rm" "-f" "ce78c0ca867d1051753b80844e130616ab088bd0254e82a368b22ddfc3f7b8ca"` Oct 27 02:57:18.987 INFO blam! ce78c0ca867d1051753b80844e130616ab088bd0254e82a368b22ddfc3f7b8ca