[INFO] cloning repository https://github.com/Vjze/flutter_demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Vjze/flutter_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVjze%2Fflutter_demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVjze%2Fflutter_demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5133a1c459c5af1ceb82092fc9bbc5f2cfd4766c
[INFO] testing Vjze/flutter_demo against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVjze%2Fflutter_demo" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Vjze/flutter_demo
[INFO] finished tweaking git repo https://github.com/Vjze/flutter_demo
[INFO] tweaked toml for git repo https://github.com/Vjze/flutter_demo written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Vjze/flutter_demo on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Vjze/flutter_demo 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-2025-09-21" "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-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eebfd93c2f05e6e8735831498b3c216456f2db816481046653b5146b2b7efe4b
[INFO] running `Command { std: "docker" "start" "-a" "eebfd93c2f05e6e8735831498b3c216456f2db816481046653b5146b2b7efe4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eebfd93c2f05e6e8735831498b3c216456f2db816481046653b5146b2b7efe4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eebfd93c2f05e6e8735831498b3c216456f2db816481046653b5146b2b7efe4b", kill_on_drop: false }`
[INFO] [stdout] eebfd93c2f05e6e8735831498b3c216456f2db816481046653b5146b2b7efe4b
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9533e1f915edf6f6ebbfe03071984365e9bc45e4daa29f23e566e9ba62bd239e
[INFO] running `Command { std: "docker" "start" "-a" "9533e1f915edf6f6ebbfe03071984365e9bc45e4daa29f23e566e9ba62bd239e", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling cpufeatures v0.2.11
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling fdeflate v0.3.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling bytemuck v1.14.0
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling half v2.2.1
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling gif v0.12.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.9
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling uuid v1.5.0
[INFO] [stderr]    Compiling png v0.17.10
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling exr v1.71.0
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling encoding-index-japanese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling num-complex v0.4.4
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling gimli v0.28.0
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling whoami v1.4.1
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling connection-string v0.2.0
[INFO] [stderr]    Compiling pretty-hex v0.3.0
[INFO] [stderr]    Compiling os-thread-local v0.1.3
[INFO] [stderr]    Compiling allo-isolate v0.1.20
[INFO] [stderr]    Compiling num v0.4.1
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling dart-sys v4.0.2
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling sysinfo v0.29.10
[INFO] [stderr]    Compiling tiff v0.9.0
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling enumflags2_derive v0.7.8
[INFO] [stderr]    Compiling prost-derive v0.12.1
[INFO] [stderr]    Compiling image v0.24.7
[INFO] [stderr]    Compiling enumflags2 v0.7.8
[INFO] [stderr]    Compiling tokio v1.33.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling prost v0.12.1
[INFO] [stderr]    Compiling asynchronous-codec v0.6.2
[INFO] [stderr]    Compiling tiberius v0.12.2
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling machineid-rs v1.2.4
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling reqwest v0.11.22
[INFO] [stderr]    Compiling sample_crate v0.1.0 (/opt/rustwide/workdir/native/sample_crate)
[INFO] [stderr]    Compiling hub v0.1.0 (/opt/rustwide/workdir/native/hub)
[INFO] [stdout] warning: unused import: `super::DartAbi`
[INFO] [stdout]  --> native/hub/src/bridge/bridge_engine/ffi/io.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use super::DartAbi;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReadRequest` is never constructed
[INFO] [stdout]  --> native/hub/src/messages/query_resource.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ReadRequest {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReadResponse` is never constructed
[INFO] [stdout]   --> native/hub/src/messages/query_resource.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ReadResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_query_resource` is never used
[INFO] [stdout]   --> native/hub/src/sample_functions.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub async fn handle_query_resource(rust_request: RustRequest) -> RustResponse {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.16s
[INFO] running `Command { std: "docker" "inspect" "9533e1f915edf6f6ebbfe03071984365e9bc45e4daa29f23e566e9ba62bd239e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9533e1f915edf6f6ebbfe03071984365e9bc45e4daa29f23e566e9ba62bd239e", kill_on_drop: false }`
[INFO] [stdout] 9533e1f915edf6f6ebbfe03071984365e9bc45e4daa29f23e566e9ba62bd239e
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d402d194e399e3ad646ce0371ce173a5e7b05263e7db6d87535e33ccdb5fa4a5
[INFO] running `Command { std: "docker" "start" "-a" "d402d194e399e3ad646ce0371ce173a5e7b05263e7db6d87535e33ccdb5fa4a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling sample_crate v0.1.0 (/opt/rustwide/workdir/native/sample_crate)
[INFO] [stderr]    Compiling hub v0.1.0 (/opt/rustwide/workdir/native/hub)
[INFO] [stdout] warning: unused import: `super::DartAbi`
[INFO] [stdout]  --> native/hub/src/bridge/bridge_engine/ffi/io.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use super::DartAbi;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReadRequest` is never constructed
[INFO] [stdout]  --> native/hub/src/messages/query_resource.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ReadRequest {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReadResponse` is never constructed
[INFO] [stdout]   --> native/hub/src/messages/query_resource.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ReadResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_query_resource` is never used
[INFO] [stdout]   --> native/hub/src/sample_functions.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub async fn handle_query_resource(rust_request: RustRequest) -> RustResponse {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::DartAbi`
[INFO] [stdout]  --> native/hub/src/bridge/bridge_engine/ffi/io.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use super::DartAbi;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReadRequest` is never constructed
[INFO] [stdout]  --> native/hub/src/messages/query_resource.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ReadRequest {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReadResponse` is never constructed
[INFO] [stdout]   --> native/hub/src/messages/query_resource.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct ReadResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `handle_query_resource` is never used
[INFO] [stdout]   --> native/hub/src/sample_functions.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub async fn handle_query_resource(rust_request: RustRequest) -> RustResponse {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.11s
[INFO] running `Command { std: "docker" "inspect" "d402d194e399e3ad646ce0371ce173a5e7b05263e7db6d87535e33ccdb5fa4a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d402d194e399e3ad646ce0371ce173a5e7b05263e7db6d87535e33ccdb5fa4a5", kill_on_drop: false }`
[INFO] [stdout] d402d194e399e3ad646ce0371ce173a5e7b05263e7db6d87535e33ccdb5fa4a5
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4e0894106c53897d5059c17a2275612a4f35b87dbc98ea393b3af1d7db05fd3e
[INFO] running `Command { std: "docker" "start" "-a" "4e0894106c53897d5059c17a2275612a4f35b87dbc98ea393b3af1d7db05fd3e", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `super::DartAbi`
[INFO] [stderr]  --> native/hub/src/bridge/bridge_engine/ffi/io.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use super::DartAbi;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ReadRequest` is never constructed
[INFO] [stderr]  --> native/hub/src/messages/query_resource.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct ReadRequest {
[INFO] [stderr]   |            ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ReadResponse` is never constructed
[INFO] [stderr]   --> native/hub/src/messages/query_resource.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct ReadResponse {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `handle_query_resource` is never used
[INFO] [stderr]   --> native/hub/src/sample_functions.rs:11:14
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub async fn handle_query_resource(rust_request: RustRequest) -> RustResponse {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `hub` (lib) generated 4 warnings (run `cargo fix --lib -p hub` to apply 1 suggestion)
[INFO] [stderr] warning: `hub` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hub-221f1195b59bf839)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sample_crate-fdec48d6d32de41e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Doc-tests hub
[INFO] [stdout] test mandelbrot::test_pixel_to_point ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test native/hub/src/bridge/bridge_engine/ffi/mod.rs - bridge::bridge_engine::ffi::RustOpaque (line 70) ... FAILED
[INFO] [stdout] test native/hub/src/bridge/bridge_engine/ffi/mod.rs - bridge::bridge_engine::ffi::opaque_dyn (line 247) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- native/hub/src/bridge/bridge_engine/ffi/mod.rs - bridge::bridge_engine::ffi::RustOpaque (line 70) stdout ----
[INFO] [stdout] error: cannot find macro `opaque_dyn` in this scope
[INFO] [stdout]   --> native/hub/src/bridge/bridge_engine/ffi/mod.rs:84:25
[INFO] [stdout]    |
[INFO] [stdout] 16 | let wrap = DebugWrapper(opaque_dyn!("foobar"));
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use hub::opaque_dyn;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `DartSafe` in this scope
[INFO] [stdout]  --> native/hub/src/bridge/bridge_engine/ffi/mod.rs:77:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub trait DartDebug: DartSafe + Debug {}
[INFO] [stdout]   |                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `DartSafe` in this scope
[INFO] [stdout]   --> native/hub/src/bridge/bridge_engine/ffi/mod.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<T: DartSafe + Debug> DartDebug for T {}
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RustOpaque` in this scope
[INFO] [stdout]   --> native/hub/src/bridge/bridge_engine/ffi/mod.rs:81:29
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct DebugWrapper(pub RustOpaque<Box<dyn DartDebug>>);
[INFO] [stdout]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RustOpaque` in this scope
[INFO] [stdout]   --> native/hub/src/bridge/bridge_engine/ffi/mod.rs:86:30
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct DebugWrapper2(pub RustOpaque<Box<dyn Debug + Send + Sync + UnwindSafe + RefUnwindSafe>>);
[INFO] [stdout]    |                              ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- native/hub/src/bridge/bridge_engine/ffi/mod.rs - bridge::bridge_engine::ffi::opaque_dyn (line 247) stdout ----
[INFO] [stdout] error: cannot find macro `opaque_dyn` in this scope
[INFO] [stdout]   --> native/hub/src/bridge/bridge_engine/ffi/mod.rs:255:44
[INFO] [stdout]    |
[INFO] [stdout] 10 | let opaque: RustOpaque<Box<dyn MyDebug>> = opaque_dyn!("foobar");
[INFO] [stdout]    |                                            ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  2 + use hub::opaque_dyn;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `DartSafe` in this scope
[INFO] [stdout]  --> native/hub/src/bridge/bridge_engine/ffi/mod.rs:251:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait MyDebug: DartSafe + Debug {}
[INFO] [stdout]   |                    ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `DartSafe` in this scope
[INFO] [stdout]  --> native/hub/src/bridge/bridge_engine/ffi/mod.rs:253:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl<T: DartSafe + Debug> MyDebug for T {}
[INFO] [stdout]   |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RustOpaque` in this scope
[INFO] [stdout]   --> native/hub/src/bridge/bridge_engine/ffi/mod.rs:255:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | let opaque: RustOpaque<Box<dyn MyDebug>> = opaque_dyn!("foobar");
[INFO] [stdout]    |             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     native/hub/src/bridge/bridge_engine/ffi/mod.rs - bridge::bridge_engine::ffi::RustOpaque (line 70)
[INFO] [stdout]     native/hub/src/bridge/bridge_engine/ffi/mod.rs - bridge::bridge_engine::ffi::opaque_dyn (line 247)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p hub --doc`
[INFO] running `Command { std: "docker" "inspect" "4e0894106c53897d5059c17a2275612a4f35b87dbc98ea393b3af1d7db05fd3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e0894106c53897d5059c17a2275612a4f35b87dbc98ea393b3af1d7db05fd3e", kill_on_drop: false }`
[INFO] [stdout] 4e0894106c53897d5059c17a2275612a4f35b87dbc98ea393b3af1d7db05fd3e
