[INFO] cloning repository https://github.com/edosrecki/chip8-interpreter-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/edosrecki/chip8-interpreter-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedosrecki%2Fchip8-interpreter-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedosrecki%2Fchip8-interpreter-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9ba29a6ac25e57a38eff1a014c73b3c971c17b61 [INFO] checking edosrecki/chip8-interpreter-rust against try#4a04890980766cc79878135f5ade8c0c4321e943 for pr-65819 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedosrecki%2Fchip8-interpreter-rust" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/edosrecki/chip8-interpreter-rust on toolchain 4a04890980766cc79878135f5ade8c0c4321e943 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/edosrecki/chip8-interpreter-rust [INFO] finished tweaking git repo https://github.com/edosrecki/chip8-interpreter-rust [INFO] tweaked toml for git repo https://github.com/edosrecki/chip8-interpreter-rust written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/edosrecki/chip8-interpreter-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fps_clock v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66ba1a5d35bb11dfcdfa8e3de3145770d291b36f14f7d09646ab0af2412b52bc [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" "66ba1a5d35bb11dfcdfa8e3de3145770d291b36f14f7d09646ab0af2412b52bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66ba1a5d35bb11dfcdfa8e3de3145770d291b36f14f7d09646ab0af2412b52bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66ba1a5d35bb11dfcdfa8e3de3145770d291b36f14f7d09646ab0af2412b52bc", kill_on_drop: false }` [INFO] [stdout] 66ba1a5d35bb11dfcdfa8e3de3145770d291b36f14f7d09646ab0af2412b52bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7433386e8a553af444430e5e9d2f1ca41e41ba29ce11dc73815fb21898deeb89 [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" "7433386e8a553af444430e5e9d2f1ca41e41ba29ce11dc73815fb21898deeb89", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling sdl2 v0.34.3 [INFO] [stderr] Checking regex-syntax v0.6.20 [INFO] [stderr] Checking c_vec v1.3.3 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking fps_clock v2.0.0 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Compiling sdl2-sys v0.34.3 [INFO] [stderr] Checking aho-corasick v0.7.14 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking regex v1.4.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking env_logger v0.8.1 [INFO] [stderr] Checking chip8-interpreter-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling speculate v0.1.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.00s [INFO] running `Command { std: "docker" "inspect" "7433386e8a553af444430e5e9d2f1ca41e41ba29ce11dc73815fb21898deeb89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7433386e8a553af444430e5e9d2f1ca41e41ba29ce11dc73815fb21898deeb89", kill_on_drop: false }` [INFO] [stdout] 7433386e8a553af444430e5e9d2f1ca41e41ba29ce11dc73815fb21898deeb89