[INFO] fetching crate tuple-combinator 0.2.1... [INFO] testing tuple-combinator-0.2.1 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate tuple-combinator 0.2.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate tuple-combinator 0.2.1 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 tuple-combinator 0.2.1 [INFO] finished tweaking crates.io crate tuple-combinator 0.2.1 [INFO] tweaked toml for crates.io crate tuple-combinator 0.2.1 written to /workspace/builds/worker-3/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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 441443862c64b492303c1e5ef2f988c0229b4c792548393d5a562f0297cdc007 [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" "441443862c64b492303c1e5ef2f988c0229b4c792548393d5a562f0297cdc007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "441443862c64b492303c1e5ef2f988c0229b4c792548393d5a562f0297cdc007", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "441443862c64b492303c1e5ef2f988c0229b4c792548393d5a562f0297cdc007", kill_on_drop: false }` [INFO] [stdout] 441443862c64b492303c1e5ef2f988c0229b4c792548393d5a562f0297cdc007 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] 8ee2798df5cb3f7ee4de3ae1c34ae6b9ca5b9b276228320548e5f1883ed1a978 [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" "8ee2798df5cb3f7ee4de3ae1c34ae6b9ca5b9b276228320548e5f1883ed1a978", kill_on_drop: false }` [INFO] [stderr] Compiling tuple-combinator v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/lib.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 24 | / pub trait TupleCombinator: Sized { [INFO] [stdout] 25 | | type Tuple; [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | /// Transposes a tuple of [`Option`]s into an `Option` of tuples. This function returns `None` [INFO] [stdout] ... | [INFO] [stdout] 160 | | } [INFO] [stdout] 161 | | } [INFO] [stdout] | |_- not a `use` item [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` 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 a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/lib.rs:189:7 [INFO] [stdout] | [INFO] [stdout] 189 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 190 | / pub trait TupleReducer: Sized { [INFO] [stdout] 191 | | /// Fold the tuple to obtain a final outcome. Depending on the implementation of the handler [INFO] [stdout] 192 | | /// function, the fold can behave differently on various option types or values. [INFO] [stdout] 193 | | /// [INFO] [stdout] ... | [INFO] [stdout] 343 | | fn strict_mut_slice(&mut self) -> Box<[&mut Option]>; [INFO] [stdout] 344 | | } [INFO] [stdout] | |_- not a `use` item [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "8ee2798df5cb3f7ee4de3ae1c34ae6b9ca5b9b276228320548e5f1883ed1a978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ee2798df5cb3f7ee4de3ae1c34ae6b9ca5b9b276228320548e5f1883ed1a978", kill_on_drop: false }` [INFO] [stdout] 8ee2798df5cb3f7ee4de3ae1c34ae6b9ca5b9b276228320548e5f1883ed1a978 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] b9b1afb9ab6864b73c262e07ce0073fb6599571ffb3fb0ff13922dfbc8c3453d [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" "b9b1afb9ab6864b73c262e07ce0073fb6599571ffb3fb0ff13922dfbc8c3453d", kill_on_drop: false }` [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/lib.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 24 | / pub trait TupleCombinator: Sized { [INFO] [stdout] 25 | | type Tuple; [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | /// Transposes a tuple of [`Option`]s into an `Option` of tuples. This function returns `None` [INFO] [stdout] ... | [INFO] [stdout] 160 | | } [INFO] [stdout] 161 | | } [INFO] [stdout] | |_- not a `use` item [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` 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 a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tuple-combinator v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/lib.rs:189:7 [INFO] [stdout] | [INFO] [stdout] 189 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 190 | / pub trait TupleReducer: Sized { [INFO] [stdout] 191 | | /// Fold the tuple to obtain a final outcome. Depending on the implementation of the handler [INFO] [stdout] 192 | | /// function, the fold can behave differently on various option types or values. [INFO] [stdout] 193 | | /// [INFO] [stdout] ... | [INFO] [stdout] 343 | | fn strict_mut_slice(&mut self) -> Box<[&mut Option]>; [INFO] [stdout] 344 | | } [INFO] [stdout] | |_- not a `use` item [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/lib.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 24 | / pub trait TupleCombinator: Sized { [INFO] [stdout] 25 | | type Tuple; [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | /// Transposes a tuple of [`Option`]s into an `Option` of tuples. This function returns `None` [INFO] [stdout] ... | [INFO] [stdout] 160 | | } [INFO] [stdout] 161 | | } [INFO] [stdout] | |_- not a `use` item [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` 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 a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/lib.rs:189:7 [INFO] [stdout] | [INFO] [stdout] 189 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 190 | / pub trait TupleReducer: Sized { [INFO] [stdout] 191 | | /// Fold the tuple to obtain a final outcome. Depending on the implementation of the handler [INFO] [stdout] 192 | | /// function, the fold can behave differently on various option types or values. [INFO] [stdout] 193 | | /// [INFO] [stdout] ... | [INFO] [stdout] 343 | | fn strict_mut_slice(&mut self) -> Box<[&mut Option]>; [INFO] [stdout] 344 | | } [INFO] [stdout] | |_- not a `use` item [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "b9b1afb9ab6864b73c262e07ce0073fb6599571ffb3fb0ff13922dfbc8c3453d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9b1afb9ab6864b73c262e07ce0073fb6599571ffb3fb0ff13922dfbc8c3453d", kill_on_drop: false }` [INFO] [stdout] b9b1afb9ab6864b73c262e07ce0073fb6599571ffb3fb0ff13922dfbc8c3453d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 7c44c3df4c2930213f498ebdcafff9d0e239e73affc192965c0f1617ea6d50e8 [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" "7c44c3df4c2930213f498ebdcafff9d0e239e73affc192965c0f1617ea6d50e8", kill_on_drop: false }` [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/lib.rs:23:7 [INFO] [stderr] | [INFO] [stderr] 23 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 24 | / pub trait TupleCombinator: Sized { [INFO] [stderr] 25 | | type Tuple; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | /// Transposes a tuple of [`Option`]s into an `Option` of tuples. This function returns `None` [INFO] [stderr] ... | [INFO] [stderr] 160 | | } [INFO] [stderr] 161 | | } [INFO] [stderr] | |_- not a `use` item [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_doc_attributes)]` 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 #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/lib.rs:189:7 [INFO] [stderr] | [INFO] [stderr] 189 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 190 | / pub trait TupleReducer: Sized { [INFO] [stderr] 191 | | /// Fold the tuple to obtain a final outcome. Depending on the implementation of the handler [INFO] [stderr] 192 | | /// function, the fold can behave differently on various option types or values. [INFO] [stderr] 193 | | /// [INFO] [stderr] ... | [INFO] [stderr] 343 | | fn strict_mut_slice(&mut self) -> Box<[&mut Option]>; [INFO] [stderr] 344 | | } [INFO] [stderr] | |_- not a `use` item [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 #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/lib.rs:23:7 [INFO] [stderr] | [INFO] [stderr] 23 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 24 | / pub trait TupleCombinator: Sized { [INFO] [stderr] 25 | | type Tuple; [INFO] [stderr] 26 | | [INFO] [stderr] 27 | | /// Transposes a tuple of [`Option`]s into an `Option` of tuples. This function returns `None` [INFO] [stderr] ... | [INFO] [stderr] 160 | | } [INFO] [stderr] 161 | | } [INFO] [stderr] | |_- not a `use` item [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_doc_attributes)]` 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 #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/lib.rs:189:7 [INFO] [stderr] | [INFO] [stderr] 189 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 190 | / pub trait TupleReducer: Sized { [INFO] [stderr] 191 | | /// Fold the tuple to obtain a final outcome. Depending on the implementation of the handler [INFO] [stderr] 192 | | /// function, the fold can behave differently on various option types or values. [INFO] [stderr] 193 | | /// [INFO] [stderr] ... | [INFO] [stderr] 343 | | fn strict_mut_slice(&mut self) -> Box<[&mut Option]>; [INFO] [stderr] 344 | | } [INFO] [stderr] | |_- not a `use` item [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 #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tuple_combinator-10a11dee94d23d81) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test impl_tests::fold_sum ... ok [INFO] [stdout] test impl_tests::fold_mixed ... ok [INFO] [stderr] Doc-tests tuple-combinator [INFO] [stdout] test impl_tests::strict_ref_slice_base ... ok [INFO] [stdout] test impl_tests::fold_none_as_nuke ... ok [INFO] [stdout] test impl_tests::fold_strict_base ... ok [INFO] [stdout] test impl_tests::fold_none_as_reset ... ok [INFO] [stdout] test impl_tests::mut_slice_base ... ok [INFO] [stdout] test impl_tests::ref_slice_base ... ok [INFO] [stdout] test impl_tests::strict_mut_slice_base ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test src/lib.rs - TupleCombinator::or (line 124) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::map (line 40) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::and_then (line 101) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::or_else (line 138) ... ok [INFO] [stdout] test src/lib.rs - TupleReducer::fold (line 198) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::xor (line 150) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::unwrap (line 77) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::transpose (line 29) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::filter (line 113) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::unwrap (line 69) ... ok [INFO] [stdout] test src/lib.rs - TupleReducer (line 164) ... ok [INFO] [stdout] test src/lib.rs - TupleReducer::fold_strict (line 221) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::expect (line 53) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::and (line 87) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] test src/lib.rs - TupleCombinator::expect (line 59) ... ok [INFO] [stdout] test src/lib.rs - TupleReducer::strict_ref_slice (line 271) ... ok [INFO] [stdout] test src/lib.rs - TupleReducer::mut_slice (line 298) ... ok [INFO] [stdout] test src/lib.rs - TupleReducer::ref_slice (line 241) ... ok [INFO] [stdout] test src/lib.rs - TupleReducer::strict_mut_slice (line 321) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7c44c3df4c2930213f498ebdcafff9d0e239e73affc192965c0f1617ea6d50e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c44c3df4c2930213f498ebdcafff9d0e239e73affc192965c0f1617ea6d50e8", kill_on_drop: false }` [INFO] [stdout] 7c44c3df4c2930213f498ebdcafff9d0e239e73affc192965c0f1617ea6d50e8