[INFO] fetching crate filters 0.4.0... [INFO] testing filters-0.4.0 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate filters 0.4.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate filters 0.4.0 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate filters 0.4.0 [INFO] finished tweaking crates.io crate filters 0.4.0 [INFO] tweaked toml for crates.io crate filters 0.4.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 18807f86cb45163308a385e59a81544e486803a7f09462cc5a0231421392e94c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "18807f86cb45163308a385e59a81544e486803a7f09462cc5a0231421392e94c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "18807f86cb45163308a385e59a81544e486803a7f09462cc5a0231421392e94c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18807f86cb45163308a385e59a81544e486803a7f09462cc5a0231421392e94c", kill_on_drop: false }` [INFO] [stdout] 18807f86cb45163308a385e59a81544e486803a7f09462cc5a0231421392e94c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2baa97f131e9b6c801f7c82888fc19e9dff004a637119dc37fcd74412931af82 [INFO] running `Command { std: "docker" "start" "-a" "2baa97f131e9b6c801f7c82888fc19e9dff004a637119dc37fcd74412931af82", kill_on_drop: false }` [INFO] [stderr] Compiling filters v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/filter.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn filter(&self, &N) -> bool; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/failable/filter.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | fn filter(&self, &N) -> Result; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/iter.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | fn filter_oks(self, F) -> FilterOksIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/iter.rs:111:26 [INFO] [stdout] | [INFO] [stdout] 111 | fn filter_errs(self, F) -> FilterErrIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "2baa97f131e9b6c801f7c82888fc19e9dff004a637119dc37fcd74412931af82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2baa97f131e9b6c801f7c82888fc19e9dff004a637119dc37fcd74412931af82", kill_on_drop: false }` [INFO] [stdout] 2baa97f131e9b6c801f7c82888fc19e9dff004a637119dc37fcd74412931af82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d1a59f07d4a81405bf29d50ab22d4a1a63d0f5f3ec627445c55e86ae90d387d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5d1a59f07d4a81405bf29d50ab22d4a1a63d0f5f3ec627445c55e86ae90d387d", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/filter.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn filter(&self, &N) -> bool; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling filters v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/failable/filter.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | fn filter(&self, &N) -> Result; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/iter.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | fn filter_oks(self, F) -> FilterOksIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/iter.rs:111:26 [INFO] [stdout] | [INFO] [stdout] 111 | fn filter_errs(self, F) -> FilterErrIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/filter.rs:46:22 [INFO] [stdout] | [INFO] [stdout] 46 | fn filter(&self, &N) -> bool; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/failable/filter.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | fn filter(&self, &N) -> Result; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/iter.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | fn filter_oks(self, F) -> FilterOksIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/iter.rs:111:26 [INFO] [stdout] | [INFO] [stdout] 111 | fn filter_errs(self, F) -> FilterErrIter; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.67s [INFO] running `Command { std: "docker" "inspect" "5d1a59f07d4a81405bf29d50ab22d4a1a63d0f5f3ec627445c55e86ae90d387d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d1a59f07d4a81405bf29d50ab22d4a1a63d0f5f3ec627445c55e86ae90d387d", kill_on_drop: false }` [INFO] [stdout] 5d1a59f07d4a81405bf29d50ab22d4a1a63d0f5f3ec627445c55e86ae90d387d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 65ecef4208c69e34ce2ca58d13830599196ee69acfe9069378d73aea3665a4bf [INFO] running `Command { std: "docker" "start" "-a" "65ecef4208c69e34ce2ca58d13830599196ee69acfe9069378d73aea3665a4bf", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/filter.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | fn filter(&self, &N) -> bool; [INFO] [stderr] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` 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 the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/failable/filter.rs:36:22 [INFO] [stderr] | [INFO] [stderr] 36 | fn filter(&self, &N) -> Result; [INFO] [stderr] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/iter.rs:71:25 [INFO] [stderr] | [INFO] [stderr] 71 | fn filter_oks(self, F) -> FilterOksIter; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/iter.rs:111:26 [INFO] [stderr] | [INFO] [stderr] 111 | fn filter_errs(self, F) -> FilterErrIter; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/filter.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | fn filter(&self, &N) -> bool; [INFO] [stderr] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` 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 the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/failable/filter.rs:36:22 [INFO] [stderr] | [INFO] [stderr] 36 | fn filter(&self, &N) -> Result; [INFO] [stderr] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &N` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/iter.rs:71:25 [INFO] [stderr] | [INFO] [stderr] 71 | fn filter_oks(self, F) -> FilterOksIter; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/iter.rs:111:26 [INFO] [stderr] | [INFO] [stderr] 111 | fn filter_errs(self, F) -> FilterErrIter; [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: F` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/filters-12b7092dcdf10a66) [INFO] [stdout] running 20 tests [INFO] [stdout] test failable::filter::tests::compile_test ... ok [INFO] [stdout] test failable::filter::tests::test_both_filter_types ... ok [INFO] [stdout] test failable::filter::tests::test_both_filter_types_in_one_scope ... ok [INFO] [stdout] test failable::filter::tests::test_error_return_or_chained ... ok [INFO] [stdout] test filter::test::and_filter ... ok [INFO] [stdout] test filter::test::closures ... ok [INFO] [stdout] test filter::test::complex_filter ... ok [INFO] [stdout] test filter::test::complex_filter_closured ... ok [INFO] [stdout] test filter::test::complex_filter_named_closures ... ok [INFO] [stdout] test filter::test::filter_iterator ... ok [INFO] [stdout] test filter::test::filter_macro_generated ... ok [INFO] [stdout] test filter::test::filter_with_bool ... ok [INFO] [stdout] test filter::test::filter_with_combined_eqto ... ok [INFO] [stdout] test filter::test::filter_with_eqto ... ok [INFO] [stdout] test filter::test::xor_filter ... ok [INFO] [stdout] test iter::test::test_filter_errs ... ok [INFO] [stdout] test iter::test::test_filter_oks ... ok [INFO] [stdout] test iter::test::test_filter_with ... ok [INFO] [stdout] test failable::filter::tests::test_error_return_and_chained ... ok [INFO] [stderr] Doc-tests filters [INFO] [stdout] test failable::filter::tests::test_error_return ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test src/filter.rs - filter::Filter::into_failable (line 288) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::and3 (line 191) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::not (line 40) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::and (line 169) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::and_not (line 217) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::map_input (line 284) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::or3 (line 104) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::or_not (line 81) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::map_err (line 311) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::xor (line 153) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::and (line 177) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::or (line 58) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::and3 (line 202) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::nand (line 258) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::and_not (line 231) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::nor (line 130) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::nor (line 128) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or_not (line 85) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::map_input (line 264) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::nand (line 241) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::not (line 50) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or3 (line 105) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or (line 65) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::xor (line 148) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/impl_traits.rs - impl_operators (line 17) ... ok [INFO] [stdout] test src/lib.rs - (line 66) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.54s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "65ecef4208c69e34ce2ca58d13830599196ee69acfe9069378d73aea3665a4bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65ecef4208c69e34ce2ca58d13830599196ee69acfe9069378d73aea3665a4bf", kill_on_drop: false }` [INFO] [stdout] 65ecef4208c69e34ce2ca58d13830599196ee69acfe9069378d73aea3665a4bf