[INFO] fetching crate filters 0.4.0... [INFO] testing filters-0.4.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate filters 0.4.0 into /workspace/builds/worker-4-tc2/source [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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate filters 0.4.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f4420293b05601f7c3186c6b7a125456b65b88b86ab16f8eb7d651743eba26b5 [INFO] running `Command { std: "docker" "start" "-a" "f4420293b05601f7c3186c6b7a125456b65b88b86ab16f8eb7d651743eba26b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f4420293b05601f7c3186c6b7a125456b65b88b86ab16f8eb7d651743eba26b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4420293b05601f7c3186c6b7a125456b65b88b86ab16f8eb7d651743eba26b5", kill_on_drop: false }` [INFO] [stdout] f4420293b05601f7c3186c6b7a125456b65b88b86ab16f8eb7d651743eba26b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2516b1ea1ec86c29542de2016849af2b5d069b5f6c13cde8840f5db0b9656138 [INFO] running `Command { std: "docker" "start" "-a" "2516b1ea1ec86c29542de2016849af2b5d069b5f6c13cde8840f5db0b9656138", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/ops/failable.rs:41:29 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(a: &'a F) -> AsFailable { [INFO] [stdout] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(a: &'a F) -> AsFailable<'a, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] running `Command { std: "docker" "inspect" "2516b1ea1ec86c29542de2016849af2b5d069b5f6c13cde8840f5db0b9656138", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2516b1ea1ec86c29542de2016849af2b5d069b5f6c13cde8840f5db0b9656138", kill_on_drop: false }` [INFO] [stdout] 2516b1ea1ec86c29542de2016849af2b5d069b5f6c13cde8840f5db0b9656138 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d22308500da52f90f96e40f838225f7c02ed8000747ee7bf6fb2ac0ae7b3c66 [INFO] running `Command { std: "docker" "start" "-a" "8d22308500da52f90f96e40f838225f7c02ed8000747ee7bf6fb2ac0ae7b3c66", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/ops/failable.rs:41:29 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(a: &'a F) -> AsFailable { [INFO] [stdout] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(a: &'a F) -> AsFailable<'a, F> { [INFO] [stdout] | +++ [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/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] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/ops/failable.rs:41:29 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(a: &'a F) -> AsFailable { [INFO] [stdout] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 41 | pub fn new(a: &'a F) -> AsFailable<'a, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "8d22308500da52f90f96e40f838225f7c02ed8000747ee7bf6fb2ac0ae7b3c66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d22308500da52f90f96e40f838225f7c02ed8000747ee7bf6fb2ac0ae7b3c66", kill_on_drop: false }` [INFO] [stdout] 8d22308500da52f90f96e40f838225f7c02ed8000747ee7bf6fb2ac0ae7b3c66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1ee552cde528224cbd9dc75a933f93f0806b2e0ad5c60a7bbc30cd8edfc20813 [INFO] running `Command { std: "docker" "start" "-a" "1ee552cde528224cbd9dc75a933f93f0806b2e0ad5c60a7bbc30cd8edfc20813", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/ops/failable.rs:41:29 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(a: &'a F) -> AsFailable { [INFO] [stderr] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(a: &'a F) -> AsFailable<'a, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `filters` (lib) generated 5 warnings (run `cargo fix --lib -p filters` to apply 5 suggestions) [INFO] [stderr] warning: `filters` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/filters-c24712755c24c087) [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_both_filter_types_in_one_scope ... ok [INFO] [stdout] test failable::filter::tests::test_error_return ... 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::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] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests filters [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test src/filter.rs - filter::Filter::and_not (line 217) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::and (line 169) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::map_input (line 284) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::and3 (line 191) ... 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::and (line 177) ... 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::nand (line 258) ... ok [INFO] [stdout] test src/failable/filter.rs - failable::filter::FailableFilter::and3 (line 202) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::into_failable (line 288) ... 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_not (line 231) ... 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::or_not (line 81) ... 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::nor (line 130) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::nand (line 241) ... 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::map_input (line 264) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or_not (line 85) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or (line 65) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::or3 (line 105) ... ok [INFO] [stdout] test src/impl_traits.rs - impl_traits::impl_operators (line 17) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] test src/filter.rs - filter::Filter::xor (line 148) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... 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 0.38s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1ee552cde528224cbd9dc75a933f93f0806b2e0ad5c60a7bbc30cd8edfc20813", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ee552cde528224cbd9dc75a933f93f0806b2e0ad5c60a7bbc30cd8edfc20813", kill_on_drop: false }` [INFO] [stdout] 1ee552cde528224cbd9dc75a933f93f0806b2e0ad5c60a7bbc30cd8edfc20813