[INFO] fetching crate nxopen_rs 0.1.3...
[INFO] testing nxopen_rs-0.1.3 against 1.90.0 for beta-1.91-3
[INFO] extracting crate nxopen_rs 0.1.3 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate nxopen_rs 0.1.3
[INFO] finished tweaking crates.io crate nxopen_rs 0.1.3
[INFO] tweaked toml for crates.io crate nxopen_rs 0.1.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nxopen_rs 0.1.3 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nxopen_rs 0.1.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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c088aef1a82c83ba03f2b7f88573010d252d2e10b2ccaa84eae418929813eac
[INFO] running `Command { std: "docker" "start" "-a" "0c088aef1a82c83ba03f2b7f88573010d252d2e10b2ccaa84eae418929813eac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c088aef1a82c83ba03f2b7f88573010d252d2e10b2ccaa84eae418929813eac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c088aef1a82c83ba03f2b7f88573010d252d2e10b2ccaa84eae418929813eac", kill_on_drop: false }`
[INFO] [stdout] 0c088aef1a82c83ba03f2b7f88573010d252d2e10b2ccaa84eae418929813eac
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc9134d592052cf0975b7479904e71b17c8b48c7853b48a8e2522229c1a9f919
[INFO] running `Command { std: "docker" "start" "-a" "fc9134d592052cf0975b7479904e71b17c8b48c7853b48a8e2522229c1a9f919", kill_on_drop: false }`
[INFO] [stderr]    Compiling nxopen_rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:117:29
[INFO] [stdout]     |
[INFO] [stdout] 117 |     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout]     |                             ^                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 117 -     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout] 117 +     data: Option<Rc<RefCell<dyn Application + 'static>>>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:120:46
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout]     |                                              ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout] 120 +     pub(crate) fn new(app: Option<Rc<RefCell<dyn Application + 'static>>>) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:150:29
[INFO] [stdout]     |
[INFO] [stdout] 150 |     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout]     |                             ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 150 -     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout] 150 +     data: Option<Rc<RefCell<dyn Application + 'static>>>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:153:46
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout]     |                                              ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 153 -     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout] 153 +     pub(crate) fn new(app: Option<Rc<RefCell<dyn Application + 'static>>>) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:183:29
[INFO] [stdout]     |
[INFO] [stdout] 183 |     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout]     |                             ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 183 -     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout] 183 +     data: Option<Rc<RefCell<dyn Application + 'static>>>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:186:46
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout]     |                                              ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 186 -     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout] 186 +     pub(crate) fn new(app: Option<Rc<RefCell<dyn Application + 'static>>>) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/blockstyler/blockdialog.rs:37:36
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn into_dialog_wrap(&self) -> &mut DialogWrap {
[INFO] [stdout]    |                                    ^^^^^     ---------------
[INFO] [stdout]    |                                    |         |    |
[INFO] [stdout]    |                                    |         |    the same lifetime is hidden here
[INFO] [stdout]    |                                    |         the same lifetime is elided here
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn into_dialog_wrap(&self) -> &mut DialogWrap<'_> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
[INFO] running `Command { std: "docker" "inspect" "fc9134d592052cf0975b7479904e71b17c8b48c7853b48a8e2522229c1a9f919", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc9134d592052cf0975b7479904e71b17c8b48c7853b48a8e2522229c1a9f919", kill_on_drop: false }`
[INFO] [stdout] fc9134d592052cf0975b7479904e71b17c8b48c7853b48a8e2522229c1a9f919
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1631bae79bcc62196e1ec3fa99fcba11e2abef93a589784abc9d4a06f88cd01
[INFO] running `Command { std: "docker" "start" "-a" "a1631bae79bcc62196e1ec3fa99fcba11e2abef93a589784abc9d4a06f88cd01", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:117:29
[INFO] [stdout]     |
[INFO] [stdout] 117 |     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout]     |                             ^                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 117 -     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout] 117 +     data: Option<Rc<RefCell<dyn Application + 'static>>>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:120:46
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout]     |                                              ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout] 120 +     pub(crate) fn new(app: Option<Rc<RefCell<dyn Application + 'static>>>) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:150:29
[INFO] [stdout]     |
[INFO] [stdout] 150 |     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout]     |                             ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 150 -     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout] 150 +     data: Option<Rc<RefCell<dyn Application + 'static>>>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:153:46
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout]     |                                              ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 153 -     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout] 153 +     pub(crate) fn new(app: Option<Rc<RefCell<dyn Application + 'static>>>) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:183:29
[INFO] [stdout]     |
[INFO] [stdout] 183 |     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout]     |                             ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 183 -     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout] 183 +     data: Option<Rc<RefCell<dyn Application + 'static>>>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:186:46
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout]     |                                              ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 186 -     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout] 186 +     pub(crate) fn new(app: Option<Rc<RefCell<dyn Application + 'static>>>) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/blockstyler/blockdialog.rs:37:36
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn into_dialog_wrap(&self) -> &mut DialogWrap {
[INFO] [stdout]    |                                    ^^^^^     ---------------
[INFO] [stdout]    |                                    |         |    |
[INFO] [stdout]    |                                    |         |    the same lifetime is hidden here
[INFO] [stdout]    |                                    |         the same lifetime is elided here
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn into_dialog_wrap(&self) -> &mut DialogWrap<'_> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nxopen_rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:117:29
[INFO] [stdout]     |
[INFO] [stdout] 117 |     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout]     |                             ^                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 117 -     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout] 117 +     data: Option<Rc<RefCell<dyn Application + 'static>>>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:120:46
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout]     |                                              ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout] 120 +     pub(crate) fn new(app: Option<Rc<RefCell<dyn Application + 'static>>>) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:150:29
[INFO] [stdout]     |
[INFO] [stdout] 150 |     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout]     |                             ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 150 -     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout] 150 +     data: Option<Rc<RefCell<dyn Application + 'static>>>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:153:46
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout]     |                                              ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 153 -     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout] 153 +     pub(crate) fn new(app: Option<Rc<RefCell<dyn Application + 'static>>>) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:183:29
[INFO] [stdout]     |
[INFO] [stdout] 183 |     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout]     |                             ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 183 -     data: Option<Rc<RefCell<(dyn Application + 'static)>>>,
[INFO] [stdout] 183 +     data: Option<Rc<RefCell<dyn Application + 'static>>>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/ui/blockstyler/blockdialog.rs:186:46
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout]     |                                              ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 186 -     pub(crate) fn new(app: Option<Rc<RefCell<(dyn Application + 'static)>>>) -> Self {
[INFO] [stdout] 186 +     pub(crate) fn new(app: Option<Rc<RefCell<dyn Application + 'static>>>) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/blockstyler/blockdialog.rs:37:36
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn into_dialog_wrap(&self) -> &mut DialogWrap {
[INFO] [stdout]    |                                    ^^^^^     ---------------
[INFO] [stdout]    |                                    |         |    |
[INFO] [stdout]    |                                    |         |    the same lifetime is hidden here
[INFO] [stdout]    |                                    |         the same lifetime is elided here
[INFO] [stdout]    |                                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub(crate) fn into_dialog_wrap(&self) -> &mut DialogWrap<'_> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc16lXUC/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lkernel32" "-llibsyss" "-llibgeomint" "-llibnxblockstyler" "-llibgeomint" "-llibnxblockstyler" "-llibjam" "-llibsyss" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc16lXUC/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/workdir/libs" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nxopen_rs-3f1702fd27671940" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lkernel32
[INFO] [stdout]           rust-lld: error: unable to find library -llibsyss
[INFO] [stdout]           rust-lld: error: unable to find library -llibgeomint
[INFO] [stdout]           rust-lld: error: unable to find library -llibnxblockstyler
[INFO] [stdout]           rust-lld: error: unable to find library -llibgeomint
[INFO] [stdout]           rust-lld: error: unable to find library -llibnxblockstyler
[INFO] [stdout]           rust-lld: error: unable to find library -llibjam
[INFO] [stdout]           rust-lld: error: unable to find library -llibsyss
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nxopen_rs` (lib test) due to 1 previous error; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "a1631bae79bcc62196e1ec3fa99fcba11e2abef93a589784abc9d4a06f88cd01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1631bae79bcc62196e1ec3fa99fcba11e2abef93a589784abc9d4a06f88cd01", kill_on_drop: false }`
[INFO] [stdout] a1631bae79bcc62196e1ec3fa99fcba11e2abef93a589784abc9d4a06f88cd01
