[INFO] fetching crate assertor 0.0.4...
[INFO] testing assertor-0.0.4 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate assertor 0.0.4 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate assertor 0.0.4
[INFO] finished tweaking crates.io crate assertor 0.0.4
[INFO] tweaked toml for crates.io crate assertor 0.0.4 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate assertor 0.0.4 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate assertor 0.0.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 406a81fe2b547e34c615a44631959960b149de552c75bbe54181ca7c024d6ebb
[INFO] running `Command { std: "docker" "start" "-a" "406a81fe2b547e34c615a44631959960b149de552c75bbe54181ca7c024d6ebb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "406a81fe2b547e34c615a44631959960b149de552c75bbe54181ca7c024d6ebb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "406a81fe2b547e34c615a44631959960b149de552c75bbe54181ca7c024d6ebb", kill_on_drop: false }`
[INFO] [stdout] 406a81fe2b547e34c615a44631959960b149de552c75bbe54181ca7c024d6ebb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0616f51055ff8998aa6067cd59b216dad7f76f041e5c62f01ac051c4457cafa2
[INFO] running `Command { std: "docker" "start" "-a" "0616f51055ff8998aa6067cd59b216dad7f76f041e5c62f01ac051c4457cafa2", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling assertor v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/cow.rs:54:14
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn deref(&self) -> Subject<Y, (), R>;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn deref(&self) -> Subject<'_, Y, (), R>;
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/cow.rs:78:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn deref(&self) -> Subject<Y, (), R> {
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn deref(&self) -> Subject<'_, Y, (), R> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/assertions/map.rs:143:33
[INFO] [stdout]     |
[INFO] [stdout] 143 |     fn key_set<'b>(&'b self) -> Subject<ML::It<'b>, (), R>
[INFO] [stdout]     |                     --          ^^^^^^^^^^^^^^^--^^^^^^^^^
[INFO] [stdout]     |                     |           |              |
[INFO] [stdout]     |                     |           |              the same lifetime is named here
[INFO] [stdout]     |                     |           the same lifetime is hidden here
[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] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 143 |     fn key_set<'b>(&'b self) -> Subject<'b, ML::It<'b>, (), R>
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/assertions/map.rs:385:33
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn key_set<'b>(&'b self) -> Subject<ML::It<'b>, (), R>
[INFO] [stdout]     |                     --          ^^^^^^^^^^^^^^^--^^^^^^^^^
[INFO] [stdout]     |                     |           |              |
[INFO] [stdout]     |                     |           |              the same lifetime is named here
[INFO] [stdout]     |                     |           the same lifetime is hidden here
[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] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn key_set<'b>(&'b self) -> Subject<'b, ML::It<'b>, (), R>
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/option.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn some(&self) -> Subject<T, (), R>
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn some(&self) -> Subject<'_, T, (), R>
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/option.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn some(&self) -> Subject<T, (), R>
[INFO] [stdout]     |             ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn some(&self) -> Subject<'_, T, (), R>
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/result.rs:58:11
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn ok(&self) -> Subject<OK, (), R>;
[INFO] [stdout]    |           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |           |
[INFO] [stdout]    |           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn ok(&self) -> Subject<'_, OK, (), R>;
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/result.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn err(&self) -> Subject<ERR, (), R>;
[INFO] [stdout]    |            ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |            |
[INFO] [stdout]    |            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn err(&self) -> Subject<'_, ERR, (), R>;
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/result.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn ok(&self) -> Subject<OK, (), R> {
[INFO] [stdout]     |           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |           |
[INFO] [stdout]     |           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn ok(&self) -> Subject<'_, OK, (), R> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/result.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn err(&self) -> Subject<ERR, (), R> {
[INFO] [stdout]     |            ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn err(&self) -> Subject<'_, ERR, (), R> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 171 |     ) -> Subject<NewSub, NewOpt, Ret>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |     ) -> Subject<'_, NewSub, NewOpt, Ret>;
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base.rs:234:9
[INFO] [stdout]     |
[INFO] [stdout] 234 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 238 |     ) -> Subject<NewSub, NewOpt, Ret> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 238 |     ) -> Subject<'_, NewSub, NewOpt, Ret> {
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
[INFO] running `Command { std: "docker" "inspect" "0616f51055ff8998aa6067cd59b216dad7f76f041e5c62f01ac051c4457cafa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0616f51055ff8998aa6067cd59b216dad7f76f041e5c62f01ac051c4457cafa2", kill_on_drop: false }`
[INFO] [stdout] 0616f51055ff8998aa6067cd59b216dad7f76f041e5c62f01ac051c4457cafa2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 86464fe2f10b0a1ea5a35b9c3256e42f8922c62c1729e7a30cbec14bf8d526f6
[INFO] running `Command { std: "docker" "start" "-a" "86464fe2f10b0a1ea5a35b9c3256e42f8922c62c1729e7a30cbec14bf8d526f6", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.102
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/cow.rs:54:14
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn deref(&self) -> Subject<Y, (), R>;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn deref(&self) -> Subject<'_, Y, (), R>;
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/cow.rs:78:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn deref(&self) -> Subject<Y, (), R> {
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn deref(&self) -> Subject<'_, Y, (), R> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/assertions/map.rs:143:33
[INFO] [stdout]     |
[INFO] [stdout] 143 |     fn key_set<'b>(&'b self) -> Subject<ML::It<'b>, (), R>
[INFO] [stdout]     |                     --          ^^^^^^^^^^^^^^^--^^^^^^^^^
[INFO] [stdout]     |                     |           |              |
[INFO] [stdout]     |                     |           |              the same lifetime is named here
[INFO] [stdout]     |                     |           the same lifetime is hidden here
[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] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 143 |     fn key_set<'b>(&'b self) -> Subject<'b, ML::It<'b>, (), R>
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/assertions/map.rs:385:33
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn key_set<'b>(&'b self) -> Subject<ML::It<'b>, (), R>
[INFO] [stdout]     |                     --          ^^^^^^^^^^^^^^^--^^^^^^^^^
[INFO] [stdout]     |                     |           |              |
[INFO] [stdout]     |                     |           |              the same lifetime is named here
[INFO] [stdout]     |                     |           the same lifetime is hidden here
[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] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn key_set<'b>(&'b self) -> Subject<'b, ML::It<'b>, (), R>
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/option.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn some(&self) -> Subject<T, (), R>
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn some(&self) -> Subject<'_, T, (), R>
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/option.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn some(&self) -> Subject<T, (), R>
[INFO] [stdout]     |             ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn some(&self) -> Subject<'_, T, (), R>
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/result.rs:58:11
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn ok(&self) -> Subject<OK, (), R>;
[INFO] [stdout]    |           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |           |
[INFO] [stdout]    |           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn ok(&self) -> Subject<'_, OK, (), R>;
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/result.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn err(&self) -> Subject<ERR, (), R>;
[INFO] [stdout]    |            ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |            |
[INFO] [stdout]    |            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn err(&self) -> Subject<'_, ERR, (), R>;
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/result.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn ok(&self) -> Subject<OK, (), R> {
[INFO] [stdout]     |           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |           |
[INFO] [stdout]     |           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn ok(&self) -> Subject<'_, OK, (), R> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/result.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn err(&self) -> Subject<ERR, (), R> {
[INFO] [stdout]     |            ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn err(&self) -> Subject<'_, ERR, (), R> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 171 |     ) -> Subject<NewSub, NewOpt, Ret>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |     ) -> Subject<'_, NewSub, NewOpt, Ret>;
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base.rs:234:9
[INFO] [stdout]     |
[INFO] [stdout] 234 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 238 |     ) -> Subject<NewSub, NewOpt, Ret> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 238 |     ) -> Subject<'_, NewSub, NewOpt, Ret> {
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling assertor v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/cow.rs:54:14
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn deref(&self) -> Subject<Y, (), R>;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided 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: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn deref(&self) -> Subject<'_, Y, (), R>;
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/cow.rs:78:14
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn deref(&self) -> Subject<Y, (), R> {
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn deref(&self) -> Subject<'_, Y, (), R> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/assertions/map.rs:143:33
[INFO] [stdout]     |
[INFO] [stdout] 143 |     fn key_set<'b>(&'b self) -> Subject<ML::It<'b>, (), R>
[INFO] [stdout]     |                     --          ^^^^^^^^^^^^^^^--^^^^^^^^^
[INFO] [stdout]     |                     |           |              |
[INFO] [stdout]     |                     |           |              the same lifetime is named here
[INFO] [stdout]     |                     |           the same lifetime is hidden here
[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] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 143 |     fn key_set<'b>(&'b self) -> Subject<'b, ML::It<'b>, (), R>
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/assertions/map.rs:385:33
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn key_set<'b>(&'b self) -> Subject<ML::It<'b>, (), R>
[INFO] [stdout]     |                     --          ^^^^^^^^^^^^^^^--^^^^^^^^^
[INFO] [stdout]     |                     |           |              |
[INFO] [stdout]     |                     |           |              the same lifetime is named here
[INFO] [stdout]     |                     |           the same lifetime is hidden here
[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] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn key_set<'b>(&'b self) -> Subject<'b, ML::It<'b>, (), R>
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/option.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn some(&self) -> Subject<T, (), R>
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn some(&self) -> Subject<'_, T, (), R>
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/option.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn some(&self) -> Subject<T, (), R>
[INFO] [stdout]     |             ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn some(&self) -> Subject<'_, T, (), R>
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/result.rs:58:11
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn ok(&self) -> Subject<OK, (), R>;
[INFO] [stdout]    |           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |           |
[INFO] [stdout]    |           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn ok(&self) -> Subject<'_, OK, (), R>;
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/result.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn err(&self) -> Subject<ERR, (), R>;
[INFO] [stdout]    |            ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |            |
[INFO] [stdout]    |            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn err(&self) -> Subject<'_, ERR, (), R>;
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/result.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn ok(&self) -> Subject<OK, (), R> {
[INFO] [stdout]     |           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |           |
[INFO] [stdout]     |           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     fn ok(&self) -> Subject<'_, OK, (), R> {
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/result.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn err(&self) -> Subject<ERR, (), R> {
[INFO] [stdout]     |            ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |            |
[INFO] [stdout]     |            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn err(&self) -> Subject<'_, ERR, (), R> {
[INFO] [stdout]     |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/testing.rs:46:44
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn fact_value_for_key<I: Into<String>>(&self, key: I) -> Subject<String, (), R>;
[INFO] [stdout]    |                                            ^^^^^             ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                            |
[INFO] [stdout]    |                                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn fact_value_for_key<I: Into<String>>(&self, key: I) -> Subject<'_, String, (), R>;
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/assertions/testing.rs:86:44
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn fact_value_for_key<I: Into<String>>(&self, key: I) -> Subject<String, (), R> {
[INFO] [stdout]    |                                            ^^^^^             ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                            |
[INFO] [stdout]    |                                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn fact_value_for_key<I: Into<String>>(&self, key: I) -> Subject<'_, String, (), R> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/assertions/testing.rs:112:18
[INFO] [stdout]     |
[INFO] [stdout] 112 |     fn fact_keys(&self) -> Subject<HashSet<&String>, (), R> {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |         |               |
[INFO] [stdout]     |                  |         |               the same lifetime is elided here
[INFO] [stdout]     |                  |         the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 112 |     fn fact_keys(&self) -> Subject<'_, HashSet<&String>, (), R> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 171 |     ) -> Subject<NewSub, NewOpt, Ret>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |     ) -> Subject<'_, NewSub, NewOpt, Ret>;
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/base.rs:234:9
[INFO] [stdout]     |
[INFO] [stdout] 234 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 238 |     ) -> Subject<NewSub, NewOpt, Ret> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 238 |     ) -> Subject<'_, NewSub, NewOpt, Ret> {
[INFO] [stdout]     |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.15s
[INFO] running `Command { std: "docker" "inspect" "86464fe2f10b0a1ea5a35b9c3256e42f8922c62c1729e7a30cbec14bf8d526f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86464fe2f10b0a1ea5a35b9c3256e42f8922c62c1729e7a30cbec14bf8d526f6", kill_on_drop: false }`
[INFO] [stdout] 86464fe2f10b0a1ea5a35b9c3256e42f8922c62c1729e7a30cbec14bf8d526f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9ebfedae51580a9731247def32d8e9fd90cde4f37b8d16de8787a924c992c1c0
[INFO] running `Command { std: "docker" "start" "-a" "9ebfedae51580a9731247def32d8e9fd90cde4f37b8d16de8787a924c992c1c0", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assertions/cow.rs:54:14
[INFO] [stderr]    |
[INFO] [stderr] 54 |     fn deref(&self) -> Subject<Y, (), R>;
[INFO] [stderr]    |              ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the lifetime is elided 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: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 54 |     fn deref(&self) -> Subject<'_, Y, (), R>;
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assertions/cow.rs:78:14
[INFO] [stderr]    |
[INFO] [stderr] 78 |     fn deref(&self) -> Subject<Y, (), R> {
[INFO] [stderr]    |              ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 78 |     fn deref(&self) -> Subject<'_, Y, (), R> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/assertions/map.rs:143:33
[INFO] [stderr]     |
[INFO] [stderr] 143 |     fn key_set<'b>(&'b self) -> Subject<ML::It<'b>, (), R>
[INFO] [stderr]     |                     --          ^^^^^^^^^^^^^^^--^^^^^^^^^
[INFO] [stderr]     |                     |           |              |
[INFO] [stderr]     |                     |           |              the same lifetime is named here
[INFO] [stderr]     |                     |           the same lifetime is hidden here
[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] help: consistently use `'b`
[INFO] [stderr]     |
[INFO] [stderr] 143 |     fn key_set<'b>(&'b self) -> Subject<'b, ML::It<'b>, (), R>
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/assertions/map.rs:385:33
[INFO] [stderr]     |
[INFO] [stderr] 385 |     fn key_set<'b>(&'b self) -> Subject<ML::It<'b>, (), R>
[INFO] [stderr]     |                     --          ^^^^^^^^^^^^^^^--^^^^^^^^^
[INFO] [stderr]     |                     |           |              |
[INFO] [stderr]     |                     |           |              the same lifetime is named here
[INFO] [stderr]     |                     |           the same lifetime is hidden here
[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] help: consistently use `'b`
[INFO] [stderr]     |
[INFO] [stderr] 385 |     fn key_set<'b>(&'b self) -> Subject<'b, ML::It<'b>, (), R>
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assertions/option.rs:66:13
[INFO] [stderr]    |
[INFO] [stderr] 66 |     fn some(&self) -> Subject<T, (), R>
[INFO] [stderr]    |             ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |             |
[INFO] [stderr]    |             the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 66 |     fn some(&self) -> Subject<'_, T, (), R>
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/assertions/option.rs:123:13
[INFO] [stderr]     |
[INFO] [stderr] 123 |     fn some(&self) -> Subject<T, (), R>
[INFO] [stderr]     |             ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 123 |     fn some(&self) -> Subject<'_, T, (), R>
[INFO] [stderr]     |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assertions/result.rs:58:11
[INFO] [stderr]    |
[INFO] [stderr] 58 |     fn ok(&self) -> Subject<OK, (), R>;
[INFO] [stderr]    |           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |           |
[INFO] [stderr]    |           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 58 |     fn ok(&self) -> Subject<'_, OK, (), R>;
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assertions/result.rs:62:12
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn err(&self) -> Subject<ERR, (), R>;
[INFO] [stderr]    |            ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |            |
[INFO] [stderr]    |            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn err(&self) -> Subject<'_, ERR, (), R>;
[INFO] [stderr]    |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/assertions/result.rs:133:11
[INFO] [stderr]     |
[INFO] [stderr] 133 |     fn ok(&self) -> Subject<OK, (), R> {
[INFO] [stderr]     |           ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |           |
[INFO] [stderr]     |           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 133 |     fn ok(&self) -> Subject<'_, OK, (), R> {
[INFO] [stderr]     |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/assertions/result.rs:138:12
[INFO] [stderr]     |
[INFO] [stderr] 138 |     fn err(&self) -> Subject<ERR, (), R> {
[INFO] [stderr]     |            ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |            |
[INFO] [stderr]     |            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 138 |     fn err(&self) -> Subject<'_, ERR, (), R> {
[INFO] [stderr]     |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/base.rs:167:9
[INFO] [stderr]     |
[INFO] [stderr] 167 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 171 |     ) -> Subject<NewSub, NewOpt, Ret>;
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 171 |     ) -> Subject<'_, NewSub, NewOpt, Ret>;
[INFO] [stderr]     |                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/base.rs:234:9
[INFO] [stderr]     |
[INFO] [stderr] 234 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 238 |     ) -> Subject<NewSub, NewOpt, Ret> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 238 |     ) -> Subject<'_, NewSub, NewOpt, Ret> {
[INFO] [stderr]     |                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `assertor` (lib) generated 12 warnings (run `cargo fix --lib -p assertor` to apply 12 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assertions/testing.rs:46:44
[INFO] [stderr]    |
[INFO] [stderr] 46 |     fn fact_value_for_key<I: Into<String>>(&self, key: I) -> Subject<String, (), R>;
[INFO] [stderr]    |                                            ^^^^^             ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                            |
[INFO] [stderr]    |                                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 46 |     fn fact_value_for_key<I: Into<String>>(&self, key: I) -> Subject<'_, String, (), R>;
[INFO] [stderr]    |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/assertions/testing.rs:86:44
[INFO] [stderr]    |
[INFO] [stderr] 86 |     fn fact_value_for_key<I: Into<String>>(&self, key: I) -> Subject<String, (), R> {
[INFO] [stderr]    |                                            ^^^^^             ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                            |
[INFO] [stderr]    |                                            the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 86 |     fn fact_value_for_key<I: Into<String>>(&self, key: I) -> Subject<'_, String, (), R> {
[INFO] [stderr]    |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/assertions/testing.rs:112:18
[INFO] [stderr]     |
[INFO] [stderr] 112 |     fn fact_keys(&self) -> Subject<HashSet<&String>, (), R> {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                  |         |               |
[INFO] [stderr]     |                  |         |               the same lifetime is elided here
[INFO] [stderr]     |                  |         the same lifetime is hidden here
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 112 |     fn fact_keys(&self) -> Subject<'_, HashSet<&String>, (), R> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `assertor` (lib test) generated 15 warnings (12 duplicates) (run `cargo fix --lib -p assertor --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/assertor-4651e291ba54ffd7)
[INFO] [stdout] 
[INFO] [stdout] running 101 tests
[INFO] [stdout] test assertions::basic::tests::is_at_least ... ok
[INFO] [stdout] test assertions::basic::tests::is_equal_to ... ok
[INFO] [stdout] test assertions::basic::tests::is_equal_to_error_message ... ok
[INFO] [stdout] test assertions::basic::tests::is_not_equal_to ... ok
[INFO] [stdout] test assertions::boolean::tests::is_false ... ok
[INFO] [stdout] test assertions::boolean::tests::is_true ... ok
[INFO] [stdout] test assertions::iterator::tests::contains_at_least ... ok
[INFO] [stdout] test assertions::cow::tests::is_borrowed ... ok
[INFO] [stdout] test assertions::cow::tests::is_owned ... ok
[INFO] [stdout] test assertions::cow::tests::value ... ok
[INFO] [stdout] test assertions::float::tests::is_approx_equal_to ... ok
[INFO] [stdout] test assertions::iterator::tests::contains ... ok
[INFO] [stdout] test assertions::iterator::tests::contains_all_of_in_order ... ok
[INFO] [stdout] test assertions::iterator::tests::does_not_contain ... ok
[INFO] [stdout] test assertions::iterator::tests::does_not_contain_any ... ok
[INFO] [stdout] test assertions::map::tests::contains_all_of_in_order ... ok
[INFO] [stdout] test assertions::iterator::tests::is_empty ... ok
[INFO] [stdout] test assertions::map::tests::contains_at_least ... ok
[INFO] [stdout] test assertions::map::tests::contains_entry ... ok
[INFO] [stdout] test assertions::iterator::tests::contains_exactly ... ok
[INFO] [stdout] test assertions::iterator::tests::has_size ... ok
[INFO] [stdout] test assertions::iterator::tests::contains_exactly_in_order ... ok
[INFO] [stdout] test assertions::map::tests::contains_exactly ... ok
[INFO] [stdout] test assertions::map::tests::is_empty ... ok
[INFO] [stdout] test assertions::map::tests::contains_exactly_in_order ... ok
[INFO] [stdout] test assertions::map::tests::contains_key ... ok
[INFO] [stdout] test assertions::map::tests::does_not_contain_any ... ok
[INFO] [stdout] test assertions::map::tests::does_not_contain_entry ... ok
[INFO] [stdout] test assertions::map::tests::does_not_contain_key ... ok
[INFO] [stdout] test assertions::map::tests::has_length ... ok
[INFO] [stdout] test assertions::map::tests::is_not_empty ... ok
[INFO] [stdout] test assertions::option::tests::has_value ... ok
[INFO] [stdout] test assertions::option::tests::is_none ... ok
[INFO] [stdout] test assertions::map::tests::key_set ... ok
[INFO] [stdout] test assertions::map::tests::supports_any_map ... ok
[INFO] [stdout] test assertions::option::tests::is_some ... ok
[INFO] [stdout] test assertions::result::tests::err ... ok
[INFO] [stdout] test assertions::result::tests::has_err ... ok
[INFO] [stdout] test assertions::result::tests::has_ok ... ok
[INFO] [stdout] test assertions::result::tests::is_err ... ok
[INFO] [stdout] test assertions::result::tests::is_ok ... ok
[INFO] [stdout] test assertions::result::tests::ok ... ok
[INFO] [stdout] test assertions::set::tests::contains_all_of_in_order ... ok
[INFO] [stdout] test assertions::set::tests::is_empty ... ok
[INFO] [stdout] test assertions::set::tests::contains ... ok
[INFO] [stdout] test assertions::set::tests::has_length ... ok
[INFO] [stdout] test assertions::string::tests::contains ... ok
[INFO] [stdout] test assertions::set::tests::works_for_btree_set ... ok
[INFO] [stdout] test assertions::string::tests::does_not_contain ... ok
[INFO] [stdout] test assertions::string::tests::ends_with ... ok
[INFO] [stdout] test assertions::string::tests::is_same_string_to ... ok
[INFO] [stdout] test assertions::string::tests::starts_with ... ok
[INFO] [stdout] test assertions::testing::tests::facts_are ... ok
[INFO] [stdout] test assertions::vec::tests::contains ... ok
[INFO] [stdout] test assertions::vec::tests::contains_exactly ... ok
[INFO] [stdout] test assertions::vec::tests::contains_exactly_in_order ... ok
[INFO] [stdout] test assertions::vec::tests::has_size ... ok
[INFO] [stdout] test assertions::vec::tests::is_empty ... ok
[INFO] [stdout] test assertions::vec::tests::is_not_empty ... ok
[INFO] [stdout] test base::tests::assert_result_message_generation ... ok
[INFO] [stdout] test base::tests::assert_that ... ok
[INFO] [stdout] test assertions::testing::tests::test_assertion ... ok
[INFO] [stdout] test base::tests::assert_that_unit_return_type ... ok
[INFO] [stdout] test base::tests::check_that ... ok
[INFO] [stdout] test base::tests::check_that_result_return_type ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::all_found_out_of_order ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::empty_left_operand ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::empty_right_operand ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::equal ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::extra_and_relative_order ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::not_found_both_extra_and_missing ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::not_found_extra_prefix ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::not_found_extra_suffix ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::order_preserved_relatively ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::suffix_sub_sequence ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::all_found_out_of_order ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::empty_left_operand ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::empty_right_operand ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::equal ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::extra_and_relative_order ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::not_found_both_extra_and_missing ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::not_found_extra_prefix ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::not_found_extra_suffix ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::order_preserved_relatively ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::order_preserved_strictly ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::prefix_sub_sequence ... ok
[INFO] [stdout] test diff::iter::tests::strict_order_comparison::suffix_sub_sequence ... ok
[INFO] [stdout] test diff::iter::tests::relative_order_comparison::prefix_sub_sequence ... ok
[INFO] [stdout] test diff::map::tests::relative_key_order_map_diff::suffix_sub_sequence ... ok
[INFO] [stdout] test diff::map::tests::ordered_unordered_key_order_comparison ... ok
[INFO] [stdout] test diff::map::tests::strict_key_order_map_diff::suffix_sub_sequence ... ok
[INFO] [stdout] test diff::map::tests::strict_key_order_map_diff::prefix_sub_sequence ... ok
[INFO] [stdout] test diff::map::tests::relative_key_order_map_diff::prefix_sub_sequence ... ok
[INFO] [stdout] test diff::map::tests::unordered_map_diff::common_entry ... ok
[INFO] [stdout] test diff::map::tests::unordered_map_diff::empty_maps ... ok
[INFO] [stdout] test diff::map::tests::unordered_map_diff::extra_entry ... ok
[INFO] [stdout] test diff::map::tests::unordered_map_diff::missing_entry ... ok
[INFO] [stdout] test diff::map::tests::unordered_ordered_key_order_comparison ... ok
[INFO] [stdout] test assertions::set::tests::contains_exactly_in_order ... ok
[INFO] [stdout] test assertions::result::tests::ok_panic - should panic ... ok
[INFO] [stdout] test assertions::result::tests::err_panic - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 101 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests assertor
[INFO] [stdout] 
[INFO] [stdout] running 55 tests
[INFO] [stdout] test src/assertions/basic.rs - assertions::basic::EqualityAssertion (line 22) ... ok
[INFO] [stdout] test src/assertions/boolean.rs - assertions::boolean::BooleanAssertion (line 20) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion (line 24) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion (line 32) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion (line 39) ... ok
[INFO] [stdout] test src/assertions/cow.rs - assertions::cow::CowAssertion (line 22) ... ok
[INFO] [stdout] test src/assertions/float.rs - assertions::float::FloatAssertion (line 25) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains (line 54) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains_all_of (line 162) ... ok
[INFO] [stdout] test src/assertions/cow.rs - assertions::cow::CowAssertion::deref (line 43) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains (line 59) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains_exactly (line 113) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains_exactly_in_order (line 134) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains_all_of_in_order (line 196) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains_exactly (line 108) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::does_not_contain (line 79) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains_exactly_in_order (line 129) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains_exactly_in_order (line 142) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::does_not_contain_any (line 175) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::does_not_contain_any (line 180) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::does_not_contain (line 84) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::has_length (line 254) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::is_empty (line 209) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::has_length (line 249) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::is_empty (line 214) ... ok
[INFO] [stdout] test src/assertions/option.rs - assertions::option::OptionAssertion (line 24) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::is_not_empty (line 234) ... ok
[INFO] [stdout] test src/assertions/result.rs - assertions::result::ResultAssertion (line 24) ... ok
[INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::is_not_empty (line 229) ... ok
[INFO] [stdout] test src/assertions/map.rs - assertions::map::MapAssertion::key_set (line 129) ... ok
[INFO] [stdout] test src/assertions/option.rs - assertions::option::OptionAssertion::some (line 58) ... ok
[INFO] [stdout] test src/assertions/map.rs - assertions::map::MapAssertion (line 30) ... ok
[INFO] [stdout] test src/assertions/map.rs - assertions::map::OrderedMapAssertion (line 151) ... ok
[INFO] [stdout] test src/assertions/set.rs - assertions::set::SetAssertion (line 41) ... ok
[INFO] [stdout] test src/assertions/set.rs - assertions::set::OrderedSetAssertion::contains_exactly_in_order (line 183) ... ok
[INFO] [stdout] test src/assertions/string.rs - assertions::string::StringAssertion (line 21) ... ok
[INFO] [stdout] test src/assertions/set.rs - assertions::set::OrderedSetAssertion (line 134) ... ok
[INFO] [stdout] test src/assertions/set.rs - assertions::set::OrderedSetAssertion::contains_all_of_in_order (line 169) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion (line 28) ... ok
[INFO] [stdout] test src/assertions/set.rs - assertions::set::OrderedSetAssertion (line 149) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::contains_exactly (line 83) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::contains (line 53) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion (line 35) ... ok
[INFO] [stdout] test src/assertions/set.rs - assertions::set::SetAssertion (line 27) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::contains_exactly (line 87) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::contains_exactly_in_order (line 104) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::does_not_contain_any (line 121) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::does_not_contain_any (line 117) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::contains_exactly_in_order (line 100) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::is_not_empty (line 145) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::is_empty (line 133) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::has_length (line 157) ... ok
[INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion::does_not_contain (line 66) ... ok
[INFO] [stdout] test src/lib.rs - (line 21) ... ok
[INFO] [stdout] test src/lib.rs - (line 37) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.88s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9ebfedae51580a9731247def32d8e9fd90cde4f37b8d16de8787a924c992c1c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ebfedae51580a9731247def32d8e9fd90cde4f37b8d16de8787a924c992c1c0", kill_on_drop: false }`
[INFO] [stdout] 9ebfedae51580a9731247def32d8e9fd90cde4f37b8d16de8787a924c992c1c0
