[INFO] fetching crate nxopen_rs 0.1.3... [INFO] building nxopen_rs-0.1.3 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate nxopen_rs 0.1.3 into /workspace/builds/worker-5-tc2/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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nxopen_rs 0.1.3 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7781f12db7142886a5f5bd220c90dcd98650937bd7cb56532652234c8f9c900b [INFO] running `Command { std: "docker" "start" "-a" "7781f12db7142886a5f5bd220c90dcd98650937bd7cb56532652234c8f9c900b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7781f12db7142886a5f5bd220c90dcd98650937bd7cb56532652234c8f9c900b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7781f12db7142886a5f5bd220c90dcd98650937bd7cb56532652234c8f9c900b", kill_on_drop: false }` [INFO] [stdout] 7781f12db7142886a5f5bd220c90dcd98650937bd7cb56532652234c8f9c900b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 672c0e2f682fa9b4ac9e8f9b5420b04ec3b7c3ec1214559929162fa88c4be141 [INFO] running `Command { std: "docker" "start" "-a" "672c0e2f682fa9b4ac9e8f9b5420b04ec3b7c3ec1214559929162fa88c4be141", 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>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 117 - data: Option>>, [INFO] [stdout] 117 + data: Option>>, [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>>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 120 - pub(crate) fn new(app: Option>>) -> Self { [INFO] [stdout] 120 + pub(crate) fn new(app: Option>>) -> 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>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 150 - data: Option>>, [INFO] [stdout] 150 + data: Option>>, [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>>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 153 - pub(crate) fn new(app: Option>>) -> Self { [INFO] [stdout] 153 + pub(crate) fn new(app: Option>>) -> 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>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 183 - data: Option>>, [INFO] [stdout] 183 + data: Option>>, [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>>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 186 - pub(crate) fn new(app: Option>>) -> Self { [INFO] [stdout] 186 + pub(crate) fn new(app: Option>>) -> 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" "672c0e2f682fa9b4ac9e8f9b5420b04ec3b7c3ec1214559929162fa88c4be141", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "672c0e2f682fa9b4ac9e8f9b5420b04ec3b7c3ec1214559929162fa88c4be141", kill_on_drop: false }` [INFO] [stdout] 672c0e2f682fa9b4ac9e8f9b5420b04ec3b7c3ec1214559929162fa88c4be141 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24c5fcd45fb73febd5d2fac649b92f81d9fdfe4875fcc5f18181752937a5c884 [INFO] running `Command { std: "docker" "start" "-a" "24c5fcd45fb73febd5d2fac649b92f81d9fdfe4875fcc5f18181752937a5c884", 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>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 117 - data: Option>>, [INFO] [stdout] 117 + data: Option>>, [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>>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 120 - pub(crate) fn new(app: Option>>) -> Self { [INFO] [stdout] 120 + pub(crate) fn new(app: Option>>) -> 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>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 150 - data: Option>>, [INFO] [stdout] 150 + data: Option>>, [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>>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 153 - pub(crate) fn new(app: Option>>) -> Self { [INFO] [stdout] 153 + pub(crate) fn new(app: Option>>) -> 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>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 183 - data: Option>>, [INFO] [stdout] 183 + data: Option>>, [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>>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 186 - pub(crate) fn new(app: Option>>) -> Self { [INFO] [stdout] 186 + pub(crate) fn new(app: Option>>) -> 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>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 117 - data: Option>>, [INFO] [stdout] 117 + data: Option>>, [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>>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 120 - pub(crate) fn new(app: Option>>) -> Self { [INFO] [stdout] 120 + pub(crate) fn new(app: Option>>) -> 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>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 150 - data: Option>>, [INFO] [stdout] 150 + data: Option>>, [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>>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 153 - pub(crate) fn new(app: Option>>) -> Self { [INFO] [stdout] 153 + pub(crate) fn new(app: Option>>) -> 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>>, [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 183 - data: Option>>, [INFO] [stdout] 183 + data: Option>>, [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>>) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 186 - pub(crate) fn new(app: Option>>) -> Self { [INFO] [stdout] 186 + pub(crate) fn new(app: Option>>) -> 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/rustcVfS6Wp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lkernel32" "-llibsyss" "-llibgeomint" "-llibnxblockstyler" "-llibgeomint" "-llibnxblockstyler" "-llibjam" "-llibsyss" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcVfS6Wp/raw-dylibs" "-B/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" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nxopen_rs-9f6b3aede07f5fed" "-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" "24c5fcd45fb73febd5d2fac649b92f81d9fdfe4875fcc5f18181752937a5c884", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24c5fcd45fb73febd5d2fac649b92f81d9fdfe4875fcc5f18181752937a5c884", kill_on_drop: false }` [INFO] [stdout] 24c5fcd45fb73febd5d2fac649b92f81d9fdfe4875fcc5f18181752937a5c884