[INFO] fetching crate rknpu2 0.0.7...
[INFO] testing rknpu2-0.0.7 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate rknpu2 0.0.7 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate rknpu2 0.0.7
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rknpu2 0.0.7
[INFO] tweaked toml for crates.io crate rknpu2 0.0.7 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rknpu2 0.0.7 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rknpu2 0.0.7 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fc2778ea091f9c103586096c9d964bf19361ffdf7369ea94cde90a99629e1833
[INFO] running `Command { std: "docker" "start" "-a" "fc2778ea091f9c103586096c9d964bf19361ffdf7369ea94cde90a99629e1833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc2778ea091f9c103586096c9d964bf19361ffdf7369ea94cde90a99629e1833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc2778ea091f9c103586096c9d964bf19361ffdf7369ea94cde90a99629e1833", kill_on_drop: false }`
[INFO] [stdout] fc2778ea091f9c103586096c9d964bf19361ffdf7369ea94cde90a99629e1833
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 510fd4c18bd8ce18b5a3637cffda8e845dff63c95f1436aca687cecf61a78067
[INFO] running `Command { std: "docker" "start" "-a" "510fd4c18bd8ce18b5a3637cffda8e845dff63c95f1436aca687cecf61a78067", kill_on_drop: false }`
[INFO] [stderr]    Compiling rknpu2-sys v0.0.1
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling rknpu2 v0.0.7 (/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 0.82s
[INFO] running `Command { std: "docker" "inspect" "510fd4c18bd8ce18b5a3637cffda8e845dff63c95f1436aca687cecf61a78067", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "510fd4c18bd8ce18b5a3637cffda8e845dff63c95f1436aca687cecf61a78067", kill_on_drop: false }`
[INFO] [stdout] 510fd4c18bd8ce18b5a3637cffda8e845dff63c95f1436aca687cecf61a78067
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1693921119d68b12ad611bb5da2e3cb12bbea8e2f92fe8f79d0314aad9111e7a
[INFO] running `Command { std: "docker" "start" "-a" "1693921119d68b12ad611bb5da2e3cb12bbea8e2f92fe8f79d0314aad9111e7a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling imgref v1.11.0
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling avif-serialize v0.8.6
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling image-webp v0.2.3
[INFO] [stderr]    Compiling gif v0.13.3
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling zune-jpeg v0.4.20
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling tiff v0.9.1
[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 quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.105
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling av1-grain v0.2.4
[INFO] [stderr]    Compiling ravif v0.11.20
[INFO] [stderr]    Compiling image v0.25.6
[INFO] [stderr]    Compiling rknpu2 v0.0.7 (/opt/rustwide/workdir)
[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: u32) -> RKNN<LinkedAPI> {
[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] 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] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcp804wr/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-aeceaf1aa605e64f,libhalf-a6e70da3e3f455f5,libcfg_if-5a199b0ec0054672,librknpu2_sys-edffbce2ae14e513}.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" "/tmp/rustcp804wr/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-29ec73c69e4045f5" "-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:437 (src/api/linked.rs:437)
[INFO] [stdout]           >>>               rknpu2-aeceaf1aa605e64f.rknpu2.c9bd15c076a35bc-cgu.0.rcgu.o:(rknpu2::api::linked::_$LT$impl$u20$rknpu2..rknn..RKNN$LT$rknpu2..api..linked..LinkedAPI$GT$$GT$::new::h0a9b9ffea732789b) in archive /opt/rustwide/target/debug/deps/librknpu2-aeceaf1aa605e64f.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: rknn_query
[INFO] [stdout]           >>> referenced by linked.rs:40 (src/api/linked.rs:40)
[INFO] [stdout]           >>>               rknpu2-aeceaf1aa605e64f.rknpu2.c9bd15c076a35bc-cgu.0.rcgu.o:(_$LT$rknpu2..api..linked..LinkedAPI$u20$as$u20$rknpu2..api..RKNNAPI$GT$::query::h84a6a63392f2b003) in archive /opt/rustwide/target/debug/deps/librknpu2-aeceaf1aa605e64f.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: rknn_destroy
[INFO] [stdout]           >>> referenced by linked.rs:29 (src/api/linked.rs:29)
[INFO] [stdout]           >>>               rknpu2-aeceaf1aa605e64f.rknpu2.c9bd15c076a35bc-cgu.0.rcgu.o:(_$LT$rknpu2..api..linked..LinkedAPI$u20$as$u20$rknpu2..api..RKNNAPI$GT$::destroy::h3b828c78c66c85a9) in archive /opt/rustwide/target/debug/deps/librknpu2-aeceaf1aa605e64f.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] [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:117:4
[INFO] [stdout]     |
[INFO] [stdout] 117 | fn get_rknn(flag: u32) -> RKNN<LinkedAPI> {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `softmax` is never used
[INFO] [stdout]    --> examples/mobilenet.rs:142:4
[INFO] [stdout]     |
[INFO] [stdout] 142 | fn softmax(logits: &[f32]) -> Vec<f32> {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1693921119d68b12ad611bb5da2e3cb12bbea8e2f92fe8f79d0314aad9111e7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1693921119d68b12ad611bb5da2e3cb12bbea8e2f92fe8f79d0314aad9111e7a", kill_on_drop: false }`
[INFO] [stdout] 1693921119d68b12ad611bb5da2e3cb12bbea8e2f92fe8f79d0314aad9111e7a
