[INFO] cloning repository https://github.com/fishfolk/bones
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fishfolk/bones" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffishfolk%2Fbones", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffishfolk%2Fbones'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a6c3ce77df38b91f034c8d7b110c4203faacac78
[INFO] checking fishfolk/bones against try#3fada14ee01d755dc8076e611f11bf65b28ffd21 for pr-154971-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffishfolk%2Fbones" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/fishfolk/bones
[INFO] finished tweaking git repo https://github.com/fishfolk/bones
[INFO] tweaked toml for git repo https://github.com/fishfolk/bones written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fishfolk/bones on toolchain 3fada14ee01d755dc8076e611f11bf65b28ffd21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fishfolk/bones 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" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b9ba1eef58f88a355b95170d974d240f059f695fc7bae767c600b7d7600cda09
[INFO] running `Command { std: "docker" "start" "-a" "b9ba1eef58f88a355b95170d974d240f059f695fc7bae767c600b7d7600cda09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9ba1eef58f88a355b95170d974d240f059f695fc7bae767c600b7d7600cda09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9ba1eef58f88a355b95170d974d240f059f695fc7bae767c600b7d7600cda09", kill_on_drop: false }`
[INFO] [stdout] b9ba1eef58f88a355b95170d974d240f059f695fc7bae767c600b7d7600cda09
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fdb84dcdd7e8e0b16b5e46deb713848364ea5bdb94fbbef019f14cdacc42f627
[INFO] running `Command { std: "docker" "start" "-a" "fdb84dcdd7e8e0b16b5e46deb713848364ea5bdb94fbbef019f14cdacc42f627", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling anyhow v1.0.87
[INFO] [stderr]    Compiling cc v1.1.18
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking futures-lite v2.5.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking waker-fn v1.2.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking rustls-pki-types v1.8.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling rustls v0.23.12
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking flate2 v1.0.33
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking bevy_tasks v0.11.3
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking webpki-roots v0.26.5
[INFO] [stderr]    Compiling venial v0.5.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bytemuck_derive v1.7.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]     Checking bytemuck v1.18.0
[INFO] [stderr]     Checking rustls-webpki v0.102.7
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]    Compiling bones_utils_macros v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_utils/macros)
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking ipnet v2.10.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking sptr v0.3.2
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking ulid v1.1.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking h2 v0.4.6
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]    Compiling bones_schema_macros v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_schema/macros)
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.11.3
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking rustls-pemfile v2.1.3
[INFO] [stderr]    Compiling bevy_macro_utils v0.11.3
[INFO] [stderr]    Compiling ucd-parse v0.1.13
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking append-only-vec v0.1.5
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking bevy_math v0.11.3
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.82
[INFO] [stderr]    Compiling precis-tools v0.1.8
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking turborand v0.10.1
[INFO] [stderr]     Checking bevy_utils v0.11.3
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking bevy_ptr v0.11.3
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking netlink-packet-utils v0.5.2
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling thiserror v2.0.4
[INFO] [stderr]    Compiling bevy_reflect_derive v0.11.3
[INFO] [stderr]    Compiling bevy_ecs_macros v0.11.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling pest v2.7.12
[INFO] [stderr]    Compiling bevy_derive v0.11.3
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]     Checking netlink-packet-core v0.7.0
[INFO] [stderr]     Checking bones_utils v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_utils)
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stderr]     Checking ureq v2.10.1
[INFO] [stderr]     Checking ustr v0.10.0
[INFO] [stderr]     Checking erased-serde v0.4.5
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.4
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking asn1-rs v0.6.2
[INFO] [stderr]    Compiling pest_meta v2.7.12
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking ed25519-dalek v2.1.1
[INFO] [stderr]    Compiling precis-core v0.1.10
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking bevy_reflect v0.11.3
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking sync_wrapper v1.0.1
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling unicode-xid v0.2.5
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling struct_iterable_internal v0.1.1
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking hyper-util v0.1.7
[INFO] [stderr]    Compiling prometheus-client v0.22.3
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.93
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]    Compiling toml_edit v0.22.20
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]    Compiling struct_iterable_derive v0.1.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling pest_generator v2.7.12
[INFO] [stderr]     Checking ssh-encoding v0.2.0
[INFO] [stderr]     Checking bones_schema v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_schema)
[INFO] [stderr]     Checking hyper-rustls v0.27.3
[INFO] [stderr]     Checking reqwest v0.12.7
[INFO] [stderr]    Compiling precis-profiles v0.1.11
[INFO] [stdout] warning: unused import: `super::layout`
[INFO] [stdout]  --> framework_crates/bones_schema/src/alloc/resizable.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use super::layout::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking bevy_ecs v0.11.3
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking netlink-sys v0.8.6
[INFO] [stderr]     Checking iroh-quinn-udp v0.5.5
[INFO] [stderr]    Compiling prometheus-client-derive-encode v0.4.2
[INFO] [stderr]     Checking pem v3.0.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling iroh-blake3 v1.4.5
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking arrayref v0.3.8
[INFO] [stderr]     Checking no-std-net v0.6.0
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]    Compiling portable-atomic v1.7.0
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking struct_iterable v0.1.1
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking pnet_base v0.34.0
[INFO] [stderr]     Checking crypto_secretbox v0.1.1
[INFO] [stderr]     Checking netlink-proto v0.11.3
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling pest_derive v2.7.12
[INFO] [stderr]     Checking ssh-cipher v0.2.0
[INFO] [stderr]     Checking rustls-platform-verifier v0.3.4
[INFO] [stderr]     Checking serdect v0.2.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking netlink-packet-route v0.19.0
[INFO] [stderr]    Compiling postcard-derive v0.1.2
[INFO] [stderr]    Compiling syn-mid v0.5.4
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking raw-cpuid v11.1.0
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking iana-time-zone v0.1.60
[INFO] [stderr]     Checking self_cell v1.0.4
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]     Checking cordyceps v0.3.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking diatomic-waker v0.2.2
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking erased_set v0.8.0
[INFO] [stderr]     Checking bevy_app v0.11.3
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking xml-rs v0.8.21
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking rtnetlink v0.14.1
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking quanta v0.12.3
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]     Checking clap_builder v4.5.17
[INFO] [stderr]     Checking xmltree v0.10.3
[INFO] [stderr]     Checking iroh-metrics v0.29.0
[INFO] [stderr]     Checking postcard v1.0.10
[INFO] [stderr]     Checking futures-buffered v0.2.9
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.93
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking iroh-quinn-proto v0.12.0
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking attohttpc v0.24.1
[INFO] [stderr]     Checking hickory-proto v0.25.0-alpha.2
[INFO] [stderr]     Checking enumflags2 v0.7.10
[INFO] [stderr]     Checking hmac-sha1 v0.2.2
[INFO] [stderr]     Checking num_enum v0.7.3
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking ssh-key v0.6.6
[INFO] [stderr]     Checking crypto_box v0.9.1
[INFO] [stderr]     Checking quoted-string-parser v0.1.0
[INFO] [stderr]     Checking pnet_macros_support v0.34.0
[INFO] [stderr]     Checking fdeflate v0.3.4
[INFO] [stderr]     Checking rcgen v0.13.1
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking ttl_cache v0.5.1
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling pnet_macros v0.34.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking serde_bytes v0.11.15
[INFO] [stderr]     Checking netdev v0.31.0
[INFO] [stderr]    Compiling acto v0.7.1
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking bounded-integer v0.5.7
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking no-std-compat v0.4.1
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking hmac-sha256 v1.1.7
[INFO] [stderr]     Checking hostname-validator v1.1.1
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking governor v0.7.0
[INFO] [stderr]     Checking netwatch v0.2.0
[INFO] [stderr]     Checking pnet_packet v0.34.0
[INFO] [stderr]     Checking hickory-resolver v0.25.0-alpha.2
[INFO] [stderr]     Checking iroh-quinn v0.12.0
[INFO] [stderr]     Checking tokio-tungstenite v0.24.0
[INFO] [stderr]     Checking serde_bencode v0.2.4
[INFO] [stderr]     Checking tokio-rustls-acme v0.6.0
[INFO] [stderr]     Checking iroh-base v0.29.0
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking tokio-tungstenite-wasm v0.3.1
[INFO] [stderr]     Checking stun-rs v0.1.8
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.93
[INFO] [stderr]     Checking clap v4.5.17
[INFO] [stderr]     Checking igd-next v0.15.1
[INFO] [stderr]    Compiling bones_ecs_macros_core v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_ecs/macros/core)
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking smol_str v0.1.24
[INFO] [stderr]    Compiling wasm-bindgen v0.2.93
[INFO] [stderr]     Checking lru v0.12.4
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.93
[INFO] [stderr]     Checking hickory-proto v0.24.1
[INFO] [stderr]     Checking mainline v2.0.1
[INFO] [stderr]    Compiling genawaiter-proc-macro v0.99.1
[INFO] [stderr]     Checking iroh-relay v0.29.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]    Compiling bones_ecs_macros v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_ecs/macros)
[INFO] [stderr]     Checking surge-ping v0.8.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking portmapper v0.2.1
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]     Checking simple-dns v0.6.2
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking branches v0.1.3
[INFO] [stderr]     Checking atomicell v0.2.0
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking genawaiter-macro v0.99.1
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking z32 v1.1.1
[INFO] [stderr]     Checking bitset-core v0.1.1
[INFO] [stderr]     Checking swarm-discovery v0.2.1
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking der v0.7.9
[INFO] [stderr]     Checking pkarr v2.2.0
[INFO] [stderr]     Checking genawaiter v0.99.1
[INFO] [stderr]     Checking pp-rs v0.2.1
[INFO] [stderr]     Checking bevy_log v0.11.3
[INFO] [stderr]     Checking bevy_core v0.11.3
[INFO] [stderr]     Checking futures-concurrency v7.6.1
[INFO] [stderr]     Checking watchable v1.1.2
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking netlink-packet-route v0.21.0
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking iroh-net-report v0.29.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]     Checking naga v0.12.3
[INFO] [stderr]     Checking js-sys v0.3.70
[INFO] [stderr]     Checking once_map v0.4.19
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking gpu-alloc v0.5.4
[INFO] [stderr]     Checking unic-langid-impl v0.9.5
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking symphonia-core v0.5.4
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking wgpu-types v0.16.1
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking path-dedot v3.1.1
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking libloading v0.8.5
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]     Checking web-sys v0.3.70
[INFO] [stderr]     Checking profiling v1.0.15
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking ttf-parser v0.24.1
[INFO] [stderr]     Checking symphonia-metadata v0.5.4
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking path-absolutize v3.1.1
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking unic-langid v0.9.5
[INFO] [stderr]     Checking iroh v0.29.0
[INFO] [stderr]     Checking bones_ecs v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_ecs)
[INFO] [stderr]     Checking bevy_hierarchy v0.11.3
[INFO] [stderr]     Checking bevy_input v0.11.3
[INFO] [stderr]     Checking ehttp v0.3.1
[INFO] [stderr]     Checking bevy_time v0.11.3
[INFO] [stderr]     Checking rcgen v0.12.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking owned_ttf_parser v0.24.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking elsa v1.10.0
[INFO] [stderr]     Checking sysinfo v0.29.11
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking ab_glyph v0.2.28
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking bevy_diagnostic v0.11.3
[INFO] [stderr]     Checking bevy_window v0.11.3
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking constgebra v0.1.4
[INFO] [stderr]     Checking symphonia-utils-xiph v0.5.4
[INFO] [stderr]    Compiling encase_derive v0.6.1
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling gc-arena-derive v0.5.3
[INFO] [stderr]     Checking emath v0.23.0
[INFO] [stderr]     Checking ecolor v0.23.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking const_panic v0.2.9
[INFO] [stderr]     Checking epaint v0.23.0
[INFO] [stderr]     Checking encase v0.6.1
[INFO] [stderr]     Checking bevy_asset v0.11.3
[INFO] [stderr]     Checking gc-arena v0.5.3
[INFO] [stderr]     Checking hexasphere v9.1.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking bones_asset v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_asset)
[INFO] [stderr]     Checking bevy_transform v0.11.3
[INFO] [stderr]     Checking naga_oil v0.8.2
[INFO] [stderr]    Compiling bevy_encase_derive v0.11.3
[INFO] [stderr]    Compiling bevy_render_macros v0.11.3
[INFO] [stderr]     Checking bevy_mikktspace v0.11.3
[INFO] [stderr]     Checking type-map v0.5.0
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]     Checking accesskit v0.11.2
[INFO] [stderr]     Checking intl-memoizer v0.5.2
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking piccolo v0.3.3
[INFO] [stderr]     Checking egui v0.23.0
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.4
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.4
[INFO] [stderr]     Checking bones_lib v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_lib)
[INFO] [stderr]     Checking fluent-langneg v0.13.0
[INFO] [stderr]     Checking intl_pluralrules v7.0.2
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking self_cell v0.10.3
[INFO] [stderr]     Checking fluent-syntax v0.11.1
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]     Checking wgpu-hal v0.16.2
[INFO] [stderr]     Checking radsort v0.1.1
[INFO] [stderr]     Checking svg_fmt v0.4.3
[INFO] [stderr]     Checking varinteger v1.0.6
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]    Compiling gilrs v0.11.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking mint v0.5.9
[INFO] [stderr]     Checking gilrs-core v0.6.0
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking bitfield-rle v0.2.1
[INFO] [stderr]     Checking fluent-bundle v0.15.3
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking glam v0.29.0
[INFO] [stderr]     Checking symphonia v0.5.4
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking bevy_a11y v0.11.3
[INFO] [stderr]     Checking accesskit_winit v0.14.4
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking triple_buffer v8.0.0
[INFO] [stderr]     Checking ringbuf v0.3.3
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking if-addrs v0.10.2
[INFO] [stderr]    Compiling rustix v0.38.36
[INFO] [stderr]     Checking rectangle-pack v0.4.2
[INFO] [stderr]     Checking ggrs v0.10.1 (https://github.com/MaxCWhitehead/ggrs.git?rev=96499377407ce55805a9d0367b86860b74c233bd#96499377)
[INFO] [stderr]     Checking bones_matchmaker_proto v0.4.0 (/opt/rustwide/workdir/other_crates/bones_matchmaker_proto)
[INFO] [stderr]     Checking mdns-sd v0.10.5
[INFO] [stderr]     Checking ping-rs v0.1.2
[INFO] [stderr]     Checking noise v0.9.0
[INFO] [stderr]     Checking bevy_winit v0.11.3
[INFO] [stderr]     Checking csscolorparser v0.6.2
[INFO] [stderr]     Checking fluent v0.15.0
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking egui_plot v0.23.0
[INFO] [stderr]     Checking wgpu-core v0.16.1
[INFO] [stderr]     Checking bones_scripting v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_scripting)
[INFO] [stderr]     Checking lyon_geom v1.0.5
[INFO] [stderr]     Checking tracing-appender v0.2.3
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::lua)
[INFO] [stdout]  --> framework_crates/bones_scripting/src/lua.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use piccolo;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]   = note: `piccolo` could refer to a crate passed with `--extern`
[INFO] [stdout]   = help: use `::piccolo` to refer to this crate unambiguously
[INFO] [stdout] note: `piccolo` could also refer to the crate imported here
[INFO] [stdout]  --> framework_crates/bones_scripting/src/lua.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `piccolo` to disambiguate
[INFO] [stdout]   = help: or use `self::piccolo` to refer to this crate unambiguously
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]   = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking sys-locale v0.3.1
[INFO] [stderr]     Checking numquant v0.2.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking lyon_path v1.0.5
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking image v0.25.2
[INFO] [stderr]     Checking float_next_after v1.0.0
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking lyon_tessellation v1.0.15
[INFO] [stderr]     Checking webbrowser v0.8.15
[INFO] [stderr]     Checking lyon_algorithms v1.0.4
[INFO] [stderr]     Checking svgtypes v0.8.2
[INFO] [stderr]     Checking kira v0.9.5
[INFO] [stderr]    Compiling blake3 v1.5.4
[INFO] [stderr]     Checking bones_framework v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_framework)
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]     Checking wgpu v0.16.3
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::audio)
[INFO] [stdout]  --> framework_crates/bones_framework/src/audio.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use kira;
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]   = note: `kira` could refer to a crate passed with `--extern`
[INFO] [stdout]   = help: use `::kira` to refer to this crate unambiguously
[INFO] [stdout] note: `kira` could also refer to the crate imported here
[INFO] [stdout]  --> framework_crates/bones_framework/src/audio.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `kira` to disambiguate
[INFO] [stdout]   = help: or use `self::kira` to refer to this crate unambiguously
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]   = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use fluent;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `fluent` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::fluent` to refer to this crate unambiguously
[INFO] [stdout] note: `fluent` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `fluent` to disambiguate
[INFO] [stdout]    = help: or use `self::fluent` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use fluent_langneg;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `fluent_langneg` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::fluent_langneg` to refer to this crate unambiguously
[INFO] [stdout] note: `fluent_langneg` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `fluent_langneg` to disambiguate
[INFO] [stdout]    = help: or use `self::fluent_langneg` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use intl_memoizer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `intl_memoizer` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::intl_memoizer` to refer to this crate unambiguously
[INFO] [stdout] note: `intl_memoizer` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `intl_memoizer` to disambiguate
[INFO] [stdout]    = help: or use `self::intl_memoizer` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub use sys_locale;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `sys_locale` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::sys_locale` to refer to this crate unambiguously
[INFO] [stdout] note: `sys_locale` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `sys_locale` to disambiguate
[INFO] [stdout]    = help: or use `self::sys_locale` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use unic_langid;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `unic_langid` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::unic_langid` to refer to this crate unambiguously
[INFO] [stdout] note: `unic_langid` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `unic_langid` to disambiguate
[INFO] [stdout]    = help: or use `self::unic_langid` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking scc v1.9.1
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.1
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking bevy_render v0.11.3
[INFO] [stderr]     Checking arboard v3.4.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.1
[INFO] [stderr]     Checking bones_matchmaker v0.4.0 (/opt/rustwide/workdir/other_crates/bones_matchmaker)
[INFO] [stderr]     Checking bevy_ptr v0.12.1
[INFO] [stderr]    Compiling type_ulid_macros v0.2.0 (/opt/rustwide/workdir/other_crates/type_ulid/macros)
[INFO] [stderr]     Checking bevy_utils v0.12.1
[INFO] [stdout] warning: unused import: `super::layout`
[INFO] [stdout]  --> framework_crates/bones_schema/src/alloc/resizable.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use super::layout::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bevy_tasks v0.12.1
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]    Compiling bevy_reflect_derive v0.12.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.12.1
[INFO] [stderr]     Checking pretty_assertions v1.4.0
[INFO] [stderr]     Checking type_ulid v0.2.0 (/opt/rustwide/workdir/other_crates/type_ulid)
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::lua)
[INFO] [stdout]  --> framework_crates/bones_scripting/src/lua.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use piccolo;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]   = note: `piccolo` could refer to a crate passed with `--extern`
[INFO] [stdout]   = help: use `::piccolo` to refer to this crate unambiguously
[INFO] [stdout] note: `piccolo` could also refer to the crate imported here
[INFO] [stdout]  --> framework_crates/bones_scripting/src/lua.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `piccolo` to disambiguate
[INFO] [stdout]   = help: or use `self::piccolo` to refer to this crate unambiguously
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]   = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::audio)
[INFO] [stdout]  --> framework_crates/bones_framework/src/audio.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use kira;
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]   = note: `kira` could refer to a crate passed with `--extern`
[INFO] [stdout]   = help: use `::kira` to refer to this crate unambiguously
[INFO] [stdout] note: `kira` could also refer to the crate imported here
[INFO] [stdout]  --> framework_crates/bones_framework/src/audio.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `kira` to disambiguate
[INFO] [stdout]   = help: or use `self::kira` to refer to this crate unambiguously
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]   = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use fluent;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `fluent` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::fluent` to refer to this crate unambiguously
[INFO] [stdout] note: `fluent` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `fluent` to disambiguate
[INFO] [stdout]    = help: or use `self::fluent` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use fluent_langneg;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `fluent_langneg` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::fluent_langneg` to refer to this crate unambiguously
[INFO] [stdout] note: `fluent_langneg` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `fluent_langneg` to disambiguate
[INFO] [stdout]    = help: or use `self::fluent_langneg` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use intl_memoizer;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `intl_memoizer` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::intl_memoizer` to refer to this crate unambiguously
[INFO] [stdout] note: `intl_memoizer` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `intl_memoizer` to disambiguate
[INFO] [stdout]    = help: or use `self::intl_memoizer` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub use sys_locale;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `sys_locale` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::sys_locale` to refer to this crate unambiguously
[INFO] [stdout] note: `sys_locale` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `sys_locale` to disambiguate
[INFO] [stdout]    = help: or use `self::sys_locale` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::localization)
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use unic_langid;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout]    = note: `unic_langid` could refer to a crate passed with `--extern`
[INFO] [stdout]    = help: use `::unic_langid` to refer to this crate unambiguously
[INFO] [stdout] note: `unic_langid` could also refer to the crate imported here
[INFO] [stdout]   --> framework_crates/bones_framework/src/localization.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `unic_langid` to disambiguate
[INFO] [stdout]    = help: or use `self::unic_langid` to refer to this crate unambiguously
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bevy_reflect v0.12.1
[INFO] [stdout] warning: unused import: `super::layout`
[INFO] [stdout]  --> framework_crates/bones_schema/src/alloc/resizable.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use super::layout::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bevy_core_pipeline v0.11.3
[INFO] [stderr]     Checking bevy_ecs v0.12.1
[INFO] [stderr]     Checking bevy_sprite v0.11.3
[INFO] [stderr]     Checking bevy_internal v0.11.3
[INFO] [stderr]     Checking bevy v0.11.3
[INFO] [stderr]     Checking bevy_prototype_lyon v0.9.0
[INFO] [stderr]     Checking bevy_egui v0.22.0
[INFO] [stderr]     Checking bones_bevy_renderer v0.4.0 (/opt/rustwide/workdir/framework_crates/bones_bevy_renderer)
[INFO] [stderr]     Checking demo_hello_world v0.4.0 (/opt/rustwide/workdir/demos/hello_world)
[INFO] [stderr]     Checking demo_features v0.4.0 (/opt/rustwide/workdir/demos/features)
[INFO] [stderr]     Checking demo_scripting v0.4.0 (/opt/rustwide/workdir/demos/scripting)
[INFO] [stderr]     Checking demo_asset_packs v0.4.0 (/opt/rustwide/workdir/demos/asset_packs)
[INFO] [stderr]     Checking demo_assets_minimal v0.4.0 (/opt/rustwide/workdir/demos/assets_minimal)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s
[INFO] running `Command { std: "docker" "inspect" "fdb84dcdd7e8e0b16b5e46deb713848364ea5bdb94fbbef019f14cdacc42f627", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdb84dcdd7e8e0b16b5e46deb713848364ea5bdb94fbbef019f14cdacc42f627", kill_on_drop: false }`
[INFO] [stdout] fdb84dcdd7e8e0b16b5e46deb713848364ea5bdb94fbbef019f14cdacc42f627
