[INFO] cloning repository https://github.com/jtharris/nes_play [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jtharris/nes_play" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtharris%2Fnes_play", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtharris%2Fnes_play'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 23e6628024abde9cdcee2a1da1f3ca6123ee1ebd [INFO] testing jtharris/nes_play against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtharris%2Fnes_play" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jtharris/nes_play on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jtharris/nes_play [INFO] finished tweaking git repo https://github.com/jtharris/nes_play [INFO] tweaked toml for git repo https://github.com/jtharris/nes_play written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/jtharris/nes_play already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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] e53b42c34f8edefa280349a8d201056bda9121bc6fa32db5aba074dc392e094e [INFO] running `Command { std: "docker" "start" "-a" "e53b42c34f8edefa280349a8d201056bda9121bc6fa32db5aba074dc392e094e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e53b42c34f8edefa280349a8d201056bda9121bc6fa32db5aba074dc392e094e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e53b42c34f8edefa280349a8d201056bda9121bc6fa32db5aba074dc392e094e", kill_on_drop: false }` [INFO] [stdout] e53b42c34f8edefa280349a8d201056bda9121bc6fa32db5aba074dc392e094e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 597a45568ad5e331501905ce1a2f3d0b05b37d3bd39482cb24e3d44006202c65 [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" "597a45568ad5e331501905ce1a2f3d0b05b37d3bd39482cb24e3d44006202c65", kill_on_drop: false }` [INFO] [stderr] Compiling nes_play v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/cpu.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_mem16` [INFO] [stdout] --> src/cpu.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn write_mem16(&mut self, addr: u16, val: u16) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Accumulator` [INFO] [stdout] --> src/cpu.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | Accumulator, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Absolute` [INFO] [stdout] --> src/cpu.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | Absolute(u16), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AbsoluteX` [INFO] [stdout] --> src/cpu.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | AbsoluteX(u16), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AbsoluteY` [INFO] [stdout] --> src/cpu.rs:151:5 [INFO] [stdout] | [INFO] [stdout] 151 | AbsoluteY(u16), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Immediate` [INFO] [stdout] --> src/cpu.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | Immediate(u8), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IndirectX` [INFO] [stdout] --> src/cpu.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | IndirectX(u8), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IndirectY` [INFO] [stdout] --> src/cpu.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | IndirectY(u8), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ZeroPage` [INFO] [stdout] --> src/cpu.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | ZeroPage(u8), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ZeroPageX` [INFO] [stdout] --> src/cpu.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | ZeroPageX(u8), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ZeroPageY` [INFO] [stdout] --> src/cpu.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | ZeroPageY(u8), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/adc.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/and.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/asl.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/bcc.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(relative: i8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/bcs.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(relative: i8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/beq.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(relative: i8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/bit.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/bmi.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(relative: i8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/bne.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(relative: i8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/bpl.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(relative: i8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/bvc.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(relative: i8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/bvs.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(relative: i8) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/cmp.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/cpx.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/cpy.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/dec.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/eor.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/inc.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Absolute` [INFO] [stdout] --> src/instructions/jmp.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Absolute(u16), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Indirect` [INFO] [stdout] --> src/instructions/jmp.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | Indirect(u16) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/jmp.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(mode: JumpAddressMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/jsr.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(target: u16) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/lda.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/ldx.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/ldy.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/lsr.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/ora.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/rol.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/ror.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/sbc.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/sta.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/stx.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/instructions/sty.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn new(mode: AddressingMode) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 45 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `Command { std: "docker" "inspect" "597a45568ad5e331501905ce1a2f3d0b05b37d3bd39482cb24e3d44006202c65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "597a45568ad5e331501905ce1a2f3d0b05b37d3bd39482cb24e3d44006202c65", kill_on_drop: false }` [INFO] [stdout] 597a45568ad5e331501905ce1a2f3d0b05b37d3bd39482cb24e3d44006202c65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94977165bd58115320a0ba85dc32f785563644dd6ec2e25e3db4b46a6b614909 [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" "94977165bd58115320a0ba85dc32f785563644dd6ec2e25e3db4b46a6b614909", kill_on_drop: false }` [INFO] [stderr] Compiling nes_play v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.40s [INFO] running `Command { std: "docker" "inspect" "94977165bd58115320a0ba85dc32f785563644dd6ec2e25e3db4b46a6b614909", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94977165bd58115320a0ba85dc32f785563644dd6ec2e25e3db4b46a6b614909", kill_on_drop: false }` [INFO] [stdout] 94977165bd58115320a0ba85dc32f785563644dd6ec2e25e3db4b46a6b614909 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", 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] 7435ba89ff352f1c9a0d416eddda893ce194c3a9a7d0e633e3f57ec71b063086 [INFO] running `Command { std: "docker" "start" "-a" "7435ba89ff352f1c9a0d416eddda893ce194c3a9a7d0e633e3f57ec71b063086", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] running 175 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/nes_play-4da6457d473ec633) [INFO] [stdout] test cpu::test::absolute_x_no_wrap_around_write ... ok [INFO] [stdout] test cpu::test::absolute_x_read ... ok [INFO] [stdout] test cpu::test::absolute_x_no_wrap_around_read ... ok [INFO] [stdout] test cpu::test::absolute_x_wrap_around_read ... ok [INFO] [stdout] test cpu::test::absolute_x_wrap_around_write ... ok [INFO] [stdout] test cpu::test::absolute_read ... ok [INFO] [stdout] test cpu::test::push_and_pop_stack ... ok [INFO] [stdout] test cpu::test::indirect_y_write ... ok [INFO] [stdout] test cpu::test::absolute_y_read ... ok [INFO] [stdout] test cpu::test::read_write_16bit_memory ... ok [INFO] [stdout] test cpu::test::indirect_x_read ... ok [INFO] [stdout] test cpu::test::zero_page_read ... ok [INFO] [stdout] test cpu::test::zero_page_write ... ok [INFO] [stdout] test cpu::test::zero_page_x_read ... ok [INFO] [stdout] test cpu::test::zero_page_x_wrap_around_read ... ok [INFO] [stdout] test cpu::test::zero_page_x_wrap_around_write ... ok [INFO] [stdout] test cpu::test::push_values_to_stack ... ok [INFO] [stdout] test cpu::test::immediate_read ... ok [INFO] [stdout] test cpu::test::zero_page_y_read ... ok [INFO] [stdout] test cpu::test::accumulator_write ... ok [INFO] [stdout] test cpu::test::zero_page_y_wrap_around_read ... ok [INFO] [stdout] test cpu::test::zero_page_y_wrap_around_write ... ok [INFO] [stdout] test cpu::test::read_16bit_memory_little_endian ... ok [INFO] [stdout] test cpu::test::indirect_x_write ... ok [INFO] [stdout] test cpu::test::absolute_y_wrap_around_write ... ok [INFO] [stdout] test instructions::adc::test::addition_using_carry ... ok [INFO] [stdout] test cpu::test::indirect_y_read ... ok [INFO] [stdout] test instructions::adc::test::addition_with_overflow_and_negative ... ok [INFO] [stdout] test cpu::test::absolute_y_write ... ok [INFO] [stdout] test cpu::test::zero_page_y_write ... ok [INFO] [stdout] test instructions::and::test::zero_flag_and ... ok [INFO] [stdout] test instructions::adc::test::basic_addition ... ok [INFO] [stdout] test instructions::adc::test::addition_with_overflow_zero_and_carry ... ok [INFO] [stdout] test cpu::test::read_write_8bit_memory ... ok [INFO] [stdout] test instructions::and::test::negative_flag_and ... ok [INFO] [stdout] test instructions::bcc::test::no_effect ... ok [INFO] [stdout] test instructions::asl::test::basic_acc_asl ... ok [INFO] [stdout] test instructions::bcc::test::jump_forward ... ok [INFO] [stdout] test instructions::asl::test::mem_asl_with_zero_and_carry ... ok [INFO] [stdout] test instructions::asl::test::mem_asl_with_negative ... ok [INFO] [stdout] test instructions::bcc::test::jump_back ... ok [INFO] [stdout] test instructions::bit::test::clear_top_bits ... ok [INFO] [stdout] test instructions::bcs::test::no_effect ... ok [INFO] [stdout] test cpu::test::absolute_y_no_wrap_around_read ... ok [INFO] [stdout] test instructions::beq::test::no_effect ... ok [INFO] [stdout] test instructions::beq::test::jump_back ... ok [INFO] [stdout] test instructions::bcs::test::jump_forward ... ok [INFO] [stdout] test instructions::bmi::test::jump_back ... ok [INFO] [stdout] test instructions::bit::test::set_top_bits ... ok [INFO] [stdout] test instructions::bmi::test::no_effect ... ok [INFO] [stdout] test cpu::test::zero_page_x_write ... ok [INFO] [stdout] test instructions::bne::test::jump_forward ... ok [INFO] [stdout] test instructions::adc::test::addition_with_carry_and_overflow ... ok [INFO] [stdout] test instructions::bpl::test::jump_back ... ok [INFO] [stdout] test instructions::bpl::test::jump_forward ... ok [INFO] [stdout] test cpu::test::absolute_y_wrap_around_read ... ok [INFO] [stdout] test cpu::test::absolute_write ... ok [INFO] [stdout] test instructions::bcs::test::jump_back ... ok [INFO] [stdout] test instructions::bvc::test::no_effect ... ok [INFO] [stdout] test instructions::bvc::test::jump_forward ... ok [INFO] [stdout] test instructions::bpl::test::no_effect ... ok [INFO] [stdout] test instructions::bvc::test::jump_back ... ok [INFO] [stdout] test instructions::bvs::test::jump_back ... ok [INFO] [stdout] test cpu::test::absolute_y_no_wrap_around_write ... ok [INFO] [stdout] test cpu::test::absolute_x_write ... ok [INFO] [stdout] test instructions::bne::test::jump_back ... ok [INFO] [stdout] test instructions::cli::test::clears_set_id ... ok [INFO] [stdout] test instructions::clc::test::clears_set_c ... ok [INFO] [stdout] test instructions::clc::test::zeroed_c_is_unchanged ... ok [INFO] [stdout] test instructions::cld::test::clears_set_d ... ok [INFO] [stdout] test instructions::cld::test::zeroed_d_is_unchanged ... ok [INFO] [stdout] test instructions::cli::test::zeroed_id_is_unchanged ... ok [INFO] [stdout] test instructions::bvs::test::jump_forward ... ok [INFO] [stdout] test instructions::cpx::test::acc_less_and_positive ... ok [INFO] [stdout] test instructions::cpx::test::values_are_equal_positive ... ok [INFO] [stdout] test instructions::cmp::test::acc_less_and_positive ... ok [INFO] [stdout] test instructions::dec::test::basic_decrement ... ok [INFO] [stdout] test instructions::dec::test::negative_result ... ok [INFO] [stdout] test instructions::cpy::test::values_are_equal_positive ... ok [INFO] [stdout] test instructions::dec::test::negative_wrap ... ok [INFO] [stdout] test instructions::dec::test::zero_result ... ok [INFO] [stdout] test instructions::dex::test::basic_decrement ... ok [INFO] [stdout] test instructions::dex::test::negative_result ... ok [INFO] [stdout] test instructions::dex::test::negative_wrap ... ok [INFO] [stdout] test instructions::dex::test::zero_result ... ok [INFO] [stdout] test instructions::dey::test::basic_decrement ... ok [INFO] [stdout] test instructions::dey::test::negative_result ... ok [INFO] [stdout] test instructions::dey::test::negative_wrap ... ok [INFO] [stdout] test instructions::clv::test::zeroed_id_is_unchanged ... ok [INFO] [stdout] test instructions::cpy::test::acc_greater_and_negative ... ok [INFO] [stdout] test instructions::cpy::test::acc_less_and_positive ... ok [INFO] [stdout] test instructions::cmp::test::values_are_equal_positive ... ok [INFO] [stdout] test instructions::cpx::test::acc_greater_and_negative ... ok [INFO] [stdout] test instructions::cmp::test::acc_greater_and_negative ... ok [INFO] [stdout] test instructions::dey::test::zero_result ... ok [INFO] [stdout] test instructions::eor::test::basic_eor ... ok [INFO] [stdout] test instructions::inc::test::zero_wrap ... ok [INFO] [stdout] test instructions::eor::test::negative_flag_eor ... ok [INFO] [stdout] test instructions::inc::test::basic_increment ... ok [INFO] [stdout] test instructions::inc::test::negative_result ... ok [INFO] [stdout] test instructions::jmp::test::absolute_jump ... ok [INFO] [stdout] test instructions::inx::test::zero_wrap ... ok [INFO] [stdout] test instructions::inx::test::basic_increment ... ok [INFO] [stdout] test instructions::bvs::test::no_effect ... ok [INFO] [stdout] test instructions::lda::test::accumulator_is_loaded_neg ... ok [INFO] [stdout] test instructions::iny::test::negative_result ... ok [INFO] [stdout] test instructions::lda::test::accumulator_is_loaded_no_flags ... ok [INFO] [stdout] test instructions::lda::test::accumulator_is_loaded_zero ... ok [INFO] [stdout] test instructions::iny::test::basic_decrement ... ok [INFO] [stdout] test instructions::inx::test::negative_result ... ok [INFO] [stdout] test instructions::jmp::test::indirect_jump ... ok [INFO] [stdout] test instructions::jsr::test::jump_to_sub ... ok [INFO] [stdout] test instructions::and::test::basic_and ... ok [INFO] [stdout] test instructions::bne::test::no_effect ... ok [INFO] [stdout] test instructions::ldy::test::register_is_loaded_zero ... ok [INFO] [stdout] test instructions::ldx::test::register_is_loaded_neg ... ok [INFO] [stdout] test instructions::ldx::test::register_is_loaded_zero ... ok [INFO] [stdout] test instructions::lsr::test::shift_with_no_flags_acc ... ok [INFO] [stdout] test instructions::lsr::test::negative_flag_always_cleared ... ok [INFO] [stdout] test cpu::test::accumulator_read ... ok [INFO] [stdout] test instructions::beq::test::jump_forward ... ok [INFO] [stdout] test instructions::iny::test::zero_wrap ... ok [INFO] [stdout] test instructions::bmi::test::jump_forward ... ok [INFO] [stdout] test instructions::eor::test::zero_flag_eor ... ok [INFO] [stdout] test instructions::clv::test::clears_set_id ... ok [INFO] [stdout] test instructions::ldy::test::register_is_loaded_no_flags ... ok [INFO] [stdout] test instructions::ldx::test::register_is_loaded_no_flags ... ok [INFO] [stdout] test instructions::ldy::test::register_is_loaded_neg ... ok [INFO] [stdout] test instructions::rti::test::values_all_pulled ... ok [INFO] [stdout] test instructions::ror::test::rotate_mem_with_zero ... ok [INFO] [stdout] test instructions::ror::test::rotate_acc_carry_0_to_1 ... ok [INFO] [stdout] test instructions::sbc::test::basic_sub_without_existing_carry ... ok [INFO] [stdout] test instructions::rol::test::rotate_mem_with_zero ... ok [INFO] [stdout] test instructions::ora::test::basic_or ... ok [INFO] [stdout] test instructions::pla::test::acc_is_pulled ... ok [INFO] [stdout] test instructions::php::test::s_is_pushed ... ok [INFO] [stdout] test instructions::sbc::test::sub_setting_overflow_and_negative ... ok [INFO] [stdout] test instructions::rts::test::values_all_pulled ... ok [INFO] [stdout] test instructions::sbc::test::basic_sub_with_carry_set ... ok [INFO] [stdout] test instructions::rol::test::rotate_acc_carry_1_to_0 ... ok [INFO] [stdout] test instructions::ror::test::rotate_acc_carry_1_to_0 ... ok [INFO] [stdout] test instructions::sec::test::confirm_carry_set ... ok [INFO] [stdout] test instructions::sei::test::confirm_interrupt_set ... ok [INFO] [stdout] test instructions::stx::test::x_is_stored ... ok [INFO] [stdout] test instructions::sty::test::y_is_stored ... ok [INFO] [stdout] test instructions::ora::test::negative_flag_or ... ok [INFO] [stdout] test instructions::lsr::test::shift_with_zero_and_carry_set ... ok [INFO] [stdout] test instructions::tax::test::copies_to_x_no_flags ... ok [INFO] [stdout] test instructions::tax::test::copies_to_x_negative_flag ... ok [INFO] [stdout] test instructions::tay::test::copies_to_y_zero_flag ... ok [INFO] [stdout] test instructions::tay::test::copies_to_y_negative_flag ... ok [INFO] [stdout] test instructions::ora::test::zero_flag_or ... ok [INFO] [stdout] test instructions::rol::test::rotate_acc_carry_0_to_1 ... ok [INFO] [stdout] test instructions::tsx::test::copies_to_x_no_flags ... ok [INFO] [stdout] test instructions::tsx::test::copies_to_x_zero_flag ... ok [INFO] [stdout] test instructions::txa::test::copies_to_acc_negative_flag ... ok [INFO] [stdout] test instructions::txa::test::copies_to_acc_zero_flag ... ok [INFO] [stdout] test instructions::txs::test::copies_to_stack ... ok [INFO] [stdout] test instructions::pla::test::acc_is_pulled_zero_flag ... ok [INFO] [stdout] test instructions::txa::test::copies_to_acc_no_flags ... ok [INFO] [stdout] test instructions::sed::test::existing_decimal_set ... ok [INFO] [stdout] test instructions::tya::test::copies_to_acc_negative_flag ... ok [INFO] [stdout] test instructions::plp::test::s_is_pulled ... ok [INFO] [stdout] test instructions::sbc::test::sub_with_overflow_zero ... ok [INFO] [stdout] test instructions::sec::test::existing_carry_set ... ok [INFO] [stdout] test instructions::sei::test::existing_interrupt_set ... ok [INFO] [stdout] test instructions::sta::test::acc_is_stored ... ok [INFO] [stdout] test instructions::pha::test::acc_is_pushed ... ok [INFO] [stdout] test instructions::sbc::test::sub_with_overflow_cleared ... ok [INFO] [stdout] test instructions::sed::test::confirm_decimal_set ... ok [INFO] [stdout] test instructions::tya::test::copies_to_acc_zero_flag ... ok [INFO] [stdout] test instructions::tay::test::copies_to_y_no_flags ... ok [INFO] [stdout] test instructions::tsx::test::copies_to_x_negative_flag ... ok [INFO] [stdout] test instructions::tax::test::copies_to_x_zero_flag ... ok [INFO] [stdout] test instructions::tya::test::copies_to_acc_no_flags ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 175 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7435ba89ff352f1c9a0d416eddda893ce194c3a9a7d0e633e3f57ec71b063086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7435ba89ff352f1c9a0d416eddda893ce194c3a9a7d0e633e3f57ec71b063086", kill_on_drop: false }` [INFO] [stdout] 7435ba89ff352f1c9a0d416eddda893ce194c3a9a7d0e633e3f57ec71b063086