Oct 14 13:41:07.392 INFO testing linde12/chip8 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 13:41:07.392 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13:41:07.710 INFO blam! b71930fef6fe266f0dc34a69362e715322f29efaf82fae53f9e9d1e4576fc774 Oct 14 13:41:07.727 INFO running `"docker" "start" "-a" "b71930fef6fe266f0dc34a69362e715322f29efaf82fae53f9e9d1e4576fc774"` Oct 14 13:41:08.455 INFO kablam! usermod: no changes Oct 14 13:41:08.500 INFO kablam! Compiling chip88 v0.1.0 (/source) Oct 14 13:41:08.695 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.695 INFO kablam! --> src/main.rs:136:13 Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! 136 | op if high_nib == 0x1 => Ok(Op::JP(Operand::Addr(0xFFFF))), Oct 14 13:41:08.695 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:41:08.695 INFO kablam! Oct 14 13:41:08.695 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.695 INFO kablam! --> src/main.rs:137:13 Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! 137 | op if high_nib == 0x2 => Ok(Op::CALL(Operand::Addr(0xFFFF))), Oct 14 13:41:08.695 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.695 INFO kablam! Oct 14 13:41:08.695 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.695 INFO kablam! --> src/main.rs:144:13 Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! 144 | op if high_nib == 0x4 => Ok(Op::SNE( Oct 14 13:41:08.695 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.695 INFO kablam! Oct 14 13:41:08.695 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.695 INFO kablam! --> src/main.rs:148:13 Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! 148 | op if high_nib == 0x5 => Ok(Op::SE( Oct 14 13:41:08.695 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.695 INFO kablam! Oct 14 13:41:08.695 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.695 INFO kablam! --> src/main.rs:152:13 Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! 152 | op if high_nib == 0x6 => Ok(Op::LD( Oct 14 13:41:08.695 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.695 INFO kablam! Oct 14 13:41:08.695 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.695 INFO kablam! --> src/main.rs:156:13 Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! 156 | op if high_nib == 0x7 => Ok(Op::ADD( Oct 14 13:41:08.695 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.695 INFO kablam! Oct 14 13:41:08.695 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.695 INFO kablam! --> src/main.rs:193:13 Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! 193 | op if high_nib == 0x9 => Ok(Op::SNE( Oct 14 13:41:08.695 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.695 INFO kablam! Oct 14 13:41:08.695 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.695 INFO kablam! --> src/main.rs:197:13 Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! 197 | op if high_nib == 0xA => Ok(Op::LD( Oct 14 13:41:08.695 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.695 INFO kablam! Oct 14 13:41:08.695 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.695 INFO kablam! --> src/main.rs:201:13 Oct 14 13:41:08.695 INFO kablam! | Oct 14 13:41:08.695 INFO kablam! 201 | op if high_nib == 0xB => Ok(Op::JP(Operand::Addr(0xFFFA))), Oct 14 13:41:08.695 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.695 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: variant is never constructed: `CLS` Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:40:5 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 40 | CLS, // Clear Oct 14 13:41:08.711 INFO kablam! | ^^^ Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: variant is never constructed: `RET` Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:41:5 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 41 | RET, // Return Oct 14 13:41:08.711 INFO kablam! | ^^^ Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: variant is never constructed: `RND` Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:56:5 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 56 | RND(Operand, Operand), Oct 14 13:41:08.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: variant is never constructed: `DRW` Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:58:5 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 58 | DRW(Operand, Operand, Operand), Oct 14 13:41:08.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: variant is never constructed: `SKP` Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:59:5 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 59 | SKP(Operand), Oct 14 13:41:08.711 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: variant is never constructed: `SKNP` Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:60:5 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 60 | SKNP(Operand), Oct 14 13:41:08.711 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: method is never used: `read_byte` Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:72:5 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 72 | fn read_byte(&self, index: usize) -> Result { Oct 14 13:41:08.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: field is never used: `reg8` Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:100:5 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 100 | reg8: HashMap, Oct 14 13:41:08.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:140:76 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 140 | return Ok(Op::SE(Operand::Register(reg), Operand::Byte(0xFFFF))); Oct 14 13:41:08.711 INFO kablam! | ^^^^^^ Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 14 13:41:08.711 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:08.711 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:146:31 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 146 | Operand::Byte(0xFFFF), Oct 14 13:41:08.711 INFO kablam! | ^^^^^^ Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:08.711 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:08.711 INFO kablam! Oct 14 13:41:08.711 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:08.711 INFO kablam! --> src/main.rs:158:31 Oct 14 13:41:08.711 INFO kablam! | Oct 14 13:41:08.711 INFO kablam! 158 | Operand::Byte(0xFFFF), Oct 14 13:41:08.711 INFO kablam! | ^^^^^^ Oct 14 13:41:08.723 INFO kablam! | Oct 14 13:41:08.723 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:08.723 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:08.723 INFO kablam! Oct 14 13:41:09.455 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 14 13:41:09.458 INFO kablam! su: No module specific data is present Oct 14 13:41:10.183 INFO running `"docker" "rm" "-f" "b71930fef6fe266f0dc34a69362e715322f29efaf82fae53f9e9d1e4576fc774"` Oct 14 13:41:10.523 INFO blam! b71930fef6fe266f0dc34a69362e715322f29efaf82fae53f9e9d1e4576fc774 Oct 14 13:41:10.533 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13:41:10.911 INFO blam! 9d4c310084368dd4120fb3e816b9e9d370b85728c9eb6475dd37885d89179a8a Oct 14 13:41:10.931 INFO running `"docker" "start" "-a" "9d4c310084368dd4120fb3e816b9e9d370b85728c9eb6475dd37885d89179a8a"` Oct 14 13:41:12.919 INFO kablam! usermod: no changes Oct 14 13:41:12.967 INFO kablam! Compiling chip88 v0.1.0 (/source) Oct 14 13:41:13.407 INFO kablam! warning: unused variable: `op` Oct 14 13:41:13.407 INFO kablam! --> src/main.rs:136:13 Oct 14 13:41:13.407 INFO kablam! | Oct 14 13:41:13.407 INFO kablam! 136 | op if high_nib == 0x1 => Ok(Op::JP(Operand::Addr(0xFFFF))), Oct 14 13:41:13.407 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:13.407 INFO kablam! | Oct 14 13:41:13.407 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:41:13.407 INFO kablam! Oct 14 13:41:13.407 INFO kablam! warning: unused variable: `op` Oct 14 13:41:13.407 INFO kablam! --> src/main.rs:137:13 Oct 14 13:41:13.407 INFO kablam! | Oct 14 13:41:13.407 INFO kablam! 137 | op if high_nib == 0x2 => Ok(Op::CALL(Operand::Addr(0xFFFF))), Oct 14 13:41:13.407 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:13.407 INFO kablam! Oct 14 13:41:13.407 INFO kablam! warning: unused variable: `op` Oct 14 13:41:13.407 INFO kablam! --> src/main.rs:144:13 Oct 14 13:41:13.407 INFO kablam! | Oct 14 13:41:13.407 INFO kablam! 144 | op if high_nib == 0x4 => Ok(Op::SNE( Oct 14 13:41:13.407 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:13.407 INFO kablam! Oct 14 13:41:13.407 INFO kablam! warning: unused variable: `op` Oct 14 13:41:13.407 INFO kablam! --> src/main.rs:148:13 Oct 14 13:41:13.407 INFO kablam! | Oct 14 13:41:13.407 INFO kablam! 148 | op if high_nib == 0x5 => Ok(Op::SE( Oct 14 13:41:13.407 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:13.408 INFO kablam! Oct 14 13:41:13.408 INFO kablam! warning: unused variable: `op` Oct 14 13:41:13.408 INFO kablam! --> src/main.rs:152:13 Oct 14 13:41:13.408 INFO kablam! | Oct 14 13:41:13.408 INFO kablam! 152 | op if high_nib == 0x6 => Ok(Op::LD( Oct 14 13:41:13.408 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:13.408 INFO kablam! Oct 14 13:41:13.408 INFO kablam! warning: unused variable: `op` Oct 14 13:41:13.408 INFO kablam! --> src/main.rs:156:13 Oct 14 13:41:13.408 INFO kablam! | Oct 14 13:41:13.408 INFO kablam! 156 | op if high_nib == 0x7 => Ok(Op::ADD( Oct 14 13:41:13.408 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:13.408 INFO kablam! Oct 14 13:41:13.408 INFO kablam! warning: unused variable: `op` Oct 14 13:41:13.408 INFO kablam! --> src/main.rs:193:13 Oct 14 13:41:13.408 INFO kablam! | Oct 14 13:41:13.408 INFO kablam! 193 | op if high_nib == 0x9 => Ok(Op::SNE( Oct 14 13:41:13.408 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:13.408 INFO kablam! Oct 14 13:41:13.408 INFO kablam! warning: unused variable: `op` Oct 14 13:41:13.408 INFO kablam! --> src/main.rs:197:13 Oct 14 13:41:13.408 INFO kablam! | Oct 14 13:41:13.408 INFO kablam! 197 | op if high_nib == 0xA => Ok(Op::LD( Oct 14 13:41:13.408 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:13.408 INFO kablam! Oct 14 13:41:13.408 INFO kablam! warning: unused variable: `op` Oct 14 13:41:13.408 INFO kablam! --> src/main.rs:201:13 Oct 14 13:41:13.408 INFO kablam! | Oct 14 13:41:13.408 INFO kablam! 201 | op if high_nib == 0xB => Ok(Op::JP(Operand::Addr(0xFFFA))), Oct 14 13:41:13.408 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:13.408 INFO kablam! Oct 14 13:41:13.423 INFO kablam! warning: variant is never constructed: `CLS` Oct 14 13:41:13.423 INFO kablam! --> src/main.rs:40:5 Oct 14 13:41:13.423 INFO kablam! | Oct 14 13:41:13.423 INFO kablam! 40 | CLS, // Clear Oct 14 13:41:13.423 INFO kablam! | ^^^ Oct 14 13:41:13.423 INFO kablam! | Oct 14 13:41:13.424 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:41:13.425 INFO kablam! Oct 14 13:41:13.425 INFO kablam! warning: variant is never constructed: `RET` Oct 14 13:41:13.425 INFO kablam! --> src/main.rs:41:5 Oct 14 13:41:13.425 INFO kablam! | Oct 14 13:41:13.425 INFO kablam! 41 | RET, // Return Oct 14 13:41:13.425 INFO kablam! | ^^^ Oct 14 13:41:13.425 INFO kablam! Oct 14 13:41:13.425 INFO kablam! warning: variant is never constructed: `RND` Oct 14 13:41:13.425 INFO kablam! --> src/main.rs:56:5 Oct 14 13:41:13.425 INFO kablam! | Oct 14 13:41:13.425 INFO kablam! 56 | RND(Operand, Operand), Oct 14 13:41:13.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:13.425 INFO kablam! Oct 14 13:41:13.425 INFO kablam! warning: variant is never constructed: `DRW` Oct 14 13:41:13.425 INFO kablam! --> src/main.rs:58:5 Oct 14 13:41:13.425 INFO kablam! | Oct 14 13:41:13.425 INFO kablam! 58 | DRW(Operand, Operand, Operand), Oct 14 13:41:13.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:13.425 INFO kablam! Oct 14 13:41:13.425 INFO kablam! warning: variant is never constructed: `SKP` Oct 14 13:41:13.425 INFO kablam! --> src/main.rs:59:5 Oct 14 13:41:13.425 INFO kablam! | Oct 14 13:41:13.425 INFO kablam! 59 | SKP(Operand), Oct 14 13:41:13.425 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:41:13.425 INFO kablam! Oct 14 13:41:13.425 INFO kablam! warning: variant is never constructed: `SKNP` Oct 14 13:41:13.425 INFO kablam! --> src/main.rs:60:5 Oct 14 13:41:13.425 INFO kablam! | Oct 14 13:41:13.425 INFO kablam! 60 | SKNP(Operand), Oct 14 13:41:13.425 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 13:41:13.425 INFO kablam! Oct 14 13:41:13.425 INFO kablam! warning: method is never used: `read_byte` Oct 14 13:41:13.425 INFO kablam! --> src/main.rs:72:5 Oct 14 13:41:13.425 INFO kablam! | Oct 14 13:41:13.425 INFO kablam! 72 | fn read_byte(&self, index: usize) -> Result { Oct 14 13:41:13.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:13.425 INFO kablam! Oct 14 13:41:13.425 INFO kablam! warning: field is never used: `reg8` Oct 14 13:41:13.425 INFO kablam! --> src/main.rs:100:5 Oct 14 13:41:13.425 INFO kablam! | Oct 14 13:41:13.425 INFO kablam! 100 | reg8: HashMap, Oct 14 13:41:13.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:13.426 INFO kablam! Oct 14 13:41:13.431 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:13.431 INFO kablam! --> src/main.rs:140:76 Oct 14 13:41:13.431 INFO kablam! | Oct 14 13:41:13.431 INFO kablam! 140 | return Ok(Op::SE(Operand::Register(reg), Operand::Byte(0xFFFF))); Oct 14 13:41:13.431 INFO kablam! | ^^^^^^ Oct 14 13:41:13.431 INFO kablam! | Oct 14 13:41:13.431 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 14 13:41:13.431 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:13.431 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:13.431 INFO kablam! Oct 14 13:41:13.431 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:13.431 INFO kablam! --> src/main.rs:146:31 Oct 14 13:41:13.431 INFO kablam! | Oct 14 13:41:13.431 INFO kablam! 146 | Operand::Byte(0xFFFF), Oct 14 13:41:13.431 INFO kablam! | ^^^^^^ Oct 14 13:41:13.431 INFO kablam! | Oct 14 13:41:13.431 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:13.431 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:13.431 INFO kablam! Oct 14 13:41:13.431 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:13.431 INFO kablam! --> src/main.rs:158:31 Oct 14 13:41:13.431 INFO kablam! | Oct 14 13:41:13.432 INFO kablam! 158 | Operand::Byte(0xFFFF), Oct 14 13:41:13.432 INFO kablam! | ^^^^^^ Oct 14 13:41:13.432 INFO kablam! | Oct 14 13:41:13.432 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:13.432 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:13.432 INFO kablam! Oct 14 13:41:14.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 14 13:41:14.077 INFO kablam! su: No module specific data is present Oct 14 13:41:15.419 INFO running `"docker" "rm" "-f" "9d4c310084368dd4120fb3e816b9e9d370b85728c9eb6475dd37885d89179a8a"` Oct 14 13:41:15.773 INFO blam! 9d4c310084368dd4120fb3e816b9e9d370b85728c9eb6475dd37885d89179a8a Oct 14 13:41:15.788 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13:41:16.243 INFO blam! 1686948b59b311fea1683ffdf8043504d556c462d351426f576914a7c9455e9a Oct 14 13:41:16.246 INFO running `"docker" "start" "-a" "1686948b59b311fea1683ffdf8043504d556c462d351426f576914a7c9455e9a"` Oct 14 13:41:17.986 INFO kablam! usermod: no changes Oct 14 13:41:18.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 13:41:18.056 INFO kablam! Running /target/debug/deps/chip88-ed6dd4e5d004183a Oct 14 13:41:18.064 INFO blam! Oct 14 13:41:18.064 INFO blam! running 0 tests Oct 14 13:41:18.065 INFO blam! Oct 14 13:41:18.065 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:41:18.065 INFO blam! Oct 14 13:41:18.066 INFO kablam! su: No module specific data is present Oct 14 13:41:19.267 INFO running `"docker" "rm" "-f" "1686948b59b311fea1683ffdf8043504d556c462d351426f576914a7c9455e9a"` Oct 14 13:41:19.551 INFO blam! 1686948b59b311fea1683ffdf8043504d556c462d351426f576914a7c9455e9a