[INFO] fetching crate filters 0.4.0... [INFO] testing filters-0.4.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate filters 0.4.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate filters 0.4.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af5b41c56463234b274d7968403191880ff14805a58fa210c9c6bc2444e87ff3 [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" "af5b41c56463234b274d7968403191880ff14805a58fa210c9c6bc2444e87ff3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af5b41c56463234b274d7968403191880ff14805a58fa210c9c6bc2444e87ff3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af5b41c56463234b274d7968403191880ff14805a58fa210c9c6bc2444e87ff3", kill_on_drop: false }` [INFO] [stdout] af5b41c56463234b274d7968403191880ff14805a58fa210c9c6bc2444e87ff3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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] 1d18cfca0ca98a9a6d1bd5a8e2110f35e915f344bb4002f195ac2804da4135cc [INFO] running `Command { std: "docker" "start" "-a" "1d18cfca0ca98a9a6d1bd5a8e2110f35e915f344bb4002f195ac2804da4135cc", 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.44s [INFO] running `Command { std: "docker" "inspect" "1d18cfca0ca98a9a6d1bd5a8e2110f35e915f344bb4002f195ac2804da4135cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d18cfca0ca98a9a6d1bd5a8e2110f35e915f344bb4002f195ac2804da4135cc", kill_on_drop: false }` [INFO] [stdout] 1d18cfca0ca98a9a6d1bd5a8e2110f35e915f344bb4002f195ac2804da4135cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6905034faab7cfa0f11b96f848f246dc3d4235c7a690881e8f603102a1e11053 [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" "6905034faab7cfa0f11b96f848f246dc3d4235c7a690881e8f603102a1e11053", 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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.70s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6905034faab7cfa0f11b96f848f246dc3d4235c7a690881e8f603102a1e11053", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6905034faab7cfa0f11b96f848f246dc3d4235c7a690881e8f603102a1e11053", kill_on_drop: false }` [INFO] [stdout] 6905034faab7cfa0f11b96f848f246dc3d4235c7a690881e8f603102a1e11053 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a46e0adedabf373c62c25d54f5572f525acd3ed4446339bb74472fa1a097d286 [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" "a46e0adedabf373c62c25d54f5572f525acd3ed4446339bb74472fa1a097d286", 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.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/filters-12b7092dcdf10a66) [INFO] [stdout] [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_error_return_and_chained ... ok [INFO] [stdout] test failable::filter::tests::test_error_return_or_chained ... 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::complex_filter_named_closures ... ok [INFO] [stdout] test filter::test::filter_with_eqto ... ok [INFO] [stdout] test filter::test::filter_with_combined_eqto ... ok [INFO] [stdout] test iter::test::test_filter_errs ... ok [INFO] [stdout] test filter::test::xor_filter ... ok [INFO] [stdout] test iter::test::test_filter_oks ... ok [INFO] [stderr] Doc-tests filters [INFO] [stdout] test iter::test::test_filter_with ... ok [INFO] [stdout] test filter::test::complex_filter_closured ... 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 failable::filter::tests::test_both_filter_types_in_one_scope ... ok [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::and3 (line 191) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::and_not (line 217) ... 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::map_err (line 311) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::not (line 40) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::nor (line 130) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::into_failable (line 288) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::and_not (line 231) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::and (line 169) ... 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::or (line 58) ... 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::and3 (line 202) ... 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::or3 (line 104) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::map_input (line 284) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::map_input (line 264) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::nor (line 128) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::not (line 50) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::nand (line 241) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or_not (line 85) ... ok [INFO] [stdout] test src/impl_traits.rs - impl_operators (line 17) ... 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/filter.rs - filter::Filter::or3 (line 105) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... 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 10.14s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a46e0adedabf373c62c25d54f5572f525acd3ed4446339bb74472fa1a097d286", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a46e0adedabf373c62c25d54f5572f525acd3ed4446339bb74472fa1a097d286", kill_on_drop: false }` [INFO] [stdout] a46e0adedabf373c62c25d54f5572f525acd3ed4446339bb74472fa1a097d286