Oct 11 02:48:12.597 INFO testing arthurprs/burst-trie against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:48:12.597 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:48:12.597 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 02:48:13.106 INFO blam! d39e1400bdee1329f3fcb7e4119a0da47304dbc0f787be9aa344e8ae604a92af Oct 11 02:48:13.117 INFO running `"docker" "start" "-a" "d39e1400bdee1329f3fcb7e4119a0da47304dbc0f787be9aa344e8ae604a92af"` Oct 11 02:48:14.772 INFO kablam! usermod: no changes Oct 11 02:48:14.888 INFO kablam! Compiling burst_trie v0.0.1 (/source) Oct 11 02:48:15.621 INFO kablam! warning: unused import: `std::fmt` Oct 11 02:48:15.625 INFO kablam! --> src/map.rs:19:5 Oct 11 02:48:15.625 INFO kablam! | Oct 11 02:48:15.625 INFO kablam! 19 | use std::fmt; Oct 11 02:48:15.625 INFO kablam! | ^^^^^^^^ Oct 11 02:48:15.626 INFO kablam! | Oct 11 02:48:15.626 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:48:15.627 INFO kablam! Oct 11 02:48:18.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.20s Oct 11 02:48:18.026 INFO kablam! su: No module specific data is present Oct 11 02:48:18.752 INFO running `"docker" "rm" "-f" "d39e1400bdee1329f3fcb7e4119a0da47304dbc0f787be9aa344e8ae604a92af"` Oct 11 02:48:18.948 INFO blam! d39e1400bdee1329f3fcb7e4119a0da47304dbc0f787be9aa344e8ae604a92af Oct 11 02:48:18.964 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:48:18.964 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 02:48:19.356 INFO blam! da0d4c38f02131d43aed0c3f00540e96907e65e8a11ee6454cfbc32462cc6e11 Oct 11 02:48:19.358 INFO running `"docker" "start" "-a" "da0d4c38f02131d43aed0c3f00540e96907e65e8a11ee6454cfbc32462cc6e11"` Oct 11 02:48:20.872 INFO kablam! usermod: no changes Oct 11 02:48:20.984 INFO kablam! Compiling burst_trie v0.0.1 (/source) Oct 11 02:48:22.932 INFO kablam! warning: unused macro definition Oct 11 02:48:22.932 INFO kablam! --> src/bench_macros.rs:130:1 Oct 11 02:48:22.932 INFO kablam! | Oct 11 02:48:22.932 INFO kablam! 130 | / macro_rules! map_iter_bench { Oct 11 02:48:22.932 INFO kablam! 131 | | ($name: ident, $min_len: expr, $max_len: expr, $map_len: expr, $map_type: ident, $key_prefix: expr) => ( Oct 11 02:48:22.932 INFO kablam! 132 | | #[bench] Oct 11 02:48:22.932 INFO kablam! 133 | | fn $name(b: &mut test::Bencher) { Oct 11 02:48:22.932 INFO kablam! ... | Oct 11 02:48:22.932 INFO kablam! 156 | | ); Oct 11 02:48:22.932 INFO kablam! 157 | | } Oct 11 02:48:22.932 INFO kablam! | |_^ Oct 11 02:48:22.932 INFO kablam! | Oct 11 02:48:22.932 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 02:48:22.932 INFO kablam! Oct 11 02:48:22.933 INFO kablam! warning: unused macro definition Oct 11 02:48:22.933 INFO kablam! --> src/bench_macros.rs:159:1 Oct 11 02:48:22.933 INFO kablam! | Oct 11 02:48:22.933 INFO kablam! 159 | / macro_rules! map_range_bench { Oct 11 02:48:22.933 INFO kablam! 160 | | ($name: ident, $min_len: expr, $max_len: expr, $map_len: expr, $map_type: ident, $key_prefix: expr) => ( Oct 11 02:48:22.933 INFO kablam! 161 | | #[bench] Oct 11 02:48:22.933 INFO kablam! 162 | | fn $name(b: &mut test::Bencher) { Oct 11 02:48:22.933 INFO kablam! ... | Oct 11 02:48:22.933 INFO kablam! 191 | | ); Oct 11 02:48:22.933 INFO kablam! 192 | | } Oct 11 02:48:22.933 INFO kablam! | |_^ Oct 11 02:48:22.933 INFO kablam! Oct 11 02:48:22.933 INFO kablam! warning: unused import: `std::fmt` Oct 11 02:48:22.933 INFO kablam! --> src/map.rs:19:5 Oct 11 02:48:22.933 INFO kablam! | Oct 11 02:48:22.933 INFO kablam! 19 | use std::fmt; Oct 11 02:48:22.933 INFO kablam! | ^^^^^^^^ Oct 11 02:48:22.933 INFO kablam! | Oct 11 02:48:22.933 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:48:22.933 INFO kablam! Oct 11 02:48:22.933 INFO kablam! warning: unused import: `BurstTrieNode` Oct 11 02:48:22.933 INFO kablam! --> src/map.rs:1159:31 Oct 11 02:48:22.933 INFO kablam! | Oct 11 02:48:22.933 INFO kablam! 1159 | use super::{BurstTrieMap, BurstTrieNode}; Oct 11 02:48:22.933 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 02:48:22.933 INFO kablam! Oct 11 02:48:22.933 INFO kablam! warning: unused import: `std::collections::Bound` Oct 11 02:48:22.933 INFO kablam! --> src/map.rs:1160:9 Oct 11 02:48:22.933 INFO kablam! | Oct 11 02:48:22.933 INFO kablam! 1160 | use std::collections::Bound; Oct 11 02:48:22.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:48:22.933 INFO kablam! Oct 11 02:48:24.080 INFO kablam! warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 11 02:48:24.080 INFO kablam! --> src/lib.rs:3:27 Oct 11 02:48:24.080 INFO kablam! | Oct 11 02:48:24.080 INFO kablam! 3 | #![cfg_attr(test, feature(collections_bound))] Oct 11 02:48:24.080 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 02:48:24.080 INFO kablam! | Oct 11 02:48:24.080 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 02:48:24.080 INFO kablam! Oct 11 02:48:24.080 INFO kablam! warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 11 02:48:24.080 INFO kablam! --> src/lib.rs:4:27 Oct 11 02:48:24.080 INFO kablam! | Oct 11 02:48:24.080 INFO kablam! 4 | #![cfg_attr(test, feature(btree_range))] Oct 11 02:48:24.080 INFO kablam! | ^^^^^^^^^^^ Oct 11 02:48:24.080 INFO kablam! Oct 11 02:48:28.293 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.37s Oct 11 02:48:28.296 INFO kablam! su: No module specific data is present Oct 11 02:48:29.500 INFO running `"docker" "rm" "-f" "da0d4c38f02131d43aed0c3f00540e96907e65e8a11ee6454cfbc32462cc6e11"` Oct 11 02:48:29.730 INFO blam! da0d4c38f02131d43aed0c3f00540e96907e65e8a11ee6454cfbc32462cc6e11 Oct 11 02:48:29.732 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:48:29.734 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 02:48:30.341 INFO blam! 15cbc5ced7b51a47354e9fa841f03e961015041c7e0d1ef0d37d2cc2016a1ada Oct 11 02:48:30.356 INFO running `"docker" "start" "-a" "15cbc5ced7b51a47354e9fa841f03e961015041c7e0d1ef0d37d2cc2016a1ada"` Oct 11 02:48:31.361 INFO kablam! usermod: no changes Oct 11 02:48:31.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 02:48:31.388 INFO kablam! Running /target/debug/deps/burst_trie-daaecb1ad8e50850 Oct 11 02:48:31.390 INFO blam! Oct 11 02:48:31.391 INFO blam! running 61 tests Oct 11 02:48:31.470 INFO blam! test map::bench::btree_get_short_1000 ... ok Oct 11 02:48:31.560 INFO blam! test map::bench::btree_get_short_10000 ... ok Oct 11 02:48:31.612 INFO blam! test map::bench::btree_get_medium_1000 ... ok Oct 11 02:48:31.637 INFO blam! test map::bench::btree_insert_medium_1000 ... ok Oct 11 02:48:32.268 INFO blam! test map::bench::btree_get_medium_10000 ... ok Oct 11 02:48:32.384 INFO blam! test map::bench::btree_get_prefix_medium_10000 ... ok Oct 11 02:48:32.404 INFO blam! test map::bench::btree_insert_medium_10000 ... ok Oct 11 02:48:32.860 INFO blam! test map::bench::btree_insert_prefix_medium_10000 ... ok Oct 11 02:48:32.905 INFO blam! test map::bench::btree_insert_short_1000 ... ok Oct 11 02:48:33.104 INFO blam! test map::bench::btree_insert_short_10000 ... ok Oct 11 02:48:33.308 INFO blam! test map::bench::btree_get_short_100000 ... ok Oct 11 02:48:33.496 INFO blam! test map::bench::burst_get_medium_1000 ... ok Oct 11 02:48:33.878 INFO blam! test map::bench::burst_get_medium_10000 ... ok Oct 11 02:48:34.108 INFO blam! test map::bench::btree_insert_short_100000 ... ok Oct 11 02:48:34.630 INFO blam! test map::bench::burst_get_prefix_medium_10000 ... ok Oct 11 02:48:37.656 INFO blam! test map::bench::btree_insert_seq_100000 ... ok Oct 11 02:48:39.340 INFO blam! test map::bench::btree_insert_prefix_medium_100000 ... ok Oct 11 02:48:39.356 INFO blam! test map::bench::burst_get_short_1000 ... ok Oct 11 02:48:39.404 INFO blam! test map::bench::btree_insert_medium_100000 ... ok Oct 11 02:48:39.532 INFO blam! test map::bench::burst_get_short_10000 ... ok Oct 11 02:48:39.800 INFO blam! test map::bench::burst_insert_medium_1000 ... ok Oct 11 02:48:40.396 INFO blam! test map::bench::btree_get_seq_100000 ... ok Oct 11 02:48:40.445 INFO blam! test map::bench::burst_insert_medium_10000 ... ok Oct 11 02:48:40.460 INFO blam! test map::bench::btree_get_medium_100000 ... ok Oct 11 02:48:40.848 INFO blam! test map::bench::burst_get_medium_100000 ... ok Oct 11 02:48:41.101 INFO blam! test map::bench::burst_insert_prefix_medium_10000 ... ok Oct 11 02:48:41.204 INFO blam! test map::bench::burst_insert_short_1000 ... ok Oct 11 02:48:41.396 INFO blam! test map::bench::btree_get_prefix_medium_100000 ... ok Oct 11 02:48:41.397 INFO blam! test map::bench::burst_insert_short_10000 ... ok Oct 11 02:48:41.648 INFO blam! test map::bench::hash_get_medium_1000 ... ok Oct 11 02:48:42.189 INFO blam! test map::bench::hash_get_medium_10000 ... ok Oct 11 02:48:42.288 INFO blam! test map::bench::burst_get_short_100000 ... ok Oct 11 02:48:42.712 INFO blam! test map::bench::burst_get_prefix_medium_100000 ... ok Oct 11 02:48:43.145 INFO blam! test map::bench::burst_insert_short_100000 ... ok Oct 11 02:48:43.172 INFO blam! test map::bench::hash_get_short_1000 ... ok Oct 11 02:48:43.274 INFO blam! test map::bench::hash_get_short_10000 ... ok Oct 11 02:48:43.406 INFO blam! test map::bench::hash_get_prefix_medium_10000 ... ok Oct 11 02:48:43.480 INFO blam! test map::bench::hash_insert_medium_1000 ... ok Oct 11 02:48:44.280 INFO blam! test map::bench::hash_insert_medium_10000 ... ok Oct 11 02:48:45.164 INFO blam! test map::bench::hash_get_short_100000 ... ok Oct 11 02:48:45.484 INFO blam! test map::bench::burst_get_seq_100000 ... ok Oct 11 02:48:45.583 INFO blam! test map::bench::hash_insert_prefix_medium_10000 ... ok Oct 11 02:48:45.605 INFO blam! test map::bench::hash_insert_short_1000 ... ok Oct 11 02:48:45.920 INFO blam! test map::bench::hash_insert_short_10000 ... ok Oct 11 02:48:47.999 INFO blam! test map::bench::burst_insert_prefix_medium_100000 ... ok Oct 11 02:48:48.010 INFO blam! test map::tests::find_empty ... ok Oct 11 02:48:48.017 INFO blam! test map::tests::find_not_found ... ok Oct 11 02:48:48.033 INFO blam! test map::tests::insert_replace ... ok Oct 11 02:48:48.049 INFO blam! test map::tests::test_clear ... ok Oct 11 02:48:48.420 INFO blam! test map::bench::hash_insert_short_100000 ... ok Oct 11 02:48:48.468 INFO blam! test map::tests::test_index ... ok Oct 11 02:48:48.471 INFO blam! test map::tests::test_len ... ok Oct 11 02:48:48.472 INFO blam! test map::tests::test_pop ... ok Oct 11 02:48:48.486 INFO blam! test map::tests::test_swap ... ok Oct 11 02:48:48.516 INFO blam! test map::bench::burst_insert_seq_100000 ... ok Oct 11 02:48:49.000 INFO blam! test map::bench::burst_insert_medium_100000 ... ok Oct 11 02:48:49.108 INFO blam! test map::bench::hash_get_medium_100000 ... ok Oct 11 02:48:50.592 INFO blam! test map::bench::hash_insert_medium_100000 ... ok Oct 11 02:48:52.224 INFO blam! test map::bench::hash_get_prefix_medium_100000 ... ok Oct 11 02:48:52.784 INFO blam! test map::bench::hash_insert_prefix_medium_100000 ... ok Oct 11 02:49:03.291 INFO blam! test map::tests::test_correctness ... ok Oct 11 02:49:03.291 INFO blam! Oct 11 02:49:03.291 INFO blam! test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:49:03.291 INFO blam! Oct 11 02:49:03.293 INFO kablam! Running /target/debug/deps/mem-c4e70fe987112b39 Oct 11 02:49:03.297 INFO blam! Oct 11 02:49:03.297 INFO blam! running 0 tests Oct 11 02:49:03.297 INFO blam! Oct 11 02:49:03.297 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:49:03.297 INFO blam! Oct 11 02:49:03.297 INFO kablam! Doc-tests burst_trie Oct 11 02:49:04.250 INFO blam! Oct 11 02:49:04.250 INFO blam! running 7 tests Oct 11 02:49:06.972 INFO blam! test src/map.rs - map::BurstTrieMap::clear (line 211) ... ok Oct 11 02:49:07.040 INFO blam! test src/map.rs - map::BurstTrieMap::remove (line 168) ... ok Oct 11 02:49:07.480 INFO blam! test src/map.rs - map::BurstTrieMap::len (line 190) ... ok Oct 11 02:49:07.719 INFO blam! test src/map.rs - map::BurstTrieMap::contains_key (line 151) ... ok Oct 11 02:49:08.079 INFO blam! test src/map.rs - map::BurstTrieMap::insert (line 88) ... ok Oct 11 02:49:08.259 INFO blam! test src/map.rs - map::BurstTrieMap::get (line 113) ... ok Oct 11 02:49:08.341 INFO blam! test src/map.rs - map::BurstTrieMap::get_mut (line 131) ... ok Oct 11 02:49:08.341 INFO blam! Oct 11 02:49:08.341 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:49:08.342 INFO blam! Oct 11 02:49:08.355 INFO kablam! su: No module specific data is present Oct 11 02:49:08.909 INFO running `"docker" "rm" "-f" "15cbc5ced7b51a47354e9fa841f03e961015041c7e0d1ef0d37d2cc2016a1ada"` Oct 11 02:49:09.372 INFO blam! 15cbc5ced7b51a47354e9fa841f03e961015041c7e0d1ef0d37d2cc2016a1ada