[INFO] fetching crate rknpu2 0.0.8... [INFO] testing rknpu2-0.0.8 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate rknpu2 0.0.8 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate rknpu2 0.0.8 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rknpu2 0.0.8 [INFO] tweaked toml for crates.io crate rknpu2 0.0.8 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rknpu2 0.0.8 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rknpu2 0.0.8 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 170b474d6b2ad1ba1d46d390f290a944dbdcbafd27403ce3985f8f8995c029cf [INFO] running `Command { std: "docker" "start" "-a" "170b474d6b2ad1ba1d46d390f290a944dbdcbafd27403ce3985f8f8995c029cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "170b474d6b2ad1ba1d46d390f290a944dbdcbafd27403ce3985f8f8995c029cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "170b474d6b2ad1ba1d46d390f290a944dbdcbafd27403ce3985f8f8995c029cf", kill_on_drop: false }` [INFO] [stdout] 170b474d6b2ad1ba1d46d390f290a944dbdcbafd27403ce3985f8f8995c029cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 57a10a70f2c332dbabc15676194a89cf2b8f1d2492e49b4372ce29450ce10089 [INFO] running `Command { std: "docker" "start" "-a" "57a10a70f2c332dbabc15676194a89cf2b8f1d2492e49b4372ce29450ce10089", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Compiling rknpu2-sys v0.0.2 [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling zerocopy-derive v0.8.28 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling rknpu2 v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `ptr` and `size` are never read [INFO] [stdout] --> src/io/buffer.rs:159:16 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct RknnBuffer { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 159 | pub(crate) ptr: *mut c_void, [INFO] [stdout] | ^^^ [INFO] [stdout] 160 | pub(crate) size: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_sys_input` is never used [INFO] [stdout] --> src/io/input.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a> Input<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 24 | pub(crate) fn as_sys_input(&mut self) -> rknn_input { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `as_sys_output` and `from_sys_output` are never used [INFO] [stdout] --> src/io/output.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 24 | impl<'a> Output<'a> { [INFO] [stdout] | ------------------- methods in this implementation [INFO] [stdout] 25 | /// PRE-FFI-CALL: Converts the safe struct into a raw C struct. [INFO] [stdout] 26 | pub(crate) fn as_sys_output(&mut self) -> rknn_output { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub(crate) fn from_sys_output(&mut self, sys_out: &rknn_output) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s [INFO] running `Command { std: "docker" "inspect" "57a10a70f2c332dbabc15676194a89cf2b8f1d2492e49b4372ce29450ce10089", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57a10a70f2c332dbabc15676194a89cf2b8f1d2492e49b4372ce29450ce10089", kill_on_drop: false }` [INFO] [stdout] 57a10a70f2c332dbabc15676194a89cf2b8f1d2492e49b4372ce29450ce10089 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be87f793cbbdcf0547ba32e8d9f3c8974b53e8429e8cdf991d30a02289af1b74 [INFO] running `Command { std: "docker" "start" "-a" "be87f793cbbdcf0547ba32e8d9f3c8974b53e8429e8cdf991d30a02289af1b74", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling as-slice v0.2.1 [INFO] [stderr] Compiling built v0.8.0 [INFO] [stderr] Compiling av-scenechange v0.14.1 [INFO] [stderr] Compiling y4m v0.8.0 [INFO] [stderr] Compiling pastey v0.1.1 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling weezl v0.1.12 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling aligned v0.4.2 [INFO] [stderr] Compiling imgref v1.12.0 [INFO] [stderr] Compiling zune-jpeg v0.4.21 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling avif-serialize v0.8.6 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling zune-core v0.5.0 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling bytemuck v1.24.0 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling rav1e v0.8.1 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling gif v0.14.0 [INFO] [stderr] Compiling png v0.18.0 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling bitstream-io v4.9.0 [INFO] [stderr] Compiling zune-jpeg v0.5.5 [INFO] [stderr] Compiling image-webp v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling pxfm v0.1.25 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling moxcms v0.7.9 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling zerocopy-derive v0.8.28 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling fax v0.2.6 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling v_frame v0.3.9 [INFO] [stderr] Compiling av1-grain v0.2.5 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling tiff v0.10.3 [INFO] [stderr] Compiling exr v1.74.0 [INFO] [stderr] Compiling rknpu2 v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `ptr` and `size` are never read [INFO] [stdout] --> src/io/buffer.rs:159:16 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct RknnBuffer { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 159 | pub(crate) ptr: *mut c_void, [INFO] [stdout] | ^^^ [INFO] [stdout] 160 | pub(crate) size: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_sys_input` is never used [INFO] [stdout] --> src/io/input.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a> Input<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 24 | pub(crate) fn as_sys_input(&mut self) -> rknn_input { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `as_sys_output` and `from_sys_output` are never used [INFO] [stdout] --> src/io/output.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 24 | impl<'a> Output<'a> { [INFO] [stdout] | ------------------- methods in this implementation [INFO] [stdout] 25 | /// PRE-FFI-CALL: Converts the safe struct into a raw C struct. [INFO] [stdout] 26 | pub(crate) fn as_sys_output(&mut self) -> rknn_output { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub(crate) fn from_sys_output(&mut self, sys_out: &rknn_output) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ravif v0.12.0 [INFO] [stderr] Compiling image v0.25.9 [INFO] [stdout] warning: static `MODEL_DATA` is never used [INFO] [stdout] --> tests/test_run.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | static MODEL_DATA: &[u8] = include_bytes!("./fixtures/mobilenet_v2.rknn"); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_rknn` is never used [INFO] [stdout] --> tests/test_run.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | fn get_rknn(flag: RknnInitFlags) -> RKNN { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufRead`, `BufReader`, `collections::BTreeMap`, `image::ImageReader`, and `itertools::Itertools` [INFO] [stdout] --> examples/mobilenet.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | image::ImageReader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 3 | itertools::Itertools, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 6 | collections::BTreeMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | io::{BufRead, BufReader}, [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `MODEL_DATA` is never used [INFO] [stdout] --> examples/mobilenet.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | static MODEL_DATA: &[u8] = include_bytes!("models/mobilenet_v2.rknn"); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `MODEL_OUTPUTS` is never used [INFO] [stdout] --> examples/mobilenet.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | static MODEL_OUTPUTS: &str = include_str!("models/mobilenet-synset.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SCALE` is never used [INFO] [stdout] --> examples/mobilenet.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | const SCALE: f32 = 0.018658448; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `preprocess_image` is never used [INFO] [stdout] --> examples/mobilenet.rs:17:4 [INFO] [stdout] | [INFO] [stdout] 17 | fn preprocess_image(img: &image::RgbImage) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_rknn` is never used [INFO] [stdout] --> examples/mobilenet.rs:118:4 [INFO] [stdout] | [INFO] [stdout] 118 | fn get_rknn(flag: RknnInitFlags) -> RKNN { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `softmax` is never used [INFO] [stdout] --> examples/mobilenet.rs:143:4 [INFO] [stdout] | [INFO] [stdout] 143 | fn softmax(logits: &[f32]) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `ptr` and `size` are never read [INFO] [stdout] --> src/io/buffer.rs:159:16 [INFO] [stdout] | [INFO] [stdout] 158 | pub struct RknnBuffer { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 159 | pub(crate) ptr: *mut c_void, [INFO] [stdout] | ^^^ [INFO] [stdout] 160 | pub(crate) size: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_sys_input` is never used [INFO] [stdout] --> src/io/input.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a> Input<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 24 | pub(crate) fn as_sys_input(&mut self) -> rknn_input { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `as_sys_output` and `from_sys_output` are never used [INFO] [stdout] --> src/io/output.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 24 | impl<'a> Output<'a> { [INFO] [stdout] | ------------------- methods in this implementation [INFO] [stdout] 25 | /// PRE-FFI-CALL: Converts the safe struct into a raw C struct. [INFO] [stdout] 26 | pub(crate) fn as_sys_output(&mut self) -> rknn_output { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | pub(crate) fn from_sys_output(&mut self, sys_out: &rknn_output) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcgs0wWD/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{librknpu2-0dbacffaf4bc40db,libhalf-25f698829c6bcf71,libcfg_if-5af52f617df93f8f,libzerocopy-de893403d4bfc73f,libbitflags-443c99b827427271,librknpu2_sys-fcbeae244ca1aaad}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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" "/opt/rustwide/target/debug/deps/rustcgs0wWD/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_query-db2ddb7abe595f80" "-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: undefined symbol: rknn_query [INFO] [stdout] >>> referenced by linked.rs:43 (src/api/linked.rs:43) [INFO] [stdout] >>> rknpu2-0dbacffaf4bc40db.rknpu2.d070fcdbb2961067-cgu.1.rcgu.o:(::query) in archive /opt/rustwide/target/debug/deps/librknpu2-0dbacffaf4bc40db.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: rknn_destroy [INFO] [stdout] >>> referenced by linked.rs:32 (src/api/linked.rs:32) [INFO] [stdout] >>> rknpu2-0dbacffaf4bc40db.rknpu2.d070fcdbb2961067-cgu.1.rcgu.o:(::destroy) in archive /opt/rustwide/target/debug/deps/librknpu2-0dbacffaf4bc40db.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: rknn_init [INFO] [stdout] >>> referenced by linked.rs:440 (src/api/linked.rs:440) [INFO] [stdout] >>> rknpu2-0dbacffaf4bc40db.rknpu2.d070fcdbb2961067-cgu.3.rcgu.o:(>::new) in archive /opt/rustwide/target/debug/deps/librknpu2-0dbacffaf4bc40db.rlib [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rknpu2` (test "test_query") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "be87f793cbbdcf0547ba32e8d9f3c8974b53e8429e8cdf991d30a02289af1b74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be87f793cbbdcf0547ba32e8d9f3c8974b53e8429e8cdf991d30a02289af1b74", kill_on_drop: false }` [INFO] [stdout] be87f793cbbdcf0547ba32e8d9f3c8974b53e8429e8cdf991d30a02289af1b74