[INFO] cloning repository https://github.com/go7box/chip8 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/go7box/chip8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgo7box%2Fchip8", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgo7box%2Fchip8'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8d9dce5e1f28b3f29644928858a4e72ef2fc5ff0 [INFO] testing go7box/chip8 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgo7box%2Fchip8" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/go7box/chip8 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/go7box/chip8 [INFO] finished tweaking git repo https://github.com/go7box/chip8 [INFO] tweaked toml for git repo https://github.com/go7box/chip8 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/go7box/chip8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d5f0ceef732e932afcbacec14eeb98a335588a1dbe452e6f3dff8c64fc68a60e [INFO] running `Command { std: "docker" "start" "-a" "d5f0ceef732e932afcbacec14eeb98a335588a1dbe452e6f3dff8c64fc68a60e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d5f0ceef732e932afcbacec14eeb98a335588a1dbe452e6f3dff8c64fc68a60e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5f0ceef732e932afcbacec14eeb98a335588a1dbe452e6f3dff8c64fc68a60e", kill_on_drop: false }` [INFO] [stdout] d5f0ceef732e932afcbacec14eeb98a335588a1dbe452e6f3dff8c64fc68a60e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5456614234fd81c2626b959f6fdcb1e3ec0f3acf0b774c26b76cb6af077c3dff [INFO] running `Command { std: "docker" "start" "-a" "5456614234fd81c2626b959f6fdcb1e3ec0f3acf0b774c26b76cb6af077c3dff", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling env_logger v0.7.0 [INFO] [stderr] Compiling chip8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.42s [INFO] running `Command { std: "docker" "inspect" "5456614234fd81c2626b959f6fdcb1e3ec0f3acf0b774c26b76cb6af077c3dff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5456614234fd81c2626b959f6fdcb1e3ec0f3acf0b774c26b76cb6af077c3dff", kill_on_drop: false }` [INFO] [stdout] 5456614234fd81c2626b959f6fdcb1e3ec0f3acf0b774c26b76cb6af077c3dff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d33445a8e57bdca86b682c5681eb85d779873795e1ed977a9e44682067d5f60b [INFO] running `Command { std: "docker" "start" "-a" "d33445a8e57bdca86b682c5681eb85d779873795e1ed977a9e44682067d5f60b", kill_on_drop: false }` [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling chip8 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.73s [INFO] running `Command { std: "docker" "inspect" "d33445a8e57bdca86b682c5681eb85d779873795e1ed977a9e44682067d5f60b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d33445a8e57bdca86b682c5681eb85d779873795e1ed977a9e44682067d5f60b", kill_on_drop: false }` [INFO] [stdout] d33445a8e57bdca86b682c5681eb85d779873795e1ed977a9e44682067d5f60b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6bbcb227f160e7ad358e801626065fc8ccf467b55fbfb9adbda03844cb17cddc [INFO] running `Command { std: "docker" "start" "-a" "6bbcb227f160e7ad358e801626065fc8ccf467b55fbfb9adbda03844cb17cddc", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/chip8-ad431111691aec6c) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test core::tests::test_create_opcode ... ok [INFO] [stdout] test core::tests::test_execute_se_reg ... ok [INFO] [stdout] test core::tests::test_copy_into_mem_no_data ... ok [INFO] [stdout] test core::tests::test_execute_display_sprite ... ok [INFO] [stdout] test core::tests::test_execute_se ... ok [INFO] [stdout] test core::tests::test_execute_cls ... ok [INFO] [stdout] test core::tests::test_execute_jump ... ok [INFO] [stdout] test core::tests::test_execute_sys ... ok [INFO] [stdout] test core::tests::test_execute_sne ... ok [INFO] [stdout] test core::tests::test_execute_ret ... ok [INFO] [stdout] test core::tests::test_font_sprites_loaded_on_machine_init ... ok [INFO] [stdout] test core::tests::test_execute_call ... ok [INFO] [stdout] test core::tests::test_copy_into_mem_some_data ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6bbcb227f160e7ad358e801626065fc8ccf467b55fbfb9adbda03844cb17cddc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bbcb227f160e7ad358e801626065fc8ccf467b55fbfb9adbda03844cb17cddc", kill_on_drop: false }` [INFO] [stdout] 6bbcb227f160e7ad358e801626065fc8ccf467b55fbfb9adbda03844cb17cddc