[INFO] fetching crate nxopen_rs 0.1.3... [INFO] testing nxopen_rs-0.1.3 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate nxopen_rs 0.1.3 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate nxopen_rs 0.1.3 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 43f145a6a559b89633542470ef8e12927db3d81e09688a9eae961c39e38570dc [INFO] running `Command { std: "docker" "start" "-a" "43f145a6a559b89633542470ef8e12927db3d81e09688a9eae961c39e38570dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43f145a6a559b89633542470ef8e12927db3d81e09688a9eae961c39e38570dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43f145a6a559b89633542470ef8e12927db3d81e09688a9eae961c39e38570dc", kill_on_drop: false }` [INFO] [stdout] 43f145a6a559b89633542470ef8e12927db3d81e09688a9eae961c39e38570dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b795cc33cfebdb7f2cab5d34766e23f213ce3ad9b164039fdd7d9af7df39ed11 [INFO] running `Command { std: "docker" "start" "-a" "b795cc33cfebdb7f2cab5d34766e23f213ce3ad9b164039fdd7d9af7df39ed11", 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.45s [INFO] running `Command { std: "docker" "inspect" "b795cc33cfebdb7f2cab5d34766e23f213ce3ad9b164039fdd7d9af7df39ed11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b795cc33cfebdb7f2cab5d34766e23f213ce3ad9b164039fdd7d9af7df39ed11", kill_on_drop: false }` [INFO] [stdout] b795cc33cfebdb7f2cab5d34766e23f213ce3ad9b164039fdd7d9af7df39ed11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16443387c35cc55a0cf7b42b486d074df4d8080ebfd6c5f599681e5f1284006d [INFO] running `Command { std: "docker" "start" "-a" "16443387c35cc55a0cf7b42b486d074df4d8080ebfd6c5f599681e5f1284006d", 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/rustce4WyC8/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-*,libunicode_width-*,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/rustce4WyC8/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" "16443387c35cc55a0cf7b42b486d074df4d8080ebfd6c5f599681e5f1284006d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16443387c35cc55a0cf7b42b486d074df4d8080ebfd6c5f599681e5f1284006d", kill_on_drop: false }` [INFO] [stdout] 16443387c35cc55a0cf7b42b486d074df4d8080ebfd6c5f599681e5f1284006d