[INFO] crate selectors-bloom 0.1.0 is already in cache
[INFO] checking selectors-bloom-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate selectors-bloom 0.1.0 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate selectors-bloom 0.1.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate selectors-bloom 0.1.0
[INFO] finished tweaking crates.io crate selectors-bloom 0.1.0
[INFO] tweaked toml for crates.io crate selectors-bloom 0.1.0 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] b5423931252e9c981438a6109d1002be796ca65a8c3beb2b1bffc6fc2b2149fa
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "b5423931252e9c981438a6109d1002be796ca65a8c3beb2b1bffc6fc2b2149fa"`
[INFO] [stderr]     Checking selectors-bloom v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow`
[INFO] [stderr]    --> lib.rs:182:13
[INFO] [stderr]     |
[INFO] [stderr] 182 |     #[allow(exceeding_bitshifts)]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow`
[INFO] [stderr]    --> lib.rs:190:13
[INFO] [stderr]     |
[INFO] [stderr] 190 |     #[allow(exceeding_bitshifts)]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow`
[INFO] [stderr]    --> lib.rs:182:13
[INFO] [stderr]     |
[INFO] [stderr] 182 |     #[allow(exceeding_bitshifts)]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow`
[INFO] [stderr]    --> lib.rs:190:13
[INFO] [stderr]     |
[INFO] [stderr] 190 |     #[allow(exceeding_bitshifts)]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow`
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]    --> lib.rs:264:7
[INFO] [stderr]     |
[INFO] [stderr] 264 |     #[bench]
[INFO] [stderr]     |       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[deny(soft_unstable)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]    --> lib.rs:280:7
[INFO] [stderr]     |
[INFO] [stderr] 280 |     #[bench]
[INFO] [stderr]     |       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]    --> lib.rs:298:7
[INFO] [stderr]     |
[INFO] [stderr] 298 |     #[bench]
[INFO] [stderr]     |       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]    --> lib.rs:312:7
[INFO] [stderr]     |
[INFO] [stderr] 312 |     #[bench]
[INFO] [stderr]     |       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]    --> lib.rs:331:7
[INFO] [stderr]     |
[INFO] [stderr] 331 |     #[bench]
[INFO] [stderr]     |       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:259:5
[INFO] [stderr]     |
[INFO] [stderr] 259 |     extern crate test;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead
[INFO] [stderr]    --> lib.rs:261:35
[INFO] [stderr]     |
[INFO] [stderr] 261 |     use std::hash::{Hash, Hasher, SipHasher};
[INFO] [stderr]     |                                   ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:265:57
[INFO] [stderr]     |
[INFO] [stderr] 265 |     fn create_insert_1000_remove_100_lookup_100(b: &mut test::Bencher) {
[INFO] [stderr]     |                                                         ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:275:17
[INFO] [stderr]     |
[INFO] [stderr] 275 |                 test::black_box(bf.might_contain(&i));
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:281:30
[INFO] [stderr]     |
[INFO] [stderr] 281 |     fn might_contain(b: &mut test::Bencher) {
[INFO] [stderr]     |                              ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:292:17
[INFO] [stderr]     |
[INFO] [stderr] 292 |                 test::black_box(bf.might_contain(&i));
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:299:23
[INFO] [stderr]     |
[INFO] [stderr] 299 |     fn insert(b: &mut test::Bencher) {
[INFO] [stderr]     |                       ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:306:17
[INFO] [stderr]     |
[INFO] [stderr] 306 |                 test::black_box(bf.insert(&i));
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:313:23
[INFO] [stderr]     |
[INFO] [stderr] 313 |     fn remove(b: &mut test::Bencher) {
[INFO] [stderr]     |                       ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:328:9
[INFO] [stderr]     |
[INFO] [stderr] 328 |         test::black_box(bf.might_contain(&0_usize));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:332:28
[INFO] [stderr]     |
[INFO] [stderr] 332 |     fn hash_a_uint(b: &mut test::Bencher) {
[INFO] [stderr]     |                            ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead
[INFO] [stderr]    --> lib.rs:335:30
[INFO] [stderr]     |
[INFO] [stderr] 335 |             let mut hasher = SipHasher::default();
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:337:13
[INFO] [stderr]     |
[INFO] [stderr] 337 |             test::black_box(hasher.finish());
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:266:11
[INFO] [stderr]     |
[INFO] [stderr] 266 |         b.iter(|| {
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `bench_n` found for mutable reference `&mut test::Bencher` in the current scope
[INFO] [stderr]    --> lib.rs:290:11
[INFO] [stderr]     |
[INFO] [stderr] 290 |         b.bench_n(1000, |b| {
[INFO] [stderr]     |           ^^^^^^^ help: there is an associated function with a similar name: `bench`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `bench_n` found for mutable reference `&mut test::Bencher` in the current scope
[INFO] [stderr]    --> lib.rs:302:11
[INFO] [stderr]     |
[INFO] [stderr] 302 |         b.bench_n(1000, |b| {
[INFO] [stderr]     |           ^^^^^^^ help: there is an associated function with a similar name: `bench`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `bench_n` found for mutable reference `&mut test::Bencher` in the current scope
[INFO] [stderr]    --> lib.rs:319:11
[INFO] [stderr]     |
[INFO] [stderr] 319 |         b.bench_n(1000, |b| {
[INFO] [stderr]     |           ^^^^^^^ help: there is an associated function with a similar name: `bench`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]    --> lib.rs:334:11
[INFO] [stderr]     |
[INFO] [stderr] 334 |         b.iter(|| {
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]     = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 21 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0599, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `selectors-bloom`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b5423931252e9c981438a6109d1002be796ca65a8c3beb2b1bffc6fc2b2149fa"`
[INFO] running `"docker" "rm" "-f" "b5423931252e9c981438a6109d1002be796ca65a8c3beb2b1bffc6fc2b2149fa"`
[INFO] [stdout] b5423931252e9c981438a6109d1002be796ca65a8c3beb2b1bffc6fc2b2149fa
