[INFO] fetching crate wallee 0.2.3...
[INFO] testing wallee-0.2.3 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate wallee 0.2.3 into /workspace/builds/worker-4-tc1/source
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate wallee 0.2.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate wallee 0.2.3
[INFO] tweaked toml for crates.io crate wallee 0.2.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wallee 0.2.3 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] crate crates.io crate wallee 0.2.3 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dissimilar v1.0.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 1810ceccefa5c7de85e44e523511a3317a7225e94e347c086c166d96c19e7c78
[INFO] running `Command { std: "docker" "start" "-a" "1810ceccefa5c7de85e44e523511a3317a7225e94e347c086c166d96c19e7c78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1810ceccefa5c7de85e44e523511a3317a7225e94e347c086c166d96c19e7c78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1810ceccefa5c7de85e44e523511a3317a7225e94e347c086c166d96c19e7c78", kill_on_drop: false }`
[INFO] [stdout] 1810ceccefa5c7de85e44e523511a3317a7225e94e347c086c166d96c19e7c78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8a09f7aafeddce3f7862979a0ece74cdb508269fd32655e2d12667d98d8c7966
[INFO] running `Command { std: "docker" "start" "-a" "8a09f7aafeddce3f7862979a0ece74cdb508269fd32655e2d12667d98d8c7966", kill_on_drop: false }`
[INFO] [stderr]    Compiling wallee v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn chain(&self) -> Chain {
[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] 386 |     pub fn chain(&self) -> Chain<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:600:28
[INFO] [stdout]     |
[INFO] [stdout] 600 | unsafe fn object_ref<E>(e: RefPtr<ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[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] 600 | unsafe fn object_ref<E>(e: RefPtr<'_, ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:609:28
[INFO] [stdout]     |
[INFO] [stdout] 609 | unsafe fn object_mut<E>(e: MutPtr<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[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] 609 | unsafe fn object_mut<E>(e: MutPtr<'_, ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:657:20
[INFO] [stdout]     |
[INFO] [stdout] 657 | fn no_backtrace(e: RefPtr<ErrorImpl>) -> Option<&Backtrace> {
[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] 657 | fn no_backtrace(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace> {
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:739:35
[INFO] [stdout]     |
[INFO] [stdout] 739 | unsafe fn context_backtrace<C>(e: RefPtr<ErrorImpl>) -> Option<&Backtrace>
[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] 739 | unsafe fn context_backtrace<C>(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace>
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:777:14
[INFO] [stdout]     |
[INFO] [stdout] 777 |     fn erase(&self) -> RefPtr<ErrorImpl> {
[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] 777 |     fn erase(&self) -> RefPtr<'_, ErrorImpl> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:786:38
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub(crate) unsafe fn error(this: RefPtr<Self>) -> &(dyn StdError + Send + Sync + 'static) {
[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] 786 |     pub(crate) unsafe fn error(this: RefPtr<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:793:15
[INFO] [stdout]     |
[INFO] [stdout] 793 |         this: MutPtr<Self>,
[INFO] [stdout]     |               ^^^^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 794 |     ) -> &mut (dyn StdError + Send + Sync + 'static) {
[INFO] [stdout]     |          ------------------------------------------- the lifetime gets resolved as `'_`
[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] 793 |         this: MutPtr<'_, Self>,
[INFO] [stdout]     |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:804:42
[INFO] [stdout]     |
[INFO] [stdout] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<Self>) -> &Backtrace {
[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] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<'_, Self>) -> &Backtrace {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:820:41
[INFO] [stdout]     |
[INFO] [stdout] 820 |     pub(crate) unsafe fn location(this: RefPtr<Self>) -> &Location {
[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] 820 |     pub(crate) unsafe fn location(this: RefPtr<'_, Self>) -> &Location {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/ptr.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn as_ref(&self) -> RefPtr<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] 56 |     pub fn as_ref(&self) -> RefPtr<'_, 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/ptr.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn as_mut(&mut self) -> MutPtr<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] 63 |     pub fn as_mut(&mut self) -> MutPtr<'_, T> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
[INFO] running `Command { std: "docker" "inspect" "8a09f7aafeddce3f7862979a0ece74cdb508269fd32655e2d12667d98d8c7966", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a09f7aafeddce3f7862979a0ece74cdb508269fd32655e2d12667d98d8c7966", kill_on_drop: false }`
[INFO] [stdout] 8a09f7aafeddce3f7862979a0ece74cdb508269fd32655e2d12667d98d8c7966
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] fa755e21744e8a9a342ec9c9b35f810be4a78ce2b2f4cd418580e62671857067
[INFO] running `Command { std: "docker" "start" "-a" "fa755e21744e8a9a342ec9c9b35f810be4a78ce2b2f4cd418580e62671857067", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling dissimilar v1.0.9
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn chain(&self) -> Chain {
[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] 386 |     pub fn chain(&self) -> Chain<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:600:28
[INFO] [stdout]     |
[INFO] [stdout] 600 | unsafe fn object_ref<E>(e: RefPtr<ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[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] 600 | unsafe fn object_ref<E>(e: RefPtr<'_, ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:609:28
[INFO] [stdout]     |
[INFO] [stdout] 609 | unsafe fn object_mut<E>(e: MutPtr<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[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] 609 | unsafe fn object_mut<E>(e: MutPtr<'_, ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:657:20
[INFO] [stdout]     |
[INFO] [stdout] 657 | fn no_backtrace(e: RefPtr<ErrorImpl>) -> Option<&Backtrace> {
[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] 657 | fn no_backtrace(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace> {
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:739:35
[INFO] [stdout]     |
[INFO] [stdout] 739 | unsafe fn context_backtrace<C>(e: RefPtr<ErrorImpl>) -> Option<&Backtrace>
[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] 739 | unsafe fn context_backtrace<C>(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace>
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:777:14
[INFO] [stdout]     |
[INFO] [stdout] 777 |     fn erase(&self) -> RefPtr<ErrorImpl> {
[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] 777 |     fn erase(&self) -> RefPtr<'_, ErrorImpl> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:786:38
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub(crate) unsafe fn error(this: RefPtr<Self>) -> &(dyn StdError + Send + Sync + 'static) {
[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] 786 |     pub(crate) unsafe fn error(this: RefPtr<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:793:15
[INFO] [stdout]     |
[INFO] [stdout] 793 |         this: MutPtr<Self>,
[INFO] [stdout]     |               ^^^^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 794 |     ) -> &mut (dyn StdError + Send + Sync + 'static) {
[INFO] [stdout]     |          ------------------------------------------- the lifetime gets resolved as `'_`
[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] 793 |         this: MutPtr<'_, Self>,
[INFO] [stdout]     |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:804:42
[INFO] [stdout]     |
[INFO] [stdout] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<Self>) -> &Backtrace {
[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] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<'_, Self>) -> &Backtrace {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:820:41
[INFO] [stdout]     |
[INFO] [stdout] 820 |     pub(crate) unsafe fn location(this: RefPtr<Self>) -> &Location {
[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] 820 |     pub(crate) unsafe fn location(this: RefPtr<'_, Self>) -> &Location {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/ptr.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn as_ref(&self) -> RefPtr<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] 56 |     pub fn as_ref(&self) -> RefPtr<'_, 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/ptr.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn as_mut(&mut self) -> MutPtr<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] 63 |     pub fn as_mut(&mut self) -> MutPtr<'_, T> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling toml_parser v1.0.2
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling toml v0.9.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling trybuild v1.0.110
[INFO] [stderr]    Compiling wallee v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |     pub fn chain(&self) -> Chain {
[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] 386 |     pub fn chain(&self) -> Chain<'_> {
[INFO] [stdout]     |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:600:28
[INFO] [stdout]     |
[INFO] [stdout] 600 | unsafe fn object_ref<E>(e: RefPtr<ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[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] 600 | unsafe fn object_ref<E>(e: RefPtr<'_, ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:609:28
[INFO] [stdout]     |
[INFO] [stdout] 609 | unsafe fn object_mut<E>(e: MutPtr<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[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] 609 | unsafe fn object_mut<E>(e: MutPtr<'_, ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:657:20
[INFO] [stdout]     |
[INFO] [stdout] 657 | fn no_backtrace(e: RefPtr<ErrorImpl>) -> Option<&Backtrace> {
[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] 657 | fn no_backtrace(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace> {
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:739:35
[INFO] [stdout]     |
[INFO] [stdout] 739 | unsafe fn context_backtrace<C>(e: RefPtr<ErrorImpl>) -> Option<&Backtrace>
[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] 739 | unsafe fn context_backtrace<C>(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace>
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:777:14
[INFO] [stdout]     |
[INFO] [stdout] 777 |     fn erase(&self) -> RefPtr<ErrorImpl> {
[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] 777 |     fn erase(&self) -> RefPtr<'_, ErrorImpl> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:786:38
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub(crate) unsafe fn error(this: RefPtr<Self>) -> &(dyn StdError + Send + Sync + 'static) {
[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] 786 |     pub(crate) unsafe fn error(this: RefPtr<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:793:15
[INFO] [stdout]     |
[INFO] [stdout] 793 |         this: MutPtr<Self>,
[INFO] [stdout]     |               ^^^^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 794 |     ) -> &mut (dyn StdError + Send + Sync + 'static) {
[INFO] [stdout]     |          ------------------------------------------- the lifetime gets resolved as `'_`
[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] 793 |         this: MutPtr<'_, Self>,
[INFO] [stdout]     |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:804:42
[INFO] [stdout]     |
[INFO] [stdout] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<Self>) -> &Backtrace {
[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] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<'_, Self>) -> &Backtrace {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/error.rs:820:41
[INFO] [stdout]     |
[INFO] [stdout] 820 |     pub(crate) unsafe fn location(this: RefPtr<Self>) -> &Location {
[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] 820 |     pub(crate) unsafe fn location(this: RefPtr<'_, Self>) -> &Location {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/ptr.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn as_ref(&self) -> RefPtr<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] 56 |     pub fn as_ref(&self) -> RefPtr<'_, 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/ptr.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn as_mut(&mut self) -> MutPtr<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] 63 |     pub fn as_mut(&mut self) -> MutPtr<'_, T> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "fa755e21744e8a9a342ec9c9b35f810be4a78ce2b2f4cd418580e62671857067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa755e21744e8a9a342ec9c9b35f810be4a78ce2b2f4cd418580e62671857067", kill_on_drop: false }`
[INFO] [stdout] fa755e21744e8a9a342ec9c9b35f810be4a78ce2b2f4cd418580e62671857067
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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", kill_on_drop: false }`
[INFO] [stdout] ee8131b6b88b3480b68a9b8c89d245c6a7ddcfb6866e750fbc9a83d2df4a500b
[INFO] running `Command { std: "docker" "start" "-a" "ee8131b6b88b3480b68a9b8c89d245c6a7ddcfb6866e750fbc9a83d2df4a500b", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:386:18
[INFO] [stderr]     |
[INFO] [stderr] 386 |     pub fn chain(&self) -> Chain {
[INFO] [stderr]     |                  ^^^^^     ----- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 386 |     pub fn chain(&self) -> Chain<'_> {
[INFO] [stderr]     |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:600:28
[INFO] [stderr]     |
[INFO] [stderr] 600 | unsafe fn object_ref<E>(e: RefPtr<ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^     --------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 600 | unsafe fn object_ref<E>(e: RefPtr<'_, ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:609:28
[INFO] [stderr]     |
[INFO] [stderr] 609 | unsafe fn object_mut<E>(e: MutPtr<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^     ------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 609 | unsafe fn object_mut<E>(e: MutPtr<'_, ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:657:20
[INFO] [stderr]     |
[INFO] [stderr] 657 | fn no_backtrace(e: RefPtr<ErrorImpl>) -> Option<&Backtrace> {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^            ---------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 657 | fn no_backtrace(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace> {
[INFO] [stderr]     |                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:739:35
[INFO] [stderr]     |
[INFO] [stderr] 739 | unsafe fn context_backtrace<C>(e: RefPtr<ErrorImpl>) -> Option<&Backtrace>
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^            ---------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 739 | unsafe fn context_backtrace<C>(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace>
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:777:14
[INFO] [stderr]     |
[INFO] [stderr] 777 |     fn erase(&self) -> RefPtr<ErrorImpl> {
[INFO] [stderr]     |              ^^^^^     ----------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |              |
[INFO] [stderr]     |              this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 777 |     fn erase(&self) -> RefPtr<'_, ErrorImpl> {
[INFO] [stderr]     |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:786:38
[INFO] [stderr]     |
[INFO] [stderr] 786 |     pub(crate) unsafe fn error(this: RefPtr<Self>) -> &(dyn StdError + Send + Sync + 'static) {
[INFO] [stderr]     |                                      ^^^^^^^^^^^^     --------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 786 |     pub(crate) unsafe fn error(this: RefPtr<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:793:15
[INFO] [stderr]     |
[INFO] [stderr] 793 |         this: MutPtr<Self>,
[INFO] [stderr]     |               ^^^^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 794 |     ) -> &mut (dyn StdError + Send + Sync + 'static) {
[INFO] [stderr]     |          ------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 793 |         this: MutPtr<'_, Self>,
[INFO] [stderr]     |                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:804:42
[INFO] [stderr]     |
[INFO] [stderr] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<Self>) -> &Backtrace {
[INFO] [stderr]     |                                          ^^^^^^^^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                                          |
[INFO] [stderr]     |                                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<'_, Self>) -> &Backtrace {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/error.rs:820:41
[INFO] [stderr]     |
[INFO] [stderr] 820 |     pub(crate) unsafe fn location(this: RefPtr<Self>) -> &Location {
[INFO] [stderr]     |                                         ^^^^^^^^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                                         |
[INFO] [stderr]     |                                         this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 820 |     pub(crate) unsafe fn location(this: RefPtr<'_, Self>) -> &Location {
[INFO] [stderr]     |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/ptr.rs:56:19
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn as_ref(&self) -> RefPtr<T> {
[INFO] [stderr]    |                   ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn as_ref(&self) -> RefPtr<'_, T> {
[INFO] [stderr]    |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/ptr.rs:63:19
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn as_mut(&mut self) -> MutPtr<T> {
[INFO] [stderr]    |                   ^^^^^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn as_mut(&mut self) -> MutPtr<'_, T> {
[INFO] [stderr]    |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `wallee` (lib) generated 12 warnings
[INFO] [stderr] warning: `wallee` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wallee-0beed2e4a6ef107c)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test fmt::tests::no_digits ... ok
[INFO] [stdout] test fmt::tests::one_digit ... ok
[INFO] [stdout] test fmt::tests::two_digits ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compiletest.rs (/opt/rustwide/target/debug/deps/compiletest-a346aaa26228e1b3)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling wallee v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:386:18
[INFO] [stderr]     |
[INFO] [stderr] 386 |     pub fn chain(&self) -> Chain {
[INFO] [stderr]     |                  ^^^^^     ----- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 386 |     pub fn chain(&self) -> Chain<'_> {
[INFO] [stderr]     |                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:600:28
[INFO] [stderr]     |
[INFO] [stderr] 600 | unsafe fn object_ref<E>(e: RefPtr<ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^     --------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 600 | unsafe fn object_ref<E>(e: RefPtr<'_, ErrorImpl>) -> &(dyn StdError + Send + Sync + 'static)
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:609:28
[INFO] [stderr]     |
[INFO] [stderr] 609 | unsafe fn object_mut<E>(e: MutPtr<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^     ------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 609 | unsafe fn object_mut<E>(e: MutPtr<'_, ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static)
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:657:20
[INFO] [stderr]     |
[INFO] [stderr] 657 | fn no_backtrace(e: RefPtr<ErrorImpl>) -> Option<&Backtrace> {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^            ---------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 657 | fn no_backtrace(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace> {
[INFO] [stderr]     |                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:739:35
[INFO] [stderr]     |
[INFO] [stderr] 739 | unsafe fn context_backtrace<C>(e: RefPtr<ErrorImpl>) -> Option<&Backtrace>
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^            ---------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 739 | unsafe fn context_backtrace<C>(e: RefPtr<'_, ErrorImpl>) -> Option<&Backtrace>
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:777:14
[INFO] [stderr]     |
[INFO] [stderr] 777 |     fn erase(&self) -> RefPtr<ErrorImpl> {
[INFO] [stderr]     |              ^^^^^     ----------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |              |
[INFO] [stderr]     |              this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 777 |     fn erase(&self) -> RefPtr<'_, ErrorImpl> {
[INFO] [stderr]     |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:786:38
[INFO] [stderr]     |
[INFO] [stderr] 786 |     pub(crate) unsafe fn error(this: RefPtr<Self>) -> &(dyn StdError + Send + Sync + 'static) {
[INFO] [stderr]     |                                      ^^^^^^^^^^^^     --------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 786 |     pub(crate) unsafe fn error(this: RefPtr<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:793:15
[INFO] [stderr]     |
[INFO] [stderr] 793 |         this: MutPtr<Self>,
[INFO] [stderr]     |               ^^^^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 794 |     ) -> &mut (dyn StdError + Send + Sync + 'static) {
[INFO] [stderr]     |          ------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 793 |         this: MutPtr<'_, Self>,
[INFO] [stderr]     |                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:804:42
[INFO] [stderr]     |
[INFO] [stderr] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<Self>) -> &Backtrace {
[INFO] [stderr]     |                                          ^^^^^^^^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                                          |
[INFO] [stderr]     |                                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 804 |     pub(crate) unsafe fn backtrace(this: RefPtr<'_, Self>) -> &Backtrace {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> /opt/rustwide/workdir/src/error.rs:820:41
[INFO] [stderr]     |
[INFO] [stderr] 820 |     pub(crate) unsafe fn location(this: RefPtr<Self>) -> &Location {
[INFO] [stderr]     |                                         ^^^^^^^^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                                         |
[INFO] [stderr]     |                                         this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 820 |     pub(crate) unsafe fn location(this: RefPtr<'_, Self>) -> &Location {
[INFO] [stderr]     |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> /opt/rustwide/workdir/src/ptr.rs:56:19
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn as_ref(&self) -> RefPtr<T> {
[INFO] [stderr]    |                   ^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub fn as_ref(&self) -> RefPtr<'_, T> {
[INFO] [stderr]    |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> /opt/rustwide/workdir/src/ptr.rs:63:19
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn as_mut(&mut self) -> MutPtr<T> {
[INFO] [stderr]    |                   ^^^^^^^^^     --------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn as_mut(&mut self) -> MutPtr<'_, T> {
[INFO] [stderr]    |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: `wallee` (lib) generated 12 warnings
[INFO] [stderr]     Checking quote v1.0.38
[INFO] [stderr]     Checking syn v2.0.104
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking wallee-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/wallee)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] test tests/ui/chained-comparison.rs ... ok
[INFO] [stderr] test tests/ui/empty-ensure.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error: unexpected end of macro invocation
[INFO] [stderr]  --> tests/ui/empty-ensure.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     ensure!();
[INFO] [stderr]   |     ^^^^^^^^^ missing tokens in macro arguments
[INFO] [stderr]   |
[INFO] [stderr] note: while trying to match meta-variable `$cond:expr`
[INFO] [stderr]  --> src/ensure.rs
[INFO] [stderr]   |
[INFO] [stderr]   |     ($cond:expr $(,)?) => {
[INFO] [stderr]   |      ^^^^^^^^^^
[INFO] [stderr]   = note: this error originates in the macro `$crate::__parse_ensure` which comes from the expansion of the macro `ensure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error: unexpected end of macro invocation
[INFO] [stderr]  --> tests/ui/empty-ensure.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     ensure!();
[INFO] [stderr]   |     ^^^^^^^^^ missing tokens in macro arguments
[INFO] [stderr]   |
[INFO] [stderr] note: while trying to match meta-variable `$cond:expr`
[INFO] [stderr]  --> $CARGO/anyhow-1.0.98/src/ensure.rs
[INFO] [stderr]   |
[INFO] [stderr]   |     ($cond:expr $(,)?) => {
[INFO] [stderr]   |      ^^^^^^^^^^
[INFO] [stderr]   = note: this error originates in the macro `$crate::__parse_ensure` which comes from the expansion of the macro `ensure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/ui/must-use.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error: unused return value of `anyhow::__private::must_use` that must be used
[INFO] [stderr]  --> tests/ui/must-use.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 |         anyhow!("it failed");
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> tests/ui/must-use.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![deny(unused_must_use)]
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^
[INFO] [stderr]   = note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error: unused return value of `anyhow::__private::must_use` that must be used
[INFO] [stderr]  --> tests/ui/must-use.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 |         anyhow!("it failed");
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> tests/ui/must-use.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![deny(unused_must_use)]
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]   |
[INFO] [stderr] 8 |         let _ = anyhow!("it failed");
[INFO] [stderr]   |         +++++++
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/ui/no-impl.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0599]: the method `anyhow_kind` exists for reference `&Error`, but its trait bounds were not satisfied
[INFO] [stderr]  --> tests/ui/no-impl.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Error;
[INFO] [stderr]   | ------------ doesn't satisfy `Error: Into<anyhow::Error>`, `Error: anyhow::kind::TraitKind` or `Error: std::fmt::Display`
[INFO] [stderr] ...
[INFO] [stderr] 7 |     let _ = anyhow!(Error);
[INFO] [stderr]   |             ^^^^^^^^^^^^^^ method cannot be called on `&Error` due to unsatisfied trait bounds
[INFO] [stderr]   |
[INFO] [stderr]   = note: the following trait bounds were not satisfied:
[INFO] [stderr]           `Error: Into<anyhow::Error>`
[INFO] [stderr]           which is required by `Error: anyhow::kind::TraitKind`
[INFO] [stderr]           `Error: std::fmt::Display`
[INFO] [stderr]           which is required by `&Error: anyhow::kind::AdhocKind`
[INFO] [stderr]           `&Error: Into<anyhow::Error>`
[INFO] [stderr]           which is required by `&Error: anyhow::kind::TraitKind`
[INFO] [stderr] note: the traits `Into` and `std::fmt::Display` must be implemented
[INFO] [stderr]  --> $RUST/core/src/fmt/mod.rs
[INFO] [stderr]   |
[INFO] [stderr]   | pub trait Display {
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]  ::: $RUST/core/src/convert/mod.rs
[INFO] [stderr]   |
[INFO] [stderr]   | pub trait Into<T>: Sized {
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]   = note: the following traits define an item `anyhow_kind`, perhaps you need to implement one of them:
[INFO] [stderr]           candidate #1: `anyhow::kind::AdhocKind`
[INFO] [stderr]           candidate #2: `anyhow::kind::TraitKind`
[INFO] [stderr]           candidate #3: `anyhow::kind::BoxedKind`
[INFO] [stderr]   = note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0599]: the method `anyhow_kind` exists for reference `&Error`, but its trait bounds were not satisfied
[INFO] [stderr]  --> tests/ui/no-impl.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Error;
[INFO] [stderr]   | ------------ doesn't satisfy `Error: Into<anyhow::Error>`, `Error: anyhow::kind::TraitKind` or `Error: std::fmt::Display`
[INFO] [stderr] ...
[INFO] [stderr] 7 |     let _ = anyhow!(Error);
[INFO] [stderr]   |             ^^^^^^^^^^^^^^ method cannot be called on `&Error` due to unsatisfied trait bounds
[INFO] [stderr]   |
[INFO] [stderr]   = note: the following trait bounds were not satisfied:
[INFO] [stderr]           `Error: Into<anyhow::Error>`
[INFO] [stderr]           which is required by `Error: anyhow::kind::TraitKind`
[INFO] [stderr]           `Error: std::fmt::Display`
[INFO] [stderr]           which is required by `&Error: anyhow::kind::AdhocKind`
[INFO] [stderr]           `&Error: Into<anyhow::Error>`
[INFO] [stderr]           which is required by `&Error: anyhow::kind::TraitKind`
[INFO] [stderr] note: the traits `Into` and `std::fmt::Display` must be implemented
[INFO] [stderr]  --> $RUST/core/src/fmt/mod.rs
[INFO] [stderr]  --> $RUST/core/src/convert/mod.rs
[INFO] [stderr]   = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]   = note: the following traits define an item `anyhow_kind`, perhaps you need to implement one of them:
[INFO] [stderr]           candidate #1: `anyhow::kind::AdhocKind`
[INFO] [stderr]           candidate #2: `anyhow::kind::BoxedKind`
[INFO] [stderr]           candidate #3: `anyhow::kind::TraitKind`
[INFO] [stderr]   = note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/ui/temporary-value.rs ... ok
[INFO] [stderr] test tests/ui/wrong-interpolation.rs ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test ui ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- ui stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'ui' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.110/src/run.rs:102:13:
[INFO] [stdout] 3 of 6 tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5680b4657242 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5680b4657242 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5680b4657242 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5680b4657242 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5680b46800c3 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5680b46800c3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5680b4653843 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5680b4653843 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5680b4657092 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5680b465923c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5680b4659092 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5680b461db34 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5680b461db34 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5680b4659d1b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5680b4659d1b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5680b46599ea - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5680b4657749 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5680b465967d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5680b467e650 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5680b452b91b - trybuild::run::<impl trybuild::Runner>::run::h1b0c33aa8e34a9d9
[INFO] [stdout]   20:     0x5680b452ed80 - <trybuild::TestCases as core::ops::drop::Drop>::drop::h59aa948568f59613
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.110/src/lib.rs:342:38
[INFO] [stdout]   21:     0x5680b4523711 - core::ptr::drop_in_place<trybuild::TestCases>::hccd64beb62c01216
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ptr/mod.rs:799:1
[INFO] [stdout]   22:     0x5680b4523711 - compiletest::ui::hd7f5cdb4b34ffff7
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiletest.rs:7:1
[INFO] [stdout]   23:     0x5680b4523711 - compiletest::ui::{{closure}}::h3f3be79ec3121353
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiletest.rs:4:8
[INFO] [stdout]   24:     0x5680b4523711 - core::ops::function::FnOnce::call_once::hff43c3622ad2299d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5680b46232bb - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5680b46232bb - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5680b46224ae - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5680b46224ae - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5680b46224ae - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5680b46224ae - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5680b46224ae - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5680b46224ae - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5680b46224ae - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5680b45e6024 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5680b45e6024 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x5680b45e99fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5680b45e99fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5680b45e99fa - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5680b45e99fa - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5680b45e99fa - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5680b45e99fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5680b45e99fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5680b465d3b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5680b465d3b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x5680b465d3b7 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x7484e1194aa4 - <unknown>
[INFO] [stdout]   47:     0x7484e1221a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     ui
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.71s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test compiletest`
[INFO] running `Command { std: "docker" "inspect" "ee8131b6b88b3480b68a9b8c89d245c6a7ddcfb6866e750fbc9a83d2df4a500b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee8131b6b88b3480b68a9b8c89d245c6a7ddcfb6866e750fbc9a83d2df4a500b", kill_on_drop: false }`
[INFO] [stdout] ee8131b6b88b3480b68a9b8c89d245c6a7ddcfb6866e750fbc9a83d2df4a500b
