Oct 14 16:50:38.265 INFO testing jhagans3/generalized-hyperplane-tree against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:50:38.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 16:50:38.625 INFO blam! 4ef29c0d6e2615a9973dffdb28c4a65577144d1142356885cac4cab9e7c33d80 Oct 14 16:50:38.635 INFO running `"docker" "start" "-a" "4ef29c0d6e2615a9973dffdb28c4a65577144d1142356885cac4cab9e7c33d80"` Oct 14 16:50:39.674 INFO kablam! usermod: no changes Oct 14 16:50:39.735 INFO kablam! Compiling serde v1.0.33 Oct 14 16:50:48.563 INFO kablam! Compiling uuid v0.6.1 Oct 14 16:50:49.363 INFO kablam! Compiling generalized-hyperplane-tree v0.1.0 (/source) Oct 14 16:50:49.819 INFO kablam! warning: unused variable: `peer_refs` Oct 14 16:50:49.819 INFO kablam! --> src/main.rs:158:45 Oct 14 16:50:49.819 INFO kablam! | Oct 14 16:50:49.819 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 14 16:50:49.819 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `peer_refs: _` Oct 14 16:50:49.819 INFO kablam! | Oct 14 16:50:49.819 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:50:49.821 INFO kablam! Oct 14 16:50:49.821 INFO kablam! warning: unused variable: `shard_id` Oct 14 16:50:49.821 INFO kablam! --> src/main.rs:158:56 Oct 14 16:50:49.821 INFO kablam! | Oct 14 16:50:49.821 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 14 16:50:49.821 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 14 16:50:49.821 INFO kablam! Oct 14 16:50:49.821 INFO kablam! warning: unused variable: `id` Oct 14 16:50:49.821 INFO kablam! --> src/main.rs:220:57 Oct 14 16:50:49.821 INFO kablam! | Oct 14 16:50:49.821 INFO kablam! 220 | ShardLocations::RemoteIndex(id, idx) => { Oct 14 16:50:49.821 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 16:50:49.821 INFO kablam! Oct 14 16:50:49.821 INFO kablam! warning: unused variable: `peer_ref` Oct 14 16:50:49.821 INFO kablam! --> src/main.rs:739:29 Oct 14 16:50:49.821 INFO kablam! | Oct 14 16:50:49.821 INFO kablam! 739 | TreeIDs::NodeID{peer_ref, shard_id} => shard_id, Oct 14 16:50:49.821 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 14 16:50:49.821 INFO kablam! Oct 14 16:50:49.821 INFO kablam! warning: unused variable: `peer_ref` Oct 14 16:50:49.821 INFO kablam! --> src/main.rs:789:41 Oct 14 16:50:49.821 INFO kablam! | Oct 14 16:50:49.821 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 14 16:50:49.821 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 14 16:50:49.821 INFO kablam! Oct 14 16:50:49.821 INFO kablam! warning: unused variable: `shard_id` Oct 14 16:50:49.821 INFO kablam! --> src/main.rs:789:51 Oct 14 16:50:49.821 INFO kablam! | Oct 14 16:50:49.821 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 14 16:50:49.821 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 14 16:50:49.821 INFO kablam! Oct 14 16:50:49.923 INFO kablam! warning: variable does not need to be mutable Oct 14 16:50:49.923 INFO kablam! --> src/main.rs:817:13 Oct 14 16:50:49.923 INFO kablam! | Oct 14 16:50:49.923 INFO kablam! 817 | let mut peer_tree: HashMap> = HashMap::new(); Oct 14 16:50:49.923 INFO kablam! | ----^^^^^^^^^ Oct 14 16:50:49.923 INFO kablam! | | Oct 14 16:50:49.923 INFO kablam! | help: remove this `mut` Oct 14 16:50:49.923 INFO kablam! | Oct 14 16:50:49.923 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:50:49.923 INFO kablam! Oct 14 16:50:52.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.82s Oct 14 16:50:52.537 INFO kablam! su: No module specific data is present Oct 14 16:50:53.151 INFO running `"docker" "rm" "-f" "4ef29c0d6e2615a9973dffdb28c4a65577144d1142356885cac4cab9e7c33d80"` Oct 14 16:50:53.414 INFO blam! 4ef29c0d6e2615a9973dffdb28c4a65577144d1142356885cac4cab9e7c33d80 Oct 14 16:50:53.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 16:50:53.904 INFO blam! 1511dc608fa4147fceb30e6abe18287599fa5fc42b859368a51e9645e3a5075a Oct 14 16:50:53.907 INFO running `"docker" "start" "-a" "1511dc608fa4147fceb30e6abe18287599fa5fc42b859368a51e9645e3a5075a"` Oct 14 16:50:55.087 INFO kablam! usermod: no changes Oct 14 16:50:55.199 INFO kablam! Compiling generalized-hyperplane-tree v0.1.0 (/source) Oct 14 16:50:55.847 INFO kablam! warning: unused variable: `peer_refs` Oct 14 16:50:55.848 INFO kablam! --> src/main.rs:158:45 Oct 14 16:50:55.848 INFO kablam! | Oct 14 16:50:55.848 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 14 16:50:55.849 INFO kablam! | ^^^^^^^^^ help: try ignoring the field: `peer_refs: _` Oct 14 16:50:55.849 INFO kablam! | Oct 14 16:50:55.849 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:50:55.850 INFO kablam! Oct 14 16:50:55.850 INFO kablam! warning: unused variable: `shard_id` Oct 14 16:50:55.850 INFO kablam! --> src/main.rs:158:56 Oct 14 16:50:55.851 INFO kablam! | Oct 14 16:50:55.851 INFO kablam! 158 | FileMeta::ShardRemote { peer_refs, shard_id } => { Oct 14 16:50:55.851 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 14 16:50:55.851 INFO kablam! Oct 14 16:50:55.852 INFO kablam! warning: unused variable: `id` Oct 14 16:50:55.853 INFO kablam! --> src/main.rs:220:57 Oct 14 16:50:55.853 INFO kablam! | Oct 14 16:50:55.853 INFO kablam! 220 | ShardLocations::RemoteIndex(id, idx) => { Oct 14 16:50:55.853 INFO kablam! | ^^ help: consider using `_id` instead Oct 14 16:50:55.854 INFO kablam! Oct 14 16:50:55.854 INFO kablam! warning: unused variable: `peer_ref` Oct 14 16:50:55.854 INFO kablam! --> src/main.rs:739:29 Oct 14 16:50:55.855 INFO kablam! | Oct 14 16:50:55.855 INFO kablam! 739 | TreeIDs::NodeID{peer_ref, shard_id} => shard_id, Oct 14 16:50:55.855 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 14 16:50:55.856 INFO kablam! Oct 14 16:50:55.856 INFO kablam! warning: unused variable: `peer_ref` Oct 14 16:50:55.856 INFO kablam! --> src/main.rs:789:41 Oct 14 16:50:55.856 INFO kablam! | Oct 14 16:50:55.857 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 14 16:50:55.857 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `peer_ref: _` Oct 14 16:50:55.857 INFO kablam! Oct 14 16:50:55.858 INFO kablam! warning: unused variable: `shard_id` Oct 14 16:50:55.858 INFO kablam! --> src/main.rs:789:51 Oct 14 16:50:55.858 INFO kablam! | Oct 14 16:50:55.859 INFO kablam! 789 | TreeIDs::NodeID{peer_ref, shard_id} => true, Oct 14 16:50:55.859 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `shard_id: _` Oct 14 16:50:55.859 INFO kablam! Oct 14 16:50:55.951 INFO kablam! warning: variable does not need to be mutable Oct 14 16:50:55.952 INFO kablam! --> src/main.rs:817:13 Oct 14 16:50:55.952 INFO kablam! | Oct 14 16:50:55.952 INFO kablam! 817 | let mut peer_tree: HashMap> = HashMap::new(); Oct 14 16:50:55.953 INFO kablam! | ----^^^^^^^^^ Oct 14 16:50:55.953 INFO kablam! | | Oct 14 16:50:55.953 INFO kablam! | help: remove this `mut` Oct 14 16:50:55.954 INFO kablam! | Oct 14 16:50:55.954 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:50:55.954 INFO kablam! Oct 14 16:50:56.416 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 14 16:50:56.420 INFO kablam! su: No module specific data is present Oct 14 16:50:57.132 INFO running `"docker" "rm" "-f" "1511dc608fa4147fceb30e6abe18287599fa5fc42b859368a51e9645e3a5075a"` Oct 14 16:50:57.593 INFO blam! 1511dc608fa4147fceb30e6abe18287599fa5fc42b859368a51e9645e3a5075a Oct 14 16:50:57.610 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 16:50:58.025 INFO blam! 5600c7d95cf2cd36c3dde0a61bdca33cf453d4d7b8f85080573076f759b99258 Oct 14 16:50:58.031 INFO running `"docker" "start" "-a" "5600c7d95cf2cd36c3dde0a61bdca33cf453d4d7b8f85080573076f759b99258"` Oct 14 16:50:59.530 INFO kablam! usermod: no changes Oct 14 16:50:59.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 16:50:59.631 INFO kablam! Running /target/debug/deps/generalized_hyperplane_tree-a29c762d8c0fc8a3 Oct 14 16:50:59.635 INFO blam! Oct 14 16:50:59.635 INFO blam! running 0 tests Oct 14 16:50:59.635 INFO blam! Oct 14 16:50:59.635 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:50:59.635 INFO blam! Oct 14 16:50:59.639 INFO kablam! su: No module specific data is present Oct 14 16:51:00.129 INFO running `"docker" "rm" "-f" "5600c7d95cf2cd36c3dde0a61bdca33cf453d4d7b8f85080573076f759b99258"` Oct 14 16:51:00.267 INFO blam! 5600c7d95cf2cd36c3dde0a61bdca33cf453d4d7b8f85080573076f759b99258