[INFO] cloning repository https://github.com/allevo/snake-fosdem [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/allevo/snake-fosdem" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fallevo%2Fsnake-fosdem", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fallevo%2Fsnake-fosdem'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 171817ccd5d1f36e185f4c5341bef8f00bbcc1d5 [INFO] testing allevo/snake-fosdem against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fallevo%2Fsnake-fosdem" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/allevo/snake-fosdem on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/allevo/snake-fosdem [INFO] finished tweaking git repo https://github.com/allevo/snake-fosdem [INFO] tweaked toml for git repo https://github.com/allevo/snake-fosdem written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/allevo/snake-fosdem 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.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tracing-web v0.1.2 [INFO] [stderr] Downloaded bevy_asset_loader_derive v0.14.0 [INFO] [stderr] Downloaded iyes_loopless v0.9.1 [INFO] [stderr] Downloaded bevy_asset_loader v0.14.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b404a9189d89d6024bf11bddbe900a5e7e3987d0fa640a5ba310ca057e098179 [INFO] running `Command { std: "docker" "start" "-a" "b404a9189d89d6024bf11bddbe900a5e7e3987d0fa640a5ba310ca057e098179", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b404a9189d89d6024bf11bddbe900a5e7e3987d0fa640a5ba310ca057e098179", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b404a9189d89d6024bf11bddbe900a5e7e3987d0fa640a5ba310ca057e098179", kill_on_drop: false }` [INFO] [stdout] b404a9189d89d6024bf11bddbe900a5e7e3987d0fa640a5ba310ca057e098179 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bf468f8f5c32fddb67f7403f5e2252c4674285af8fb788a3c2128941a172935 [INFO] running `Command { std: "docker" "start" "-a" "7bf468f8f5c32fddb67f7403f5e2252c4674285af8fb788a3c2128941a172935", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.50 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling once_cell v1.17.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling parking_lot_core v0.9.6 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling futures-core v0.3.26 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling futures-io v0.3.26 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling concurrent-queue v2.1.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling erased-serde v0.3.24 [INFO] [stderr] Compiling uuid v1.3.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling bevy_ptr v0.9.1 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling bevy_tasks v0.9.1 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling raw-window-handle v0.5.0 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling anyhow v1.0.68 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling ash v0.37.2+1.3.238 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling pp-rs v0.2.1 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling bevy_macro_utils v0.9.1 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling filetime v0.2.19 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling wgpu-core v0.14.2 [INFO] [stderr] Compiling gpu-alloc v0.5.3 [INFO] [stderr] Compiling notify v5.1.0 [INFO] [stderr] Compiling encase_derive_impl v0.4.1 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling bytemuck_derive v1.4.0 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling bevy_reflect_derive v0.9.1 [INFO] [stderr] Compiling bevy_ecs_macros v0.9.1 [INFO] [stderr] Compiling bytemuck v1.13.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling bevy_derive v0.9.1 [INFO] [stderr] Compiling wgpu-types v0.14.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling renderdoc-sys v0.7.1 [INFO] [stderr] Compiling profiling v1.0.7 [INFO] [stderr] Compiling glow v0.11.2 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling encase_derive v0.4.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling const_panic v0.2.7 [INFO] [stderr] Compiling png v0.17.7 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling bevy_encase_derive v0.9.1 [INFO] [stderr] Compiling bevy_render_macros v0.9.1 [INFO] [stderr] Compiling image v0.24.5 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling radsort v0.1.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.83 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling ttf-parser v0.18.1 [INFO] [stderr] Compiling nix v0.23.2 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling euclid v0.22.7 [INFO] [stderr] Compiling svg_fmt v0.4.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling bumpalo v3.12.0 [INFO] [stderr] Compiling cpal v0.14.2 [INFO] [stderr] Compiling owned_ttf_parser v0.18.1 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling glam v0.22.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling bevy_utils v0.9.1 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling gpu-descriptor v0.2.3 [INFO] [stderr] Compiling alsa v0.6.0 [INFO] [stderr] Compiling petgraph v0.6.2 [INFO] [stderr] Compiling ab_glyph v0.2.19 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling bevy_math v0.9.1 [INFO] [stderr] Compiling bevy_reflect v0.9.1 [INFO] [stderr] Compiling encase v0.4.1 [INFO] [stderr] Compiling bevy_mikktspace v0.9.1 [INFO] [stderr] Compiling hexasphere v8.0.0 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.83 [INFO] [stderr] Compiling guillotiere v0.6.2 [INFO] [stderr] Compiling gltf-derive v1.0.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling naga v0.10.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling gilrs v0.10.1 [INFO] [stderr] Compiling rectangle-pack v0.4.2 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling glyph_brush_layout v0.2.3 [INFO] [stderr] Compiling ron v0.8.0 [INFO] [stderr] Compiling gilrs-core v0.5.2 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.83 [INFO] [stderr] Compiling gltf-json v1.0.0 [INFO] [stderr] Compiling bevy_ecs v0.9.1 [INFO] [stderr] Compiling hash32-derive v0.1.1 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.83 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling taffy v0.1.0 [INFO] [stderr] Compiling rodio v0.16.0 [INFO] [stderr] Compiling gltf v1.0.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.83 [INFO] [stderr] Compiling snake v0.1.0 (/opt/rustwide/workdir/snake) [INFO] [stderr] Compiling bevy_asset_loader_derive v0.14.0 [INFO] [stderr] Compiling winit v0.27.5 [INFO] [stderr] Compiling js-sys v0.3.60 [INFO] [stderr] Compiling console_error_panic_hook v0.1.7 [INFO] [stderr] Compiling wgpu-hal v0.14.1 [INFO] [stderr] Compiling bevy_app v0.9.1 [INFO] [stderr] Compiling bevy_log v0.9.1 [INFO] [stderr] Compiling bevy_core v0.9.1 [INFO] [stderr] Compiling bevy_time v0.9.1 [INFO] [stderr] Compiling bevy_input v0.9.1 [INFO] [stderr] Compiling bevy_diagnostic v0.9.1 [INFO] [stderr] Compiling bevy_hierarchy v0.9.1 [INFO] [stderr] Compiling bevy_asset v0.9.1 [INFO] [stderr] Compiling bevy_transform v0.9.1 [INFO] [stderr] Compiling bevy_window v0.9.1 [INFO] [stderr] Compiling bevy_gilrs v0.9.1 [INFO] [stderr] Compiling bevy_animation v0.9.1 [INFO] [stderr] Compiling bevy_audio v0.9.1 [INFO] [stderr] Compiling bevy_winit v0.9.1 [INFO] [stderr] Compiling iyes_loopless v0.9.1 [INFO] [stderr] Compiling web-sys v0.3.60 [INFO] [stderr] Compiling tracing-web v0.1.2 [INFO] [stderr] Compiling handmade-snake v0.1.0 (/opt/rustwide/workdir/handmade-snake) [INFO] [stderr] Compiling wgpu v0.14.2 [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> handmade-snake/src/lib.rs:52:25 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct PointWrapper(usize, usize); [INFO] [stdout] | ------------ ^^^^^ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing these fields [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bevy_render v0.9.1 [INFO] [stderr] Compiling bevy_core_pipeline v0.9.1 [INFO] [stderr] Compiling bevy_scene v0.9.1 [INFO] [stderr] Compiling bevy_sprite v0.9.1 [INFO] [stderr] Compiling bevy_pbr v0.9.1 [INFO] [stderr] Compiling bevy_text v0.9.1 [INFO] [stderr] Compiling bevy_ui v0.9.1 [INFO] [stderr] Compiling bevy_gltf v0.9.1 [INFO] [stderr] Compiling bevy_internal v0.9.1 [INFO] [stderr] Compiling bevy v0.9.1 [INFO] [stderr] Compiling bevy_asset_loader v0.14.1 [INFO] [stderr] Compiling bevy-snake v0.1.0 (/opt/rustwide/workdir/bevy-snake) [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> bevy-snake/src/choose_game_plugin/components.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ChooseGameButtonComponent { [INFO] [stdout] | ------------------------- field in this struct [INFO] [stdout] 8 | pub name: &'static str, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `text_color` is never read [INFO] [stdout] --> bevy-snake/src/resources.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Assets { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 50 | pub text_color: Color, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 17s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.83 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "7bf468f8f5c32fddb67f7403f5e2252c4674285af8fb788a3c2128941a172935", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bf468f8f5c32fddb67f7403f5e2252c4674285af8fb788a3c2128941a172935", kill_on_drop: false }` [INFO] [stdout] 7bf468f8f5c32fddb67f7403f5e2252c4674285af8fb788a3c2128941a172935 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f26bd6b2de431923a9fe47458ae63e7fe8c58acd8431eeaecc504f1e0257869 [INFO] running `Command { std: "docker" "start" "-a" "1f26bd6b2de431923a9fe47458ae63e7fe8c58acd8431eeaecc504f1e0257869", kill_on_drop: false }` [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.33 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.33 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling snake v0.1.0 (/opt/rustwide/workdir/snake) [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> handmade-snake/src/lib.rs:52:25 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct PointWrapper(usize, usize); [INFO] [stdout] | ------------ ^^^^^ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing these fields [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> bevy-snake/src/choose_game_plugin/components.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ChooseGameButtonComponent { [INFO] [stdout] | ------------------------- field in this struct [INFO] [stdout] 8 | pub name: &'static str, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bevy-snake v0.1.0 (/opt/rustwide/workdir/bevy-snake) [INFO] [stdout] warning: field `text_color` is never read [INFO] [stdout] --> bevy-snake/src/resources.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Assets { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 50 | pub text_color: Color, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wasm-bindgen-test v0.3.33 [INFO] [stderr] Compiling handmade-snake v0.1.0 (/opt/rustwide/workdir/handmade-snake) [INFO] [stdout] warning: field `text_color` is never read [INFO] [stdout] --> bevy-snake/src/resources.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Assets { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 50 | pub text_color: Color, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> handmade-snake/src/lib.rs:52:25 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct PointWrapper(usize, usize); [INFO] [stdout] | ------------ ^^^^^ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing these fields [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 32.89s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.83 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "1f26bd6b2de431923a9fe47458ae63e7fe8c58acd8431eeaecc504f1e0257869", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f26bd6b2de431923a9fe47458ae63e7fe8c58acd8431eeaecc504f1e0257869", kill_on_drop: false }` [INFO] [stdout] 1f26bd6b2de431923a9fe47458ae63e7fe8c58acd8431eeaecc504f1e0257869 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 590086e7cae02631ae721e9f81ad3277522980002e50f1062fface1346a29d65 [INFO] running `Command { std: "docker" "start" "-a" "590086e7cae02631ae721e9f81ad3277522980002e50f1062fface1346a29d65", kill_on_drop: false }` [INFO] [stderr] warning: fields `0` and `1` are never read [INFO] [stderr] --> handmade-snake/src/lib.rs:52:25 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct PointWrapper(usize, usize); [INFO] [stderr] | ------------ ^^^^^ ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | fields in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing these fields [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `handmade-snake` (lib) generated 1 warning [INFO] [stderr] warning: `handmade-snake` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: field `name` is never read [INFO] [stderr] --> bevy-snake/src/choose_game_plugin/components.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct ChooseGameButtonComponent { [INFO] [stderr] | ------------------------- field in this struct [INFO] [stderr] 8 | pub name: &'static str, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `text_color` is never read [INFO] [stderr] --> bevy-snake/src/resources.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 39 | pub struct Assets { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 50 | pub text_color: Color, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `text_color` is never read [INFO] [stderr] --> bevy-snake/src/resources.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 39 | pub struct Assets { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 50 | pub text_color: Color, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `bevy-snake` (lib) generated 2 warnings [INFO] [stderr] warning: `bevy-snake` (lib test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.83 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bevy_snake-7539001babae964d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] error: XDG_RUNTIME_DIR not set in the environment. [INFO] [stderr] [INFO] [stderr] thread 'tests::test_run' panicked at library/core/src/panicking.rs:218:5: [INFO] [stderr] unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX` [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x58476e76336a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x58476e76336a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x58476e76336a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x58476e76336a - ::fmt::he089f96442833f67 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x58476e78d093 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x58476e78d093 - core::fmt::write::h2f210ed4c94745cb [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stderr] 6: 0x58476e75fef3 - std::io::Write::write_fmt::h7de08171ab770fb2 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stderr] 7: 0x58476e7631b2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x58476e7648a0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x58476e764680 - std::panicking::default_hook::h24e207139139d40a [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:322:9 [INFO] [stderr] 10: 0x58476cd79f53 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stderr] 11: 0x58476cd79f53 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stderr] 12: 0x58476e7650d3 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stderr] 13: 0x58476e7650d3 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stderr] 14: 0x58476e764d76 - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:694:13 [INFO] [stderr] 15: 0x58476e763869 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 16: 0x58476e764a3d - rust_begin_unwind [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stderr] 17: 0x58476ccad47d - core::panicking::panic_nounwind_fmt::runtime::hdd2d1a56a8b6cee7 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:117:22 [INFO] [stderr] 18: 0x58476ccad47d - core::panicking::panic_nounwind_fmt::h0d5ff668f956fac4 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/intrinsics/mod.rs:3869:9 [INFO] [stderr] 19: 0x58476ccad512 - core::panicking::panic_nounwind::h385b7d9bda51382d [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:218:5 [INFO] [stderr] 20: 0x58476d1c35d3 - core::slice::raw::from_raw_parts::precondition_check::hf9e01b59bd7d813d [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ub_checks.rs:68:21 [INFO] [stderr] 21: 0x58476d1c3321 - core::slice::raw::from_raw_parts::hcd44529a4b86f792 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ub_checks.rs:75:17 [INFO] [stderr] 22: 0x58476d2cbc62 - bevy_ecs::storage::blob_vec::BlobVec::get_slice::h60aae46826ec83ef [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/storage/blob_vec.rs:298:9 [INFO] [stderr] 23: 0x58476d17e3ee - bevy_ecs::storage::table::Column::get_data_slice::h9c5f763623fca1a5 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/storage/table.rs:191:9 [INFO] [stderr] 24: 0x58476d2df299 - <&T as bevy_ecs::query::fetch::WorldQuery>::set_table::hc89cd7ffb33b780e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/query/fetch.rs:586:13 [INFO] [stderr] 25: 0x58476d24d490 - <(F0,F1) as bevy_ecs::query::fetch::WorldQuery>::set_table::hf7d797f0a61e3a21 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/query/fetch.rs:1197:19 [INFO] [stderr] 26: 0x58476d236891 - bevy_ecs::query::iter::QueryIterationCursor::next::h4c31143446ea74e5 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/query/iter.rs:598:21 [INFO] [stderr] 27: 0x58476d236891 - as core::iter::traits::iterator::Iterator>::next::h939900d4fd6bd83d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/query/iter.rs:53:13 [INFO] [stderr] 28: 0x58476d236891 - as alloc::vec::spec_from_iter_nested::SpecFromIterNested>::from_iter::h2ad7e09ca816634a [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/vec/spec_from_iter_nested.rs:25:32 [INFO] [stderr] 29: 0x58476d24667e - as alloc::vec::spec_from_iter::SpecFromIter>::from_iter::ha43202b84c673182 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/vec/spec_from_iter.rs:34:9 [INFO] [stderr] 30: 0x58476d246124 - as core::iter::traits::collect::FromIterator>::from_iter::hf7464f0bee893f27 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/vec/mod.rs:3427:9 [INFO] [stderr] 31: 0x58476d1bfa25 - core::iter::traits::iterator::Iterator::collect::hc8f87c00d8dcc1a7 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/iter/traits/iterator.rs:1971:9 [INFO] [stderr] 32: 0x58476d2e62d3 - bevy_pbr::render::light::prepare_lights::h360ba55be591e13b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_pbr-0.9.1/src/render/light.rs:785:36 [INFO] [stderr] 33: 0x58476d1f9583 - core::ops::function::FnMut::call_mut::h47b0a67772c03c87 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:166:5 [INFO] [stderr] 34: 0x58476d2dbceb - core::ops::function::impls:: for &mut F>::call_mut::h3c8e588802a7ad39 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:294:13 [INFO] [stderr] 35: 0x58476d172856 - >::run::call_inner::h3417d1e2e38b1305 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/system/function_system.rs:579:21 [INFO] [stderr] 36: 0x58476d2d6726 - >::run::hc22c3eb92182bf7c [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/system/function_system.rs:582:17 [INFO] [stderr] 37: 0x58476d167b5b - as bevy_ecs::system::system::System>::run_unsafe::h294d3336eeb7697b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/system/function_system.rs:409:19 [INFO] [stderr] 38: 0x58476d17deae - bevy_ecs::system::system::System::run::ha9c922e5d0afae3d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/system/system.rs:55:18 [INFO] [stderr] 39: 0x58476e52fe84 - ::run::h65f5ffb76a51c65a [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.9.1/src/schedule/stage.rs:782:29 [INFO] [stderr] 40: 0x58476d6a7708 - ::build::{{closure}}::hbcbf8c158faee6f8 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_render-0.9.1/src/lib.rs:261:21 [INFO] [stderr] 41: 0x58476e4d38ab - as core::ops::function::Fn>::call::hbf630cdc3e8a6a55 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stderr] 42: 0x58476e4d686c - bevy_app::app::App::update::h08de82b1a61bb910 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_app-0.9.1/src/app.rs:154:13 [INFO] [stderr] 43: 0x58476cd05e6a - bevy_snake::tests::run_till::h737609196aa88a24 [INFO] [stderr] at /opt/rustwide/workdir/bevy-snake/src/lib.rs:275:13 [INFO] [stderr] 44: 0x58476cd06572 - bevy_snake::tests::test_run::ha61d102cdccbc446 [INFO] [stderr] at /opt/rustwide/workdir/bevy-snake/src/lib.rs:90:9 [INFO] [stderr] 45: 0x58476cd06537 - bevy_snake::tests::test_run::{{closure}}::h0ba63b1b6918f706 [INFO] [stderr] at /opt/rustwide/workdir/bevy-snake/src/lib.rs:87:18 [INFO] [stderr] 46: 0x58476cd17176 - core::ops::function::FnOnce::call_once::hdbddfa1994986375 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 47: 0x58476cd7f6fb - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 48: 0x58476cd7f6fb - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stderr] 49: 0x58476cd7e633 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stderr] 50: 0x58476cd7e633 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] 51: 0x58476cd7e633 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stderr] 52: 0x58476cd7e633 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stderr] 53: 0x58476cd7e633 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stderr] 54: 0x58476cd7e633 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stderr] 55: 0x58476cd7e633 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stderr] 56: 0x58476cd42365 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stderr] 57: 0x58476cd42365 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stderr] 58: 0x58476cd45da6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stderr] 59: 0x58476cd45da6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stderr] 60: 0x58476cd45da6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stderr] 61: 0x58476cd45da6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stderr] 62: 0x58476cd45da6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stderr] 63: 0x58476cd45da6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stderr] 64: 0x58476cd45da6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stderr] 65: 0x58476e7697bb - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stderr] 66: 0x58476e7697bb - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stderr] 67: 0x58476e7697bb - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stderr] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stderr] 68: 0x733f3d66cac3 - [INFO] [stderr] 69: 0x733f3d6fda04 - clone [INFO] [stderr] 70: 0x0 - [INFO] [stderr] thread caused non-unwinding panic. aborting. [INFO] [stderr] error: test failed, to rerun pass `-p bevy-snake --lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/bevy_snake-7539001babae964d` (signal: 6, SIGABRT: process abort signal) [INFO] running `Command { std: "docker" "inspect" "590086e7cae02631ae721e9f81ad3277522980002e50f1062fface1346a29d65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "590086e7cae02631ae721e9f81ad3277522980002e50f1062fface1346a29d65", kill_on_drop: false }` [INFO] [stdout] 590086e7cae02631ae721e9f81ad3277522980002e50f1062fface1346a29d65