[INFO] updating cached repository https://github.com/seasalim/retro6502 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 72a0f2178696ace82405d7a482a868083e52db35 [INFO] testing seasalim/retro6502 against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseasalim%2Fretro6502" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/seasalim/retro6502 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/seasalim/retro6502 [INFO] finished tweaking git repo https://github.com/seasalim/retro6502 [INFO] tweaked toml for git repo https://github.com/seasalim/retro6502 written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/seasalim/retro6502 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 1397e1746e2a041895c9d234c82cd372e2367c880a713511fc1af8df14e4ae0b [INFO] running `"docker" "start" "-a" "1397e1746e2a041895c9d234c82cd372e2367c880a713511fc1af8df14e4ae0b"` [INFO] [stderr] Compiling ncurses v5.84.0 [INFO] [stderr] Compiling clap v2.18.0 [INFO] [stderr] Compiling retro6502 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dasm.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | let s = try!(parse_opcode(&buf, &mut ip)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/emu.rs:98:28 [INFO] [stderr] | [INFO] [stderr] 98 | let mut iter = cmd.trim_right().split_whitespace(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Register` [INFO] [stderr] --> src/cpu.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | pub enum Register { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_register` [INFO] [stderr] --> src/cpu.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | pub fn get_register(&self, r: Register) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.15s [INFO] running `"docker" "inspect" "1397e1746e2a041895c9d234c82cd372e2367c880a713511fc1af8df14e4ae0b"` [INFO] running `"docker" "rm" "-f" "1397e1746e2a041895c9d234c82cd372e2367c880a713511fc1af8df14e4ae0b"` [INFO] [stdout] 1397e1746e2a041895c9d234c82cd372e2367c880a713511fc1af8df14e4ae0b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 9aaa4a879b0fad0317392397f5f94df9c0b8bcff399e88bc5f4971da884af382 [INFO] running `"docker" "start" "-a" "9aaa4a879b0fad0317392397f5f94df9c0b8bcff399e88bc5f4971da884af382"` [INFO] [stderr] Compiling retro6502 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dasm.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | let s = try!(parse_opcode(&buf, &mut ip)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/emu.rs:98:28 [INFO] [stderr] | [INFO] [stderr] 98 | let mut iter = cmd.trim_right().split_whitespace(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.90s [INFO] running `"docker" "inspect" "9aaa4a879b0fad0317392397f5f94df9c0b8bcff399e88bc5f4971da884af382"` [INFO] running `"docker" "rm" "-f" "9aaa4a879b0fad0317392397f5f94df9c0b8bcff399e88bc5f4971da884af382"` [INFO] [stdout] 9aaa4a879b0fad0317392397f5f94df9c0b8bcff399e88bc5f4971da884af382 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 57b4c8c0a4bd9401c99803f6842e01b72505aee057f5b42c9f9345ad97dc86ca [INFO] running `"docker" "start" "-a" "57b4c8c0a4bd9401c99803f6842e01b72505aee057f5b42c9f9345ad97dc86ca"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/retro6502-4937d33a362862ee [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test cpu::tests::can_load_program_to_location ... ok [INFO] [stdout] test cpu::tests::ldy_addressing_modes_work_correctly ... ok [INFO] [stdout] test cpu::tests::ldx_addressing_modes_work_correctly ... ok [INFO] [stdout] test cpu::tests::jsr_rts_works_correctly ... ok [INFO] [stdout] test cpu::tests::bne_works_correctly ... ok [INFO] [stdout] test cpu::tests::sbc_decimal_mode_basic_test ... ok [INFO] [stdout] test cpu::tests::sta_addressing_modes_work_correctly ... ok [INFO] [stdout] test cpu::tests::sbc_basic_test ... ok [INFO] [stdout] test cpu::tests::lda_sets_flags_correctly ... ok [INFO] [stdout] test cpu::tests::dex_works_correctly ... ok [INFO] [stdout] test dasm::tests::can_dissasemble_single_instruction ... ok [INFO] [stdout] test opcodes::tests::unknown_opcode_should_not_be_found ... ok [INFO] [stdout] test dasm::tests::can_dissasemble_all_addressing_modes ... ok [INFO] [stdout] test opcodes::tests::known_opcode_should_be_found ... ok [INFO] [stdout] test cpu::tests::lda_addressing_modes_work_correctly ... ok [INFO] [stdout] test cpu::tests::txa_works_correctly ... ok [INFO] [stdout] test cpu::tests::jmp_works_correctly ... ok [INFO] [stdout] test cpu::tests::fails_load_program_to_bad_location ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "57b4c8c0a4bd9401c99803f6842e01b72505aee057f5b42c9f9345ad97dc86ca"` [INFO] running `"docker" "rm" "-f" "57b4c8c0a4bd9401c99803f6842e01b72505aee057f5b42c9f9345ad97dc86ca"` [INFO] [stdout] 57b4c8c0a4bd9401c99803f6842e01b72505aee057f5b42c9f9345ad97dc86ca