[INFO] fetching crate bevy_diagnostic_visualizer 0.1.0...
[INFO] testing bevy_diagnostic_visualizer-0.1.0 against beta-2025-09-21 for beta-1.91-2
[INFO] extracting crate bevy_diagnostic_visualizer 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate bevy_diagnostic_visualizer 0.1.0
[INFO] finished tweaking crates.io crate bevy_diagnostic_visualizer 0.1.0
[INFO] tweaked toml for crates.io crate bevy_diagnostic_visualizer 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bevy_diagnostic_visualizer 0.1.0 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 bevy_diagnostic_visualizer 0.1.0 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] 6fb562cfc28345ecfdf6e05a6da4ed0dafb5a00db3f10bade2c28ea96820c2ab
[INFO] running `Command { std: "docker" "start" "-a" "6fb562cfc28345ecfdf6e05a6da4ed0dafb5a00db3f10bade2c28ea96820c2ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fb562cfc28345ecfdf6e05a6da4ed0dafb5a00db3f10bade2c28ea96820c2ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fb562cfc28345ecfdf6e05a6da4ed0dafb5a00db3f10bade2c28ea96820c2ab", kill_on_drop: false }`
[INFO] [stdout] 6fb562cfc28345ecfdf6e05a6da4ed0dafb5a00db3f10bade2c28ea96820c2ab
[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] 5c0aa893e5a1941aa173bbf989c0499af44bc1bfda8681d7a564b89aab631e9b
[INFO] running `Command { std: "docker" "start" "-a" "5c0aa893e5a1941aa173bbf989c0499af44bc1bfda8681d7a564b89aab631e9b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling thiserror v1.0.35
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling lock_api v0.4.8
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling concurrent-queue v1.2.4
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling futures-io v0.3.24
[INFO] [stderr]    Compiling erased-serde v0.3.23
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling async-channel v1.7.1
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling bevy_ptr v0.8.1
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling ash v0.37.0+1.3.209
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling pp-rs v0.2.1
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling uuid v1.1.2
[INFO] [stderr]    Compiling gpu-alloc-types v0.2.0
[INFO] [stderr]    Compiling gpu-descriptor-types v0.1.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling gpu-alloc v0.5.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling wgpu-types v0.13.2
[INFO] [stderr]    Compiling bevy_tasks v0.8.1
[INFO] [stderr]    Compiling wgpu-core v0.13.2
[INFO] [stderr]    Compiling spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling profiling v1.0.6
[INFO] [stderr]    Compiling glow v0.11.2
[INFO] [stderr]    Compiling renderdoc-sys v0.7.1
[INFO] [stderr]    Compiling inplace_it v0.3.5
[INFO] [stderr]    Compiling copyless v0.1.5
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling const_panic v0.2.4
[INFO] [stderr]    Compiling ahash v0.8.0
[INFO] [stderr]    Compiling ttf-parser v0.15.2
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.7
[INFO] [stderr]    Compiling radsort v0.1.0
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling owned_ttf_parser v0.15.2
[INFO] [stderr]    Compiling ab_glyph v0.2.17
[INFO] [stderr]    Compiling encase_derive_impl v0.3.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.8.1
[INFO] [stderr]    Compiling bytemuck_derive v1.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.35
[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 encase_derive v0.3.0
[INFO] [stderr]    Compiling bevy_render_macros v0.8.1
[INFO] [stderr]    Compiling bevy_encase_derive v0.8.1
[INFO] [stderr]    Compiling bytemuck v1.12.1
[INFO] [stderr]    Compiling image v0.24.3
[INFO] [stderr]    Compiling emath v0.19.0
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling glam v0.21.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.15
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling bevy_utils v0.8.1
[INFO] [stderr]    Compiling gpu-descriptor v0.2.3
[INFO] [stderr]    Compiling epaint v0.19.0
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling egui v0.19.0
[INFO] [stderr]    Compiling bevy_reflect v0.8.1
[INFO] [stderr]    Compiling bevy_math v0.8.1
[INFO] [stderr]    Compiling encase v0.3.0
[INFO] [stderr]    Compiling bevy_mikktspace v0.8.1
[INFO] [stderr]    Compiling hexasphere v7.2.1
[INFO] [stderr]    Compiling naga v0.9.0
[INFO] [stderr]    Compiling bevy_ecs v0.8.1
[INFO] [stderr]    Compiling wgpu-hal v0.13.2
[INFO] [stderr]    Compiling bevy_app v0.8.1
[INFO] [stderr]    Compiling bevy_time v0.8.1
[INFO] [stderr]    Compiling bevy_log 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_diagnostic v0.8.1
[INFO] [stderr]    Compiling bevy_transform v0.8.1
[INFO] [stderr]    Compiling bevy_window v0.8.1
[INFO] [stderr]    Compiling bevy_asset v0.8.1
[INFO] [stderr]    Compiling wgpu v0.13.1
[INFO] [stderr]    Compiling bevy_render v0.8.1
[INFO] [stderr]    Compiling bevy_core_pipeline v0.8.1
[INFO] [stderr]    Compiling bevy_internal v0.8.1
[INFO] [stderr]    Compiling bevy v0.8.1
[INFO] [stderr]    Compiling bevy_egui v0.16.1
[INFO] [stderr]    Compiling bevy_diagnostic_visualizer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] running `Command { std: "docker" "inspect" "5c0aa893e5a1941aa173bbf989c0499af44bc1bfda8681d7a564b89aab631e9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c0aa893e5a1941aa173bbf989c0499af44bc1bfda8681d7a564b89aab631e9b", kill_on_drop: false }`
[INFO] [stdout] 5c0aa893e5a1941aa173bbf989c0499af44bc1bfda8681d7a564b89aab631e9b
[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] e6334c8dff5d3053daf7f529b5673c88cbed1ee017226afc1d1617a452b9d719
[INFO] running `Command { std: "docker" "start" "-a" "e6334c8dff5d3053daf7f529b5673c88cbed1ee017226afc1d1617a452b9d719", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling euclid v0.22.7
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling svg_fmt v0.4.1
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling cpal v0.13.5
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling gltf-derive v1.0.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling ogg v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling rectangle-pack v0.4.2
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling hash32-derive v0.1.1
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling x11-dl v2.20.0
[INFO] [stderr]    Compiling glyph_brush_layout v0.2.3
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling ron v0.7.1
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling lewton v0.10.2
[INFO] [stderr]    Compiling guillotiere v0.6.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling png v0.17.6
[INFO] [stderr]    Compiling taffy v0.1.0
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling filetime v0.2.17
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling uuid v1.1.2
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling bevy_tasks v0.8.1
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling gltf-json v1.0.0
[INFO] [stderr]    Compiling notify v5.0.0-pre.15
[INFO] [stderr]    Compiling ahash v0.8.0
[INFO] [stderr]    Compiling nix v0.22.3
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling image v0.24.3
[INFO] [stderr]    Compiling bevy_utils v0.8.1
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling gpu-descriptor v0.2.3
[INFO] [stderr]    Compiling gilrs-core v0.4.1
[INFO] [stderr]    Compiling bevy_reflect v0.8.1
[INFO] [stderr]    Compiling epaint v0.19.0
[INFO] [stderr]    Compiling webbrowser v0.7.1
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling gilrs v0.9.0
[INFO] [stderr]    Compiling egui v0.19.0
[INFO] [stderr]    Compiling alsa v0.6.0
[INFO] [stderr]    Compiling naga v0.9.0
[INFO] [stderr]    Compiling bevy_ecs v0.8.1
[INFO] [stderr]    Compiling gltf v1.0.0
[INFO] [stderr]    Compiling x11rb v0.9.0
[INFO] [stderr]    Compiling rodio v0.15.0
[INFO] [stderr]    Compiling arboard v2.1.1
[INFO] [stderr]    Compiling bevy_app v0.8.1
[INFO] [stderr]    Compiling bevy_time v0.8.1
[INFO] [stderr]    Compiling bevy_log 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_diagnostic v0.8.1
[INFO] [stderr]    Compiling bevy_transform v0.8.1
[INFO] [stderr]    Compiling bevy_window v0.8.1
[INFO] [stderr]    Compiling bevy_gilrs v0.8.1
[INFO] [stderr]    Compiling bevy_asset v0.8.1
[INFO] [stderr]    Compiling bevy_winit v0.8.1
[INFO] [stderr]    Compiling wgpu-hal v0.13.2
[INFO] [stderr]    Compiling bevy_animation v0.8.1
[INFO] [stderr]    Compiling bevy_audio v0.8.1
[INFO] [stderr]    Compiling wgpu-core v0.13.2
[INFO] [stderr]    Compiling wgpu v0.13.1
[INFO] [stderr]    Compiling bevy_render v0.8.1
[INFO] [stderr]    Compiling bevy_core_pipeline v0.8.1
[INFO] [stderr]    Compiling bevy_scene v0.8.1
[INFO] [stderr]    Compiling bevy_sprite v0.8.1
[INFO] [stderr]    Compiling bevy_pbr v0.8.1
[INFO] [stderr]    Compiling bevy_text v0.8.1
[INFO] [stderr]    Compiling bevy_ui v0.8.1
[INFO] [stderr]    Compiling bevy_gltf v0.8.1
[INFO] [stderr]    Compiling bevy_internal v0.8.1
[INFO] [stderr]    Compiling bevy v0.8.1
[INFO] [stderr]    Compiling bevy_egui v0.16.1
[INFO] [stderr]    Compiling bevy_diagnostic_visualizer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
[INFO] running `Command { std: "docker" "inspect" "e6334c8dff5d3053daf7f529b5673c88cbed1ee017226afc1d1617a452b9d719", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6334c8dff5d3053daf7f529b5673c88cbed1ee017226afc1d1617a452b9d719", kill_on_drop: false }`
[INFO] [stdout] e6334c8dff5d3053daf7f529b5673c88cbed1ee017226afc1d1617a452b9d719
[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] c08e28ee98707f22b5a5822c6d6fa33e2f772bd031b226670013fa22a445bf8a
[INFO] running `Command { std: "docker" "start" "-a" "c08e28ee98707f22b5a5822c6d6fa33e2f772bd031b226670013fa22a445bf8a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bevy_diagnostic_visualizer-110379f1e41fed91)
[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 bevy_diagnostic_visualizer
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 26) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 26) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (55) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.20.0/src/xlib.rs:25:1:
[INFO] [stdout] null pointer dereference occurred
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bbe0e4d9422 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bbe0e4d9422 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bbe0e4d9422 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5bbe0e4d9422 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5bbe0e4ecf5f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5bbe0e4ecf5f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5bbe0e4a9ee1 - std::io::default_write_fmt::h1ecb8c7cfa7da481
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5bbe0e4a9ee1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5bbe0e4b5662 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5bbe0e4b8d5f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5bbe0e4b8bb9 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5bbe0e4b93e5 - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5bbe0e4b9246 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   13:     0x5bbe0e4b5799 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5bbe0e49e11d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5bbe0e4f84ad - core::panicking::panic_nounwind_fmt::runtime::hf619e8fd73995337
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:117:22
[INFO] [stdout]   16:     0x5bbe0e4f84ad - core::panicking::panic_nounwind_fmt::hc177e1bd7a48be0d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/intrinsics/mod.rs:2435:9
[INFO] [stdout]   17:     0x5bbe0e4f868d - core::panicking::panic_null_pointer_dereference::h0eafed6fbb56ab06
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:302:5
[INFO] [stdout]   18:     0x5bbe0c8c221e - <x11_dl::xlib::Xlib::init::SYMS as core::ops::deref::Deref>::deref::__static_ref_initialize::h341cef63e5450483
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.20.0/src/link.rs:40:38
[INFO] [stdout]   19:     0x5bbe0c8c221e - core::ops::function::FnOnce::call_once::hb18b1a398a8a4a6f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   20:     0x5bbe0c8c5653 - lazy_static::lazy::Lazy<T>::get::{{closure}}::h607ccbd19c8bddaa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   21:     0x5bbe0c8c2c9e - std::sync::poison::once::Once::call_once::{{closure}}::h4bdcd5b9b14eceb3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sync/poison/once.rs:156:41
[INFO] [stdout]   22:     0x5bbe0e4b0907 - std::sys::sync::once::futex::Once::call::hac6d2e04704088ae
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/sync/once/futex.rs:178:21
[INFO] [stdout]   23:     0x5bbe0c8c2954 - std::sync::poison::once::Once::call_once::ha063c46ba3760212
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sync/poison/once.rs:156:20
[INFO] [stdout]   24:     0x5bbe0c8cb2f3 - lazy_static::lazy::Lazy<T>::get::hd2f4af34d8dcd99a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   25:     0x5bbe0c8cb2f3 - <x11_dl::xlib::Xlib::init::SYMS as core::ops::deref::Deref>::deref::__stability::hc1807aab665fc5e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   26:     0x5bbe0c8cb2f3 - <x11_dl::xlib::Xlib::init::SYMS as core::ops::deref::Deref>::deref::h50990d78b5fea158
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   27:     0x5bbe0c8cad33 - x11_dl::xlib::Xlib::init::h8249316d8fa1dcf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.20.0/src/link.rs:46:36
[INFO] [stdout]   28:     0x5bbe0c8cb171 - x11_dl::xlib::Xlib::open::h614624488ff22a36
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11-dl-2.20.0/src/link.rs:59:11
[INFO] [stdout]   29:     0x5bbe0c89872b - winit::platform_impl::platform::x11::xdisplay::XConnection::new::h6ac54c31802e79bc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.26.1/src/platform_impl/linux/x11/xdisplay.rs:36:20
[INFO] [stdout]   30:     0x5bbe0c8b5950 - <winit::platform_impl::platform::X11_BACKEND as core::ops::deref::Deref>::deref::__static_ref_initialize::h3a9067b804094341
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.26.1/src/platform_impl/linux/mod.rs:102:20
[INFO] [stdout]   31:     0x5bbe0c8b5950 - core::ops::function::FnOnce::call_once::hc6e6fdbdbda8e86d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x5bbe0c899aab - lazy_static::lazy::Lazy<T>::get::{{closure}}::h89d660d828f3609f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   33:     0x5bbe0c8903ae - std::sync::poison::once::Once::call_once::{{closure}}::hf281d40aa05d7e9a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sync/poison/once.rs:156:41
[INFO] [stdout]   34:     0x5bbe0e4b0907 - std::sys::sync::once::futex::Once::call::hac6d2e04704088ae
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/sync/once/futex.rs:178:21
[INFO] [stdout]   35:     0x5bbe0c8901b4 - std::sync::poison::once::Once::call_once::heebfba28f3f92d2f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sync/poison/once.rs:156:20
[INFO] [stdout]   36:     0x5bbe0c88e330 - lazy_static::lazy::Lazy<T>::get::h0f80d4eaecd1df6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   37:     0x5bbe0c88e330 - <winit::platform_impl::platform::X11_BACKEND as core::ops::deref::Deref>::deref::__stability::h7b9fbce49dff2c8b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   38:     0x5bbe0c88e330 - <winit::platform_impl::platform::X11_BACKEND as core::ops::deref::Deref>::deref::h5d2a880db661be0d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   39:     0x5bbe0c887a39 - winit::platform_impl::platform::EventLoop<T>::new_x11_any_thread::he57c2d2ed8de9eb8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.26.1/src/platform_impl/linux/mod.rs:646:27
[INFO] [stdout]   40:     0x5bbe0c887886 - winit::platform_impl::platform::EventLoop<T>::new_any_thread::h47eede4dfb18cc4d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.26.1/src/platform_impl/linux/mod.rs:609:29
[INFO] [stdout]   41:     0x5bbe0c887c3b - winit::platform_impl::platform::EventLoop<T>::new::hb8c0ff00d98abcea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.26.1/src/platform_impl/linux/mod.rs:574:9
[INFO] [stdout]   42:     0x5bbe0c8b1c4c - winit::event_loop::EventLoop<T>::with_user_event::ha1fd8ba35807ac81
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.26.1/src/event_loop.rs:134:25
[INFO] [stdout]   43:     0x5bbe0c8b1c7e - winit::event_loop::EventLoop<()>::new::h37260bc4db6641d2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.26.1/src/event_loop.rs:120:9
[INFO] [stdout]   44:     0x5bbe0c86d02b - <bevy_winit::WinitPlugin as bevy_app::plugin::Plugin>::build::hac101b568cafac17
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_winit-0.8.1/src/lib.rs:50:26
[INFO] [stdout]   45:     0x5bbe0e26fd94 - bevy_app::plugin_group::PluginGroupBuilder::finish::h5103b25097cf8a80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_app-0.8.1/src/plugin_group.rs:135:34
[INFO] [stdout]   46:     0x5bbe0c56407c - bevy_app::app::App::add_plugins::h38905e86e8a0e2a2
[INFO] [stdout]   47:     0x5bbe0c5640f4 - rust_out::main::h909c389308a13d94
[INFO] [stdout]   48:     0x5bbe0c5633e3 - core::ops::function::FnOnce::call_once::he80aaf16098e337a
[INFO] [stdout]   49:     0x5bbe0c563366 - std::sys::backtrace::__rust_begin_short_backtrace::hd4f5856814720a68
[INFO] [stdout]   50:     0x5bbe0c563349 - std::rt::lang_start::{{closure}}::hdd522a24cafb4b4b
[INFO] [stdout]   51:     0x5bbe0e4ab9e0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h4967fb77e0dfb65c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   52:     0x5bbe0e4ab9e0 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x5bbe0e4ab9e0 - std::panicking::catch_unwind::h26f0e342004b5114
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   54:     0x5bbe0e4ab9e0 - std::panic::catch_unwind::h9ee33ca17775d897
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5bbe0e4ab9e0 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24
[INFO] [stdout]   56:     0x5bbe0e4ab9e0 - std::panicking::catch_unwind::do_call::h819db0a7788e7259
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   57:     0x5bbe0e4ab9e0 - std::panicking::catch_unwind::h23e08fb4a7b9f405
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   58:     0x5bbe0e4ab9e0 - std::panic::catch_unwind::h7ca3d9eabb6135ff
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x5bbe0e4ab9e0 - std::rt::lang_start_internal::h06ad7395f4fda8d7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5
[INFO] [stdout]   60:     0x5bbe0c563331 - std::rt::lang_start::h5d51bffdfd88737a
[INFO] [stdout]   61:     0x5bbe0c5642a5 - main
[INFO] [stdout]   62:     0x79fdc32d61ca - <unknown>
[INFO] [stdout]   63:     0x79fdc32d628b - __libc_start_main
[INFO] [stdout]   64:     0x5bbe0c563195 - _start
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 26)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.88s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "c08e28ee98707f22b5a5822c6d6fa33e2f772bd031b226670013fa22a445bf8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c08e28ee98707f22b5a5822c6d6fa33e2f772bd031b226670013fa22a445bf8a", kill_on_drop: false }`
[INFO] [stdout] c08e28ee98707f22b5a5822c6d6fa33e2f772bd031b226670013fa22a445bf8a
