Oct 16 14:33:53.815 INFO testing concurrent-hash-map-0.0.6 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:33:53.815 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 14:33:54.121 INFO blam! cc98d5a7ed71794d2c9be2bc51da1e34edbfc51fe81ea4f818c6412b2ea7e69d Oct 16 14:33:54.125 INFO running `"docker" "start" "-a" "cc98d5a7ed71794d2c9be2bc51da1e34edbfc51fe81ea4f818c6412b2ea7e69d"` Oct 16 14:33:54.548 INFO kablam! usermod: no changes Oct 16 14:33:54.612 INFO kablam! Compiling concurrent-hash-map v0.0.6 (/source) Oct 16 14:33:55.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.84s Oct 16 14:33:55.427 INFO kablam! su: No module specific data is present Oct 16 14:33:55.783 INFO running `"docker" "rm" "-f" "cc98d5a7ed71794d2c9be2bc51da1e34edbfc51fe81ea4f818c6412b2ea7e69d"` Oct 16 14:33:55.969 INFO blam! cc98d5a7ed71794d2c9be2bc51da1e34edbfc51fe81ea4f818c6412b2ea7e69d Oct 16 14:33:55.975 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 14:33:56.244 INFO blam! 87cdf42ae9675bf080c690d25770247599067cfe1bee875dc1ad6153c9161db2 Oct 16 14:33:56.246 INFO running `"docker" "start" "-a" "87cdf42ae9675bf080c690d25770247599067cfe1bee875dc1ad6153c9161db2"` Oct 16 14:33:57.823 INFO kablam! usermod: no changes Oct 16 14:33:57.935 INFO kablam! Compiling concurrent-hash-map v0.0.6 (/source) Oct 16 14:33:58.759 INFO kablam! warning: unused imports: `BuildHasher`, `Hash`, `Hasher` Oct 16 14:33:58.759 INFO kablam! --> src/lib.rs:496:21 Oct 16 14:33:58.759 INFO kablam! | Oct 16 14:33:58.759 INFO kablam! 496 | use std::hash::{Hasher, BuildHasher, BuildHasherDefault, Hash}; Oct 16 14:33:58.759 INFO kablam! | ^^^^^^ ^^^^^^^^^^^ ^^^^ Oct 16 14:33:58.759 INFO kablam! | Oct 16 14:33:58.760 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:33:58.760 INFO kablam! Oct 16 14:33:58.779 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.779 INFO kablam! --> src/lib.rs:495:9 Oct 16 14:33:58.779 INFO kablam! | Oct 16 14:33:58.779 INFO kablam! 495 | use std::hash::SipHasher; Oct 16 14:33:58.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 14:33:58.779 INFO kablam! | Oct 16 14:33:58.779 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:33:58.780 INFO kablam! Oct 16 14:33:58.780 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.780 INFO kablam! --> src/lib.rs:682:111 Oct 16 14:33:58.780 INFO kablam! | Oct 16 14:33:58.780 INFO kablam! 682 | let (capacity_chk, seg_count_chk, load_factor_chk) = ConcurrentHashMap::>::check_params(capacity, seg_count, load_factor); Oct 16 14:33:58.780 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.780 INFO kablam! Oct 16 14:33:58.780 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.780 INFO kablam! --> src/lib.rs:526:72 Oct 16 14:33:58.780 INFO kablam! | Oct 16 14:33:58.780 INFO kablam! 526 | let mut chm = ConcurrentHashMap::>::new_with_options(100, 1, 0.8, BuildHasherDefault::::default()); Oct 16 14:33:58.780 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.780 INFO kablam! Oct 16 14:33:58.780 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.780 INFO kablam! --> src/lib.rs:526:136 Oct 16 14:33:58.780 INFO kablam! | Oct 16 14:33:58.780 INFO kablam! 526 | let mut chm = ConcurrentHashMap::>::new_with_options(100, 1, 0.8, BuildHasherDefault::::default()); Oct 16 14:33:58.780 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.780 INFO kablam! Oct 16 14:33:58.781 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.781 INFO kablam! --> src/lib.rs:533:72 Oct 16 14:33:58.781 INFO kablam! | Oct 16 14:33:58.781 INFO kablam! 533 | let mut chm = ConcurrentHashMap::>::new_with_options(100, 1, 0.8, BuildHasherDefault::::default()); Oct 16 14:33:58.781 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.781 INFO kablam! Oct 16 14:33:58.781 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.781 INFO kablam! --> src/lib.rs:533:136 Oct 16 14:33:58.781 INFO kablam! | Oct 16 14:33:58.781 INFO kablam! 533 | let mut chm = ConcurrentHashMap::>::new_with_options(100, 1, 0.8, BuildHasherDefault::::default()); Oct 16 14:33:58.781 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.781 INFO kablam! Oct 16 14:33:58.781 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.781 INFO kablam! --> src/lib.rs:540:72 Oct 16 14:33:58.781 INFO kablam! | Oct 16 14:33:58.781 INFO kablam! 540 | let mut chm = ConcurrentHashMap::>::new_with_options(100, 1, 0.8, BuildHasherDefault::::default()); Oct 16 14:33:58.781 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.781 INFO kablam! Oct 16 14:33:58.782 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.782 INFO kablam! --> src/lib.rs:540:136 Oct 16 14:33:58.782 INFO kablam! | Oct 16 14:33:58.782 INFO kablam! 540 | let mut chm = ConcurrentHashMap::>::new_with_options(100, 1, 0.8, BuildHasherDefault::::default()); Oct 16 14:33:58.782 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.782 INFO kablam! Oct 16 14:33:58.782 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.782 INFO kablam! --> src/lib.rs:548:72 Oct 16 14:33:58.782 INFO kablam! | Oct 16 14:33:58.782 INFO kablam! 548 | let mut chm = ConcurrentHashMap::>::new_with_options(16, 1, 1.0, BuildHasherDefault::::default()); Oct 16 14:33:58.782 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.782 INFO kablam! Oct 16 14:33:58.782 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.782 INFO kablam! --> src/lib.rs:548:135 Oct 16 14:33:58.782 INFO kablam! | Oct 16 14:33:58.782 INFO kablam! 548 | let mut chm = ConcurrentHashMap::>::new_with_options(16, 1, 1.0, BuildHasherDefault::::default()); Oct 16 14:33:58.782 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.782 INFO kablam! Oct 16 14:33:58.783 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.783 INFO kablam! --> src/lib.rs:567:72 Oct 16 14:33:58.783 INFO kablam! | Oct 16 14:33:58.783 INFO kablam! 567 | let mut chm = ConcurrentHashMap::>::new_with_options(16, 1, 1.0, BuildHasherDefault::::default()); Oct 16 14:33:58.783 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.783 INFO kablam! Oct 16 14:33:58.783 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.783 INFO kablam! --> src/lib.rs:567:135 Oct 16 14:33:58.783 INFO kablam! | Oct 16 14:33:58.783 INFO kablam! 567 | let mut chm = ConcurrentHashMap::>::new_with_options(16, 1, 1.0, BuildHasherDefault::::default()); Oct 16 14:33:58.783 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.783 INFO kablam! Oct 16 14:33:58.784 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.784 INFO kablam! --> src/lib.rs:581:72 Oct 16 14:33:58.784 INFO kablam! | Oct 16 14:33:58.784 INFO kablam! 581 | let mut chm = ConcurrentHashMap::>::new_with_options(16, 1, 1.0, BuildHasherDefault::::default()); Oct 16 14:33:58.784 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.784 INFO kablam! Oct 16 14:33:58.784 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.784 INFO kablam! --> src/lib.rs:581:135 Oct 16 14:33:58.784 INFO kablam! | Oct 16 14:33:58.784 INFO kablam! 581 | let mut chm = ConcurrentHashMap::>::new_with_options(16, 1, 1.0, BuildHasherDefault::::default()); Oct 16 14:33:58.784 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.784 INFO kablam! Oct 16 14:33:58.785 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.785 INFO kablam! --> src/lib.rs:592:72 Oct 16 14:33:58.785 INFO kablam! | Oct 16 14:33:58.785 INFO kablam! 592 | let mut chm = ConcurrentHashMap::>::new_with_options(16, 1, 1.0, BuildHasherDefault::::default()); Oct 16 14:33:58.785 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.785 INFO kablam! Oct 16 14:33:58.785 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 14:33:58.785 INFO kablam! --> src/lib.rs:592:135 Oct 16 14:33:58.785 INFO kablam! | Oct 16 14:33:58.785 INFO kablam! 592 | let mut chm = ConcurrentHashMap::>::new_with_options(16, 1, 1.0, BuildHasherDefault::::default()); Oct 16 14:33:58.785 INFO kablam! | ^^^^^^^^^ Oct 16 14:33:58.785 INFO kablam! Oct 16 14:34:01.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.36s Oct 16 14:34:01.231 INFO kablam! su: No module specific data is present Oct 16 14:34:02.119 INFO running `"docker" "rm" "-f" "87cdf42ae9675bf080c690d25770247599067cfe1bee875dc1ad6153c9161db2"` Oct 16 14:34:02.410 INFO blam! 87cdf42ae9675bf080c690d25770247599067cfe1bee875dc1ad6153c9161db2 Oct 16 14:34:02.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16 14:34:02.799 INFO blam! aafd6d1af6c8122f73c6935b717edc7e5048c1869689f6139a699390eb58442c Oct 16 14:34:02.803 INFO running `"docker" "start" "-a" "aafd6d1af6c8122f73c6935b717edc7e5048c1869689f6139a699390eb58442c"` Oct 16 14:34:04.175 INFO kablam! usermod: no changes Oct 16 14:34:04.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 14:34:04.275 INFO kablam! Running /target/debug/deps/concurrent_hash_map-f9c0e40df1ee2ad7 Oct 16 14:34:04.283 INFO blam! Oct 16 14:34:04.283 INFO blam! running 14 tests Oct 16 14:34:04.295 INFO blam! test test::many_insert_and_get ... ok Oct 16 14:34:04.295 INFO blam! test test::check_len ... ok Oct 16 14:34:04.295 INFO blam! test test::check_hash_collisions ... ok Oct 16 14:34:04.295 INFO blam! test test::many_insert_and_get_back ... ok Oct 16 14:34:04.295 INFO blam! test test::many_insert_and_get_none ... ok Oct 16 14:34:04.295 INFO blam! test test::simple_insert_and_get ... ok Oct 16 14:34:04.295 INFO blam! test test::simple_insert_and_get_other ... ok Oct 16 14:34:04.295 INFO blam! test test::settings_weird_segments ... ok Oct 16 14:34:04.295 INFO blam! test test::settings_weird_capacities ... ok Oct 16 14:34:04.295 INFO blam! test test::simple_insert_and_remove ... ok Oct 16 14:34:04.295 INFO blam! test test::seg_bit_mask ... ok Oct 16 14:34:04.295 INFO blam! test test::settings_weird_load_factors ... ok Oct 16 14:34:04.295 INFO blam! test test::many_insert_and_remove ... ok Oct 16 14:34:04.303 INFO blam! test test::read_segment_while_locked ... ok Oct 16 14:34:04.303 INFO blam! Oct 16 14:34:04.303 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:34:04.303 INFO blam! Oct 16 14:34:04.303 INFO kablam! Doc-tests concurrent-hash-map Oct 16 14:34:05.527 INFO blam! Oct 16 14:34:05.527 INFO blam! running 0 tests Oct 16 14:34:05.527 INFO blam! Oct 16 14:34:05.527 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:34:05.527 INFO blam! Oct 16 14:34:05.544 INFO kablam! su: No module specific data is present Oct 16 14:34:06.135 INFO running `"docker" "rm" "-f" "aafd6d1af6c8122f73c6935b717edc7e5048c1869689f6139a699390eb58442c"` Oct 16 14:34:06.380 INFO blam! aafd6d1af6c8122f73c6935b717edc7e5048c1869689f6139a699390eb58442c