[INFO] cloning repository https://github.com/joodicator/untitled
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joodicator/untitled" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoodicator%2Funtitled", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoodicator%2Funtitled'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa72420b779f6d5dc9c3bb7a7367957ec18070d5
[INFO] checking joodicator/untitled against try#48c9d93cf65d550d124c40108859fd993778c157 for pr-153692-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoodicator%2Funtitled" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/joodicator/untitled
[INFO] finished tweaking git repo https://github.com/joodicator/untitled
[INFO] tweaked toml for git repo https://github.com/joodicator/untitled written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/joodicator/untitled on toolchain 48c9d93cf65d550d124c40108859fd993778c157
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/joodicator/untitled 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" "+48c9d93cf65d550d124c40108859fd993778c157" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8d58edc01d9fefa4905ca0c499cc21755bde8861c04d2675867b3ab7b5fba556
[INFO] running `Command { std: "docker" "start" "-a" "8d58edc01d9fefa4905ca0c499cc21755bde8861c04d2675867b3ab7b5fba556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d58edc01d9fefa4905ca0c499cc21755bde8861c04d2675867b3ab7b5fba556", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d58edc01d9fefa4905ca0c499cc21755bde8861c04d2675867b3ab7b5fba556", kill_on_drop: false }`
[INFO] [stdout] 8d58edc01d9fefa4905ca0c499cc21755bde8861c04d2675867b3ab7b5fba556
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66da16fee36762683045b8adb1b47cb9b5ef12dfe924f37b32eb6ab53fd4dfea
[INFO] running `Command { std: "docker" "start" "-a" "66da16fee36762683045b8adb1b47cb9b5ef12dfe924f37b32eb6ab53fd4dfea", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling syn v1.0.77
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]     Checking futures-sink v0.3.17
[INFO] [stderr]     Checking futures-io v0.3.17
[INFO] [stderr]     Checking unicode-xid v0.2.2
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]     Checking futures v0.3.17
[INFO] [stderr]    Compiling structmeta-derive v0.1.3
[INFO] [stderr]    Compiling structmeta v0.1.3
[INFO] [stderr]    Compiling parse-display-derive v0.5.1
[INFO] [stderr]    Compiling parse-display v0.5.1
[INFO] [stderr]     Checking nxs_interface_macros v0.1.0 (/opt/rustwide/workdir/nxs_interface_macros)
[INFO] [stderr]     Checking nxs_interface v0.1.0 (/opt/rustwide/workdir/nxs_interface)
[INFO] [stdout] error: `self` parameter type does not contain `Self`
[INFO] [stdout]   --> nxs_interface/src/util/dyn_cast/tests.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 76 |     #[derive(DynCast)]
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `&self`, `&mut self`, or `self: &Self` for correct lifetime elision
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #140611 <https://github.com/rust-lang/rust/issues/140611>
[INFO] [stdout]    = note: `#[deny(self_lifetime_elision_not_applicable)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this error originates in the derive macro `DynCast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `self` parameter type does not contain `Self`
[INFO] [stdout]    --> nxs_interface/src/util/dyn_cast/tests.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout] 150 |     #[derive(DynCast)]
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `&self`, `&mut self`, or `self: &Self` for correct lifetime elision
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #140611 <https://github.com/rust-lang/rust/issues/140611>
[INFO] [stdout]     = note: this error originates in the derive macro `DynCast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `self` parameter type does not contain `Self`
[INFO] [stdout]    --> nxs_interface/src/util/dyn_cast/tests.rs:185:14
[INFO] [stdout]     |
[INFO] [stdout] 185 |     #[derive(DynCast)]
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `&self`, `&mut self`, or `self: &Self` for correct lifetime elision
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #140611 <https://github.com/rust-lang/rust/issues/140611>
[INFO] [stdout]     = note: this error originates in the derive macro `DynCast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> nxs_interface/src/root.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |         fn dyn_import(&'static self, as_type: TypeId)
[INFO] [stdout]    |                        ------- the lifetime is named here
[INFO] [stdout] 15 |         -> BoxFuture<nxs::Result<DynCastRef<'_>>>;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |                                |
[INFO] [stdout]    |            |                                the same lifetime is elided here
[INFO] [stdout]    |            the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 15 -         -> BoxFuture<nxs::Result<DynCastRef<'_>>>;
[INFO] [stdout] 15 +         -> BoxFuture<'static, nxs::Result<DynCastRef<'static>>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> nxs_interface/src/root.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 22 |         root: &'static (impl RootModule + ?Sized)
[INFO] [stdout]    |                ------- the lifetime is named here
[INFO] [stdout] 23 |     ) -> nxs::Result<&M> {
[INFO] [stdout]    |                      ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ) -> nxs::Result<&'static M> {
[INFO] [stdout]    |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> nxs_interface/src/root.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pub async fn import<M: LeafModule + ?Sized>(&'static self)
[INFO] [stdout]    |                                                      ------- the lifetime is named here
[INFO] [stdout] 30 |         -> nxs::Result<&M> {
[INFO] [stdout]    |                        ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 30 |         -> nxs::Result<&'static M> {
[INFO] [stdout]    |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> nxs_interface/src/root.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |         fn dyn_load(root: &'static dyn RootModule)
[INFO] [stdout]    |                            ------- the lifetime is named here
[INFO] [stdout] 42 |         -> BoxFuture<nxs::Result<Box<dyn LeafModule>>>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 42 |         -> BoxFuture<'static, nxs::Result<Box<dyn LeafModule>>>
[INFO] [stdout]    |                      ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking nxs_std_cmds v0.1.0 (/opt/rustwide/workdir/nxs_std_cmds)
[INFO] [stderr]     Checking nxs_std_text v0.1.0 (/opt/rustwide/workdir/nxs_std_text)
[INFO] [stderr]     Checking nxs_std_root v0.1.0 (/opt/rustwide/workdir/nxs_std_root)
[INFO] [stdout] error: `self` parameter type does not contain `Self`
[INFO] [stdout]  --> nxs_std_text/src/lib.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(DynCast, LeafModule)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `&self`, `&mut self`, or `self: &Self` for correct lifetime elision
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #140611 <https://github.com/rust-lang/rust/issues/140611>
[INFO] [stdout]   = note: `#[deny(self_lifetime_elision_not_applicable)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]   = note: this error originates in the derive macro `DynCast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `self` parameter type does not contain `Self`
[INFO] [stdout]  --> nxs_std_cmds/src/lib.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(DynCast, LeafModule)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `&self`, `&mut self`, or `self: &Self` for correct lifetime elision
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #140611 <https://github.com/rust-lang/rust/issues/140611>
[INFO] [stdout]   = note: `#[deny(self_lifetime_elision_not_applicable)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]   = note: this error originates in the derive macro `DynCast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `self` parameter type does not contain `Self`
[INFO] [stdout]  --> nxs_std_cmds/src/lib.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(DynCast, LeafModule)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `&self`, `&mut self`, or `self: &Self` for correct lifetime elision
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #140611 <https://github.com/rust-lang/rust/issues/140611>
[INFO] [stdout]   = note: `#[deny(self_lifetime_elision_not_applicable)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]   = note: this error originates in the derive macro `DynCast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `self` parameter type does not contain `Self`
[INFO] [stdout]  --> nxs_std_text/src/lib.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(DynCast, LeafModule)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `&self`, `&mut self`, or `self: &Self` for correct lifetime elision
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #140611 <https://github.com/rust-lang/rust/issues/140611>
[INFO] [stdout]   = note: `#[deny(self_lifetime_elision_not_applicable)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]   = note: this error originates in the derive macro `DynCast` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StdTextManager` is never constructed
[INFO] [stdout]  --> nxs_std_text/src/lib.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct StdTextManager {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> nxs_std_text/src/lib.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl StdTextManager {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 14 |     async fn load(root: &'static dyn RootModule) -> nxs::Result<StdTextManager> {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nxs_std_text` (lib test) due to 1 previous error; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: struct `Commands` is never constructed
[INFO] [stdout]  --> nxs_std_cmds/src/lib.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct Commands {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> nxs_std_cmds/src/lib.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Commands {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 15 |     async fn load(root: &'static dyn RootModule) -> nxs::Result<Commands> {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Commands` is never constructed
[INFO] [stdout]  --> nxs_std_cmds/src/lib.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct Commands {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> nxs_std_cmds/src/lib.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl Commands {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 15 |     async fn load(root: &'static dyn RootModule) -> nxs::Result<Commands> {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nxs_std_cmds` (lib) due to 1 previous error; 2 warnings emitted
[INFO] [stderr] error: could not compile `nxs_std_cmds` (lib test) due to 1 previous error; 2 warnings emitted
[INFO] [stdout] warning: struct `StdTextManager` is never constructed
[INFO] [stdout]  --> nxs_std_text/src/lib.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct StdTextManager {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> nxs_std_text/src/lib.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl StdTextManager {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 14 |     async fn load(root: &'static dyn RootModule) -> nxs::Result<StdTextManager> {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nxs_std_text` (lib) due to 1 previous error; 2 warnings emitted
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> nxs_interface/src/root.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |         fn dyn_import(&'static self, as_type: TypeId)
[INFO] [stdout]    |                        ------- the lifetime is named here
[INFO] [stdout] 15 |         -> BoxFuture<nxs::Result<DynCastRef<'_>>>;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |            |                                |
[INFO] [stdout]    |            |                                the same lifetime is elided here
[INFO] [stdout]    |            the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 15 -         -> BoxFuture<nxs::Result<DynCastRef<'_>>>;
[INFO] [stdout] 15 +         -> BoxFuture<'static, nxs::Result<DynCastRef<'static>>>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> nxs_interface/src/root.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 22 |         root: &'static (impl RootModule + ?Sized)
[INFO] [stdout]    |                ------- the lifetime is named here
[INFO] [stdout] 23 |     ) -> nxs::Result<&M> {
[INFO] [stdout]    |                      ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ) -> nxs::Result<&'static M> {
[INFO] [stdout]    |                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> nxs_interface/src/root.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |         pub async fn import<M: LeafModule + ?Sized>(&'static self)
[INFO] [stdout]    |                                                      ------- the lifetime is named here
[INFO] [stdout] 30 |         -> nxs::Result<&M> {
[INFO] [stdout]    |                        ^^ the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 30 |         -> nxs::Result<&'static M> {
[INFO] [stdout]    |                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> nxs_interface/src/root.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 41 |         fn dyn_load(root: &'static dyn RootModule)
[INFO] [stdout]    |                            ------- the lifetime is named here
[INFO] [stdout] 42 |         -> BoxFuture<nxs::Result<Box<dyn LeafModule>>>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'static`
[INFO] [stdout]    |
[INFO] [stdout] 42 |         -> BoxFuture<'static, nxs::Result<Box<dyn LeafModule>>>
[INFO] [stdout]    |                      ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nxs_interface` (lib test) due to 3 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "66da16fee36762683045b8adb1b47cb9b5ef12dfe924f37b32eb6ab53fd4dfea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66da16fee36762683045b8adb1b47cb9b5ef12dfe924f37b32eb6ab53fd4dfea", kill_on_drop: false }`
[INFO] [stdout] 66da16fee36762683045b8adb1b47cb9b5ef12dfe924f37b32eb6ab53fd4dfea
