Oct 11 17:22:46.849 INFO testing logmap-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:22:46.849 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:22:46.849 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:22:47.108 INFO blam! 64382ef1332dcf6de963defe3f5f6a535b22706947ca4ef3a044ac4d79c7ee05 Oct 11 17:22:47.112 INFO running `"docker" "start" "-a" "64382ef1332dcf6de963defe3f5f6a535b22706947ca4ef3a044ac4d79c7ee05"` Oct 11 17:22:47.872 INFO kablam! usermod: no changes Oct 11 17:22:47.929 INFO kablam! Compiling logmap v0.1.0 (/source) Oct 11 17:22:48.698 INFO kablam! warning: method is never used: `scan` Oct 11 17:22:48.698 INFO kablam! --> src/lib.rs:42:5 Oct 11 17:22:48.698 INFO kablam! | Oct 11 17:22:48.698 INFO kablam! 42 | / fn scan(&self, f: F) -> RwLockReadGuard> Oct 11 17:22:48.698 INFO kablam! 43 | | where Oct 11 17:22:48.698 INFO kablam! 44 | | F: Fn(&Bucket) -> bool, Oct 11 17:22:48.698 INFO kablam! 45 | | { Oct 11 17:22:48.698 INFO kablam! ... | Oct 11 17:22:48.698 INFO kablam! 57 | | self.bucket[start].read().unwrap() Oct 11 17:22:48.698 INFO kablam! 58 | | } Oct 11 17:22:48.698 INFO kablam! | |_____^ Oct 11 17:22:48.698 INFO kablam! | Oct 11 17:22:48.698 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:22:48.698 INFO kablam! Oct 11 17:22:48.698 INFO kablam! warning: method is never used: `update` Oct 11 17:22:48.698 INFO kablam! --> src/lib.rs:102:5 Oct 11 17:22:48.698 INFO kablam! | Oct 11 17:22:48.698 INFO kablam! 102 | fn update(&self, key: K, value: V) -> Option { Oct 11 17:22:48.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:48.698 INFO kablam! Oct 11 17:22:48.698 INFO kablam! warning: method is never used: `is_free` Oct 11 17:22:48.699 INFO kablam! --> src/lib.rs:132:5 Oct 11 17:22:48.699 INFO kablam! | Oct 11 17:22:48.699 INFO kablam! 132 | fn is_free(&self) -> bool { Oct 11 17:22:48.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:48.699 INFO kablam! Oct 11 17:22:48.699 INFO kablam! warning: method is never used: `key` Oct 11 17:22:48.699 INFO kablam! --> src/lib.rs:147:5 Oct 11 17:22:48.699 INFO kablam! | Oct 11 17:22:48.699 INFO kablam! 147 | fn key(&self) -> Option<&K> { Oct 11 17:22:48.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:48.699 INFO kablam! Oct 11 17:22:48.699 INFO kablam! warning: method is never used: `key_matches` Oct 11 17:22:48.699 INFO kablam! --> src/lib.rs:163:5 Oct 11 17:22:48.699 INFO kablam! | Oct 11 17:22:48.699 INFO kablam! 163 | / fn key_matches(&self, key: &K) -> bool Oct 11 17:22:48.699 INFO kablam! 164 | | where Oct 11 17:22:48.699 INFO kablam! 165 | | K: PartialEq, Oct 11 17:22:48.699 INFO kablam! 166 | | { Oct 11 17:22:48.699 INFO kablam! ... | Oct 11 17:22:48.699 INFO kablam! 171 | | } Oct 11 17:22:48.699 INFO kablam! 172 | | } Oct 11 17:22:48.699 INFO kablam! | |_____^ Oct 11 17:22:48.699 INFO kablam! Oct 11 17:22:48.699 INFO kablam! warning: method is never used: `scan` Oct 11 17:22:48.699 INFO kablam! --> src/lib.rs:203:5 Oct 11 17:22:48.699 INFO kablam! | Oct 11 17:22:48.699 INFO kablam! 203 | / fn scan(&self, key: &K, matches: F) -> RwLockReadGuard> Oct 11 17:22:48.699 INFO kablam! 204 | | where Oct 11 17:22:48.699 INFO kablam! 205 | | F: Fn(&Bucket) -> bool, Oct 11 17:22:48.699 INFO kablam! 206 | | { Oct 11 17:22:48.699 INFO kablam! 207 | | self.buckets[self.hash(key)].scan(matches) Oct 11 17:22:48.699 INFO kablam! 208 | | } Oct 11 17:22:48.699 INFO kablam! | |_____^ Oct 11 17:22:48.699 INFO kablam! Oct 11 17:22:48.718 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 11 17:22:48.726 INFO kablam! su: No module specific data is present Oct 11 17:22:49.111 INFO running `"docker" "rm" "-f" "64382ef1332dcf6de963defe3f5f6a535b22706947ca4ef3a044ac4d79c7ee05"` Oct 11 17:22:49.240 INFO blam! 64382ef1332dcf6de963defe3f5f6a535b22706947ca4ef3a044ac4d79c7ee05 Oct 11 17:22:49.241 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:22:49.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:22:49.441 INFO blam! b3431472650335e34d1d33a8c70ba7a04141e2b571e18358621ce473ceebef2d Oct 11 17:22:49.445 INFO running `"docker" "start" "-a" "b3431472650335e34d1d33a8c70ba7a04141e2b571e18358621ce473ceebef2d"` Oct 11 17:22:49.943 INFO kablam! usermod: no changes Oct 11 17:22:49.980 INFO kablam! Compiling logmap v0.1.0 (/source) Oct 11 17:22:51.761 INFO kablam! warning: method is never used: `scan` Oct 11 17:22:51.761 INFO kablam! --> src/lib.rs:42:5 Oct 11 17:22:51.761 INFO kablam! | Oct 11 17:22:51.761 INFO kablam! 42 | / fn scan(&self, f: F) -> RwLockReadGuard> Oct 11 17:22:51.761 INFO kablam! 43 | | where Oct 11 17:22:51.761 INFO kablam! 44 | | F: Fn(&Bucket) -> bool, Oct 11 17:22:51.761 INFO kablam! 45 | | { Oct 11 17:22:51.761 INFO kablam! ... | Oct 11 17:22:51.761 INFO kablam! 57 | | self.bucket[start].read().unwrap() Oct 11 17:22:51.761 INFO kablam! 58 | | } Oct 11 17:22:51.761 INFO kablam! | |_____^ Oct 11 17:22:51.761 INFO kablam! | Oct 11 17:22:51.761 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:22:51.761 INFO kablam! Oct 11 17:22:51.761 INFO kablam! warning: method is never used: `is_free` Oct 11 17:22:51.761 INFO kablam! --> src/lib.rs:132:5 Oct 11 17:22:51.761 INFO kablam! | Oct 11 17:22:51.761 INFO kablam! 132 | fn is_free(&self) -> bool { Oct 11 17:22:51.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:51.761 INFO kablam! Oct 11 17:22:51.761 INFO kablam! warning: method is never used: `key` Oct 11 17:22:51.761 INFO kablam! --> src/lib.rs:147:5 Oct 11 17:22:51.761 INFO kablam! | Oct 11 17:22:51.761 INFO kablam! 147 | fn key(&self) -> Option<&K> { Oct 11 17:22:51.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:51.761 INFO kablam! Oct 11 17:22:51.761 INFO kablam! warning: method is never used: `key_matches` Oct 11 17:22:51.761 INFO kablam! --> src/lib.rs:163:5 Oct 11 17:22:51.761 INFO kablam! | Oct 11 17:22:51.761 INFO kablam! 163 | / fn key_matches(&self, key: &K) -> bool Oct 11 17:22:51.761 INFO kablam! 164 | | where Oct 11 17:22:51.761 INFO kablam! 165 | | K: PartialEq, Oct 11 17:22:51.761 INFO kablam! 166 | | { Oct 11 17:22:51.761 INFO kablam! ... | Oct 11 17:22:51.761 INFO kablam! 171 | | } Oct 11 17:22:51.761 INFO kablam! 172 | | } Oct 11 17:22:51.761 INFO kablam! | |_____^ Oct 11 17:22:51.761 INFO kablam! Oct 11 17:22:51.761 INFO kablam! warning: method is never used: `scan` Oct 11 17:22:51.761 INFO kablam! --> src/lib.rs:203:5 Oct 11 17:22:51.761 INFO kablam! | Oct 11 17:22:51.761 INFO kablam! 203 | / fn scan(&self, key: &K, matches: F) -> RwLockReadGuard> Oct 11 17:22:51.761 INFO kablam! 204 | | where Oct 11 17:22:51.761 INFO kablam! 205 | | F: Fn(&Bucket) -> bool, Oct 11 17:22:51.761 INFO kablam! 206 | | { Oct 11 17:22:51.761 INFO kablam! 207 | | self.buckets[self.hash(key)].scan(matches) Oct 11 17:22:51.761 INFO kablam! 208 | | } Oct 11 17:22:51.761 INFO kablam! | |_____^ Oct 11 17:22:51.761 INFO kablam! Oct 11 17:22:53.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.46s Oct 11 17:22:53.428 INFO kablam! su: No module specific data is present Oct 11 17:22:53.772 INFO running `"docker" "rm" "-f" "b3431472650335e34d1d33a8c70ba7a04141e2b571e18358621ce473ceebef2d"` Oct 11 17:22:54.073 INFO blam! b3431472650335e34d1d33a8c70ba7a04141e2b571e18358621ce473ceebef2d Oct 11 17:22:54.078 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:22:54.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:22:54.564 INFO blam! 609eff0da9ca7478bb1f6de3885cf5f94cb3ed242fdb0f3587101031033491fc Oct 11 17:22:54.571 INFO running `"docker" "start" "-a" "609eff0da9ca7478bb1f6de3885cf5f94cb3ed242fdb0f3587101031033491fc"` Oct 11 17:22:55.524 INFO kablam! usermod: no changes Oct 11 17:22:55.582 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 17:22:55.596 INFO kablam! Running /target/debug/deps/logmap-708fa759a2288a45 Oct 11 17:22:55.596 INFO blam! Oct 11 17:22:55.596 INFO blam! running 15 tests Oct 11 17:22:55.632 INFO blam! test tests::insert_then_get ... ok Oct 11 17:22:55.648 INFO blam! test tests::double_insert_updates_value ... ok Oct 11 17:22:55.660 INFO blam! test tests::skewed_concurrent_puts ... ok Oct 11 17:22:55.661 INFO blam! test tests::version_table_delete_value ... ok Oct 11 17:22:55.677 INFO blam! test tests::get_inexistent_value ... ok Oct 11 17:22:55.679 INFO blam! test tests::insert_then_remove ... ok Oct 11 17:22:55.679 INFO blam! test tests::delete_value ... ok Oct 11 17:22:55.679 INFO blam! test tests::version_table_multiple_removes ... ok Oct 11 17:22:55.720 INFO blam! test tests::version_table_values_dont_interfere ... ok Oct 11 17:22:55.804 INFO blam! test tests::version_table_multi_version_multi_key ... ok Oct 11 17:22:55.860 INFO blam! test tests::version_table_update_single_key ... ok Oct 11 17:22:56.084 INFO blam! test tests::bench_access_u32_key_u32_value ... ok Oct 11 17:22:57.076 INFO blam! test tests::bench_huge_values ... ok Oct 11 17:23:04.247 INFO blam! test tests::bench_access_string_key_string_value ... ok Oct 11 17:23:05.805 INFO blam! test tests::concurrent_puts ... FAILED Oct 11 17:23:05.805 INFO blam! Oct 11 17:23:05.805 INFO blam! failures: Oct 11 17:23:05.805 INFO blam! Oct 11 17:23:05.805 INFO blam! ---- tests::concurrent_puts stdout ---- Oct 11 17:23:05.805 INFO blam! thread 'tests::concurrent_puts' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Oct 11 17:23:05.805 INFO blam! stack backtrace: Oct 11 17:23:05.805 INFO blam! 0: 0x556803f770fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 17:23:05.805 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 17:23:05.805 INFO blam! 1: 0x556803f7ffa6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 17:23:05.805 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 17:23:05.805 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 17:23:05.805 INFO blam! 2: 0x556803f7acfd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 17:23:05.805 INFO blam! at libstd/panicking.rs:211 Oct 11 17:23:05.805 INFO blam! 3: 0x556803f7aa0b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 17:23:05.805 INFO blam! at libstd/panicking.rs:221 Oct 11 17:23:05.805 INFO blam! 4: 0x556803f7b3ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 17:23:05.805 INFO blam! at libstd/panicking.rs:476 Oct 11 17:23:05.805 INFO blam! 5: 0x556803f7af69 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 17:23:05.805 INFO blam! at libstd/panicking.rs:390 Oct 11 17:23:05.805 INFO blam! 6: 0x556803f7ae65 - rust_begin_unwind Oct 11 17:23:05.805 INFO blam! at libstd/panicking.rs:325 Oct 11 17:23:05.805 INFO blam! 7: 0x556803fbb45b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 17:23:05.805 INFO blam! at libcore/panicking.rs:77 Oct 11 17:23:05.805 INFO blam! 8: 0x556803eeb603 - core::result::unwrap_failed::h714575df6b212ce0 Oct 11 17:23:05.805 INFO blam! at libcore/macros.rs:26 Oct 11 17:23:05.805 INFO blam! 9: 0x556803ee996b - >::unwrap::hde1c96d3c68bb04e Oct 11 17:23:05.805 INFO blam! at libcore/result.rs:808 Oct 11 17:23:05.805 INFO blam! 10: 0x556803edd4d1 - logmap::tests::concurrent_puts::{{closure}}::h8d12eae128f1662a Oct 11 17:23:05.805 INFO blam! at src/lib.rs:505 Oct 11 17:23:05.805 INFO blam! 11: 0x556803ed65a1 - crossbeam_utils::scoped::scope::h29f938ca3c222ac9 Oct 11 17:23:05.805 INFO blam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.3.2/src/scoped.rs:231 Oct 11 17:23:05.805 INFO blam! 12: 0x556803edc096 - logmap::tests::concurrent_puts::ha0de8b813d976d22 Oct 11 17:23:05.805 INFO blam! at src/lib.rs:498 Oct 11 17:23:05.805 INFO blam! 13: 0x556803edbe39 - logmap::tests::concurrent_puts::{{closure}}::h2bbf195e3643b2ea Oct 11 17:23:05.805 INFO blam! at src/lib.rs:469 Oct 11 17:23:05.805 INFO blam! 14: 0x556803eee7fd - core::ops::function::FnOnce::call_once::hd09dc39d4d7b9817 Oct 11 17:23:05.805 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:23:05.805 INFO blam! 15: 0x556803f0447e - >::call_box::h95b7cb918af67b5d Oct 11 17:23:05.805 INFO blam! at libtest/lib.rs:1468 Oct 11 17:23:05.805 INFO blam! at libcore/ops/function.rs:238 Oct 11 17:23:05.805 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:23:05.805 INFO blam! 16: 0x556803f8b179 - __rust_maybe_catch_panic Oct 11 17:23:05.805 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:23:05.805 INFO blam! 17: 0x556803f251ad - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 17:23:05.805 INFO blam! at libstd/panicking.rs:289 Oct 11 17:23:05.805 INFO blam! at libstd/panic.rs:392 Oct 11 17:23:05.805 INFO blam! at libtest/lib.rs:1423 Oct 11 17:23:05.805 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 17:23:05.805 INFO blam! 18: 0x556803f25db4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 17:23:05.805 INFO blam! at libstd/thread/mod.rs:409 Oct 11 17:23:05.805 INFO blam! at libstd/panic.rs:313 Oct 11 17:23:05.805 INFO blam! at libstd/panicking.rs:310 Oct 11 17:23:05.805 INFO blam! 19: 0x556803f8b179 - __rust_maybe_catch_panic Oct 11 17:23:05.805 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 17:23:05.805 INFO blam! 20: 0x556803f131a6 - >::call_box::h96125cb29a9ba44b Oct 11 17:23:05.805 INFO blam! at libstd/panicking.rs:289 Oct 11 17:23:05.805 INFO blam! at libstd/panic.rs:392 Oct 11 17:23:05.805 INFO blam! at libstd/thread/mod.rs:408 Oct 11 17:23:05.805 INFO blam! at liballoc/boxed.rs:672 Oct 11 17:23:05.805 INFO blam! 21: 0x556803f7913a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 17:23:05.805 INFO blam! at liballoc/boxed.rs:682 Oct 11 17:23:05.805 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 17:23:05.805 INFO blam! 22: 0x556803f6e2f5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 17:23:05.805 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 17:23:05.805 INFO blam! 23: 0x7f206c2ee6b9 - start_thread Oct 11 17:23:05.805 INFO blam! 24: 0x7f206be0e41c - clone Oct 11 17:23:05.805 INFO blam! 25: 0x0 - Oct 11 17:23:05.805 INFO blam! Oct 11 17:23:05.805 INFO blam! Oct 11 17:23:05.805 INFO blam! failures: Oct 11 17:23:05.805 INFO blam! tests::concurrent_puts Oct 11 17:23:05.805 INFO blam! Oct 11 17:23:05.805 INFO blam! test result: FAILED. 14 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:23:05.805 INFO blam! Oct 11 17:23:05.807 INFO kablam! error: test failed, to rerun pass '--lib' Oct 11 17:23:05.809 INFO kablam! su: No module specific data is present Oct 11 17:23:06.208 INFO running `"docker" "rm" "-f" "609eff0da9ca7478bb1f6de3885cf5f94cb3ed242fdb0f3587101031033491fc"` Oct 11 17:23:06.348 INFO blam! 609eff0da9ca7478bb1f6de3885cf5f94cb3ed242fdb0f3587101031033491fc