[INFO] fetching crate gazebo 0.8.1...
[INFO] building gazebo-0.8.1 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate gazebo 0.8.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate gazebo 0.8.1
[INFO] finished tweaking crates.io crate gazebo 0.8.1
[INFO] tweaked toml for crates.io crate gazebo 0.8.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gazebo 0.8.1 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gazebo_derive v0.8.0
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f361ed73312e2e9eb97d1d89ed19724b94e97a97ca0c36585a311a123ef79591
[INFO] running `Command { std: "docker" "start" "-a" "f361ed73312e2e9eb97d1d89ed19724b94e97a97ca0c36585a311a123ef79591", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f361ed73312e2e9eb97d1d89ed19724b94e97a97ca0c36585a311a123ef79591", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f361ed73312e2e9eb97d1d89ed19724b94e97a97ca0c36585a311a123ef79591", kill_on_drop: false }`
[INFO] [stdout] f361ed73312e2e9eb97d1d89ed19724b94e97a97ca0c36585a311a123ef79591
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 28428b5ec7994324f8b89762fa11dd014451fb8c7ff8bda519408fce254f3520
[INFO] running `Command { std: "docker" "start" "-a" "28428b5ec7994324f8b89762fa11dd014451fb8c7ff8bda519408fce254f3520", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling gazebo_derive v0.8.0
[INFO] [stderr]    Compiling gazebo v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:209:22
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn as_aref(this: &Self) -> ARef<T>;
[INFO] [stdout]     |                      ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn as_aref(this: &Self) -> ARef<'_, T>;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:212:26
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn try_as_aref(this: &Self) -> Result<ARef<T>, BorrowError>;
[INFO] [stdout]     |                          ^^^^^            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn try_as_aref(this: &Self) -> Result<ARef<'_, T>, BorrowError>;
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:218:22
[INFO] [stdout]     |
[INFO] [stdout] 218 |     fn as_aref(this: &Self) -> ARef<T> {
[INFO] [stdout]     |                      ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 218 |     fn as_aref(this: &Self) -> ARef<'_, T> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:221:26
[INFO] [stdout]     |
[INFO] [stdout] 221 |     fn try_as_aref(this: &Self) -> Result<ARef<T>, BorrowError> {
[INFO] [stdout]     |                          ^^^^^            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     fn try_as_aref(this: &Self) -> Result<ARef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:230:22
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn as_aref(this: &Self) -> ARef<T> {
[INFO] [stdout]     |                      ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn as_aref(this: &Self) -> ARef<'_, T> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:233:26
[INFO] [stdout]     |
[INFO] [stdout] 233 |     fn try_as_aref(this: &Self) -> Result<ARef<T>, BorrowError> {
[INFO] [stdout]     |                          ^^^^^            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |     fn try_as_aref(this: &Self) -> Result<ARef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.46s
[INFO] running `Command { std: "docker" "inspect" "28428b5ec7994324f8b89762fa11dd014451fb8c7ff8bda519408fce254f3520", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28428b5ec7994324f8b89762fa11dd014451fb8c7ff8bda519408fce254f3520", kill_on_drop: false }`
[INFO] [stdout] 28428b5ec7994324f8b89762fa11dd014451fb8c7ff8bda519408fce254f3520
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f2f15fc3c033debedbd1315dce8f7fd6b0c9c5dae9a99ffe216a5fa74e27411
[INFO] running `Command { std: "docker" "start" "-a" "8f2f15fc3c033debedbd1315dce8f7fd6b0c9c5dae9a99ffe216a5fa74e27411", kill_on_drop: false }`
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:209:22
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn as_aref(this: &Self) -> ARef<T>;
[INFO] [stdout]     |                      ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn as_aref(this: &Self) -> ARef<'_, T>;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:212:26
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn try_as_aref(this: &Self) -> Result<ARef<T>, BorrowError>;
[INFO] [stdout]     |                          ^^^^^            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn try_as_aref(this: &Self) -> Result<ARef<'_, T>, BorrowError>;
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:218:22
[INFO] [stdout]     |
[INFO] [stdout] 218 |     fn as_aref(this: &Self) -> ARef<T> {
[INFO] [stdout]     |                      ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 218 |     fn as_aref(this: &Self) -> ARef<'_, T> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:221:26
[INFO] [stdout]     |
[INFO] [stdout] 221 |     fn try_as_aref(this: &Self) -> Result<ARef<T>, BorrowError> {
[INFO] [stdout]     |                          ^^^^^            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     fn try_as_aref(this: &Self) -> Result<ARef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gazebo v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:230:22
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn as_aref(this: &Self) -> ARef<T> {
[INFO] [stdout]     |                      ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn as_aref(this: &Self) -> ARef<'_, T> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:233:26
[INFO] [stdout]     |
[INFO] [stdout] 233 |     fn try_as_aref(this: &Self) -> Result<ARef<T>, BorrowError> {
[INFO] [stdout]     |                          ^^^^^            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |     fn try_as_aref(this: &Self) -> Result<ARef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/any.rs:255:27
[INFO] [stdout]     |
[INFO] [stdout] 255 |         struct Value2<'a>(&'a str);
[INFO] [stdout]     |                ------     ^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/any.rs:295:24
[INFO] [stdout]     |
[INFO] [stdout] 295 |         struct Bbb<'a>(&'a str);
[INFO] [stdout]     |                ---     ^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]    --> src/any.rs:299:29
[INFO] [stdout]     |
[INFO] [stdout] 299 |         struct Bbb2<'a, 'b>(&'a str, &'b str);
[INFO] [stdout]     |                ----         ^^^^^^^  ^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                fields in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing these fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/any.rs:328:38
[INFO] [stdout]     |
[INFO] [stdout] 328 |         struct FooBar<'x, P: My<'x>>(&'x P);
[INFO] [stdout]     |                ------                ^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:209:22
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn as_aref(this: &Self) -> ARef<T>;
[INFO] [stdout]     |                      ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 209 |     fn as_aref(this: &Self) -> ARef<'_, T>;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:212:26
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn try_as_aref(this: &Self) -> Result<ARef<T>, BorrowError>;
[INFO] [stdout]     |                          ^^^^^            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 212 |     fn try_as_aref(this: &Self) -> Result<ARef<'_, T>, BorrowError>;
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:218:22
[INFO] [stdout]     |
[INFO] [stdout] 218 |     fn as_aref(this: &Self) -> ARef<T> {
[INFO] [stdout]     |                      ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 218 |     fn as_aref(this: &Self) -> ARef<'_, T> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:221:26
[INFO] [stdout]     |
[INFO] [stdout] 221 |     fn try_as_aref(this: &Self) -> Result<ARef<T>, BorrowError> {
[INFO] [stdout]     |                          ^^^^^            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     fn try_as_aref(this: &Self) -> Result<ARef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:230:22
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn as_aref(this: &Self) -> ARef<T> {
[INFO] [stdout]     |                      ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn as_aref(this: &Self) -> ARef<'_, T> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:233:26
[INFO] [stdout]     |
[INFO] [stdout] 233 |     fn try_as_aref(this: &Self) -> Result<ARef<T>, BorrowError> {
[INFO] [stdout]     |                          ^^^^^            ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |     fn try_as_aref(this: &Self) -> Result<ARef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cell.rs:323:23
[INFO] [stdout]     |
[INFO] [stdout] 323 |         fn get_str(x: &impl AsARef<String>) -> ARef<str> {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 323 |         fn get_str(x: &impl AsARef<String>) -> ARef<'_, str> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/cmp.rs:140:18
[INFO] [stdout]     |
[INFO] [stdout] 140 |         fn token(&self) -> PartialEqAny {
[INFO] [stdout]     |                  ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 140 |         fn token(&self) -> PartialEqAny<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.66s
[INFO] running `Command { std: "docker" "inspect" "8f2f15fc3c033debedbd1315dce8f7fd6b0c9c5dae9a99ffe216a5fa74e27411", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f2f15fc3c033debedbd1315dce8f7fd6b0c9c5dae9a99ffe216a5fa74e27411", kill_on_drop: false }`
[INFO] [stdout] 8f2f15fc3c033debedbd1315dce8f7fd6b0c9c5dae9a99ffe216a5fa74e27411
