[INFO] cloning repository https://github.com/JunichiSugiura/dip
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JunichiSugiura/dip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJunichiSugiura%2Fdip", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJunichiSugiura%2Fdip'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 713682f42b5063d884e0b85f1f75b919ad7ba543
[INFO] testing JunichiSugiura/dip 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%2FJunichiSugiura%2Fdip" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JunichiSugiura/dip
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/JunichiSugiura/dip
[INFO] tweaked toml for git repo https://github.com/JunichiSugiura/dip written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JunichiSugiura/dip 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/JunichiSugiura/dip 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 5ca1ae1c46675f83119482411e912a5b6b5dbd2ccb73b32e6eee6a5def46d4a7
[INFO] running `Command { std: "docker" "start" "-a" "5ca1ae1c46675f83119482411e912a5b6b5dbd2ccb73b32e6eee6a5def46d4a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ca1ae1c46675f83119482411e912a5b6b5dbd2ccb73b32e6eee6a5def46d4a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ca1ae1c46675f83119482411e912a5b6b5dbd2ccb73b32e6eee6a5def46d4a7", kill_on_drop: false }`
[INFO] [stdout] 5ca1ae1c46675f83119482411e912a5b6b5dbd2ccb73b32e6eee6a5def46d4a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1382975dae2f2061a5868fcd6b2abab1810f09ba24088a1d7a06d6fcd417ba6f
[INFO] running `Command { std: "docker" "start" "-a" "1382975dae2f2061a5868fcd6b2abab1810f09ba24088a1d7a06d6fcd417ba6f", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling bytemuck v1.12.1
[INFO] [stderr]    Compiling erased-serde v0.3.23
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling async-task v4.3.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling concurrent-queue v1.2.4
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling uuid v1.2.1
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling bevy_ptr v0.8.1
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling async-channel v1.7.1
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling openssl-sys v0.9.77
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling gimli v0.26.2
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling bumpalo v3.11.1
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling dlv-list v0.3.0
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling bevy_tasks v0.8.1
[INFO] [stderr]    Compiling convert_case v0.5.0
[INFO] [stderr]    Compiling no-std-compat v0.4.1
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling hidapi v1.5.0
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling faccess v0.2.4
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling filetime v0.2.18
[INFO] [stderr]    Compiling os_pipe v0.9.2
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling xattr v0.2.3
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling os_str_bytes v6.3.0
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling snafu-derive v0.7.3
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling dip_macro v0.2.1 (/opt/rustwide/workdir/plugins/macro)
[INFO] [stderr]    Compiling dioxus-core-macro v0.2.1
[INFO] [stderr]    Compiling cmd_lib_macros v1.3.0
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling bevy_macro_utils v0.8.1
[INFO] [stderr]    Compiling cmd_lib v1.3.0
[INFO] [stderr]    Compiling pest v2.4.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.8.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.8.1
[INFO] [stderr]    Compiling bevy_derive v0.8.1
[INFO] [stderr]    Compiling pest_meta v2.4.0
[INFO] [stderr]    Compiling snafu v0.7.3
[INFO] [stderr]    Compiling ledger-apdu v0.10.0
[INFO] [stderr]    Compiling pest_generator v2.4.0
[INFO] [stderr]    Compiling ledger-transport v0.10.0
[INFO] [stderr]    Compiling ledger-transport-hid v0.10.0
[INFO] [stderr]    Compiling pest_derive v2.4.0
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling dip_task v0.2.1 (/opt/rustwide/workdir/plugins/task)
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling glam v0.21.3
[INFO] [stderr]    Compiling ron v0.7.1
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ledger-zondax-generic v0.10.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.16
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling bevy_utils v0.8.1
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling dioxus-core v0.2.1
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling config v0.13.3
[INFO] [stderr]    Compiling dioxus-hooks v0.2.1
[INFO] [stderr]    Compiling dioxus-html v0.2.1
[INFO] [stderr]    Compiling fermi v0.2.1
[INFO] [stderr]    Compiling dioxus v0.2.4
[INFO] [stderr]    Compiling bevy_reflect v0.8.1
[INFO] [stderr]    Compiling bevy_math v0.8.1
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling bevy_ecs v0.8.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.12
[INFO] [stderr]    Compiling bevy_app v0.8.1
[INFO] [stderr]    Compiling bevy_log v0.8.1
[INFO] [stderr]    Compiling bevy_time v0.8.1
[INFO] [stderr]    Compiling bevy_input v0.8.1
[INFO] [stderr]    Compiling bevy_hierarchy v0.8.1
[INFO] [stderr]    Compiling bevy_core v0.8.1
[INFO] [stderr]    Compiling bevy_transform v0.8.1
[INFO] [stderr]    Compiling bevy_diagnostic v0.8.1
[INFO] [stderr]    Compiling bevy_window v0.8.1
[INFO] [stderr]    Compiling bevy_internal v0.8.1
[INFO] [stderr]    Compiling bevy v0.8.1
[INFO] [stderr]    Compiling dip_config v0.2.1 (/opt/rustwide/workdir/plugins/config)
[INFO] [stderr]    Compiling dip_cli v0.2.1 (/opt/rustwide/workdir/plugins/ui/cli)
[INFO] [stderr]    Compiling dip_device v0.2.1 (/opt/rustwide/workdir/plugins/web3/device)
[INFO] [stderr]    Compiling dip_core v0.2.1 (/opt/rustwide/workdir/plugins/core)
[INFO] [stderr]    Compiling dip_bundle v0.2.1 (/opt/rustwide/workdir/plugins/bundle)
[INFO] [stdout] warning: struct `Tool` is never constructed
[INFO] [stdout]   --> plugins/bundle/src/tool.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct Tool;
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dip v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub use bevy::prelude::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the name `Component` in the type namespace is first re-exported here
[INFO] [stdout] 29 |     pub use dioxus::prelude::*;
[INFO] [stdout]    |             ------------------ but the name `Component` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.24s
[INFO] running `Command { std: "docker" "inspect" "1382975dae2f2061a5868fcd6b2abab1810f09ba24088a1d7a06d6fcd417ba6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1382975dae2f2061a5868fcd6b2abab1810f09ba24088a1d7a06d6fcd417ba6f", kill_on_drop: false }`
[INFO] [stdout] 1382975dae2f2061a5868fcd6b2abab1810f09ba24088a1d7a06d6fcd417ba6f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] af6a818d7591ae44b691d8e93aa6e304682875dcfc607508db608496b2f6222f
[INFO] running `Command { std: "docker" "start" "-a" "af6a818d7591ae44b691d8e93aa6e304682875dcfc607508db608496b2f6222f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling proc-macro-crate v1.2.1
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling petitset v0.2.1
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling leafwing_input_manager_macros v0.5.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling uuid v1.2.1
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling dip_macro v0.2.1 (/opt/rustwide/workdir/plugins/macro)
[INFO] [stderr]    Compiling bevy_reflect_derive v0.8.1
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling openssl-sys v0.9.77
[INFO] [stderr]    Compiling filetime v0.2.18
[INFO] [stderr]    Compiling faccess v0.2.4
[INFO] [stderr]    Compiling xattr v0.2.3
[INFO] [stderr]    Compiling os_pipe v0.9.2
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling hidapi v1.5.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling gilrs-core v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling bevy_tasks v0.8.1
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling cmd_lib v1.3.0
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling gilrs v0.9.0
[INFO] [stderr]    Compiling ledger-transport-hid v0.10.0
[INFO] [stderr]    Compiling bevy_utils v0.8.1
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling bevy_reflect v0.8.1
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling dioxus-core v0.2.1
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling config v0.13.3
[INFO] [stderr]    Compiling dioxus-html v0.2.1
[INFO] [stderr]    Compiling dioxus-hooks v0.2.1
[INFO] [stderr]    Compiling fermi v0.2.1
[INFO] [stderr]    Compiling bevy_ecs v0.8.1
[INFO] [stderr]    Compiling dioxus v0.2.4
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling dip_task v0.2.1 (/opt/rustwide/workdir/plugins/task)
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling bevy_app v0.8.1
[INFO] [stderr]    Compiling bevy_input v0.8.1
[INFO] [stderr]    Compiling bevy_log v0.8.1
[INFO] [stderr]    Compiling bevy_hierarchy v0.8.1
[INFO] [stderr]    Compiling bevy_time v0.8.1
[INFO] [stderr]    Compiling bevy_core v0.8.1
[INFO] [stderr]    Compiling bevy_transform v0.8.1
[INFO] [stderr]    Compiling bevy_diagnostic v0.8.1
[INFO] [stderr]    Compiling bevy_window v0.8.1
[INFO] [stderr]    Compiling bevy_gilrs v0.8.1
[INFO] [stderr]    Compiling bevy_internal v0.8.1
[INFO] [stderr]    Compiling bevy v0.8.1
[INFO] [stderr]    Compiling dip_config v0.2.1 (/opt/rustwide/workdir/plugins/config)
[INFO] [stderr]    Compiling dip_device v0.2.1 (/opt/rustwide/workdir/plugins/web3/device)
[INFO] [stderr]    Compiling dip_cli v0.2.1 (/opt/rustwide/workdir/plugins/ui/cli)
[INFO] [stderr]    Compiling leafwing-input-manager v0.5.2
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.12
[INFO] [stderr]    Compiling dip_core v0.2.1 (/opt/rustwide/workdir/plugins/core)
[INFO] [stderr]    Compiling dip_bundle v0.2.1 (/opt/rustwide/workdir/plugins/bundle)
[INFO] [stdout] warning: struct `Tool` is never constructed
[INFO] [stdout]   --> plugins/bundle/src/tool.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct Tool;
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dip v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub use bevy::prelude::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the name `Component` in the type namespace is first re-exported here
[INFO] [stdout] 29 |     pub use dioxus::prelude::*;
[INFO] [stdout]    |             ------------------ but the name `Component` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:28:13
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub use bevy::prelude::*;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ the name `Component` in the type namespace is first re-exported here
[INFO] [stdout] 29 |     pub use dioxus::prelude::*;
[INFO] [stdout]    |             ------------------ but the name `Component` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 41.00s
[INFO] running `Command { std: "docker" "inspect" "af6a818d7591ae44b691d8e93aa6e304682875dcfc607508db608496b2f6222f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af6a818d7591ae44b691d8e93aa6e304682875dcfc607508db608496b2f6222f", kill_on_drop: false }`
[INFO] [stdout] af6a818d7591ae44b691d8e93aa6e304682875dcfc607508db608496b2f6222f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9bd5ecd8c058a93390f4e2955a0d2f767e46b69c95ffe9a89c8e8609429fd251
[INFO] running `Command { std: "docker" "start" "-a" "9bd5ecd8c058a93390f4e2955a0d2f767e46b69c95ffe9a89c8e8609429fd251", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Tool` is never constructed
[INFO] [stderr]   --> plugins/bundle/src/tool.rs:39:12
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub struct Tool;
[INFO] [stderr]    |            ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dip_bundle` (lib) generated 1 warning
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> src/lib.rs:28:13
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub use bevy::prelude::*;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ the name `Component` in the type namespace is first re-exported here
[INFO] [stderr] 29 |     pub use dioxus::prelude::*;
[INFO] [stderr]    |             ------------------ but the name `Component` in the type namespace is also re-exported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dip` (lib) generated 1 warning
[INFO] [stderr] warning: `dip` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dip-58a435cc54bb1046)
[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/main.rs (/opt/rustwide/target/debug/deps/dip-ad08c1317a53a545)
[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]    Doc-tests dip
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 48) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 100) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 151) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 271) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 48) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DesktopPlugin`
[INFO] [stdout]   --> src/lib.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 12 |         .add_plugin(DesktopPlugin::<NoUiState, NoUiAction, NoAsyncAction>::new(Root))
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ use of undeclared type `DesktopPlugin`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 100) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DesktopPlugin`
[INFO] [stdout]   --> src/lib.rs:110:21
[INFO] [stdout]    |
[INFO] [stdout] 12 |         .add_plugin(DesktopPlugin::<NoUiState, NoUiAction, NoAsyncAction>::new(Root))
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ use of undeclared type `DesktopPlugin`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 271) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: could not find `dioxus` in `dip`
[INFO] [stdout]   --> src/lib.rs:288:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[ui_state]
[INFO] [stdout]    | ^^^^^^^^^^^ could not find `dioxus` in `dip`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature = "desktop")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `desktop` feature
[INFO] [stdout] 22 | pub use dioxus;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: this error originates in the attribute macro `ui_state` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `dioxus` in `dip`
[INFO] [stdout]   --> src/lib.rs:288:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[ui_state]
[INFO] [stdout]    | ^^^^^^^^^^^ could not find `dioxus` in `dip`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[cfg(feature = "desktop")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `desktop` feature
[INFO] [stdout] 22 | pub use dioxus;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: this error originates in the attribute macro `ui_state` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this crate
[INFO] [stdout]    |
[INFO] [stdout]  4 + use dioxus::fermi;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DesktopPlugin`
[INFO] [stdout]  --> src/lib.rs:278:21
[INFO] [stdout]   |
[INFO] [stdout] 9 |         .add_plugin(DesktopPlugin::<UiState, UiAction, NoAsyncAction>::new(Root))
[INFO] [stdout]   |                     ^^^^^^^^^^^^^ use of undeclared type `DesktopPlugin`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_window` in this scope
[INFO] [stdout]   --> src/lib.rs:338:18
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let window = use_window::<UiAction, NoAsyncAction>(&cx);
[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: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 100)
[INFO] [stdout]     src/lib.rs - (line 271)
[INFO] [stdout]     src/lib.rs - (line 48)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "9bd5ecd8c058a93390f4e2955a0d2f767e46b69c95ffe9a89c8e8609429fd251", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bd5ecd8c058a93390f4e2955a0d2f767e46b69c95ffe9a89c8e8609429fd251", kill_on_drop: false }`
[INFO] [stdout] 9bd5ecd8c058a93390f4e2955a0d2f767e46b69c95ffe9a89c8e8609429fd251
