[INFO] cloning repository https://github.com/charlieboggus/chip8-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/charlieboggus/chip8-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcharlieboggus%2Fchip8-rust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcharlieboggus%2Fchip8-rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 32d313fd72ec7c235f85f971ea95b37f53968a48 [INFO] checking charlieboggus/chip8-rust against master#914adf04af1c1a984707f778da3d04590c03d144 for pr-72331 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcharlieboggus%2Fchip8-rust" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/charlieboggus/chip8-rust on toolchain 914adf04af1c1a984707f778da3d04590c03d144 [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/charlieboggus/chip8-rust [INFO] finished tweaking git repo https://github.com/charlieboggus/chip8-rust [INFO] tweaked toml for git repo https://github.com/charlieboggus/chip8-rust written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/charlieboggus/chip8-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+914adf04af1c1a984707f778da3d04590c03d144" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a9eb7d0ba4edc9d812035c588cc32cd99fbf64cafcaf855f72b16c9e22bc8713 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a9eb7d0ba4edc9d812035c588cc32cd99fbf64cafcaf855f72b16c9e22bc8713"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.55 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling num-traits v0.2.7 [INFO] [stderr] Compiling num-integer v0.1.40 [INFO] [stderr] Compiling num-iter v0.1.38 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking chip8-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cpu.rs:99:108 [INFO] [stderr] | [INFO] [stderr] 99 | Err(ref e) => return Some(format!("Could not open ROM file \"{}\". Error: {}", path.display(), Error::description(e))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/cpu.rs:99:108 [INFO] [stderr] | [INFO] [stderr] 99 | Err(ref e) => return Some(format!("Could not open ROM file \"{}\". Error: {}", path.display(), Error::description(e))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.30s [INFO] running `"docker" "inspect" "a9eb7d0ba4edc9d812035c588cc32cd99fbf64cafcaf855f72b16c9e22bc8713"` [INFO] running `"docker" "rm" "-f" "a9eb7d0ba4edc9d812035c588cc32cd99fbf64cafcaf855f72b16c9e22bc8713"` [INFO] [stdout] a9eb7d0ba4edc9d812035c588cc32cd99fbf64cafcaf855f72b16c9e22bc8713