Oct 14 21:02:17.901 INFO testing fChristenson/nes-emulator against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:02:17.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:02:18.511 INFO blam! a43452bbee48a891b67b6d31c5301bffbb0b0eaea4579ac20d387d021ecce067 Oct 14 21:02:18.513 INFO running `"docker" "start" "-a" "a43452bbee48a891b67b6d31c5301bffbb0b0eaea4579ac20d387d021ecce067"` Oct 14 21:02:20.450 INFO kablam! usermod: no changes Oct 14 21:02:20.519 INFO kablam! Compiling nes-emulator v0.1.0 (/source) Oct 14 21:02:20.907 INFO kablam! warning: enum is never used: `InstructionType` Oct 14 21:02:20.907 INFO kablam! --> src/lib/instructions.rs:4:1 Oct 14 21:02:20.907 INFO kablam! | Oct 14 21:02:20.908 INFO kablam! 4 | pub enum InstructionType { Oct 14 21:02:20.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.908 INFO kablam! | Oct 14 21:02:20.909 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:02:20.909 INFO kablam! Oct 14 21:02:20.909 INFO kablam! warning: enum is never used: `AddressingMode` Oct 14 21:02:20.910 INFO kablam! --> src/lib/instructions.rs:8:1 Oct 14 21:02:20.910 INFO kablam! | Oct 14 21:02:20.910 INFO kablam! 8 | pub enum AddressingMode { Oct 14 21:02:20.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.911 INFO kablam! Oct 14 21:02:20.911 INFO kablam! warning: struct is never constructed: `Instruction` Oct 14 21:02:20.911 INFO kablam! --> src/lib/instructions.rs:24:1 Oct 14 21:02:20.912 INFO kablam! | Oct 14 21:02:20.912 INFO kablam! 24 | pub struct Instruction { Oct 14 21:02:20.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.913 INFO kablam! Oct 14 21:02:20.913 INFO kablam! warning: struct is never constructed: `Parameter` Oct 14 21:02:20.914 INFO kablam! --> src/lib/instructions.rs:33:1 Oct 14 21:02:20.914 INFO kablam! | Oct 14 21:02:20.914 INFO kablam! 33 | pub struct Parameter { Oct 14 21:02:20.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.915 INFO kablam! Oct 14 21:02:20.915 INFO kablam! warning: method is never used: `new` Oct 14 21:02:20.915 INFO kablam! --> src/lib/instructions.rs:40:3 Oct 14 21:02:20.916 INFO kablam! | Oct 14 21:02:20.916 INFO kablam! 40 | / pub fn new( Oct 14 21:02:20.916 INFO kablam! 41 | | instruction_type: InstructionType, Oct 14 21:02:20.917 INFO kablam! 42 | | addressing_mode: AddressingMode, Oct 14 21:02:20.917 INFO kablam! 43 | | operation: Box u8>, Oct 14 21:02:20.917 INFO kablam! ... | Oct 14 21:02:20.917 INFO kablam! 67 | | } Oct 14 21:02:20.918 INFO kablam! 68 | | } Oct 14 21:02:20.918 INFO kablam! | |___^ Oct 14 21:02:20.918 INFO kablam! Oct 14 21:02:20.919 INFO kablam! warning: method is never used: `high_param` Oct 14 21:02:20.919 INFO kablam! --> src/lib/instructions.rs:70:3 Oct 14 21:02:20.919 INFO kablam! | Oct 14 21:02:20.919 INFO kablam! 70 | fn high_param(memory: &mut Memory, low_address: u8) -> u8 { Oct 14 21:02:20.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.920 INFO kablam! Oct 14 21:02:20.920 INFO kablam! warning: method is never used: `calculate_page_crossed_penalty` Oct 14 21:02:20.920 INFO kablam! --> src/lib/instructions.rs:75:3 Oct 14 21:02:20.921 INFO kablam! | Oct 14 21:02:20.921 INFO kablam! 75 | fn calculate_page_crossed_penalty(address_before: u8, address_after: u8) -> u8 { Oct 14 21:02:20.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.922 INFO kablam! Oct 14 21:02:20.922 INFO kablam! warning: method is never used: `execute` Oct 14 21:02:20.922 INFO kablam! --> src/lib/instructions.rs:83:3 Oct 14 21:02:20.922 INFO kablam! | Oct 14 21:02:20.923 INFO kablam! 83 | fn execute(&self, cpu: &Cpu, memory: &mut Memory, starting_address: u8) -> u8 { Oct 14 21:02:20.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.923 INFO kablam! Oct 14 21:02:20.924 INFO kablam! warning: struct is never constructed: `Cpu` Oct 14 21:02:20.924 INFO kablam! --> src/lib/cpu.rs:1:1 Oct 14 21:02:20.924 INFO kablam! | Oct 14 21:02:20.924 INFO kablam! 1 | pub struct Cpu { Oct 14 21:02:20.925 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:02:20.925 INFO kablam! Oct 14 21:02:20.925 INFO kablam! warning: struct is never constructed: `Stack` Oct 14 21:02:20.926 INFO kablam! --> src/lib/stack.rs:3:1 Oct 14 21:02:20.926 INFO kablam! | Oct 14 21:02:20.926 INFO kablam! 3 | pub struct Stack { Oct 14 21:02:20.927 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 21:02:20.927 INFO kablam! Oct 14 21:02:20.927 INFO kablam! warning: method is never used: `new` Oct 14 21:02:20.927 INFO kablam! --> src/lib/stack.rs:8:5 Oct 14 21:02:20.928 INFO kablam! | Oct 14 21:02:20.928 INFO kablam! 8 | pub fn new() -> Stack { Oct 14 21:02:20.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.929 INFO kablam! Oct 14 21:02:20.929 INFO kablam! warning: method is never used: `push` Oct 14 21:02:20.929 INFO kablam! --> src/lib/stack.rs:12:5 Oct 14 21:02:20.930 INFO kablam! | Oct 14 21:02:20.930 INFO kablam! 12 | pub fn push(&mut self, memory: &mut Memory, value: u8) { Oct 14 21:02:20.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.930 INFO kablam! Oct 14 21:02:20.931 INFO kablam! warning: method is never used: `pop` Oct 14 21:02:20.931 INFO kablam! --> src/lib/stack.rs:17:3 Oct 14 21:02:20.931 INFO kablam! | Oct 14 21:02:20.932 INFO kablam! 17 | pub fn pop(&mut self, memory: &mut Memory) -> u8 { Oct 14 21:02:20.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:20.932 INFO kablam! Oct 14 21:02:20.932 INFO kablam! warning: literal out of range for u8 Oct 14 21:02:20.932 INFO kablam! --> src/lib/instructions.rs:76:25 Oct 14 21:02:20.932 INFO kablam! | Oct 14 21:02:20.932 INFO kablam! 76 | if (address_after & 0xFF00) != (address_before & 0xFF00) { Oct 14 21:02:20.932 INFO kablam! | ^^^^^^ Oct 14 21:02:20.932 INFO kablam! | Oct 14 21:02:20.932 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 14 21:02:20.932 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 14 21:02:20.932 INFO kablam! = help: consider using `u16` instead Oct 14 21:02:20.932 INFO kablam! Oct 14 21:02:20.932 INFO kablam! warning: literal out of range for u8 Oct 14 21:02:20.932 INFO kablam! --> src/lib/instructions.rs:76:54 Oct 14 21:02:20.932 INFO kablam! | Oct 14 21:02:20.932 INFO kablam! 76 | if (address_after & 0xFF00) != (address_before & 0xFF00) { Oct 14 21:02:20.932 INFO kablam! | ^^^^^^ Oct 14 21:02:20.932 INFO kablam! | Oct 14 21:02:20.932 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 14 21:02:20.932 INFO kablam! = help: consider using `u16` instead Oct 14 21:02:20.932 INFO kablam! Oct 14 21:02:20.932 INFO kablam! warning: literal out of range for u8 Oct 14 21:02:20.932 INFO kablam! --> src/lib/instructions.rs:166:40 Oct 14 21:02:20.932 INFO kablam! | Oct 14 21:02:20.932 INFO kablam! 166 | address_high = address_low & 0xFF00; Oct 14 21:02:20.932 INFO kablam! | ^^^^^^ Oct 14 21:02:20.932 INFO kablam! | Oct 14 21:02:20.932 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 14 21:02:20.932 INFO kablam! = help: consider using `u16` instead Oct 14 21:02:20.932 INFO kablam! Oct 14 21:02:20.932 INFO kablam! warning: literal out of range for u8 Oct 14 21:02:20.932 INFO kablam! --> src/lib/stack.rs:9:28 Oct 14 21:02:20.932 INFO kablam! | Oct 14 21:02:20.932 INFO kablam! 9 | Stack{stack_pointer: 0x01FF} Oct 14 21:02:20.932 INFO kablam! | ^^^^^^ Oct 14 21:02:20.932 INFO kablam! | Oct 14 21:02:20.932 INFO kablam! = note: the literal `0x01FF` (decimal `511`) does not fit into an `u8` and will become `255u8` Oct 14 21:02:20.932 INFO kablam! = help: consider using `u16` instead Oct 14 21:02:20.933 INFO kablam! Oct 14 21:02:21.230 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 14 21:02:21.232 INFO kablam! su: No module specific data is present Oct 14 21:02:22.415 INFO running `"docker" "rm" "-f" "a43452bbee48a891b67b6d31c5301bffbb0b0eaea4579ac20d387d021ecce067"` Oct 14 21:02:22.707 INFO blam! a43452bbee48a891b67b6d31c5301bffbb0b0eaea4579ac20d387d021ecce067 Oct 14 21:02:22.709 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:02:23.313 INFO blam! 27ccb453a82f70fe34e735801cffcb0584b2fbd7c9953bc9644ac3a9dc0a637a Oct 14 21:02:23.315 INFO running `"docker" "start" "-a" "27ccb453a82f70fe34e735801cffcb0584b2fbd7c9953bc9644ac3a9dc0a637a"` Oct 14 21:02:24.899 INFO kablam! usermod: no changes Oct 14 21:02:24.971 INFO kablam! Compiling nes-emulator v0.1.0 (/source) Oct 14 21:02:25.371 INFO kablam! warning: enum is never used: `InstructionType` Oct 14 21:02:25.371 INFO kablam! --> src/lib/instructions.rs:4:1 Oct 14 21:02:25.371 INFO kablam! | Oct 14 21:02:25.371 INFO kablam! 4 | pub enum InstructionType { Oct 14 21:02:25.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.371 INFO kablam! | Oct 14 21:02:25.371 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:02:25.371 INFO kablam! Oct 14 21:02:25.371 INFO kablam! warning: enum is never used: `AddressingMode` Oct 14 21:02:25.371 INFO kablam! --> src/lib/instructions.rs:8:1 Oct 14 21:02:25.371 INFO kablam! | Oct 14 21:02:25.371 INFO kablam! 8 | pub enum AddressingMode { Oct 14 21:02:25.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.371 INFO kablam! Oct 14 21:02:25.371 INFO kablam! warning: struct is never constructed: `Instruction` Oct 14 21:02:25.371 INFO kablam! --> src/lib/instructions.rs:24:1 Oct 14 21:02:25.371 INFO kablam! | Oct 14 21:02:25.371 INFO kablam! 24 | pub struct Instruction { Oct 14 21:02:25.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.371 INFO kablam! Oct 14 21:02:25.371 INFO kablam! warning: struct is never constructed: `Parameter` Oct 14 21:02:25.371 INFO kablam! --> src/lib/instructions.rs:33:1 Oct 14 21:02:25.371 INFO kablam! | Oct 14 21:02:25.371 INFO kablam! 33 | pub struct Parameter { Oct 14 21:02:25.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: method is never used: `new` Oct 14 21:02:25.372 INFO kablam! --> src/lib/instructions.rs:40:3 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 40 | / pub fn new( Oct 14 21:02:25.372 INFO kablam! 41 | | instruction_type: InstructionType, Oct 14 21:02:25.372 INFO kablam! 42 | | addressing_mode: AddressingMode, Oct 14 21:02:25.372 INFO kablam! 43 | | operation: Box u8>, Oct 14 21:02:25.372 INFO kablam! ... | Oct 14 21:02:25.372 INFO kablam! 67 | | } Oct 14 21:02:25.372 INFO kablam! 68 | | } Oct 14 21:02:25.372 INFO kablam! | |___^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: method is never used: `high_param` Oct 14 21:02:25.372 INFO kablam! --> src/lib/instructions.rs:70:3 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 70 | fn high_param(memory: &mut Memory, low_address: u8) -> u8 { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: method is never used: `calculate_page_crossed_penalty` Oct 14 21:02:25.372 INFO kablam! --> src/lib/instructions.rs:75:3 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 75 | fn calculate_page_crossed_penalty(address_before: u8, address_after: u8) -> u8 { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: method is never used: `execute` Oct 14 21:02:25.372 INFO kablam! --> src/lib/instructions.rs:83:3 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 83 | fn execute(&self, cpu: &Cpu, memory: &mut Memory, starting_address: u8) -> u8 { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: struct is never constructed: `Cpu` Oct 14 21:02:25.372 INFO kablam! --> src/lib/cpu.rs:1:1 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 1 | pub struct Cpu { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: struct is never constructed: `Stack` Oct 14 21:02:25.372 INFO kablam! --> src/lib/stack.rs:3:1 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 3 | pub struct Stack { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: method is never used: `new` Oct 14 21:02:25.372 INFO kablam! --> src/lib/stack.rs:8:5 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 8 | pub fn new() -> Stack { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: method is never used: `push` Oct 14 21:02:25.372 INFO kablam! --> src/lib/stack.rs:12:5 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 12 | pub fn push(&mut self, memory: &mut Memory, value: u8) { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: method is never used: `pop` Oct 14 21:02:25.372 INFO kablam! --> src/lib/stack.rs:17:3 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 17 | pub fn pop(&mut self, memory: &mut Memory) -> u8 { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: literal out of range for u8 Oct 14 21:02:25.372 INFO kablam! --> src/lib/instructions.rs:76:25 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 76 | if (address_after & 0xFF00) != (address_before & 0xFF00) { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^ Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 14 21:02:25.372 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 14 21:02:25.372 INFO kablam! = help: consider using `u16` instead Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: literal out of range for u8 Oct 14 21:02:25.372 INFO kablam! --> src/lib/instructions.rs:76:54 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 76 | if (address_after & 0xFF00) != (address_before & 0xFF00) { Oct 14 21:02:25.372 INFO kablam! | ^^^^^^ Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 14 21:02:25.372 INFO kablam! = help: consider using `u16` instead Oct 14 21:02:25.372 INFO kablam! Oct 14 21:02:25.372 INFO kablam! warning: literal out of range for u8 Oct 14 21:02:25.372 INFO kablam! --> src/lib/instructions.rs:166:40 Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.372 INFO kablam! 166 | address_high = address_low & 0xFF00; Oct 14 21:02:25.372 INFO kablam! | ^^^^^^ Oct 14 21:02:25.372 INFO kablam! | Oct 14 21:02:25.373 INFO kablam! = note: the literal `0xFF00` (decimal `65280`) does not fit into an `u8` and will become `0u8` Oct 14 21:02:25.373 INFO kablam! = help: consider using `u16` instead Oct 14 21:02:25.373 INFO kablam! Oct 14 21:02:25.373 INFO kablam! warning: literal out of range for u8 Oct 14 21:02:25.373 INFO kablam! --> src/lib/stack.rs:9:28 Oct 14 21:02:25.373 INFO kablam! | Oct 14 21:02:25.373 INFO kablam! 9 | Stack{stack_pointer: 0x01FF} Oct 14 21:02:25.373 INFO kablam! | ^^^^^^ Oct 14 21:02:25.373 INFO kablam! | Oct 14 21:02:25.373 INFO kablam! = note: the literal `0x01FF` (decimal `511`) does not fit into an `u8` and will become `255u8` Oct 14 21:02:25.373 INFO kablam! = help: consider using `u16` instead Oct 14 21:02:25.373 INFO kablam! Oct 14 21:02:25.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 14 21:02:25.915 INFO kablam! su: No module specific data is present Oct 14 21:02:27.378 INFO running `"docker" "rm" "-f" "27ccb453a82f70fe34e735801cffcb0584b2fbd7c9953bc9644ac3a9dc0a637a"` Oct 14 21:02:27.729 INFO blam! 27ccb453a82f70fe34e735801cffcb0584b2fbd7c9953bc9644ac3a9dc0a637a Oct 14 21:02:27.733 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 21:02:28.180 INFO blam! a6cfca184894bb68c09f528f1876e46fd81ad7d370796568b64ca06a5f0b0255 Oct 14 21:02:28.183 INFO running `"docker" "start" "-a" "a6cfca184894bb68c09f528f1876e46fd81ad7d370796568b64ca06a5f0b0255"` Oct 14 21:02:29.806 INFO kablam! usermod: no changes Oct 14 21:02:29.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 21:02:29.875 INFO kablam! Running /target/debug/deps/nes_emulator-3a8007499f8c8681 Oct 14 21:02:29.878 INFO kablam! su: No module specific data is present Oct 14 21:02:29.878 INFO blam! Oct 14 21:02:29.878 INFO blam! running 0 tests Oct 14 21:02:29.878 INFO blam! Oct 14 21:02:29.878 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:02:29.878 INFO blam! Oct 14 21:02:30.998 INFO running `"docker" "rm" "-f" "a6cfca184894bb68c09f528f1876e46fd81ad7d370796568b64ca06a5f0b0255"` Oct 14 21:02:31.363 INFO blam! a6cfca184894bb68c09f528f1876e46fd81ad7d370796568b64ca06a5f0b0255