[INFO] cloning repository https://github.com/at-tran/chip8-emulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/at-tran/chip8-emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fat-tran%2Fchip8-emulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fat-tran%2Fchip8-emulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 428b24e97e8dcb6acc1b53d72e109b903f3fa0e8 [INFO] testing at-tran/chip8-emulator against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fat-tran%2Fchip8-emulator" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/at-tran/chip8-emulator on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/at-tran/chip8-emulator [INFO] finished tweaking git repo https://github.com/at-tran/chip8-emulator [INFO] tweaked toml for git repo https://github.com/at-tran/chip8-emulator written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/at-tran/chip8-emulator 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" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wasm-bindgen v0.2.59 [INFO] [stderr] Downloaded wasm-bindgen-shared v0.2.59 [INFO] [stderr] Downloaded wasm-bindgen-macro-support v0.2.59 [INFO] [stderr] Downloaded wasm-bindgen-macro v0.2.59 [INFO] [stderr] Downloaded wasm-bindgen-backend v0.2.59 [INFO] [stderr] Downloaded bumpalo v3.2.0 [INFO] [stderr] Downloaded web-sys v0.3.36 [INFO] [stderr] Downloaded syn v1.0.16 [INFO] [stderr] Downloaded wasm-bindgen-futures v0.4.9 [INFO] [stderr] Downloaded wasm-bindgen-test-macro v0.3.9 [INFO] [stderr] Downloaded wasm-bindgen-test v0.3.9 [INFO] [stderr] Downloaded js-sys v0.3.36 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5cf03d3becf2793136964b318ff3c6e1e7a2cadd96b94dfe332a01fc2c670232 [INFO] running `Command { std: "docker" "start" "-a" "5cf03d3becf2793136964b318ff3c6e1e7a2cadd96b94dfe332a01fc2c670232", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cf03d3becf2793136964b318ff3c6e1e7a2cadd96b94dfe332a01fc2c670232", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cf03d3becf2793136964b318ff3c6e1e7a2cadd96b94dfe332a01fc2c670232", kill_on_drop: false }` [INFO] [stdout] 5cf03d3becf2793136964b318ff3c6e1e7a2cadd96b94dfe332a01fc2c670232 [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=warn" "-e" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2313d7f55d9a47ca58dfcdd171c0b11f880285afa7baf3f3f4ebe101b091355 [INFO] running `Command { std: "docker" "start" "-a" "c2313d7f55d9a47ca58dfcdd171c0b11f880285afa7baf3f3f4ebe101b091355", kill_on_drop: false }` [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.59 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bumpalo v3.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.59 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.59 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.59 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.59 [INFO] [stderr] Compiling js-sys v0.3.36 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling web-sys v0.3.36 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.9 [INFO] [stderr] Compiling gloo-events v0.1.1 [INFO] [stderr] Compiling gloo-console-timer v0.1.0 [INFO] [stderr] Compiling gloo-timers v0.2.1 [INFO] [stderr] Compiling gloo-file v0.1.0 [INFO] [stderr] Compiling gloo v0.2.1 [INFO] [stderr] Compiling chip8-emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.46s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.59 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "c2313d7f55d9a47ca58dfcdd171c0b11f880285afa7baf3f3f4ebe101b091355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2313d7f55d9a47ca58dfcdd171c0b11f880285afa7baf3f3f4ebe101b091355", kill_on_drop: false }` [INFO] [stdout] c2313d7f55d9a47ca58dfcdd171c0b11f880285afa7baf3f3f4ebe101b091355 [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=warn" "-e" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc0ea5e8f7c76a638cd3eb151846eb9bb019365f90b706c01bb5cb9b8fb0bcf7 [INFO] running `Command { std: "docker" "start" "-a" "dc0ea5e8f7c76a638cd3eb151846eb9bb019365f90b706c01bb5cb9b8fb0bcf7", kill_on_drop: false }` [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.9 [INFO] [stderr] Compiling wasm-bindgen-test v0.3.9 [INFO] [stderr] Compiling chip8-emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.03s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.59 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "dc0ea5e8f7c76a638cd3eb151846eb9bb019365f90b706c01bb5cb9b8fb0bcf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc0ea5e8f7c76a638cd3eb151846eb9bb019365f90b706c01bb5cb9b8fb0bcf7", kill_on_drop: false }` [INFO] [stdout] dc0ea5e8f7c76a638cd3eb151846eb9bb019365f90b706c01bb5cb9b8fb0bcf7 [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=warn" "-e" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 558f366528b3ea73e67eb1c1653217e0d1dbc65d75223affa56fab234ea66e57 [INFO] running `Command { std: "docker" "start" "-a" "558f366528b3ea73e67eb1c1653217e0d1dbc65d75223affa56fab234ea66e57", kill_on_drop: false }` [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wasm-bindgen v0.2.59 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chip8_emulator-3e5d9a13ddaff965) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test chip8emulator::graphics::tests::test_graphics_toggle ... ok [INFO] [stdout] test chip8emulator::tests::test_digit_address ... ok [INFO] [stdout] test chip8emulator::chip8timer::tests::test_timer ... ok [INFO] [stdout] test chip8emulator::tests::test_arithmetic ... ok [INFO] [stdout] test chip8emulator::tests::test_draw_sprite ... ok [INFO] [stdout] test chip8emulator::tests::test_get_next_opcode ... ok [INFO] [stdout] test chip8emulator::tests::test_skip ... ok [INFO] [stdout] test chip8emulator::tests::test_gfx ... ok [INFO] [stdout] test chip8emulator::tests::test_store_bcd ... ok [INFO] [stdout] test chip8emulator::tests::test_load_rom ... ok [INFO] [stdout] test chip8emulator::tests::test_store_reg_mem ... ok [INFO] [stdout] test chip8emulator::tests::test_subroutine ... ok [INFO] [stdout] test chip8emulator::timer::tests::test_timer ... ok [INFO] [stdout] test chip8emulator::keypad::tests::test_keypad ... ok [INFO] [stdout] test chip8emulator::opcode::tests::test_get_nibbles ... ok [INFO] [stdout] test chip8emulator::tests::test_rand ... ok [INFO] [stdout] test chip8emulator::tests::test_reset ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests chip8_emulator [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "558f366528b3ea73e67eb1c1653217e0d1dbc65d75223affa56fab234ea66e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "558f366528b3ea73e67eb1c1653217e0d1dbc65d75223affa56fab234ea66e57", kill_on_drop: false }` [INFO] [stdout] 558f366528b3ea73e67eb1c1653217e0d1dbc65d75223affa56fab234ea66e57