[INFO] cloning repository https://github.com/AdmiralPotato/inaccunes [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AdmiralPotato/inaccunes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdmiralPotato%2Finaccunes", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdmiralPotato%2Finaccunes'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c10c2e6c155cb074afd27307d5974d68600c16b6 [INFO] checking AdmiralPotato/inaccunes/c10c2e6c155cb074afd27307d5974d68600c16b6 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdmiralPotato%2Finaccunes" "/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/AdmiralPotato/inaccunes on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AdmiralPotato/inaccunes [INFO] finished tweaking git repo https://github.com/AdmiralPotato/inaccunes [INFO] tweaked toml for git repo https://github.com/AdmiralPotato/inaccunes written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/AdmiralPotato/inaccunes 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded aho-corasick v1.0.2 [INFO] [stderr] Downloaded anyhow v1.0.71 [INFO] [stderr] Downloaded regex v1.8.4 [INFO] [stderr] Downloaded rustix v0.37.20 [INFO] [stderr] Downloaded regex-syntax v0.7.2 [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d44132ff982d68b402a0f1617ed5276de32034356def2919240ab70a5c6778d [INFO] running `Command { std: "docker" "start" "-a" "9d44132ff982d68b402a0f1617ed5276de32034356def2919240ab70a5c6778d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d44132ff982d68b402a0f1617ed5276de32034356def2919240ab70a5c6778d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d44132ff982d68b402a0f1617ed5276de32034356def2919240ab70a5c6778d", kill_on_drop: false }` [INFO] [stdout] 9d44132ff982d68b402a0f1617ed5276de32034356def2919240ab70a5c6778d [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=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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3967222406ad5526af9ff8bcec93517702526e524747c5b144f56a6abd16d484 [INFO] running `Command { std: "docker" "start" "-a" "3967222406ad5526af9ff8bcec93517702526e524747c5b144f56a6abd16d484", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling rustix v0.37.20 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Checking regex-syntax v0.7.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking simd-adler32 v0.3.5 [INFO] [stderr] Checking termcolor v1.2.0 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Checking inaccu6502 v0.1.0 (/opt/rustwide/workdir/inaccu6502) [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Checking fdeflate v0.3.0 [INFO] [stdout] warning: unused variable: `active` [INFO] [stdout] --> inaccu6502/src/cpu.rs:349:38 [INFO] [stdout] | [INFO] [stdout] 349 | pub fn set_irq_signal(&mut self, active: bool) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_active` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `active` [INFO] [stdout] --> inaccu6502/src/cpu.rs:349:38 [INFO] [stdout] | [INFO] [stdout] 349 | pub fn set_irq_signal(&mut self, active: bool) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_active` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Checking flate2 v1.0.26 [INFO] [stderr] Checking aho-corasick v1.0.2 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Checking png v0.17.9 [INFO] [stderr] Checking regex v1.8.4 [INFO] [stderr] Checking is-terminal v0.4.7 [INFO] [stderr] Checking env_logger v0.10.0 [INFO] [stderr] Checking inaccu6502-test v0.1.0 (/opt/rustwide/workdir/inaccu6502-test) [INFO] [stdout] error: couldn't read `inaccu6502-test/src/6502_functional_test.bin`: No such file or directory (os error 2) [INFO] [stdout] --> inaccu6502-test/src/main.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | const BINARY: &[u8] = include_bytes!("6502_functional_test.bin"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `inaccu6502-test/src/6502_functional_test.bin`: No such file or directory (os error 2) [INFO] [stdout] --> inaccu6502-test/src/main.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | const BINARY: &[u8] = include_bytes!("6502_functional_test.bin"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inaccu6502-test` (bin "inaccu6502-test" test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `inaccu6502-test` (bin "inaccu6502-test") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "3967222406ad5526af9ff8bcec93517702526e524747c5b144f56a6abd16d484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3967222406ad5526af9ff8bcec93517702526e524747c5b144f56a6abd16d484", kill_on_drop: false }` [INFO] [stdout] 3967222406ad5526af9ff8bcec93517702526e524747c5b144f56a6abd16d484