[INFO] fetching crate bittyset 0.1.0...
[INFO] checking bittyset-0.1.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bittyset 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate bittyset 0.1.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bittyset 0.1.0
[INFO] finished tweaking crates.io crate bittyset 0.1.0
[INFO] tweaked toml for crates.io crate bittyset 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ctor v0.1.26
[INFO] [stderr]   Downloaded quickcheck_macros v0.9.1
[INFO] [stderr]   Downloaded gensym v0.1.1
[INFO] [stderr]   Downloaded quickcheck v0.9.2
[INFO] [stderr]   Downloaded output_vt100 v0.1.3
[INFO] [stderr]   Downloaded difference v2.0.0
[INFO] [stderr]   Downloaded pretty_assertions v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c3eb3c46d8739a25c5a4f248eac61c593967d5c8df4b47907bec490fd708bc0
[INFO] running `Command { std: "docker" "start" "-a" "4c3eb3c46d8739a25c5a4f248eac61c593967d5c8df4b47907bec490fd708bc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c3eb3c46d8739a25c5a4f248eac61c593967d5c8df4b47907bec490fd708bc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c3eb3c46d8739a25c5a4f248eac61c593967d5c8df4b47907bec490fd708bc0", kill_on_drop: false }`
[INFO] [stdout] 4c3eb3c46d8739a25c5a4f248eac61c593967d5c8df4b47907bec490fd708bc0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09c0038219e0ab4bad666a6c613ca29b53533047da1be3c1401e9dcf387d1b53
[INFO] running `Command { std: "docker" "start" "-a" "09c0038219e0ab4bad666a6c613ca29b53533047da1be3c1401e9dcf387d1b53", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking criterion-plot v0.4.5
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling quickcheck_macros v0.9.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]    Compiling uuid v1.7.0
[INFO] [stderr]     Checking pretty_assertions v0.6.1
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking quickcheck v0.9.2
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]    Compiling gensym v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking bittyset v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Extend` is imported redundantly
[INFO] [stdout]  --> src/impls.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::iter::{FromIterator, Extend};
[INFO] [stdout]   |                               ^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Extend` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking criterion v0.3.6
[INFO] [stdout] warning: the item `Extend` is imported redundantly
[INFO] [stdout]  --> src/impls.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::iter::{FromIterator, Extend};
[INFO] [stdout]   |                               ^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Extend` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]   --> benches/bitset.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |   c.bench_functions(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]   --> benches/bitset.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |   c.bench_functions(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]   --> benches/bitset.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |   c.bench_functions(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:244:5
[INFO] [stdout]     |
[INFO] [stdout] 244 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s
[INFO] running `Command { std: "docker" "inspect" "09c0038219e0ab4bad666a6c613ca29b53533047da1be3c1401e9dcf387d1b53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09c0038219e0ab4bad666a6c613ca29b53533047da1be3c1401e9dcf387d1b53", kill_on_drop: false }`
[INFO] [stdout] 09c0038219e0ab4bad666a6c613ca29b53533047da1be3c1401e9dcf387d1b53
[INFO] checking bittyset-0.1.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bittyset 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate bittyset 0.1.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bittyset 0.1.0
[INFO] finished tweaking crates.io crate bittyset 0.1.0
[INFO] tweaked toml for crates.io crate bittyset 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9dc52173611f76d8640c0c0b029aba16caaf0c14236e8bef908e3c3c950debdf
[INFO] running `Command { std: "docker" "start" "-a" "9dc52173611f76d8640c0c0b029aba16caaf0c14236e8bef908e3c3c950debdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9dc52173611f76d8640c0c0b029aba16caaf0c14236e8bef908e3c3c950debdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dc52173611f76d8640c0c0b029aba16caaf0c14236e8bef908e3c3c950debdf", kill_on_drop: false }`
[INFO] [stdout] 9dc52173611f76d8640c0c0b029aba16caaf0c14236e8bef908e3c3c950debdf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1457661d969535c6508355e05e8e26b4309075e10b49fc18759f5ac72d83ae6d
[INFO] running `Command { std: "docker" "start" "-a" "1457661d969535c6508355e05e8e26b4309075e10b49fc18759f5ac72d83ae6d", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking criterion-plot v0.4.5
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling quickcheck_macros v0.9.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking pretty_assertions v0.6.1
[INFO] [stderr]    Compiling uuid v1.7.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking quickcheck v0.9.2
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling gensym v0.1.1
[INFO] [stderr]     Checking bittyset v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Extend` is imported redundantly
[INFO] [stdout]  --> src/impls.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::iter::{FromIterator, Extend};
[INFO] [stdout]   |                               ^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Extend` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking criterion v0.3.6
[INFO] [stdout] warning: the item `Extend` is imported redundantly
[INFO] [stdout]  --> src/impls.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::iter::{FromIterator, Extend};
[INFO] [stdout]   |                               ^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Extend` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]   --> benches/bitset.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |   c.bench_functions(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]   --> benches/bitset.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |   c.bench_functions(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]   --> benches/bitset.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |   c.bench_functions(
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:219:5
[INFO] [stdout]     |
[INFO] [stdout] 219 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `criterion::Criterion::<M>::bench_functions`: Please use BenchmarkGroups instead.
[INFO] [stdout]    --> benches/bitset.rs:244:5
[INFO] [stdout]     |
[INFO] [stdout] 244 |   c.bench_functions(
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s
[INFO] running `Command { std: "docker" "inspect" "1457661d969535c6508355e05e8e26b4309075e10b49fc18759f5ac72d83ae6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1457661d969535c6508355e05e8e26b4309075e10b49fc18759f5ac72d83ae6d", kill_on_drop: false }`
[INFO] [stdout] 1457661d969535c6508355e05e8e26b4309075e10b49fc18759f5ac72d83ae6d
