[INFO] cloning repository https://github.com/beoboo/rustnes [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/beoboo/rustnes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeoboo%2Frustnes", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeoboo%2Frustnes'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d197a47e1d73619dba12f0dacfaa2c2b20cdbf5b [INFO] testing beoboo/rustnes against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbeoboo%2Frustnes" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/beoboo/rustnes on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/beoboo/rustnes [INFO] finished tweaking git repo https://github.com/beoboo/rustnes [INFO] tweaked toml for git repo https://github.com/beoboo/rustnes written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/beoboo/rustnes already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2910ff60395dea5cf3ab9b1269858c38e3ff648cf71d2230bd910ad46a142d9f [INFO] running `Command { std: "docker" "start" "-a" "2910ff60395dea5cf3ab9b1269858c38e3ff648cf71d2230bd910ad46a142d9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2910ff60395dea5cf3ab9b1269858c38e3ff648cf71d2230bd910ad46a142d9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2910ff60395dea5cf3ab9b1269858c38e3ff648cf71d2230bd910ad46a142d9f", kill_on_drop: false }` [INFO] [stdout] 2910ff60395dea5cf3ab9b1269858c38e3ff648cf71d2230bd910ad46a142d9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 036747f9e50db3356f95ca23a9ab7c4c650324f3def9dea02913058999022bed [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "036747f9e50db3356f95ca23a9ab7c4c650324f3def9dea02913058999022bed", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling proc-macro2 v1.0.20 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling syn v1.0.40 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling mio v0.7.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling signal-hook v0.1.16 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossterm v0.17.7 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Compiling num_enum v0.5.1 [INFO] [stderr] Compiling rustnes-lib v0.1.0 (/opt/rustwide/workdir/lib) [INFO] [stdout] error[E0030]: lower range bound must be less than or equal to upper [INFO] [stdout] --> lib/src/ppu/mod.rs:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | 0x23C0..=0x23BF => self.name_tables[0].write_byte(self.address - 0x23C0, data), [INFO] [stdout] | ^^^^^^ lower bound larger than upper bound [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> lib/src/ppu/mod.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 141 | 0x23C0..=0x23BF => self.name_tables[0].write_byte(self.address - 0x23C0, data), [INFO] [stdout] | --------------- matches any value [INFO] [stdout] 142 | 0x3F00..=0x3F0F => self.palette_maps[0].write_byte(self.address - 0x3F00, data), [INFO] [stdout] | ^^^^^^^^^^^^^^^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> lib/src/ppu/mod.rs:143:13 [INFO] [stdout] | [INFO] [stdout] 141 | 0x23C0..=0x23BF => self.name_tables[0].write_byte(self.address - 0x23C0, data), [INFO] [stdout] | --------------- matches any value [INFO] [stdout] 142 | 0x3F00..=0x3F0F => self.palette_maps[0].write_byte(self.address - 0x3F00, data), [INFO] [stdout] 143 | _ => panic!(format!("[Ppu::write_byte] Not mapped address: {:#6X}", self.address)) [INFO] [stdout] | ^ unreachable pattern [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0030`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustnes-lib` due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "036747f9e50db3356f95ca23a9ab7c4c650324f3def9dea02913058999022bed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "036747f9e50db3356f95ca23a9ab7c4c650324f3def9dea02913058999022bed", kill_on_drop: false }` [INFO] [stdout] 036747f9e50db3356f95ca23a9ab7c4c650324f3def9dea02913058999022bed