[INFO] fetching crate assertor 0.0.4... [INFO] testing assertor-0.0.4 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate assertor 0.0.4 into /workspace/builds/worker-0-tc2/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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate assertor 0.0.4 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] 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 397171f2dfb5216b41b7f6d77e8ce9d3af9acc6e2e9f13c61248f8affdaa3d64 [INFO] running `Command { std: "docker" "start" "-a" "397171f2dfb5216b41b7f6d77e8ce9d3af9acc6e2e9f13c61248f8affdaa3d64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "397171f2dfb5216b41b7f6d77e8ce9d3af9acc6e2e9f13c61248f8affdaa3d64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "397171f2dfb5216b41b7f6d77e8ce9d3af9acc6e2e9f13c61248f8affdaa3d64", kill_on_drop: false }` [INFO] [stdout] 397171f2dfb5216b41b7f6d77e8ce9d3af9acc6e2e9f13c61248f8affdaa3d64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5c6c799db0de14f66126c2c5313c27a651df0880d5611a5c24c44317f0158932 [INFO] running `Command { std: "docker" "start" "-a" "5c6c799db0de14f66126c2c5313c27a651df0880d5611a5c24c44317f0158932", kill_on_drop: false }` [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; [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 { [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, (), 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, (), 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 [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 [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; [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; [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 { [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 { [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; [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 { [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.12s [INFO] running `Command { std: "docker" "inspect" "5c6c799db0de14f66126c2c5313c27a651df0880d5611a5c24c44317f0158932", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c6c799db0de14f66126c2c5313c27a651df0880d5611a5c24c44317f0158932", kill_on_drop: false }` [INFO] [stdout] 5c6c799db0de14f66126c2c5313c27a651df0880d5611a5c24c44317f0158932 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5cc1b04999a81021f99cbd662c0c573c9798bc1c896850e13bf645d9e4e68598 [INFO] running `Command { std: "docker" "start" "-a" "5cc1b04999a81021f99cbd662c0c573c9798bc1c896850e13bf645d9e4e68598", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [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; [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 { [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, (), 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, (), 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 [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 [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; [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; [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 { [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 { [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; [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 { [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 quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.102 [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; [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 { [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, (), 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, (), 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 [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 [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; [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; [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 { [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 { [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>(&self, key: I) -> Subject; [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>(&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>(&self, key: I) -> Subject { [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>(&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, (), 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; [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 { [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 10.12s [INFO] running `Command { std: "docker" "inspect" "5cc1b04999a81021f99cbd662c0c573c9798bc1c896850e13bf645d9e4e68598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cc1b04999a81021f99cbd662c0c573c9798bc1c896850e13bf645d9e4e68598", kill_on_drop: false }` [INFO] [stdout] 5cc1b04999a81021f99cbd662c0c573c9798bc1c896850e13bf645d9e4e68598 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 40bf6ffab1b447dea10540ed884c7deefbc1e8f40ea146b48a262337d6b0d164 [INFO] running `Command { std: "docker" "start" "-a" "40bf6ffab1b447dea10540ed884c7deefbc1e8f40ea146b48a262337d6b0d164", 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; [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 { [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, (), 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, (), 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 [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 [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; [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; [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 { [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 { [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; [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 { [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>(&self, key: I) -> Subject; [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>(&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>(&self, key: I) -> Subject { [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>(&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, (), 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.04s [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_not_equal_to ... ok [INFO] [stdout] test assertions::boolean::tests::is_true ... ok [INFO] [stdout] test assertions::basic::tests::is_equal_to_error_message ... ok [INFO] [stdout] test assertions::cow::tests::is_borrowed ... ok [INFO] [stdout] test assertions::cow::tests::value ... ok [INFO] [stdout] test assertions::float::tests::is_approx_equal_to ... ok [INFO] [stdout] test assertions::cow::tests::is_owned ... ok [INFO] [stdout] test assertions::iterator::tests::does_not_contain ... ok [INFO] [stdout] test assertions::iterator::tests::is_empty ... 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::has_size ... 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 ... ok [INFO] [stdout] test assertions::map::tests::contains_key ... ok [INFO] [stdout] test assertions::iterator::tests::contains_all_of_in_order ... ok [INFO] [stdout] test assertions::map::tests::contains_exactly_in_order ... ok [INFO] [stdout] test assertions::iterator::tests::contains_at_least ... ok [INFO] [stdout] test assertions::iterator::tests::contains_exactly ... ok [INFO] [stdout] test assertions::iterator::tests::contains_exactly_in_order ... ok [INFO] [stdout] test assertions::map::tests::is_not_empty ... ok [INFO] [stdout] test assertions::boolean::tests::is_false ... ok [INFO] [stdout] test assertions::map::tests::does_not_contain_entry ... ok [INFO] [stdout] test assertions::map::tests::contains_exactly ... ok [INFO] [stdout] test assertions::map::tests::does_not_contain_any ... ok [INFO] [stdout] test assertions::map::tests::does_not_contain_key ... 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::option::tests::has_value ... ok [INFO] [stdout] test assertions::result::tests::has_err ... ok [INFO] [stdout] test assertions::result::tests::is_err ... ok [INFO] [stdout] test assertions::result::tests::has_ok ... ok [INFO] [stdout] test assertions::option::tests::is_none ... 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 ... ok [INFO] [stdout] test assertions::set::tests::contains_all_of_in_order ... ok [INFO] [stdout] test assertions::set::tests::contains_exactly_in_order ... ok [INFO] [stdout] test assertions::map::tests::is_empty ... ok [INFO] [stdout] test assertions::map::tests::has_length ... ok [INFO] [stdout] test assertions::set::tests::is_empty ... ok [INFO] [stdout] test assertions::string::tests::contains ... ok [INFO] [stdout] test assertions::string::tests::does_not_contain ... ok [INFO] [stdout] test assertions::testing::tests::test_assertion ... 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::has_size ... ok [INFO] [stdout] test assertions::string::tests::is_same_string_to ... ok [INFO] [stdout] test assertions::vec::tests::contains_exactly_in_order ... ok [INFO] [stdout] test assertions::vec::tests::is_not_empty ... ok [INFO] [stdout] test assertions::string::tests::starts_with ... ok [INFO] [stdout] test assertions::vec::tests::is_empty ... ok [INFO] [stdout] test base::tests::assert_that ... ok [INFO] [stdout] test base::tests::assert_result_message_generation ... ok [INFO] [stdout] test assertions::result::tests::err ... 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::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::prefix_sub_sequence ... ok [INFO] [stdout] test diff::iter::tests::relative_order_comparison::suffix_sub_sequence ... ok [INFO] [stdout] test assertions::set::tests::works_for_btree_set ... 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 assertions::string::tests::ends_with ... ok [INFO] [stdout] test diff::iter::tests::strict_order_comparison::empty_right_operand ... 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::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::map::tests::relative_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::unordered_map_diff::empty_maps ... ok [INFO] [stdout] test diff::map::tests::unordered_map_diff::common_entry ... ok [INFO] [stdout] test diff::map::tests::unordered_map_diff::missing_entry ... ok [INFO] [stdout] test diff::iter::tests::relative_order_comparison::not_found_extra_prefix ... ok [INFO] [stdout] test diff::map::tests::strict_key_order_map_diff::suffix_sub_sequence ... ok [INFO] [stdout] test diff::map::tests::unordered_ordered_key_order_comparison ... ok [INFO] [stdout] test diff::map::tests::unordered_map_diff::extra_entry ... ok [INFO] [stdout] test diff::map::tests::relative_key_order_map_diff::prefix_sub_sequence ... ok [INFO] [stdout] test diff::map::tests::ordered_unordered_key_order_comparison ... ok [INFO] [stdout] test assertions::set::tests::has_length ... ok [INFO] [stdout] test assertions::result::tests::err_panic - should panic ... ok [INFO] [stdout] test assertions::result::tests::ok_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.27s [INFO] [stdout] [INFO] [stderr] Doc-tests assertor [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test src/assertions/boolean.rs - assertions::boolean::BooleanAssertion (line 20) ... ok [INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion (line 32) ... 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 129) ... ok [INFO] [stdout] test src/assertions/cow.rs - assertions::cow::CowAssertion (line 22) ... ok [INFO] [stdout] test src/assertions/basic.rs - assertions::basic::EqualityAssertion (line 22) ... ok [INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion (line 39) ... 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 (line 59) ... ok [INFO] [stdout] test src/assertions/float.rs - assertions::float::FloatAssertion (line 25) ... 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_all_of_in_order (line 196) ... 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_exactly_in_order (line 142) ... 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::contains_exactly (line 108) ... ok [INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion (line 24) ... ok [INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::contains_all_of (line 162) ... 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::does_not_contain_any (line 175) ... 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_not_empty (line 229) ... 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::is_not_empty (line 234) ... ok [INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::is_empty (line 209) ... ok [INFO] [stdout] test src/assertions/testing.rs - assertions::testing::CheckThatResultAssertion (line 26) ... ignored [INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::is_empty (line 214) ... ok [INFO] [stdout] test src/assertions/result.rs - assertions::result::ResultAssertion (line 24) ... ok [INFO] [stdout] test src/assertions/iterator.rs - assertions::iterator::IteratorAssertion::does_not_contain_any (line 180) ... 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/option.rs - assertions::option::OptionAssertion (line 24) ... 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/map.rs - assertions::map::OrderedMapAssertion (line 151) ... ok [INFO] [stdout] test src/assertions/map.rs - assertions::map::MapAssertion::key_set (line 129) ... ok [INFO] [stdout] test src/assertions/string.rs - assertions::string::StringAssertion (line 21) ... ok [INFO] [stdout] test src/assertions/set.rs - assertions::set::OrderedSetAssertion::contains_exactly_in_order (line 183) ... ok [INFO] [stdout] test src/assertions/set.rs - assertions::set::SetAssertion (line 41) ... 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_in_order (line 100) ... ok [INFO] [stdout] test src/testing.rs - testing::check_that (line 24) ... ignored [INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion (line 28) ... 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 (line 53) ... 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::does_not_contain (line 66) ... 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::contains_exactly (line 87) ... 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::has_length (line 157) ... ok [INFO] [stdout] test src/assertions/vec.rs - assertions::vec::VecAssertion (line 35) ... 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::contains_exactly_in_order (line 104) ... 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; 2 ignored; 0 measured; 0 filtered out; finished in 4.51s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "40bf6ffab1b447dea10540ed884c7deefbc1e8f40ea146b48a262337d6b0d164", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40bf6ffab1b447dea10540ed884c7deefbc1e8f40ea146b48a262337d6b0d164", kill_on_drop: false }` [INFO] [stdout] 40bf6ffab1b447dea10540ed884c7deefbc1e8f40ea146b48a262337d6b0d164