[INFO] updating cached repository ioncodes/rip8 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ioncodes/rip8 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ioncodes/rip8" "work/ex/beta-1.38-1/sources/1.37.0/gh/ioncodes/rip8"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ioncodes/rip8'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ioncodes/rip8" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ioncodes/rip8"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ioncodes/rip8'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 01630a1ef9c81a75295d17ed3ec9614a5e5b8b59 [INFO] sha for GitHub repo ioncodes/rip8: 01630a1ef9c81a75295d17ed3ec9614a5e5b8b59 [INFO] validating manifest of ioncodes/rip8 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ioncodes/rip8 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ioncodes/rip8 [INFO] finished frobbing ioncodes/rip8 [INFO] frobbed toml for ioncodes/rip8 written to work/ex/beta-1.38-1/sources/1.37.0/gh/ioncodes/rip8/Cargo.toml [INFO] started frobbing ioncodes/rip8 [INFO] finished frobbing ioncodes/rip8 [INFO] frobbed toml for ioncodes/rip8 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ioncodes/rip8/Cargo.toml [INFO] crate ioncodes/rip8 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ioncodes/rip8 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ioncodes/rip8:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 9f899fdfd2060ac996d606fa07f23bf6871dac4136cb8bae718eb79fe1ab2fd6 [INFO] running `"docker" "start" "-a" "9f899fdfd2060ac996d606fa07f23bf6871dac4136cb8bae718eb79fe1ab2fd6"` [INFO] [stderr] Compiling libc v0.2.31 [INFO] [stderr] Compiling minifb v0.10.1 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling rip8 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/core/registers.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:153:13 [INFO] [stderr] | [INFO] [stderr] 153 | thread::sleep_ms((sleep_time - task_time) as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/registers.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref DELAY_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 13 | | pub static ref SOUND_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/registers.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref DELAY_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 13 | | pub static ref SOUND_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/registers.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref DELAY_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 13 | | pub static ref SOUND_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/registers.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref DELAY_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 13 | | pub static ref SOUND_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/core/registers.rs:74:25 [INFO] [stderr] | [INFO] [stderr] 74 | thread::sleep_ms((sleep_time - task_time) as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/core/registers.rs:112:25 [INFO] [stderr] | [INFO] [stderr] 112 | thread::sleep_ms((sleep_time - task_time) as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/core/cpu.rs:518:29 [INFO] [stderr] | [INFO] [stderr] 518 | buffer = buffer.trim_right_matches("\r\n").to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: value assigned to `task_time` is never read [INFO] [stderr] --> src/main.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | let mut task_time = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `task_time` is never read [INFO] [stderr] --> src/core/registers.rs:64:21 [INFO] [stderr] | [INFO] [stderr] 64 | let mut task_time = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `task_time` is never read [INFO] [stderr] --> src/core/registers.rs:101:21 [INFO] [stderr] | [INFO] [stderr] 101 | let mut task_time = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.38s [INFO] running `"docker" "inspect" "9f899fdfd2060ac996d606fa07f23bf6871dac4136cb8bae718eb79fe1ab2fd6"` [INFO] running `"docker" "rm" "-f" "9f899fdfd2060ac996d606fa07f23bf6871dac4136cb8bae718eb79fe1ab2fd6"` [INFO] [stdout] 9f899fdfd2060ac996d606fa07f23bf6871dac4136cb8bae718eb79fe1ab2fd6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ioncodes/rip8:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 696cc47d821ce2a6cf9d875e07c5e13c247d12f0ad658b228f330b94ae5fe398 [INFO] running `"docker" "start" "-a" "696cc47d821ce2a6cf9d875e07c5e13c247d12f0ad658b228f330b94ae5fe398"` [INFO] [stderr] Compiling rip8 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/core/registers.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/main.rs:153:13 [INFO] [stderr] | [INFO] [stderr] 153 | thread::sleep_ms((sleep_time - task_time) as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/registers.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref DELAY_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 13 | | pub static ref SOUND_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/registers.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref DELAY_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 13 | | pub static ref SOUND_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/registers.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref DELAY_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 13 | | pub static ref SOUND_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/registers.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | pub static ref DELAY_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 13 | | pub static ref SOUND_TIMER: Mutex = Mutex::new(0); [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/core/registers.rs:74:25 [INFO] [stderr] | [INFO] [stderr] 74 | thread::sleep_ms((sleep_time - task_time) as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/core/registers.rs:112:25 [INFO] [stderr] | [INFO] [stderr] 112 | thread::sleep_ms((sleep_time - task_time) as u32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/core/cpu.rs:518:29 [INFO] [stderr] | [INFO] [stderr] 518 | buffer = buffer.trim_right_matches("\r\n").to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: value assigned to `task_time` is never read [INFO] [stderr] --> src/main.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | let mut task_time = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `task_time` is never read [INFO] [stderr] --> src/core/registers.rs:64:21 [INFO] [stderr] | [INFO] [stderr] 64 | let mut task_time = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `task_time` is never read [INFO] [stderr] --> src/core/registers.rs:101:21 [INFO] [stderr] | [INFO] [stderr] 101 | let mut task_time = 0; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `"docker" "inspect" "696cc47d821ce2a6cf9d875e07c5e13c247d12f0ad658b228f330b94ae5fe398"` [INFO] running `"docker" "rm" "-f" "696cc47d821ce2a6cf9d875e07c5e13c247d12f0ad658b228f330b94ae5fe398"` [INFO] [stdout] 696cc47d821ce2a6cf9d875e07c5e13c247d12f0ad658b228f330b94ae5fe398 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ioncodes/rip8:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 7dfd840e990957e0a7c9becd8e7cc0c55601199f42ec55a45e2ad09294dceb00 [INFO] running `"docker" "start" "-a" "7dfd840e990957e0a7c9becd8e7cc0c55601199f42ec55a45e2ad09294dceb00"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rip8-16445655e72a03d5 [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" "7dfd840e990957e0a7c9becd8e7cc0c55601199f42ec55a45e2ad09294dceb00"` [INFO] running `"docker" "rm" "-f" "7dfd840e990957e0a7c9becd8e7cc0c55601199f42ec55a45e2ad09294dceb00"` [INFO] [stdout] 7dfd840e990957e0a7c9becd8e7cc0c55601199f42ec55a45e2ad09294dceb00