[INFO] cloning repository https://github.com/amedoeyes/longcat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amedoeyes/longcat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famedoeyes%2Flongcat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famedoeyes%2Flongcat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eae1f4136da559250eebb8da92d6eb1796b5a2a1 [INFO] checking amedoeyes/longcat against try#95813608313bff49cfc1afc393a946a3c085b772 for pr-148946 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famedoeyes%2Flongcat" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/amedoeyes/longcat [INFO] finished tweaking git repo https://github.com/amedoeyes/longcat [INFO] tweaked toml for git repo https://github.com/amedoeyes/longcat written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/amedoeyes/longcat on toolchain 95813608313bff49cfc1afc393a946a3c085b772 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/amedoeyes/longcat 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" "+95813608313bff49cfc1afc393a946a3c085b772" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f7d90a1291b53399d7b009efefa626ac579e04732a82e995c6a05465ace5eb72 [INFO] running `Command { std: "docker" "start" "-a" "f7d90a1291b53399d7b009efefa626ac579e04732a82e995c6a05465ace5eb72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f7d90a1291b53399d7b009efefa626ac579e04732a82e995c6a05465ace5eb72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7d90a1291b53399d7b009efefa626ac579e04732a82e995c6a05465ace5eb72", kill_on_drop: false }` [INFO] [stdout] f7d90a1291b53399d7b009efefa626ac579e04732a82e995c6a05465ace5eb72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+95813608313bff49cfc1afc393a946a3c085b772" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8925c355ae0ad07531cb08de45d1f1ae7ef54e09fc5eef187f530d8cdd4d3a8f [INFO] running `Command { std: "docker" "start" "-a" "8925c355ae0ad07531cb08de45d1f1ae7ef54e09fc5eef187f530d8cdd4d3a8f", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling bytemuck_derive v1.10.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling bevy_reflect_derive v0.16.1 [INFO] [stderr] Compiling assert_type_match v0.1.1 [INFO] [stderr] Compiling variadics_please v1.1.0 [INFO] [stderr] Compiling bevy_ecs_macros v0.16.1 [INFO] [stderr] Compiling bevy_derive v0.16.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Checking bytemuck v1.23.1 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Compiling wayland-sys v0.31.7 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking thiserror v2.0.12 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling wayland-backend v0.3.11 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling wayland-client v0.31.11 [INFO] [stderr] Compiling wayland-scanner v0.31.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Compiling encase_derive v0.10.0 [INFO] [stderr] Checking const_panic v0.2.13 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking async-fs v2.1.3 [INFO] [stderr] Checking ash v0.38.0+1.3.281 [INFO] [stderr] Compiling bevy_asset_macros v0.16.1 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Compiling litrs v0.4.2 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Checking hashbrown v0.15.4 [INFO] [stderr] Checking glam v0.29.3 [INFO] [stderr] Checking smol_str v0.2.2 [INFO] [stderr] Checking derive_more v1.0.0 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Checking erased-serde v0.4.6 [INFO] [stderr] Checking indexmap v2.10.0 [INFO] [stderr] Checking bevy_platform v0.16.1 [INFO] [stderr] Checking nix v0.30.1 [INFO] [stderr] Checking bevy_utils v0.16.1 [INFO] [stderr] Checking bevy_tasks v0.16.1 [INFO] [stderr] Checking wgpu-types v24.0.0 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Checking ctrlc v3.4.7 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking gpu-descriptor-types v0.2.0 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking gpu-descriptor v0.3.2 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Checking image v0.25.6 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Compiling wgpu v24.0.5 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Compiling bevy_encase_derive v0.16.1 [INFO] [stderr] Checking font-types v0.9.0 [INFO] [stderr] Checking polling v3.9.0 [INFO] [stderr] Compiling bevy_render_macros v0.16.1 [INFO] [stderr] Checking bevy_reflect v0.16.1 [INFO] [stderr] Checking encase v0.10.0 [INFO] [stderr] Checking bevy_mikktspace v0.16.1 [INFO] [stderr] Checking hexasphere v15.1.0 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking wayland-protocols v0.32.9 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking wayland-cursor v0.31.11 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Checking owned_ttf_parser v0.25.1 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking read-fonts v0.29.3 [INFO] [stderr] Checking ab_glyph v0.2.31 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking naga v24.0.0 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Compiling winit v0.30.12 [INFO] [stderr] error: could not compile `bevy_reflect` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/95813608313bff49cfc1afc393a946a3c085b772/bin/rustc --crate-name bevy_reflect --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_reflect-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unwrap_or_default' --warn=unused_qualifications --warn=unsafe_op_in_unsafe_fn --deny=unsafe_code --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::too_long_first_doc_paragraph' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::nonstandard_macro_braces' '--allow=clippy::needless_lifetimes' --warn=missing_docs '--warn=clippy::match_same_arms' '--warn=clippy::manual_let_else' '--warn=clippy::doc_markdown' '--warn=clippy::allow_attributes_without_reason' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(docsrs_dep)' -C debug-assertions=on --cfg 'feature="debug"' --cfg 'feature="debug_stack"' --cfg 'feature="default"' --cfg 'feature="glam"' --cfg 'feature="smallvec"' --cfg 'feature="smol_str"' --cfg 'feature="std"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "debug", "debug_stack", "default", "documentation", "functions", "glam", "hashbrown", "petgraph", "smallvec", "smol_str", "std", "uuid", "web", "wgpu-types"))' -C metadata=0c44853c9aee52e5 -C extra-filename=-bb5d0322608fbe94 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern assert_type_match=/opt/rustwide/target/debug/deps/libassert_type_match-d026a09f02ee7089.so --extern bevy_platform=/opt/rustwide/target/debug/deps/libbevy_platform-90ecfcb98d1d5ff0.rmeta --extern bevy_ptr=/opt/rustwide/target/debug/deps/libbevy_ptr-fa0575b2e852b424.rmeta --extern bevy_reflect_derive=/opt/rustwide/target/debug/deps/libbevy_reflect_derive-b78cf73749bca59e.so --extern bevy_utils=/opt/rustwide/target/debug/deps/libbevy_utils-c9de8f1bd697ede2.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-e6d7ea53ac07eee1.rmeta --extern disqualified=/opt/rustwide/target/debug/deps/libdisqualified-5dd88361e5740b69.rmeta --extern downcast_rs=/opt/rustwide/target/debug/deps/libdowncast_rs-ad3865433fdda579.rmeta --extern erased_serde=/opt/rustwide/target/debug/deps/liberased_serde-6ed844197d786e4d.rmeta --extern foldhash=/opt/rustwide/target/debug/deps/libfoldhash-0ee2212aea1c172a.rmeta --extern glam=/opt/rustwide/target/debug/deps/libglam-fd022c8a765861ef.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-50026a4ee68940b3.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-b997d953a52b5c96.rmeta --extern smol_str=/opt/rustwide/target/debug/deps/libsmol_str-e8f4f80a9bbdb844.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-69ea9119cc1fab82.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-7d216a7dca6dc832.rmeta --extern variadics_please=/opt/rustwide/target/debug/deps/libvariadics_please-9eaf6d33d0370871.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ash` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/95813608313bff49cfc1afc393a946a3c085b772/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=ec2665b26542fe6d -C extra-filename=-b17b7b0b2fb35b75 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-6d11891985ecf629.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "8925c355ae0ad07531cb08de45d1f1ae7ef54e09fc5eef187f530d8cdd4d3a8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8925c355ae0ad07531cb08de45d1f1ae7ef54e09fc5eef187f530d8cdd4d3a8f", kill_on_drop: false }` [INFO] [stdout] 8925c355ae0ad07531cb08de45d1f1ae7ef54e09fc5eef187f530d8cdd4d3a8f