[INFO] updating cached repository https://github.com/pcein/chip8_emu [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] e5c4288b44bbe047d7445446b120f69b26af39d2 [INFO] testing pcein/chip8_emu against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpcein%2Fchip8_emu" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pcein/chip8_emu on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pcein/chip8_emu [INFO] finished tweaking git repo https://github.com/pcein/chip8_emu [INFO] tweaked toml for git repo https://github.com/pcein/chip8_emu written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/pcein/chip8_emu already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 07e6717baac3038f0bcc012a71c3ddb9b96cdd8a479772ba745199e569a6b354 [INFO] running `"docker" "start" "-a" "07e6717baac3038f0bcc012a71c3ddb9b96cdd8a479772ba745199e569a6b354"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.33 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling maplit v1.0.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling clap v2.27.1 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling structopt-derive v0.1.5 [INFO] [stderr] Compiling structopt v0.1.5 [INFO] [stderr] Compiling chip8_emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:663:1 [INFO] [stderr] | [INFO] [stderr] 663 | /// INSN_LUT1 is an instruction lookup table; used for decoding an [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:664:1 [INFO] [stderr] | [INFO] [stderr] 664 | /// instruction based on its leftmost nibble. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:682:1 [INFO] [stderr] | [INFO] [stderr] 682 | /// There are multiple instructions whose opcodes start with [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:683:1 [INFO] [stderr] | [INFO] [stderr] 683 | /// the leftmost nibble equal to 8. These instructions are uniquely [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:684:1 [INFO] [stderr] | [INFO] [stderr] 684 | /// identified based on the value of their rightmost nibble. INSN_LUT2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:685:1 [INFO] [stderr] | [INFO] [stderr] 685 | /// is used to perform this identification. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:700:1 [INFO] [stderr] | [INFO] [stderr] 700 | /// There are multiple instructions whose opcodes start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:701:1 [INFO] [stderr] | [INFO] [stderr] 701 | /// with the leftmost nibble equal to 0xf. INSN_LUT3 identifies [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:702:1 [INFO] [stderr] | [INFO] [stderr] 702 | /// these instructions based on the value of their least [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:703:1 [INFO] [stderr] | [INFO] [stderr] 703 | /// significant byte. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | /// CHIP-8 uses keys from 0,1,...9 and a, b, ... f. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | /// These are assigned codes from 0, 1, ... 0xf. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | /// CHIP-8 uses only two colors: 0 for OFF and [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | /// 1 for ON. [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/cpu.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / lazy_static! { [INFO] [stderr] 666 | | static ref INSN_LUT1:HashMap = hashmap! { [INFO] [stderr] 667 | | 1 => CPU::jmp as InsnPtr, [INFO] [stderr] 668 | | 2 => CPU::call as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 679 | | }; [INFO] [stderr] 680 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / lazy_static! { [INFO] [stderr] 666 | | static ref INSN_LUT1:HashMap = hashmap! { [INFO] [stderr] 667 | | 1 => CPU::jmp as InsnPtr, [INFO] [stderr] 668 | | 2 => CPU::call as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 679 | | }; [INFO] [stderr] 680 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:686:1 [INFO] [stderr] | [INFO] [stderr] 686 | / lazy_static! { [INFO] [stderr] 687 | | static ref INSN_LUT2: HashMap = hashmap! { [INFO] [stderr] 688 | | 0 => CPU::assign_vy_to_vx as InsnPtr, [INFO] [stderr] 689 | | 1 => CPU::assign_vx_or_vy_to_vx as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 697 | | }; [INFO] [stderr] 698 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:686:1 [INFO] [stderr] | [INFO] [stderr] 686 | / lazy_static! { [INFO] [stderr] 687 | | static ref INSN_LUT2: HashMap = hashmap! { [INFO] [stderr] 688 | | 0 => CPU::assign_vy_to_vx as InsnPtr, [INFO] [stderr] 689 | | 1 => CPU::assign_vx_or_vy_to_vx as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 697 | | }; [INFO] [stderr] 698 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:704:1 [INFO] [stderr] | [INFO] [stderr] 704 | / lazy_static! { [INFO] [stderr] 705 | | static ref INSN_LUT3: HashMap = hashmap! { [INFO] [stderr] 706 | | 0x1e => CPU::assign_i_plus_vx_to_i as InsnPtr, [INFO] [stderr] 707 | | 0x33 => CPU::store_bcd_of_vx_to_mem as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 715 | | }; [INFO] [stderr] 716 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:704:1 [INFO] [stderr] | [INFO] [stderr] 704 | / lazy_static! { [INFO] [stderr] 705 | | static ref INSN_LUT3: HashMap = hashmap! { [INFO] [stderr] 706 | | 0x1e => CPU::assign_i_plus_vx_to_i as InsnPtr, [INFO] [stderr] 707 | | 0x33 => CPU::store_bcd_of_vx_to_mem as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 715 | | }; [INFO] [stderr] 716 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref KEYCODES:HashMap = hashmap! { [INFO] [stderr] 30 | | 0x0 => Keycode::Num0, [INFO] [stderr] 31 | | 0x1 => Keycode::Num1, [INFO] [stderr] ... | [INFO] [stderr] 46 | | }; [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref KEYCODES:HashMap = hashmap! { [INFO] [stderr] 30 | | 0x0 => Keycode::Num0, [INFO] [stderr] 31 | | 0x1 => Keycode::Num1, [INFO] [stderr] ... | [INFO] [stderr] 46 | | }; [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | pub static ref PIXEL_COLORS:[Color; 2] = [INFO] [stderr] 53 | | [Color::RGBA(0, 0, 0, 255), [INFO] [stderr] 54 | | Color::RGBA(250, 250, 250, 255)]; [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | pub static ref PIXEL_COLORS:[Color; 2] = [INFO] [stderr] 53 | | [Color::RGBA(0, 0, 0, 255), [INFO] [stderr] 54 | | Color::RGBA(250, 250, 250, 255)]; [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 24 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.93s [INFO] running `"docker" "inspect" "07e6717baac3038f0bcc012a71c3ddb9b96cdd8a479772ba745199e569a6b354"` [INFO] running `"docker" "rm" "-f" "07e6717baac3038f0bcc012a71c3ddb9b96cdd8a479772ba745199e569a6b354"` [INFO] [stdout] 07e6717baac3038f0bcc012a71c3ddb9b96cdd8a479772ba745199e569a6b354 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 8be3b67ee0bda3f3d2448d5348ab678047ad28d61938e80ff2a764286049d06d [INFO] running `"docker" "start" "-a" "8be3b67ee0bda3f3d2448d5348ab678047ad28d61938e80ff2a764286049d06d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling chip8_emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:663:1 [INFO] [stderr] | [INFO] [stderr] 663 | /// INSN_LUT1 is an instruction lookup table; used for decoding an [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:664:1 [INFO] [stderr] | [INFO] [stderr] 664 | /// instruction based on its leftmost nibble. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:682:1 [INFO] [stderr] | [INFO] [stderr] 682 | /// There are multiple instructions whose opcodes start with [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:683:1 [INFO] [stderr] | [INFO] [stderr] 683 | /// the leftmost nibble equal to 8. These instructions are uniquely [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:684:1 [INFO] [stderr] | [INFO] [stderr] 684 | /// identified based on the value of their rightmost nibble. INSN_LUT2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:685:1 [INFO] [stderr] | [INFO] [stderr] 685 | /// is used to perform this identification. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:700:1 [INFO] [stderr] | [INFO] [stderr] 700 | /// There are multiple instructions whose opcodes start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:701:1 [INFO] [stderr] | [INFO] [stderr] 701 | /// with the leftmost nibble equal to 0xf. INSN_LUT3 identifies [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:702:1 [INFO] [stderr] | [INFO] [stderr] 702 | /// these instructions based on the value of their least [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:703:1 [INFO] [stderr] | [INFO] [stderr] 703 | /// significant byte. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | /// CHIP-8 uses keys from 0,1,...9 and a, b, ... f. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | /// These are assigned codes from 0, 1, ... 0xf. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | /// CHIP-8 uses only two colors: 0 for OFF and [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | /// 1 for ON. [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/cpu.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / lazy_static! { [INFO] [stderr] 666 | | static ref INSN_LUT1:HashMap = hashmap! { [INFO] [stderr] 667 | | 1 => CPU::jmp as InsnPtr, [INFO] [stderr] 668 | | 2 => CPU::call as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 679 | | }; [INFO] [stderr] 680 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / lazy_static! { [INFO] [stderr] 666 | | static ref INSN_LUT1:HashMap = hashmap! { [INFO] [stderr] 667 | | 1 => CPU::jmp as InsnPtr, [INFO] [stderr] 668 | | 2 => CPU::call as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 679 | | }; [INFO] [stderr] 680 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:686:1 [INFO] [stderr] | [INFO] [stderr] 686 | / lazy_static! { [INFO] [stderr] 687 | | static ref INSN_LUT2: HashMap = hashmap! { [INFO] [stderr] 688 | | 0 => CPU::assign_vy_to_vx as InsnPtr, [INFO] [stderr] 689 | | 1 => CPU::assign_vx_or_vy_to_vx as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 697 | | }; [INFO] [stderr] 698 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:686:1 [INFO] [stderr] | [INFO] [stderr] 686 | / lazy_static! { [INFO] [stderr] 687 | | static ref INSN_LUT2: HashMap = hashmap! { [INFO] [stderr] 688 | | 0 => CPU::assign_vy_to_vx as InsnPtr, [INFO] [stderr] 689 | | 1 => CPU::assign_vx_or_vy_to_vx as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 697 | | }; [INFO] [stderr] 698 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:704:1 [INFO] [stderr] | [INFO] [stderr] 704 | / lazy_static! { [INFO] [stderr] 705 | | static ref INSN_LUT3: HashMap = hashmap! { [INFO] [stderr] 706 | | 0x1e => CPU::assign_i_plus_vx_to_i as InsnPtr, [INFO] [stderr] 707 | | 0x33 => CPU::store_bcd_of_vx_to_mem as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 715 | | }; [INFO] [stderr] 716 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:704:1 [INFO] [stderr] | [INFO] [stderr] 704 | / lazy_static! { [INFO] [stderr] 705 | | static ref INSN_LUT3: HashMap = hashmap! { [INFO] [stderr] 706 | | 0x1e => CPU::assign_i_plus_vx_to_i as InsnPtr, [INFO] [stderr] 707 | | 0x33 => CPU::store_bcd_of_vx_to_mem as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 715 | | }; [INFO] [stderr] 716 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref KEYCODES:HashMap = hashmap! { [INFO] [stderr] 30 | | 0x0 => Keycode::Num0, [INFO] [stderr] 31 | | 0x1 => Keycode::Num1, [INFO] [stderr] ... | [INFO] [stderr] 46 | | }; [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref KEYCODES:HashMap = hashmap! { [INFO] [stderr] 30 | | 0x0 => Keycode::Num0, [INFO] [stderr] 31 | | 0x1 => Keycode::Num1, [INFO] [stderr] ... | [INFO] [stderr] 46 | | }; [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | pub static ref PIXEL_COLORS:[Color; 2] = [INFO] [stderr] 53 | | [Color::RGBA(0, 0, 0, 255), [INFO] [stderr] 54 | | Color::RGBA(250, 250, 250, 255)]; [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | pub static ref PIXEL_COLORS:[Color; 2] = [INFO] [stderr] 53 | | [Color::RGBA(0, 0, 0, 255), [INFO] [stderr] 54 | | Color::RGBA(250, 250, 250, 255)]; [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 24 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.81s [INFO] running `"docker" "inspect" "8be3b67ee0bda3f3d2448d5348ab678047ad28d61938e80ff2a764286049d06d"` [INFO] running `"docker" "rm" "-f" "8be3b67ee0bda3f3d2448d5348ab678047ad28d61938e80ff2a764286049d06d"` [INFO] [stdout] 8be3b67ee0bda3f3d2448d5348ab678047ad28d61938e80ff2a764286049d06d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 939c3bd1a7cad3915357c439370c8d3f8ab171f44bc2f91e11a888a5b3b97929 [INFO] running `"docker" "start" "-a" "939c3bd1a7cad3915357c439370c8d3f8ab171f44bc2f91e11a888a5b3b97929"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:663:1 [INFO] [stderr] | [INFO] [stderr] 663 | /// INSN_LUT1 is an instruction lookup table; used for decoding an [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:664:1 [INFO] [stderr] | [INFO] [stderr] 664 | /// instruction based on its leftmost nibble. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:682:1 [INFO] [stderr] | [INFO] [stderr] 682 | /// There are multiple instructions whose opcodes start with [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:683:1 [INFO] [stderr] | [INFO] [stderr] 683 | /// the leftmost nibble equal to 8. These instructions are uniquely [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:684:1 [INFO] [stderr] | [INFO] [stderr] 684 | /// identified based on the value of their rightmost nibble. INSN_LUT2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:685:1 [INFO] [stderr] | [INFO] [stderr] 685 | /// is used to perform this identification. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:700:1 [INFO] [stderr] | [INFO] [stderr] 700 | /// There are multiple instructions whose opcodes start [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:701:1 [INFO] [stderr] | [INFO] [stderr] 701 | /// with the leftmost nibble equal to 0xf. INSN_LUT3 identifies [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:702:1 [INFO] [stderr] | [INFO] [stderr] 702 | /// these instructions based on the value of their least [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/cpu.rs:703:1 [INFO] [stderr] | [INFO] [stderr] 703 | /// significant byte. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | /// CHIP-8 uses keys from 0,1,...9 and a, b, ... f. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | /// These are assigned codes from 0, 1, ... 0xf. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | /// CHIP-8 uses only two colors: 0 for OFF and [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/screen.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | /// 1 for ON. [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/cpu.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / lazy_static! { [INFO] [stderr] 666 | | static ref INSN_LUT1:HashMap = hashmap! { [INFO] [stderr] 667 | | 1 => CPU::jmp as InsnPtr, [INFO] [stderr] 668 | | 2 => CPU::call as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 679 | | }; [INFO] [stderr] 680 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:665:1 [INFO] [stderr] | [INFO] [stderr] 665 | / lazy_static! { [INFO] [stderr] 666 | | static ref INSN_LUT1:HashMap = hashmap! { [INFO] [stderr] 667 | | 1 => CPU::jmp as InsnPtr, [INFO] [stderr] 668 | | 2 => CPU::call as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 679 | | }; [INFO] [stderr] 680 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:686:1 [INFO] [stderr] | [INFO] [stderr] 686 | / lazy_static! { [INFO] [stderr] 687 | | static ref INSN_LUT2: HashMap = hashmap! { [INFO] [stderr] 688 | | 0 => CPU::assign_vy_to_vx as InsnPtr, [INFO] [stderr] 689 | | 1 => CPU::assign_vx_or_vy_to_vx as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 697 | | }; [INFO] [stderr] 698 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:686:1 [INFO] [stderr] | [INFO] [stderr] 686 | / lazy_static! { [INFO] [stderr] 687 | | static ref INSN_LUT2: HashMap = hashmap! { [INFO] [stderr] 688 | | 0 => CPU::assign_vy_to_vx as InsnPtr, [INFO] [stderr] 689 | | 1 => CPU::assign_vx_or_vy_to_vx as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 697 | | }; [INFO] [stderr] 698 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:704:1 [INFO] [stderr] | [INFO] [stderr] 704 | / lazy_static! { [INFO] [stderr] 705 | | static ref INSN_LUT3: HashMap = hashmap! { [INFO] [stderr] 706 | | 0x1e => CPU::assign_i_plus_vx_to_i as InsnPtr, [INFO] [stderr] 707 | | 0x33 => CPU::store_bcd_of_vx_to_mem as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 715 | | }; [INFO] [stderr] 716 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/cpu.rs:704:1 [INFO] [stderr] | [INFO] [stderr] 704 | / lazy_static! { [INFO] [stderr] 705 | | static ref INSN_LUT3: HashMap = hashmap! { [INFO] [stderr] 706 | | 0x1e => CPU::assign_i_plus_vx_to_i as InsnPtr, [INFO] [stderr] 707 | | 0x33 => CPU::store_bcd_of_vx_to_mem as InsnPtr, [INFO] [stderr] ... | [INFO] [stderr] 715 | | }; [INFO] [stderr] 716 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref KEYCODES:HashMap = hashmap! { [INFO] [stderr] 30 | | 0x0 => Keycode::Num0, [INFO] [stderr] 31 | | 0x1 => Keycode::Num1, [INFO] [stderr] ... | [INFO] [stderr] 46 | | }; [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref KEYCODES:HashMap = hashmap! { [INFO] [stderr] 30 | | 0x0 => Keycode::Num0, [INFO] [stderr] 31 | | 0x1 => Keycode::Num1, [INFO] [stderr] ... | [INFO] [stderr] 46 | | }; [INFO] [stderr] 47 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | pub static ref PIXEL_COLORS:[Color; 2] = [INFO] [stderr] 53 | | [Color::RGBA(0, 0, 0, 255), [INFO] [stderr] 54 | | Color::RGBA(250, 250, 250, 255)]; [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/screen.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | / lazy_static! { [INFO] [stderr] 52 | | pub static ref PIXEL_COLORS:[Color; 2] = [INFO] [stderr] 53 | | [Color::RGBA(0, 0, 0, 255), [INFO] [stderr] 54 | | Color::RGBA(250, 250, 250, 255)]; [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 24 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/chip8_emu-23984642f122acb3 [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test cpu::cpu_test::test1_assign_vx_minus_vy_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test1_skip_if_vx_ne_nn ... ok [INFO] [stdout] test cpu::cpu_test::test1_assign_vx_plus_vy_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test1_skip_if_vx_eq_vy ... ok [INFO] [stdout] test cpu::cpu_test::test1_assign_vy_minus_vx_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test1_skip_if_vx_eq_nn ... ok [INFO] [stdout] test cpu::cpu_test::test2_skip_if_vx_ne_nn ... ok [INFO] [stdout] test cpu::cpu_test::test_assign_vx_xor_vy_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test_assign_vy_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test_assign_vx_or_vy_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test_call ... ok [INFO] [stdout] test cpu::cpu_test::test_fill_v0_to_vx_from_mem ... ok [INFO] [stdout] test cpu::cpu_test::test_jmp_to_address_plus_v0 ... ok [INFO] [stdout] test cpu::cpu_test::test_jump ... ok [INFO] [stdout] test cpu::cpu_test::test_ret ... ok [INFO] [stdout] test cpu::cpu_test::test_set_vx_to_nn ... ok [INFO] [stdout] test cpu::cpu_test::test_shl_vx ... ok [INFO] [stdout] test cpu::cpu_test::test_shr_vx ... ok [INFO] [stdout] test cpu::cpu_test::test_store_bcd_of_vx_to_mem ... ok [INFO] [stdout] test cpu::cpu_test::test_store_v0_to_vx_to_mem ... ok [INFO] [stdout] test cpu::cpu_test::test2_assign_vx_plus_vy_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test_add_nn_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test2_assign_vx_minus_vy_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test2_skip_if_vx_eq_vy ... ok [INFO] [stdout] test cpu::cpu_test::test1_skip_if_vx_ne_vy ... ok [INFO] [stdout] test cpu::cpu_test::test2_skip_if_vx_ne_vy ... ok [INFO] [stdout] test cpu::cpu_test::test2_assign_vy_minus_vx_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test2_skip_if_vx_eq_nn ... ok [INFO] [stdout] test cpu::cpu_test::test_assign_i_plus_vx_to_i ... ok [INFO] [stdout] test cpu::cpu_test::test_assign_rand_bitand_const_to_vx ... ok [INFO] [stdout] test cpu::cpu_test::test_assign_address_to_ireg ... ok [INFO] [stdout] test cpu::cpu_test::test_assign_vx_and_vy_to_vx ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "939c3bd1a7cad3915357c439370c8d3f8ab171f44bc2f91e11a888a5b3b97929"` [INFO] running `"docker" "rm" "-f" "939c3bd1a7cad3915357c439370c8d3f8ab171f44bc2f91e11a888a5b3b97929"` [INFO] [stdout] 939c3bd1a7cad3915357c439370c8d3f8ab171f44bc2f91e11a888a5b3b97929