[INFO] cloning repository Gankro/hash-rs [INFO] running `"git" "clone" "--bare" "git://github.com/Gankro/hash-rs.git" "work/cache/sources/gh/Gankro/hash-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Gankro/hash-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/Gankro/hash-rs" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Gankro/hash-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Gankro/hash-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Gankro/hash-rs" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Gankro/hash-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Gankro/hash-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e3cc60dfc974e96abfa8003eba4e1061306258b3 [INFO] sha for GitHub repo Gankro/hash-rs: e3cc60dfc974e96abfa8003eba4e1061306258b3 [INFO] validating manifest of Gankro/hash-rs on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Gankro/hash-rs on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Gankro/hash-rs [INFO] finished frobbing Gankro/hash-rs [INFO] frobbed toml for Gankro/hash-rs written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Gankro/hash-rs/Cargo.toml [INFO] started frobbing Gankro/hash-rs [INFO] finished frobbing Gankro/hash-rs [INFO] frobbed toml for Gankro/hash-rs written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Gankro/hash-rs/Cargo.toml [INFO] crate Gankro/hash-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ahash v0.1.14 [INFO] [stderr] Downloaded const-random v0.1.3 [INFO] [stderr] Downloaded const-random-macro v0.1.3 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Gankro/hash-rs against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Gankro/hash-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 93c726e66b1fa693bf31075b28c063d045016c87654a40940a1c7e7a2e1d9d2d [INFO] running `"docker" "start" "-a" "93c726e66b1fa693bf31075b28c063d045016c87654a40940a1c7e7a2e1d9d2d"` [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling murmurhash3 v0.0.5 [INFO] [stderr] Compiling twox-hash v1.1.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.4 [INFO] [stderr] Compiling const-random-macro v0.1.3 [INFO] [stderr] Compiling const-random v0.1.3 [INFO] [stderr] Compiling ahash v0.1.14 [INFO] [stderr] Compiling hash-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:119:1 [INFO] [stderr] | [INFO] [stderr] 119 | / macro_rules! hash_benches { [INFO] [stderr] 120 | | ($Impl: ty) => { [INFO] [stderr] 121 | | use std::collections::hash_map::DefaultHasher as Sip13; [INFO] [stderr] 122 | | use std::hash::SipHasher as Sip24; [INFO] [stderr] ... | [INFO] [stderr] 232 | | } [INFO] [stderr] 233 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:235:1 [INFO] [stderr] | [INFO] [stderr] 235 | / macro_rules! tree_benches { [INFO] [stderr] 236 | | ($Impl: ty) => { [INFO] [stderr] 237 | | use std::collections::BTreeMap; [INFO] [stderr] 238 | | use rand::distributions::Standard; [INFO] [stderr] ... | [INFO] [stderr] 302 | | } [INFO] [stderr] 303 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.19s [INFO] running `"docker" "inspect" "93c726e66b1fa693bf31075b28c063d045016c87654a40940a1c7e7a2e1d9d2d"` [INFO] running `"docker" "rm" "-f" "93c726e66b1fa693bf31075b28c063d045016c87654a40940a1c7e7a2e1d9d2d"` [INFO] [stdout] 93c726e66b1fa693bf31075b28c063d045016c87654a40940a1c7e7a2e1d9d2d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Gankro/hash-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 30c4f6b9efce09d73dd1f619d0aa50ae170b8c992976b833ea7042ef512bfba1 [INFO] running `"docker" "start" "-a" "30c4f6b9efce09d73dd1f619d0aa50ae170b8c992976b833ea7042ef512bfba1"` [INFO] [stderr] Compiling hash-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/main.rs:122:13 [INFO] [stderr] | [INFO] [stderr] 122 | use std::hash::SipHasher as Sip24; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 305 | #[cfg(test)] mod sip13 { hash_benches!{Sip13} } [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/main.rs:122:13 [INFO] [stderr] | [INFO] [stderr] 122 | use std::hash::SipHasher as Sip24; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 306 | #[cfg(test)] mod sip24 { hash_benches!{Sip24} } [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/main.rs:306:40 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg(test)] mod sip24 { hash_benches!{Sip24} } [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/main.rs:122:13 [INFO] [stderr] | [INFO] [stderr] 122 | use std::hash::SipHasher as Sip24; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 307 | #[cfg(test)] mod ahash { hash_benches!{AHash} } [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/main.rs:122:13 [INFO] [stderr] | [INFO] [stderr] 122 | use std::hash::SipHasher as Sip24; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 308 | #[cfg(test)] mod xx { hash_benches!{Xx} } [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/main.rs:122:13 [INFO] [stderr] | [INFO] [stderr] 122 | use std::hash::SipHasher as Sip24; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 309 | #[cfg(test)] mod fnv { hash_benches!{Fnv} } [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/main.rs:122:13 [INFO] [stderr] | [INFO] [stderr] 122 | use std::hash::SipHasher as Sip24; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 310 | #[cfg(test)] mod horner { hash_benches!{HornerHasher} } [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.27s [INFO] running `"docker" "inspect" "30c4f6b9efce09d73dd1f619d0aa50ae170b8c992976b833ea7042ef512bfba1"` [INFO] running `"docker" "rm" "-f" "30c4f6b9efce09d73dd1f619d0aa50ae170b8c992976b833ea7042ef512bfba1"` [INFO] [stdout] 30c4f6b9efce09d73dd1f619d0aa50ae170b8c992976b833ea7042ef512bfba1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Gankro/hash-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 1f130dacb2d520f596f1374b50e5e24887de916fecdbc327455eda6282a85049 [INFO] running `"docker" "start" "-a" "1f130dacb2d520f596f1374b50e5e24887de916fecdbc327455eda6282a85049"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/hash_rs-f88df35a2a750f6b [INFO] [stdout] [INFO] [stdout] running 240 tests [INFO] [stdout] test ahash::bytes_000000001 ... ok [INFO] [stdout] test ahash::bytes_000000002 ... ok [INFO] [stdout] test ahash::bytes_000000004 ... ok [INFO] [stdout] test ahash::bytes_000000016 ... ok [INFO] [stdout] test ahash::bytes_000000008 ... ok [INFO] [stdout] test ahash::bytes_000000128 ... ok [INFO] [stdout] test ahash::bytes_000000256 ... ok [INFO] [stdout] test ahash::bytes_000000064 ... ok [INFO] [stdout] test ahash::bytes_000000032 ... ok [INFO] [stdout] test ahash::mapcountdense_000000016 ... ok [INFO] [stdout] test ahash::mapcountdense_000000001 ... ok [INFO] [stdout] test ahash::bytes_000002048 ... ok [INFO] [stdout] test ahash::mapcountdense_000000002 ... ok [INFO] [stdout] test ahash::bytes_000001024 ... ok [INFO] [stdout] test ahash::mapcountdense_000000004 ... ok [INFO] [stdout] test ahash::mapcountdense_000000008 ... ok [INFO] [stdout] test ahash::bytes_000000512 ... ok [INFO] [stdout] test ahash::mapcountdense_000000032 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000002 ... ok [INFO] [stdout] test ahash::mapcountdense_000000064 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000001 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000008 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000004 ... ok [INFO] [stdout] test ahash::mapcountdense_000000128 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000016 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000032 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000064 ... ok [INFO] [stdout] test ahash::mapcountdense_000000256 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000128 ... ok [INFO] [stdout] test btree::mapcountdense_000000001 ... ok [INFO] [stdout] test btree::mapcountdense_000000002 ... ok [INFO] [stdout] test ahash::mapcountdense_000000512 ... ok [INFO] [stdout] test btree::mapcountdense_000000004 ... ok [INFO] [stdout] test btree::mapcountdense_000000016 ... ok [INFO] [stdout] test btree::mapcountdense_000000008 ... ok [INFO] [stdout] test btree::mapcountdense_000000032 ... ok [INFO] [stdout] test btree::mapcountdense_000000064 ... ok [INFO] [stdout] test btree::mapcountdense_000000128 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000256 ... ok [INFO] [stdout] test btree::mapcountdense_000000256 ... ok [INFO] [stdout] test ahash::mapcountdense_000001024 ... ok [INFO] [stdout] test btree::mapcountsparse_000000001 ... ok [INFO] [stdout] test btree::mapcountsparse_000000002 ... ok [INFO] [stdout] test btree::mapcountsparse_000000004 ... ok [INFO] [stdout] test btree::mapcountsparse_000000008 ... ok [INFO] [stdout] test btree::mapcountsparse_000000016 ... ok [INFO] [stdout] test btree::mapcountdense_000000512 ... ok [INFO] [stdout] test btree::mapcountsparse_000000032 ... ok [INFO] [stdout] test btree::mapcountsparse_000000064 ... ok [INFO] [stdout] test ahash::mapcountsparse_000000512 ... ok [INFO] [stdout] test btree::mapcountsparse_000000128 ... ok [INFO] [stdout] test btree::mapcountdense_000001024 ... ok [INFO] [stdout] test btree::mapcountsparse_000000256 ... ok [INFO] [stdout] test fnv::bytes_000000001 ... ok [INFO] [stdout] test fnv::bytes_000000002 ... ok [INFO] [stdout] test fnv::bytes_000000004 ... ok [INFO] [stdout] test fnv::bytes_000000008 ... ok [INFO] [stdout] test fnv::bytes_000000016 ... ok [INFO] [stdout] test fnv::bytes_000000032 ... ok [INFO] [stdout] test fnv::bytes_000000064 ... ok [INFO] [stdout] test fnv::bytes_000000128 ... ok [INFO] [stdout] test ahash::mapcountdense_000002048 ... ok [INFO] [stdout] test fnv::bytes_000000512 ... ok [INFO] [stdout] test fnv::bytes_000001024 ... ok [INFO] [stdout] test fnv::bytes_000002048 ... ok [INFO] [stdout] test fnv::bytes_000000256 ... ok [INFO] [stdout] test fnv::mapcountdense_000000002 ... ok [INFO] [stdout] test fnv::mapcountdense_000000001 ... ok [INFO] [stdout] test fnv::mapcountdense_000000004 ... ok [INFO] [stdout] test fnv::mapcountdense_000000008 ... ok [INFO] [stdout] test fnv::mapcountdense_000000016 ... ok [INFO] [stdout] test fnv::mapcountdense_000000032 ... ok [INFO] [stdout] test fnv::mapcountdense_000000064 ... ok [INFO] [stdout] test fnv::mapcountdense_000000128 ... ok [INFO] [stdout] test fnv::mapcountdense_000000256 ... ok [INFO] [stdout] test btree::mapcountsparse_000000512 ... ok [INFO] [stdout] test ahash::mapcountsparse_000001024 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000001 ... ok [INFO] [stdout] test btree::mapcountdense_000002048 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000002 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000004 ... ok [INFO] [stdout] test fnv::mapcountdense_000000512 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000008 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000016 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000032 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000064 ... ok [INFO] [stdout] test fnv::mapcountdense_000001024 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000128 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000256 ... ok [INFO] [stdout] test horner::bytes_000000001 ... ok [INFO] [stdout] test horner::bytes_000000002 ... ok [INFO] [stdout] test btree::mapcountsparse_000001024 ... ok [INFO] [stdout] test horner::bytes_000000004 ... ok [INFO] [stdout] test horner::bytes_000000008 ... ok [INFO] [stdout] test horner::bytes_000000016 ... ok [INFO] [stdout] test horner::bytes_000000064 ... ok [INFO] [stdout] test horner::bytes_000000032 ... ok [INFO] [stdout] test horner::bytes_000000256 ... ok [INFO] [stdout] test horner::bytes_000000512 ... ok [INFO] [stdout] test horner::bytes_000000128 ... ok [INFO] [stdout] test horner::bytes_000001024 ... ok [INFO] [stdout] test horner::bytes_000002048 ... ok [INFO] [stdout] test horner::mapcountdense_000000001 ... ok [INFO] [stdout] test horner::mapcountdense_000000002 ... ok [INFO] [stdout] test horner::mapcountdense_000000008 ... ok [INFO] [stdout] test horner::mapcountdense_000000004 ... ok [INFO] [stdout] test horner::mapcountdense_000000016 ... ok [INFO] [stdout] test horner::mapcountdense_000000032 ... ok [INFO] [stdout] test horner::mapcountdense_000000064 ... ok [INFO] [stdout] test horner::mapcountdense_000000128 ... ok [INFO] [stdout] test fnv::mapcountsparse_000000512 ... ok [INFO] [stdout] test horner::mapcountdense_000000256 ... ok [INFO] [stdout] test horner::mapcountdense_000000512 ... ok [INFO] [stdout] test horner::mapcountsparse_000000001 ... ok [INFO] [stdout] test horner::mapcountsparse_000000002 ... ok [INFO] [stdout] test horner::mapcountsparse_000000004 ... ok [INFO] [stdout] test horner::mapcountsparse_000000008 ... ok [INFO] [stdout] test horner::mapcountsparse_000000016 ... ok [INFO] [stdout] test horner::mapcountsparse_000000032 ... ok [INFO] [stdout] test horner::mapcountsparse_000000064 ... ok [INFO] [stdout] test horner::mapcountdense_000001024 ... ok [INFO] [stdout] test ahash::mapcountsparse_000002048 ... ok [INFO] [stdout] test fnv::mapcountdense_000002048 ... ok [INFO] [stdout] test horner::mapcountsparse_000000128 ... ok [INFO] [stdout] test btree::mapcountsparse_000002048 ... ok [INFO] [stdout] test sip13::bytes_000000001 ... ok [INFO] [stdout] test horner::mapcountsparse_000000256 ... ok [INFO] [stdout] test sip13::bytes_000000002 ... ok [INFO] [stdout] test sip13::bytes_000000008 ... ok [INFO] [stdout] test sip13::bytes_000000016 ... ok [INFO] [stdout] test sip13::bytes_000000032 ... ok [INFO] [stdout] test sip13::bytes_000000004 ... ok [INFO] [stdout] test sip13::bytes_000000128 ... ok [INFO] [stdout] test sip13::bytes_000000064 ... ok [INFO] [stdout] test sip13::bytes_000000512 ... ok [INFO] [stdout] test sip13::bytes_000000256 ... ok [INFO] [stdout] test sip13::bytes_000002048 ... ok [INFO] [stdout] test sip13::bytes_000001024 ... ok [INFO] [stdout] test sip13::mapcountdense_000000001 ... ok [INFO] [stdout] test sip13::mapcountdense_000000002 ... ok [INFO] [stdout] test sip13::mapcountdense_000000008 ... ok [INFO] [stdout] test sip13::mapcountdense_000000004 ... ok [INFO] [stdout] test sip13::mapcountdense_000000016 ... ok [INFO] [stdout] test sip13::mapcountdense_000000032 ... ok [INFO] [stdout] test sip13::mapcountdense_000000064 ... ok [INFO] [stdout] test sip13::mapcountdense_000000128 ... ok [INFO] [stdout] test fnv::mapcountsparse_000001024 ... ok [INFO] [stdout] test sip13::mapcountdense_000000256 ... ok [INFO] [stdout] test horner::mapcountdense_000002048 ... ok [INFO] [stdout] test horner::mapcountsparse_000000512 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000001 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000002 ... ok [INFO] [stdout] test sip13::mapcountdense_000000512 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000004 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000008 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000016 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000032 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000064 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000128 ... ok [INFO] [stdout] test sip13::mapcountdense_000001024 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000256 ... ok [INFO] [stdout] test sip24::bytes_000000001 ... ok [INFO] [stdout] test sip24::bytes_000000002 ... ok [INFO] [stdout] test sip24::bytes_000000004 ... ok [INFO] [stdout] test sip24::bytes_000000008 ... ok [INFO] [stdout] test sip24::bytes_000000016 ... ok [INFO] [stdout] test sip24::bytes_000000032 ... ok [INFO] [stdout] test sip24::bytes_000000064 ... ok [INFO] [stdout] test sip24::bytes_000000128 ... ok [INFO] [stdout] test sip24::bytes_000000256 ... ok [INFO] [stdout] test sip24::bytes_000000512 ... ok [INFO] [stdout] test sip24::bytes_000001024 ... ok [INFO] [stdout] test sip24::bytes_000002048 ... ok [INFO] [stdout] test sip24::mapcountdense_000000001 ... ok [INFO] [stdout] test sip24::mapcountdense_000000002 ... ok [INFO] [stdout] test sip24::mapcountdense_000000004 ... ok [INFO] [stdout] test sip24::mapcountdense_000000008 ... ok [INFO] [stdout] test sip24::mapcountdense_000000016 ... ok [INFO] [stdout] test sip24::mapcountdense_000000032 ... ok [INFO] [stdout] test sip24::mapcountdense_000000064 ... ok [INFO] [stdout] test sip24::mapcountdense_000000128 ... ok [INFO] [stdout] test sip24::mapcountdense_000000256 ... ok [INFO] [stdout] test sip13::mapcountsparse_000000512 ... ok [INFO] [stdout] test horner::mapcountsparse_000001024 ... ok [INFO] [stdout] test sip24::mapcountdense_000000512 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000001 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000002 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000004 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000008 ... ok [INFO] [stdout] test sip24::mapcountdense_000001024 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000016 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000032 ... ok [INFO] [stdout] test sip13::mapcountdense_000002048 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000064 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000128 ... ok [INFO] [stdout] test sip24::mapcountdense_000002048 ... ok [INFO] [stdout] test sip13::mapcountsparse_000001024 ... ok [INFO] [stdout] test fnv::mapcountsparse_000002048 ... ok [INFO] [stdout] test xx::bytes_000000002 ... ok [INFO] [stdout] test xx::bytes_000000001 ... ok [INFO] [stdout] test xx::bytes_000000004 ... ok [INFO] [stdout] test xx::bytes_000000016 ... ok [INFO] [stdout] test xx::bytes_000000008 ... ok [INFO] [stdout] test xx::bytes_000000032 ... ok [INFO] [stdout] test xx::bytes_000000064 ... ok [INFO] [stdout] test xx::bytes_000000256 ... ok [INFO] [stdout] test xx::bytes_000000128 ... ok [INFO] [stdout] test xx::bytes_000000512 ... ok [INFO] [stdout] test xx::bytes_000001024 ... ok [INFO] [stdout] test xx::mapcountdense_000000001 ... ok [INFO] [stdout] test xx::mapcountdense_000000002 ... ok [INFO] [stdout] test xx::bytes_000002048 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000256 ... ok [INFO] [stdout] test xx::mapcountdense_000000004 ... ok [INFO] [stdout] test xx::mapcountdense_000000008 ... ok [INFO] [stdout] test xx::mapcountdense_000000016 ... ok [INFO] [stdout] test xx::mapcountdense_000000032 ... ok [INFO] [stdout] test xx::mapcountdense_000000064 ... ok [INFO] [stdout] test xx::mapcountdense_000000128 ... ok [INFO] [stdout] test xx::mapcountdense_000000256 ... ok [INFO] [stdout] test horner::mapcountsparse_000002048 ... ok [INFO] [stdout] test xx::mapcountsparse_000000001 ... ok [INFO] [stdout] test xx::mapcountsparse_000000002 ... ok [INFO] [stdout] test xx::mapcountsparse_000000004 ... ok [INFO] [stdout] test xx::mapcountsparse_000000008 ... ok [INFO] [stdout] test xx::mapcountsparse_000000016 ... ok [INFO] [stdout] test xx::mapcountsparse_000000032 ... ok [INFO] [stdout] test xx::mapcountdense_000000512 ... ok [INFO] [stdout] test xx::mapcountsparse_000000064 ... ok [INFO] [stdout] test sip24::mapcountsparse_000000512 ... ok [INFO] [stdout] test xx::mapcountsparse_000000128 ... ok [INFO] [stdout] test xx::mapcountdense_000002048 ... ok [INFO] [stdout] test sip24::mapcountsparse_000001024 ... ok [INFO] [stdout] test xx::mapcountsparse_000000256 ... ok [INFO] [stdout] test xx::mapcountdense_000001024 ... ok [INFO] [stdout] test xx::mapcountsparse_000000512 ... ok [INFO] [stdout] test sip13::mapcountsparse_000002048 ... ok [INFO] [stdout] test sip24::mapcountsparse_000002048 ... ok [INFO] [stdout] test xx::mapcountsparse_000001024 ... ok [INFO] [stdout] test xx::mapcountsparse_000002048 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 240 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1f130dacb2d520f596f1374b50e5e24887de916fecdbc327455eda6282a85049"` [INFO] running `"docker" "rm" "-f" "1f130dacb2d520f596f1374b50e5e24887de916fecdbc327455eda6282a85049"` [INFO] [stdout] 1f130dacb2d520f596f1374b50e5e24887de916fecdbc327455eda6282a85049