[INFO] cloning repository https://github.com/kyepskee/wfc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kyepskee/wfc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkyepskee%2Fwfc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkyepskee%2Fwfc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 04098b4733d46e7619ecde44246ed336c2bd8c0e
[INFO] testing kyepskee/wfc against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkyepskee%2Fwfc" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kyepskee/wfc
[INFO] finished tweaking git repo https://github.com/kyepskee/wfc
[INFO] tweaked toml for git repo https://github.com/kyepskee/wfc written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kyepskee/wfc on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kyepskee/wfc 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.image.defeault-features
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/Ogeon/palette`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded palette_derive v0.6.1
[INFO] [stderr]   Downloaded rand_mt v4.1.1
[INFO] [stderr]   Downloaded phf_shared v0.11.0
[INFO] [stderr]   Downloaded bytemuck v1.10.0
[INFO] [stderr]   Downloaded phf_generator v0.11.0
[INFO] [stderr]   Downloaded phf_macros v0.11.0
[INFO] [stderr]   Downloaded phf v0.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 845b1c9879de0045a784c2c4c3112ce1e02fdf8fd16dcb6d2c39625137347ba4
[INFO] running `Command { std: "docker" "start" "-a" "845b1c9879de0045a784c2c4c3112ce1e02fdf8fd16dcb6d2c39625137347ba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "845b1c9879de0045a784c2c4c3112ce1e02fdf8fd16dcb6d2c39625137347ba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "845b1c9879de0045a784c2c4c3112ce1e02fdf8fd16dcb6d2c39625137347ba4", kill_on_drop: false }`
[INFO] [stdout] 845b1c9879de0045a784c2c4c3112ce1e02fdf8fd16dcb6d2c39625137347ba4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b67e750d6890666907125c417a26a1ba278dda7274a71dd9f412259488b9abf
[INFO] running `Command { std: "docker" "start" "-a" "9b67e750d6890666907125c417a26a1ba278dda7274a71dd9f412259488b9abf", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: dependencies.image.defeault-features
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling serde v1.0.140
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling phf_shared v0.11.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling palette v0.6.1 (https://github.com/Ogeon/palette#455d0798)
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling bytemuck v1.10.0
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.5
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling rand_mt v4.1.1
[INFO] [stderr]    Compiling phf_generator v0.11.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling tiff v0.6.1
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling phf_macros v0.11.0
[INFO] [stderr]    Compiling palette_derive v0.6.1 (https://github.com/Ogeon/palette#455d0798)
[INFO] [stderr]    Compiling palette_derive v0.6.1
[INFO] [stderr]    Compiling phf v0.11.0
[INFO] [stderr]    Compiling wfc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]    --> src/main.rs:299:24
[INFO] [stdout]     |
[INFO] [stdout] 299 |                     if let Some((xx, yy)) = in_bounds((x as i32 - dx, y as i32 - dy)) && a[x][y] != b[xx][yy] {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]    --> src/main.rs:504:32
[INFO] [stdout]     |
[INFO] [stdout] 504 | ...                   if let Some(val) = res[x][y] && val != self.patterns[pat][dx][dy] {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `VecDeque` and `hash_map::DefaultHasher`
[INFO] [stdout]  --> src/main.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::collections::{hash_map::DefaultHasher, HashMap, VecDeque};
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^^^^^^^^^           ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `palette::Srgb`
[INFO] [stdout]    --> src/main.rs:565:9
[INFO] [stdout]     |
[INFO] [stdout] 565 |     use palette::Srgb;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ImageBuffer`
[INFO] [stdout]    --> src/main.rs:566:17
[INFO] [stdout]     |
[INFO] [stdout] 566 |     use image::{ImageBuffer, RgbImage};
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `unknown`
[INFO] [stdout]    --> src/main.rs:491:13
[INFO] [stdout]     |
[INFO] [stdout] 491 |         let unknown: char = '~';
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_unknown`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ax`
[INFO] [stdout]    --> src/main.rs:494:21
[INFO] [stdout]     |
[INFO] [stdout] 494 |                 let ax = x.min(self.n - self.pattern_size + 1);
[INFO] [stdout]     |                     ^^ help: if this is intentional, prefix it with an underscore: `_ax`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ay`
[INFO] [stdout]    --> src/main.rs:495:21
[INFO] [stdout]     |
[INFO] [stdout] 495 |                 let ay = y.min(self.m - self.pattern_size + 1);
[INFO] [stdout]     |                     ^^ help: if this is intentional, prefix it with an underscore: `_ay`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:568:9
[INFO] [stdout]     |
[INFO] [stdout] 568 |     let mut img = RgbImage::from_fn(n as u32, m as u32, |x, y| {
[INFO] [stdout]     |         ----^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wfc` (bin "wfc") due to 2 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9b67e750d6890666907125c417a26a1ba278dda7274a71dd9f412259488b9abf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b67e750d6890666907125c417a26a1ba278dda7274a71dd9f412259488b9abf", kill_on_drop: false }`
[INFO] [stdout] 9b67e750d6890666907125c417a26a1ba278dda7274a71dd9f412259488b9abf
