[INFO] cloning repository https://github.com/jakoschiko/bevy_smud_demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jakoschiko/bevy_smud_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakoschiko%2Fbevy_smud_demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakoschiko%2Fbevy_smud_demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9463ed6a57e4f751a8508551bf1d2b5e862be7a9
[INFO] documenting jakoschiko/bevy_smud_demo against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakoschiko%2Fbevy_smud_demo" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/jakoschiko/bevy_smud_demo
[INFO] finished tweaking git repo https://github.com/jakoschiko/bevy_smud_demo
[INFO] tweaked toml for git repo https://github.com/jakoschiko/bevy_smud_demo written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jakoschiko/bevy_smud_demo on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jakoschiko/bevy_smud_demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/jakoschiko/bevy.git`
[INFO] [stderr]     Updating git repository `https://github.com/jakoschiko/bevy_egui.git`
[INFO] [stderr]     Updating git repository `https://github.com/johanhelsing/bevy_pancam.git`
[INFO] [stderr]     Updating git repository `https://github.com/johanhelsing/bevy_smud.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.102
[INFO] [stderr]   Downloaded quick-xml v0.38.3
[INFO] [stderr]   Downloaded flate2 v1.1.4
[INFO] [stderr]   Downloaded wgpu-hal v26.0.5
[INFO] [stderr]   Downloaded litrs v0.4.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 38e60c97eb217961a2fd5d403114b0062291a7394292fa34dd73df7288c6049a
[INFO] running `Command { std: "docker" "start" "38e60c97eb217961a2fd5d403114b0062291a7394292fa34dd73df7288c6049a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38e60c97eb217961a2fd5d403114b0062291a7394292fa34dd73df7288c6049a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "38e60c97eb217961a2fd5d403114b0062291a7394292fa34dd73df7288c6049a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38e60c97eb217961a2fd5d403114b0062291a7394292fa34dd73df7288c6049a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "38e60c97eb217961a2fd5d403114b0062291a7394292fa34dd73df7288c6049a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.102
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling erased-serde v0.4.8
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking bevy_ptr v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking inventory v0.3.21
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]     Checking pxfm v0.1.25
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking const_panic v0.2.15
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking flate2 v1.1.4
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking stackfuture v0.3.0
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling naga v26.0.0
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]     Checking ruzstd v0.8.1
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]    Compiling wgpu-hal v26.0.5
[INFO] [stderr]     Checking ordered-float v5.0.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling wgpu-core v26.0.1
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]    Compiling wgpu v26.0.1
[INFO] [stderr]     Checking ctrlc v3.5.0
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.2.0
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking unicode-ccc v0.2.0
[INFO] [stderr]     Checking rangemap v1.6.0
[INFO] [stderr]     Checking self_cell v1.2.1
[INFO] [stderr]     Checking offset-allocator v0.2.0
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking accesskit v0.21.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]     Checking grid v0.15.0
[INFO] [stderr]     Checking epaint_default_fonts v0.33.0
[INFO] [stderr]     Checking deranged v0.5.4
[INFO] [stderr]     Checking quick-xml v0.38.3
[INFO] [stderr]     Checking taffy v0.7.7
[INFO] [stderr]     Checking moxcms v0.7.7
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking fancy-regex v0.16.2
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking fontdb v0.16.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]    Compiling encase_derive_impl v0.11.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling assert_type_match v0.1.1
[INFO] [stderr]    Compiling bevy_reflect_derive v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]    Compiling bevy_ecs_macros v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]    Compiling bevy_derive v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling bevy_asset_macros v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling encase_derive v0.11.2
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]    Compiling bevy_encase_derive v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]    Compiling bevy_render_macros v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]    Compiling bevy_state_macros v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]     Checking glam v0.30.8
[INFO] [stderr]     Checking wgpu-types v26.0.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking font-types v0.10.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking rustybuzz v0.14.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking read-fonts v0.35.0
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking emath v0.33.0
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking ecolor v0.33.0
[INFO] [stderr]     Checking git-version v0.3.9
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking ron v0.10.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking epaint v0.33.0
[INFO] [stderr]     Checking bevy_platform v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking bevy_utils v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_tasks v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking egui v0.33.0
[INFO] [stderr]     Checking plist v1.8.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking webbrowser v1.0.6
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking skrifa v0.37.0
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking egui_extras v0.33.0
[INFO] [stderr]     Checking bevy_reflect v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking encase v0.11.2
[INFO] [stderr]     Checking hexasphere v16.0.0
[INFO] [stderr]     Checking swash v0.2.6
[INFO] [stderr]     Checking naga_oil v0.19.1
[INFO] [stderr]     Checking accesskit_winit v0.29.1
[INFO] [stderr]     Checking cosmic-text v0.14.2
[INFO] [stderr]     Checking bevy_ecs v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_math v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v26.0.0
[INFO] [stderr]     Checking bevy_color v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_app v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_asset v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_log v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_input v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_time v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_a11y v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_state v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_transform v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_diagnostic v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_window v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_image v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_shader v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_mesh v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_text v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_camera v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_render v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_sprite v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_picking v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_ui v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_input_focus v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_winit v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_core_pipeline v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_sprite_render v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_post_process v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_internal v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_ui_render v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy v0.17.2 (https://github.com/jakoschiko/bevy.git?branch=default-event-handling#88c87041)
[INFO] [stderr]     Checking bevy_smud v0.12.0 (https://github.com/johanhelsing/bevy_smud.git?rev=ffa25ec430a6f33b266da5351604e6f88125e68f#ffa25ec4)
[INFO] [stderr]     Checking bevy_egui v0.38.0 (https://github.com/jakoschiko/bevy_egui.git?branch=default-event-handling#668d20bf)
[INFO] [stderr]     Checking bevy_pancam v0.19.0 (https://github.com/johanhelsing/bevy_pancam.git?rev=706a98fb0f987b0a15d2485bd57028ab39cb0bdc#706a98fb)
[INFO] [stderr]  Documenting bevy_smud_demo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/bevy_smud_demo/index.html
[INFO] running `Command { std: "docker" "inspect" "38e60c97eb217961a2fd5d403114b0062291a7394292fa34dd73df7288c6049a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38e60c97eb217961a2fd5d403114b0062291a7394292fa34dd73df7288c6049a", kill_on_drop: false }`
[INFO] [stdout] 38e60c97eb217961a2fd5d403114b0062291a7394292fa34dd73df7288c6049a
