[INFO] fetching crate dip 0.2.1...
[INFO] testing dip-0.2.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate dip 0.2.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate dip 0.2.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate dip 0.2.1
[INFO] tweaked toml for crates.io crate dip 0.2.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dip 0.2.1 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 crates.io crate dip 0.2.1 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 00e6c2719607570d5c6a70c2afecc84ba99f9b4c067e54d239b2d70fb3ad43e8
[INFO] running `Command { std: "docker" "start" "-a" "00e6c2719607570d5c6a70c2afecc84ba99f9b4c067e54d239b2d70fb3ad43e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00e6c2719607570d5c6a70c2afecc84ba99f9b4c067e54d239b2d70fb3ad43e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00e6c2719607570d5c6a70c2afecc84ba99f9b4c067e54d239b2d70fb3ad43e8", kill_on_drop: false }`
[INFO] [stdout] 00e6c2719607570d5c6a70c2afecc84ba99f9b4c067e54d239b2d70fb3ad43e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] a2e8ad3bc8ef9ba3cf96ec375cecd2b9522c6a4461cacb6410c50472ce4f61e2
[INFO] running `Command { std: "docker" "start" "-a" "a2e8ad3bc8ef9ba3cf96ec375cecd2b9522c6a4461cacb6410c50472ce4f61e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling concurrent-queue v1.2.4
[INFO] [stderr]    Compiling erased-serde v0.3.23
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling bytemuck v1.12.1
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling async-task v4.3.0
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling bevy_ptr v0.8.1
[INFO] [stderr]    Compiling async-channel v1.7.1
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling uuid v1.2.1
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling openssl-sys v0.9.77
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[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 cty v0.2.2
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling bevy_tasks v0.8.1
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling serde_json v1.0.87
[INFO] [stderr]    Compiling bumpalo v3.11.1
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling dlv-list v0.3.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling convert_case v0.5.0
[INFO] [stderr]    Compiling no-std-compat v0.4.1
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling hidapi v1.5.0
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling faccess v0.2.4
[INFO] [stderr]    Compiling filetime v0.2.18
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling os_pipe v0.9.2
[INFO] [stderr]    Compiling idna v0.3.0
[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 mime v0.3.16
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling bevy_macro_utils v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[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 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.0
[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 cmd_lib v1.3.0
[INFO] [stderr]    Compiling snafu v0.7.3
[INFO] [stderr]    Compiling pest v2.4.0
[INFO] [stderr]    Compiling ledger-apdu v0.10.0
[INFO] [stderr]    Compiling ledger-transport v0.10.0
[INFO] [stderr]    Compiling ledger-transport-hid v0.10.0
[INFO] [stderr]    Compiling pest_meta v2.4.0
[INFO] [stderr]    Compiling pest_generator v2.4.0
[INFO] [stderr]    Compiling pest_derive v2.4.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling glam v0.21.3
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling ron v0.7.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 tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling dip_task v0.2.0
[INFO] [stderr]    Compiling bevy_utils v0.8.1
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling dioxus-core v0.2.1
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling h2 v0.3.15
[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_time v0.8.1
[INFO] [stderr]    Compiling bevy_hierarchy v0.8.1
[INFO] [stderr]    Compiling bevy_input v0.8.1
[INFO] [stderr]    Compiling bevy_log v0.8.1
[INFO] [stderr]    Compiling bevy_core v0.8.1
[INFO] [stderr]    Compiling bevy_diagnostic v0.8.1
[INFO] [stderr]    Compiling bevy_window v0.8.1
[INFO] [stderr]    Compiling bevy_transform 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.0
[INFO] [stderr]    Compiling dip_device v0.2.0
[INFO] [stderr]    Compiling dip_cli v0.2.0
[INFO] [stderr]    Compiling dip_core v0.2.0
[INFO] [stderr]    Compiling dip_bundle v0.2.1
[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 1m 03s
[INFO] running `Command { std: "docker" "inspect" "a2e8ad3bc8ef9ba3cf96ec375cecd2b9522c6a4461cacb6410c50472ce4f61e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2e8ad3bc8ef9ba3cf96ec375cecd2b9522c6a4461cacb6410c50472ce4f61e2", kill_on_drop: false }`
[INFO] [stdout] a2e8ad3bc8ef9ba3cf96ec375cecd2b9522c6a4461cacb6410c50472ce4f61e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] a5706e07c7e2b56d1474e0bd0d1bdb6d18e14529ed7b49bb8081ef109f227873
[INFO] running `Command { std: "docker" "start" "-a" "a5706e07c7e2b56d1474e0bd0d1bdb6d18e14529ed7b49bb8081ef109f227873", 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.0
[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 xattr v0.2.3
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling bevy_tasks v0.8.1
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling faccess v0.2.4
[INFO] [stderr]    Compiling hidapi v1.5.0
[INFO] [stderr]    Compiling os_pipe v0.9.2
[INFO] [stderr]    Compiling tar v0.4.38
[INFO] [stderr]    Compiling gilrs-core v0.4.1
[INFO] [stderr]    Compiling cmd_lib v1.3.0
[INFO] [stderr]    Compiling ledger-transport-hid v0.10.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling openssl v0.10.42
[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 gilrs v0.9.0
[INFO] [stderr]    Compiling bevy_reflect v0.8.1
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling dioxus-core v0.2.1
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling config v0.13.3
[INFO] [stderr]    Compiling dioxus-html v0.2.1
[INFO] [stderr]    Compiling fermi v0.2.1
[INFO] [stderr]    Compiling dioxus-hooks v0.2.1
[INFO] [stderr]    Compiling dioxus v0.2.4
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling bevy_ecs v0.8.1
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling dip_task v0.2.0
[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_hierarchy v0.8.1
[INFO] [stderr]    Compiling bevy_time v0.8.1
[INFO] [stderr]    Compiling bevy_log v0.8.1
[INFO] [stderr]    Compiling bevy_core v0.8.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling bevy_transform v0.8.1
[INFO] [stderr]    Compiling bevy_diagnostic v0.8.1
[INFO] [stderr]    Compiling bevy_gilrs v0.8.1
[INFO] [stderr]    Compiling bevy_window v0.8.1
[INFO] [stderr]    Compiling reqwest v0.11.12
[INFO] [stderr]    Compiling bevy_internal v0.8.1
[INFO] [stderr]    Compiling bevy v0.8.1
[INFO] [stderr]    Compiling dip_config v0.2.0
[INFO] [stderr]    Compiling dip_device v0.2.0
[INFO] [stderr]    Compiling dip_cli v0.2.0
[INFO] [stderr]    Compiling leafwing-input-manager v0.5.2
[INFO] [stderr]    Compiling dip_core v0.2.0
[INFO] [stderr]    Compiling dip_bundle v0.2.1
[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 32.22s
[INFO] running `Command { std: "docker" "inspect" "a5706e07c7e2b56d1474e0bd0d1bdb6d18e14529ed7b49bb8081ef109f227873", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5706e07c7e2b56d1474e0bd0d1bdb6d18e14529ed7b49bb8081ef109f227873", kill_on_drop: false }`
[INFO] [stdout] a5706e07c7e2b56d1474e0bd0d1bdb6d18e14529ed7b49bb8081ef109f227873
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 2eac00c5b0b3be75a31dd2ab5c3bd6a559fbac76456e8b078c064ba7e0fc045b
[INFO] running `Command { std: "docker" "start" "-a" "2eac00c5b0b3be75a31dd2ab5c3bd6a559fbac76456e8b078c064ba7e0fc045b", kill_on_drop: false }`
[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.41s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dip-9b6e36dcd95b4869)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dip-629d2c536c5a6926)
[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 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] [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 271) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 151) - compile ... ok
[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.64s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2eac00c5b0b3be75a31dd2ab5c3bd6a559fbac76456e8b078c064ba7e0fc045b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2eac00c5b0b3be75a31dd2ab5c3bd6a559fbac76456e8b078c064ba7e0fc045b", kill_on_drop: false }`
[INFO] [stdout] 2eac00c5b0b3be75a31dd2ab5c3bd6a559fbac76456e8b078c064ba7e0fc045b
