[INFO] fetching crate rknpu2 0.0.9...
[INFO] testing rknpu2-0.0.9 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate rknpu2 0.0.9 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate rknpu2 0.0.9
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rknpu2 0.0.9
[INFO] tweaked toml for crates.io crate rknpu2 0.0.9 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rknpu2 0.0.9 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rknpu2 0.0.9 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 493136eae680825725f3886d09608d73f5052dd0a89474d4df925c06e9b75eff
[INFO] running `Command { std: "docker" "start" "-a" "493136eae680825725f3886d09608d73f5052dd0a89474d4df925c06e9b75eff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "493136eae680825725f3886d09608d73f5052dd0a89474d4df925c06e9b75eff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "493136eae680825725f3886d09608d73f5052dd0a89474d4df925c06e9b75eff", kill_on_drop: false }`
[INFO] [stdout] 493136eae680825725f3886d09608d73f5052dd0a89474d4df925c06e9b75eff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec975ee56982071911fea51f22a2a960688413e424b0bbe7c7555086e74138fb
[INFO] running `Command { std: "docker" "start" "-a" "ec975ee56982071911fea51f22a2a960688413e424b0bbe7c7555086e74138fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling rknpu2-sys v0.0.2
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.105
[INFO] [stderr]    Compiling zerocopy-derive v0.8.26
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling rknpu2 v0.0.9 (/opt/rustwide/workdir)
[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]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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.24s
[INFO] running `Command { std: "docker" "inspect" "ec975ee56982071911fea51f22a2a960688413e424b0bbe7c7555086e74138fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec975ee56982071911fea51f22a2a960688413e424b0bbe7c7555086e74138fb", kill_on_drop: false }`
[INFO] [stdout] ec975ee56982071911fea51f22a2a960688413e424b0bbe7c7555086e74138fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 563168471aad6a8f631762e73fbd46d92ea5ccb16c8de63eb1b0d56c17ef93e2
[INFO] running `Command { std: "docker" "start" "-a" "563168471aad6a8f631762e73fbd46d92ea5ccb16c8de63eb1b0d56c17ef93e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling syn v2.0.105
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling y4m v0.8.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling as-slice v0.2.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling aligned v0.4.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling zune-core v0.5.1
[INFO] [stderr]    Compiling imgref v1.12.0
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling avif-serialize v0.8.6
[INFO] [stderr]    Compiling zune-jpeg v0.5.15
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling no_std_io2 v0.9.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bitstream-io v4.10.0
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling pxfm v0.1.28
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling gif v0.14.2
[INFO] [stderr]    Compiling image-webp v0.2.3
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling moxcms v0.8.1
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.26
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[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 zerocopy v0.8.26
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling av1-grain v0.2.4
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling exr v1.74.0
[INFO] [stderr]    Compiling tiff v0.11.3
[INFO] [stderr]    Compiling rknpu2 v0.0.9 (/opt/rustwide/workdir)
[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]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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.13.0
[INFO] [stderr]    Compiling image v0.25.10
[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<LinkedAPI> {
[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<i8> {
[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<LinkedAPI> {
[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<f32> {
[INFO] [stdout]     |    ^^^^^^^
[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]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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/rustc5SdimI/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{librknpu2-3720eb4af13c97ac,libhalf-5d9f03335f9a748f,libcfg_if-b8160e940c54d589,libzerocopy-9dfd44fe38fbd3f6,libbitflags-9fb7a6088bc9261e,librknpu2_sys-50fda1a89debf87c}.rlib" "<sysroot>/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/rustc5SdimI/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" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_query-55c839d4ff26714b" "-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_init
[INFO] [stdout]           >>> referenced by linked.rs:440 (src/api/linked.rs:440)
[INFO] [stdout]           >>>               rknpu2-3720eb4af13c97ac.rknpu2.3bcb443dd7da5926-cgu.2.rcgu.o:(rknpu2::api::linked::_$LT$impl$u20$rknpu2..rknn..RKNN$LT$rknpu2..api..linked..LinkedAPI$GT$$GT$::new::h972e4412e9917c63) in archive /opt/rustwide/target/debug/deps/librknpu2-3720eb4af13c97ac.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: rknn_query
[INFO] [stdout]           >>> referenced by linked.rs:43 (src/api/linked.rs:43)
[INFO] [stdout]           >>>               rknpu2-3720eb4af13c97ac.rknpu2.3bcb443dd7da5926-cgu.2.rcgu.o:(_$LT$rknpu2..api..linked..LinkedAPI$u20$as$u20$rknpu2..api..RKNNAPI$GT$::query::hef3cf3a37d695a24) in archive /opt/rustwide/target/debug/deps/librknpu2-3720eb4af13c97ac.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-3720eb4af13c97ac.rknpu2.3bcb443dd7da5926-cgu.2.rcgu.o:(_$LT$rknpu2..api..linked..LinkedAPI$u20$as$u20$rknpu2..api..RKNNAPI$GT$::destroy::hb87635f3dc3b4da7) in archive /opt/rustwide/target/debug/deps/librknpu2-3720eb4af13c97ac.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" "563168471aad6a8f631762e73fbd46d92ea5ccb16c8de63eb1b0d56c17ef93e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "563168471aad6a8f631762e73fbd46d92ea5ccb16c8de63eb1b0d56c17ef93e2", kill_on_drop: false }`
[INFO] [stdout] 563168471aad6a8f631762e73fbd46d92ea5ccb16c8de63eb1b0d56c17ef93e2
