[INFO] updating cached repository https://github.com/at-tran/chip8-emulator [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 428b24e97e8dcb6acc1b53d72e109b903f3fa0e8 [INFO] testing at-tran/chip8-emulator against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fat-tran%2Fchip8-emulator" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/at-tran/chip8-emulator on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [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-5/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 `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 40a28ff239b7b2d77b50db4a3b9ccf019f378f83657ece326e33b3594cbd251c [INFO] running `"docker" "start" "-a" "40a28ff239b7b2d77b50db4a3b9ccf019f378f83657ece326e33b3594cbd251c"` [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 lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v3.2.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 arrayvec v0.5.1 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling log v0.4.8 [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-timers v0.2.1 [INFO] [stderr] Compiling gloo-console-timer v0.1.0 [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 [unoptimized + debuginfo] target(s) in 1m 16s [INFO] running `"docker" "inspect" "40a28ff239b7b2d77b50db4a3b9ccf019f378f83657ece326e33b3594cbd251c"` [INFO] running `"docker" "rm" "-f" "40a28ff239b7b2d77b50db4a3b9ccf019f378f83657ece326e33b3594cbd251c"` [INFO] [stdout] 40a28ff239b7b2d77b50db4a3b9ccf019f378f83657ece326e33b3594cbd251c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bf1dea4855c11d122db651f3da49e4bb9c39d8193c85ade8f6c63b3a1e9e8cef [INFO] running `"docker" "start" "-a" "bf1dea4855c11d122db651f3da49e4bb9c39d8193c85ade8f6c63b3a1e9e8cef"` [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 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 [unoptimized + debuginfo] target(s) in 5.81s [INFO] running `"docker" "inspect" "bf1dea4855c11d122db651f3da49e4bb9c39d8193c85ade8f6c63b3a1e9e8cef"` [INFO] running `"docker" "rm" "-f" "bf1dea4855c11d122db651f3da49e4bb9c39d8193c85ade8f6c63b3a1e9e8cef"` [INFO] [stdout] bf1dea4855c11d122db651f3da49e4bb9c39d8193c85ade8f6c63b3a1e9e8cef [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b04eb20aa5449be84349985db438d92fd9c1ea9454d0f3c30e01808f9dde11b1 [INFO] running `"docker" "start" "-a" "b04eb20aa5449be84349985db438d92fd9c1ea9454d0f3c30e01808f9dde11b1"` [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 [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/chip8_emulator-89f96647b566b006 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test chip8emulator::opcode::tests::test_get_nibbles ... ok [INFO] [stdout] test chip8emulator::keypad::tests::test_keypad ... ok [INFO] [stdout] test chip8emulator::graphics::tests::test_graphics_toggle ... ok [INFO] [stdout] test chip8emulator::chip8timer::tests::test_timer ... ok [INFO] [stdout] test chip8emulator::tests::test_gfx ... ok [INFO] [stdout] test chip8emulator::tests::test_digit_address ... ok [INFO] [stdout] test chip8emulator::tests::test_arithmetic ... ok [INFO] [stdout] test chip8emulator::tests::test_reset ... ok [INFO] [stdout] test chip8emulator::tests::test_get_next_opcode ... ok [INFO] [stdout] test chip8emulator::timer::tests::test_timer ... ok [INFO] [stdout] test chip8emulator::tests::test_draw_sprite ... ok [INFO] [stdout] test chip8emulator::tests::test_subroutine ... ok [INFO] [stdout] test chip8emulator::tests::test_load_rom ... ok [INFO] [stdout] test chip8emulator::tests::test_store_bcd ... ok [INFO] [stdout] test chip8emulator::tests::test_skip ... ok [INFO] [stdout] test chip8emulator::tests::test_rand ... ok [INFO] [stdout] test chip8emulator::tests::test_store_reg_mem ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "b04eb20aa5449be84349985db438d92fd9c1ea9454d0f3c30e01808f9dde11b1"` [INFO] running `"docker" "rm" "-f" "b04eb20aa5449be84349985db438d92fd9c1ea9454d0f3c30e01808f9dde11b1"` [INFO] [stdout] b04eb20aa5449be84349985db438d92fd9c1ea9454d0f3c30e01808f9dde11b1