[INFO] updating cached repository https://github.com/byronwasti/chip-8-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] 75a875ae044f0ce8fd29306f3ca549b17a094ca7 [INFO] testing byronwasti/chip-8-emulator against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbyronwasti%2Fchip-8-emulator" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/byronwasti/chip-8-emulator on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/byronwasti/chip-8-emulator [INFO] finished tweaking git repo https://github.com/byronwasti/chip-8-emulator [INFO] tweaked toml for git repo https://github.com/byronwasti/chip-8-emulator written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/byronwasti/chip-8-emulator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+beta-2020-06-03" "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] a8467ba1c7473317c929208805e9f37ec0b05938e19d6ad30bf63340ace8a587 [INFO] running `"docker" "start" "-a" "a8467ba1c7473317c929208805e9f37ec0b05938e19d6ad30bf63340ace8a587"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.32 [INFO] [stderr] Compiling serde v1.0.25 [INFO] [stderr] Compiling crossbeam v0.3.0 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling humantime v1.0.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling serde_derive_internals v0.18.1 [INFO] [stderr] Compiling structopt-derive v0.1.6 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling rand v0.3.17 [INFO] [stderr] Compiling clap v2.29.0 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.25 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling log v0.4.0 [INFO] [stderr] Compiling serde_yaml v0.7.3 [INFO] [stderr] Compiling serde-value v0.5.1 [INFO] [stderr] Compiling serde_json v1.0.8 [INFO] [stderr] Compiling structopt v0.1.6 [INFO] [stderr] Compiling log4rs v0.8.0 [INFO] [stderr] Compiling chip8-emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/sdl2_peripherals.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.53s [INFO] running `"docker" "inspect" "a8467ba1c7473317c929208805e9f37ec0b05938e19d6ad30bf63340ace8a587"` [INFO] running `"docker" "rm" "-f" "a8467ba1c7473317c929208805e9f37ec0b05938e19d6ad30bf63340ace8a587"` [INFO] [stdout] a8467ba1c7473317c929208805e9f37ec0b05938e19d6ad30bf63340ace8a587 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+beta-2020-06-03" "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] c3da7e42a3455d51e35e2c886893d101ad6da4568cb9c13387b24b3b06e21074 [INFO] running `"docker" "start" "-a" "c3da7e42a3455d51e35e2c886893d101ad6da4568cb9c13387b24b3b06e21074"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling chip8-emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/sdl2_peripherals.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/sdl2_peripherals.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.45s [INFO] running `"docker" "inspect" "c3da7e42a3455d51e35e2c886893d101ad6da4568cb9c13387b24b3b06e21074"` [INFO] running `"docker" "rm" "-f" "c3da7e42a3455d51e35e2c886893d101ad6da4568cb9c13387b24b3b06e21074"` [INFO] [stdout] c3da7e42a3455d51e35e2c886893d101ad6da4568cb9c13387b24b3b06e21074 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+beta-2020-06-03" "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] 526762e39f0d2c6f08cbeade6ff01696830251a8efa3937665ae79f4f1d42872 [INFO] running `"docker" "start" "-a" "526762e39f0d2c6f08cbeade6ff01696830251a8efa3937665ae79f4f1d42872"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/sdl2_peripherals.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/sdl2_peripherals.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/chip8_emulator-53c41f81cc64dade [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] [stderr] Running /opt/rustwide/target/debug/deps/chip8_emulator-d9fd74ab4c231f28 [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] [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" "526762e39f0d2c6f08cbeade6ff01696830251a8efa3937665ae79f4f1d42872"` [INFO] running `"docker" "rm" "-f" "526762e39f0d2c6f08cbeade6ff01696830251a8efa3937665ae79f4f1d42872"` [INFO] [stdout] 526762e39f0d2c6f08cbeade6ff01696830251a8efa3937665ae79f4f1d42872