[INFO] cloning repository https://github.com/m1raystal-rc/IceSpar
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/m1raystal-rc/IceSpar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm1raystal-rc%2FIceSpar", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm1raystal-rc%2FIceSpar'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 91e5b36aa34a36541029dc47044aabf6674d2b3b
[INFO] checking m1raystal-rc/IceSpar against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm1raystal-rc%2FIceSpar" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/m1raystal-rc/IceSpar
[INFO] finished tweaking git repo https://github.com/m1raystal-rc/IceSpar
[INFO] tweaked toml for git repo https://github.com/m1raystal-rc/IceSpar written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/m1raystal-rc/IceSpar on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/m1raystal-rc/IceSpar 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `ice_spar` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc1/source/target/.../ice_spar
[INFO] [stderr]    |                                                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ice-spar`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "ice_spar"
[INFO] [stderr] 22 + name = "ice-spar"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ice-spar`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:23:19
[INFO] [stderr]    |
[INFO] [stderr] 23 ~ version = "0.1.0"
[INFO] [stderr] 24 + [[bin]]
[INFO] [stderr] 25 + name = "ice-spar"
[INFO] [stderr] 26 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ice_spar` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sctk-adwaita v0.8.3
[INFO] [stderr]   Downloaded winit v0.29.15
[INFO] [stderr]   Downloaded wgpu v0.19.4
[INFO] [stderr]   Downloaded wgpu-hal v0.19.5
[INFO] [stderr]   Downloaded d3d12 v0.19.0
[INFO] [stderr]   Downloaded wgpu-core v0.19.4
[INFO] [stderr]   Downloaded russimp-sys-ng v2.0.6
[INFO] [stderr]   Downloaded russimp-ng v3.2.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] aa9c2e429cce12c15619eacf5c759ab30e019cc5624f7420fe0cf5314f583630
[INFO] running `Command { std: "docker" "start" "aa9c2e429cce12c15619eacf5c759ab30e019cc5624f7420fe0cf5314f583630", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa9c2e429cce12c15619eacf5c759ab30e019cc5624f7420fe0cf5314f583630", 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" "aa9c2e429cce12c15619eacf5c759ab30e019cc5624f7420fe0cf5314f583630" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aa9c2e429cce12c15619eacf5c759ab30e019cc5624f7420fe0cf5314f583630", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aa9c2e429cce12c15619eacf5c759ab30e019cc5624f7420fe0cf5314f583630" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `ice_spar` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../ice_spar
[INFO] [stderr]    |                          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `ice-spar`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "ice_spar"
[INFO] [stderr] 22 + name = "ice-spar"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `ice-spar`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:23:19
[INFO] [stderr]    |
[INFO] [stderr] 23 ~ version = "0.1.0"
[INFO] [stderr] 24 + [[bin]]
[INFO] [stderr] 25 + name = "ice-spar"
[INFO] [stderr] 26 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `ice_spar` (manifest) generated 1 warning
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling h2 v0.4.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]     Checking wayland-protocols v0.31.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]     Checking calloop v0.12.4
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling wgpu-hal v0.19.5
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.1
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking wayland-protocols-wlr v0.2.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking naga v0.19.2
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking calloop-wayland-source v0.2.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling wgpu-core v0.19.4
[INFO] [stderr]     Checking wgpu-types v0.19.2
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking glow v0.13.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling winit v0.29.15
[INFO] [stderr]    Compiling wgpu v0.19.4
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking sctk-adwaita v0.8.3
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking wayland-protocols-plasma v0.2.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]    Compiling russimp-sys-ng v2.0.6
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking glam v0.25.0
[INFO] [stderr]     Checking pollster v0.3.0
[INFO] [stderr]     Checking russimp-ng v3.2.7
[INFO] [stderr]     Checking ice_spar v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wgpu v0.19.4, wgpu-core v0.19.4, wgpu-hal v0.19.5, winit v0.29.15
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "aa9c2e429cce12c15619eacf5c759ab30e019cc5624f7420fe0cf5314f583630", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa9c2e429cce12c15619eacf5c759ab30e019cc5624f7420fe0cf5314f583630", kill_on_drop: false }`
[INFO] [stdout] aa9c2e429cce12c15619eacf5c759ab30e019cc5624f7420fe0cf5314f583630
