[INFO] cloning repository https://github.com/wyhhh/snake
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wyhhh/snake" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwyhhh%2Fsnake", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwyhhh%2Fsnake'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 11f56dd02d38f264bbd71b77bbac42345b6b3f3e
[INFO] checking wyhhh/snake against try#db4e1d23234d93b5e96ecc768b35d9090c32cddf for pr-149901-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwyhhh%2Fsnake" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wyhhh/snake
[INFO] finished tweaking git repo https://github.com/wyhhh/snake
[INFO] tweaked toml for git repo https://github.com/wyhhh/snake written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wyhhh/snake on toolchain db4e1d23234d93b5e96ecc768b35d9090c32cddf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wyhhh/snake 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" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44e5c98677c1a5acba0d239871a7cd979c6db879311f6028138bc0297b1591af
[INFO] running `Command { std: "docker" "start" "-a" "44e5c98677c1a5acba0d239871a7cd979c6db879311f6028138bc0297b1591af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44e5c98677c1a5acba0d239871a7cd979c6db879311f6028138bc0297b1591af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44e5c98677c1a5acba0d239871a7cd979c6db879311f6028138bc0297b1591af", kill_on_drop: false }`
[INFO] [stdout] 44e5c98677c1a5acba0d239871a7cd979c6db879311f6028138bc0297b1591af
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 387e80f0a502b81fe2922d3e709fe1f7b4902c93cc0dd5b5d0876436dbd9ed67
[INFO] running `Command { std: "docker" "start" "-a" "387e80f0a502b81fe2922d3e709fe1f7b4902c93cc0dd5b5d0876436dbd9ed67", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling log v0.4.16
[INFO] [stderr]    Compiling signal-hook v0.3.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking vec_list v0.1.0 (https://github.com/wyhhh/vec_list#e9373438)
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]     Checking getrandom v0.2.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.8.2
[INFO] [stderr]     Checking parking_lot v0.12.0
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking num-complex v0.4.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.23.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]     Checking wutil v0.1.0 (https://github.com/wyhhh/wutil.git#cfb80506)
[INFO] [stdout] note: trace_macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/wutil-f2effaecaba364e7/cfb8050/src/util.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 |                 write!(f, "N/A")
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expanding `write! { f, "N/A" }`
[INFO] [stdout]    = note: to `f.write_fmt($crate :: format_args! ("N/A"))`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: trace_macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/wutil-f2effaecaba364e7/cfb8050/src/util.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 | /                 write!(
[INFO] [stdout] 64 | |                     f,
[INFO] [stdout] 65 | |                     "{:.width$?}%",
[INFO] [stdout] 66 | |                     self.0.rate(self.1),
[INFO] [stdout] 67 | |                     width = self.2 as usize
[INFO] [stdout] 68 | |                 )
[INFO] [stdout]    | |_________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expanding `write! { f, "{:.width$?}%", self.0.rate(self.1), width = self.2 as usize }`
[INFO] [stdout]    = note: to `f.write_fmt($crate :: format_args!
[INFO] [stdout]            ("{:.width$?}%", self.0.rate(self.1), width = self.2 as usize))`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: trace_macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/wutil-f2effaecaba364e7/cfb8050/src/util.rs:79:13
[INFO] [stdout]    |
[INFO] [stdout] 79 |             write!(f, "{:?}", self)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expanding `write! { f, "{:?}", self }`
[INFO] [stdout]    = note: to `f.write_fmt($crate :: format_args! ("{:?}", self))`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: trace_macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/wutil-f2effaecaba364e7/cfb8050/src/util.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |                 write!(f, "N/A")
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expanding `write! { f, "N/A" }`
[INFO] [stdout]    = note: to `f.write_fmt($crate :: format_args! ("N/A"))`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: trace_macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/wutil-f2effaecaba364e7/cfb8050/src/util.rs:92:17
[INFO] [stdout]    |
[INFO] [stdout] 92 | /                 write!(
[INFO] [stdout] 93 | |                     f,
[INFO] [stdout] 94 | |                     "{:.width$?}%",
[INFO] [stdout] 95 | |                     100.0 - self.0.rate(self.1),
[INFO] [stdout] 96 | |                     width = self.2 as usize
[INFO] [stdout] 97 | |                 )
[INFO] [stdout]    | |_________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expanding `write! { f, "{:.width$?}%", 100.0 - self.0.rate(self.1), width = self.2 as usize }`
[INFO] [stdout]    = note: to `f.write_fmt($crate :: format_args!
[INFO] [stdout]            ("{:.width$?}%", 100.0 - self.0.rate(self.1), width = self.2 as usize))`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: trace_macro
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/wutil-f2effaecaba364e7/cfb8050/src/util.rs:108:13
[INFO] [stdout]     |
[INFO] [stdout] 108 |             write!(f, "{:?}", self)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expanding `write! { f, "{:?}", self }`
[INFO] [stdout]     = note: to `f.write_fmt($crate :: format_args! ("{:?}", self))`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking snake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]    --> src/main.rs:227:13
[INFO] [stdout]     |
[INFO] [stdout] 227 |             init_static_array!(Snake::zerod(), size_of::<Snake>(), SNAKES);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `init_static_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]   --> src/main.rs:58:72
[INFO] [stdout]    |
[INFO] [stdout] 58 |       pub static mut BOARD: [[Tiers; WIDTH as usize]; HEIGHT as usize] = init_static_array!(
[INFO] [stdout]    |  ________________________________________________________________________^
[INFO] [stdout] 59 | |         Tiers { tiers: vec_list![] },
[INFO] [stdout] 60 | |         size_of::<Tiers>(),
[INFO] [stdout] 61 | |         HEIGHT as usize * WIDTH as usize
[INFO] [stdout] 62 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `init_static_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]    --> src/main.rs:227:13
[INFO] [stdout]     |
[INFO] [stdout] 227 |             init_static_array!(Snake::zerod(), size_of::<Snake>(), SNAKES);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `init_static_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]   --> src/main.rs:58:72
[INFO] [stdout]    |
[INFO] [stdout] 58 |       pub static mut BOARD: [[Tiers; WIDTH as usize]; HEIGHT as usize] = init_static_array!(
[INFO] [stdout]    |  ________________________________________________________________________^
[INFO] [stdout] 59 | |         Tiers { tiers: vec_list![] },
[INFO] [stdout] 60 | |         size_of::<Tiers>(),
[INFO] [stdout] 61 | |         HEIGHT as usize * WIDTH as usize
[INFO] [stdout] 62 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `init_static_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: constructing invalid value at [8]: encountered uninitialized memory, but expected an integer
[INFO] [stdout]   --> src/main.rs:58:72
[INFO] [stdout]    |
[INFO] [stdout] 58 |       pub static mut BOARD: [[Tiers; WIDTH as usize]; HEIGHT as usize] = init_static_array!(
[INFO] [stdout]    |  ________________________________________________________________________^
[INFO] [stdout] 59 | |         Tiers { tiers: vec_list![] },
[INFO] [stdout] 60 | |         size_of::<Tiers>(),
[INFO] [stdout] 61 | |         HEIGHT as usize * WIDTH as usize
[INFO] [stdout] 62 | |     );
[INFO] [stdout]    | |_____^ evaluation of `board::BOARD` failed here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_static_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: constructing invalid value at [8]: encountered uninitialized memory, but expected an integer
[INFO] [stdout]   --> src/main.rs:58:72
[INFO] [stdout]    |
[INFO] [stdout] 58 |       pub static mut BOARD: [[Tiers; WIDTH as usize]; HEIGHT as usize] = init_static_array!(
[INFO] [stdout]    |  ________________________________________________________________________^
[INFO] [stdout] 59 | |         Tiers { tiers: vec_list![] },
[INFO] [stdout] 60 | |         size_of::<Tiers>(),
[INFO] [stdout] 61 | |         HEIGHT as usize * WIDTH as usize
[INFO] [stdout] 62 | |     );
[INFO] [stdout]    | |_____^ evaluation of `board::BOARD` failed here
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_static_array` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:300:21
[INFO] [stdout]     |
[INFO] [stdout] 300 |                 let mut flower_tier =
[INFO] [stdout]     |                     ----^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0080`.
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:300:21
[INFO] [stdout]     |
[INFO] [stdout] 300 |                 let mut flower_tier =
[INFO] [stdout]     |                     ----^^^^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0080`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `snake` (bin "snake") due to 1 previous error; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `snake` (bin "snake" test) due to 1 previous error; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "387e80f0a502b81fe2922d3e709fe1f7b4902c93cc0dd5b5d0876436dbd9ed67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "387e80f0a502b81fe2922d3e709fe1f7b4902c93cc0dd5b5d0876436dbd9ed67", kill_on_drop: false }`
[INFO] [stdout] 387e80f0a502b81fe2922d3e709fe1f7b4902c93cc0dd5b5d0876436dbd9ed67
