Oct 14 13:41:06.916 INFO testing linde12/chip8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:41:06.916 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13:41:07.269 INFO blam! a9a3e2f9505c5b847d1d8ce01e6d95776f06a2193984874d1d2a6f604ccd8cef Oct 14 13:41:07.277 INFO running `"docker" "start" "-a" "a9a3e2f9505c5b847d1d8ce01e6d95776f06a2193984874d1d2a6f604ccd8cef"` Oct 14 13:41:08.077 INFO kablam! usermod: no changes Oct 14 13:41:08.115 INFO kablam! Compiling chip88 v0.1.0 (/source) Oct 14 13:41:08.323 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.324 INFO kablam! --> src/main.rs:136:13 Oct 14 13:41:08.324 INFO kablam! | Oct 14 13:41:08.324 INFO kablam! 136 | op if high_nib == 0x1 => Ok(Op::JP(Operand::Addr(0xFFFF))), Oct 14 13:41:08.325 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.325 INFO kablam! | Oct 14 13:41:08.325 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:41:08.326 INFO kablam! Oct 14 13:41:08.326 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.326 INFO kablam! --> src/main.rs:137:13 Oct 14 13:41:08.327 INFO kablam! | Oct 14 13:41:08.327 INFO kablam! 137 | op if high_nib == 0x2 => Ok(Op::CALL(Operand::Addr(0xFFFF))), Oct 14 13:41:08.327 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.328 INFO kablam! Oct 14 13:41:08.328 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.328 INFO kablam! --> src/main.rs:144:13 Oct 14 13:41:08.329 INFO kablam! | Oct 14 13:41:08.329 INFO kablam! 144 | op if high_nib == 0x4 => Ok(Op::SNE( Oct 14 13:41:08.329 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.330 INFO kablam! Oct 14 13:41:08.330 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.330 INFO kablam! --> src/main.rs:148:13 Oct 14 13:41:08.330 INFO kablam! | Oct 14 13:41:08.331 INFO kablam! 148 | op if high_nib == 0x5 => Ok(Op::SE( Oct 14 13:41:08.331 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.331 INFO kablam! Oct 14 13:41:08.332 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.332 INFO kablam! --> src/main.rs:152:13 Oct 14 13:41:08.332 INFO kablam! | Oct 14 13:41:08.333 INFO kablam! 152 | op if high_nib == 0x6 => Ok(Op::LD( Oct 14 13:41:08.333 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.333 INFO kablam! Oct 14 13:41:08.334 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.334 INFO kablam! --> src/main.rs:156:13 Oct 14 13:41:08.334 INFO kablam! | Oct 14 13:41:08.335 INFO kablam! 156 | op if high_nib == 0x7 => Ok(Op::ADD( Oct 14 13:41:08.335 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.335 INFO kablam! Oct 14 13:41:08.335 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.336 INFO kablam! --> src/main.rs:193:13 Oct 14 13:41:08.336 INFO kablam! | Oct 14 13:41:08.336 INFO kablam! 193 | op if high_nib == 0x9 => Ok(Op::SNE( Oct 14 13:41:08.337 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.337 INFO kablam! Oct 14 13:41:08.337 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.338 INFO kablam! --> src/main.rs:197:13 Oct 14 13:41:08.338 INFO kablam! | Oct 14 13:41:08.338 INFO kablam! 197 | op if high_nib == 0xA => Ok(Op::LD( Oct 14 13:41:08.339 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.339 INFO kablam! Oct 14 13:41:08.339 INFO kablam! warning: unused variable: `op` Oct 14 13:41:08.340 INFO kablam! --> src/main.rs:201:13 Oct 14 13:41:08.340 INFO kablam! | Oct 14 13:41:08.340 INFO kablam! 201 | op if high_nib == 0xB => Ok(Op::JP(Operand::Addr(0xFFFA))), Oct 14 13:41:08.341 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:08.341 INFO kablam! Oct 14 13:41:08.342 INFO kablam! warning: variant is never constructed: `CLS` Oct 14 13:41:08.342 INFO kablam! --> src/main.rs:40:5 Oct 14 13:41:08.342 INFO kablam! | Oct 14 13:41:08.342 INFO kablam! 40 | CLS, // Clear Oct 14 13:41:08.342 INFO kablam! | ^^^ Oct 14 13:41:08.342 INFO kablam! | Oct 14 13:41:08.342 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:41:08.342 INFO kablam! Oct 14 13:41:08.342 INFO kablam! warning: variant is never constructed: `RET` Oct 14 13:41:08.342 INFO kablam! --> src/main.rs:41:5 Oct 14 13:41:08.342 INFO kablam! | Oct 14 13:41:08.342 INFO kablam! 41 | RET, // Return Oct 14 13:41:08.342 INFO kablam! | ^^^ Oct 14 13:41:08.342 INFO kablam! Oct 14 13:41:08.342 INFO kablam! warning: variant is never constructed: `RND` Oct 14 13:41:08.342 INFO kablam! --> src/main.rs:56:5 Oct 14 13:41:08.342 INFO kablam! | Oct 14 13:41:08.342 INFO kablam! 56 | RND(Operand, Operand), Oct 14 13:41:08.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:08.342 INFO kablam! Oct 14 13:41:08.342 INFO kablam! warning: variant is never constructed: `DRW` Oct 14 13:41:08.342 INFO kablam! --> src/main.rs:58:5 Oct 14 13:41:08.342 INFO kablam! | Oct 14 13:41:08.342 INFO kablam! 58 | DRW(Operand, Operand, Operand), Oct 14 13:41:08.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:08.342 INFO kablam! Oct 14 13:41:08.342 INFO kablam! warning: variant is never constructed: `SKP` Oct 14 13:41:08.342 INFO kablam! --> src/main.rs:59:5 Oct 14 13:41:08.342 INFO kablam! | Oct 14 13:41:08.342 INFO kablam! 59 | SKP(Operand), Oct 14 13:41:08.342 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:41:08.343 INFO kablam! Oct 14 13:41:08.343 INFO kablam! warning: variant is never constructed: `SKNP` Oct 14 13:41:08.343 INFO kablam! --> src/main.rs:60:5 Oct 14 13:41:08.343 INFO kablam! | Oct 14 13:41:08.343 INFO kablam! 60 | SKNP(Operand), Oct 14 13:41:08.343 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 13:41:08.343 INFO kablam! Oct 14 13:41:08.343 INFO kablam! warning: method is never used: `read_byte` Oct 14 13:41:08.343 INFO kablam! --> src/main.rs:72:5 Oct 14 13:41:08.343 INFO kablam! | Oct 14 13:41:08.343 INFO kablam! 72 | fn read_byte(&self, index: usize) -> Result { Oct 14 13:41:08.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:08.343 INFO kablam! Oct 14 13:41:08.343 INFO kablam! warning: field is never used: `reg8` Oct 14 13:41:08.343 INFO kablam! --> src/main.rs:100:5 Oct 14 13:41:08.343 INFO kablam! | Oct 14 13:41:08.343 INFO kablam! 100 | reg8: HashMap, Oct 14 13:41:08.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:08.343 INFO kablam! Oct 14 13:41:08.343 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:08.343 INFO kablam! --> src/main.rs:140:76 Oct 14 13:41:08.343 INFO kablam! | Oct 14 13:41:08.343 INFO kablam! 140 | return Ok(Op::SE(Operand::Register(reg), Operand::Byte(0xFFFF))); Oct 14 13:41:08.343 INFO kablam! | ^^^^^^ Oct 14 13:41:08.343 INFO kablam! | Oct 14 13:41:08.343 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 14 13:41:08.344 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:08.344 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:08.344 INFO kablam! Oct 14 13:41:08.344 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:08.344 INFO kablam! --> src/main.rs:146:31 Oct 14 13:41:08.344 INFO kablam! | Oct 14 13:41:08.344 INFO kablam! 146 | Operand::Byte(0xFFFF), Oct 14 13:41:08.344 INFO kablam! | ^^^^^^ Oct 14 13:41:08.344 INFO kablam! | Oct 14 13:41:08.344 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:08.344 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:08.344 INFO kablam! Oct 14 13:41:08.344 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:08.344 INFO kablam! --> src/main.rs:158:31 Oct 14 13:41:08.344 INFO kablam! | Oct 14 13:41:08.344 INFO kablam! 158 | Operand::Byte(0xFFFF), Oct 14 13:41:08.344 INFO kablam! | ^^^^^^ Oct 14 13:41:08.344 INFO kablam! | Oct 14 13:41:08.344 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:08.344 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:08.344 INFO kablam! Oct 14 13:41:08.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 14 13:41:08.903 INFO kablam! su: No module specific data is present Oct 14 13:41:10.071 INFO running `"docker" "rm" "-f" "a9a3e2f9505c5b847d1d8ce01e6d95776f06a2193984874d1d2a6f604ccd8cef"` Oct 14 13:41:10.307 INFO blam! a9a3e2f9505c5b847d1d8ce01e6d95776f06a2193984874d1d2a6f604ccd8cef Oct 14 13:41:10.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13:41:10.707 INFO blam! 07a2c353390b406c785cef86c0e91b55c72ba6fbaa4f7dbd938dc69cae88aeb4 Oct 14 13:41:10.711 INFO running `"docker" "start" "-a" "07a2c353390b406c785cef86c0e91b55c72ba6fbaa4f7dbd938dc69cae88aeb4"` Oct 14 13:41:12.282 INFO kablam! usermod: no changes Oct 14 13:41:12.355 INFO kablam! Compiling chip88 v0.1.0 (/source) Oct 14 13:41:12.703 INFO kablam! warning: unused variable: `op` Oct 14 13:41:12.703 INFO kablam! --> src/main.rs:136:13 Oct 14 13:41:12.703 INFO kablam! | Oct 14 13:41:12.703 INFO kablam! 136 | op if high_nib == 0x1 => Ok(Op::JP(Operand::Addr(0xFFFF))), Oct 14 13:41:12.703 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:12.703 INFO kablam! | Oct 14 13:41:12.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 13:41:12.703 INFO kablam! Oct 14 13:41:12.703 INFO kablam! warning: unused variable: `op` Oct 14 13:41:12.703 INFO kablam! --> src/main.rs:137:13 Oct 14 13:41:12.703 INFO kablam! | Oct 14 13:41:12.703 INFO kablam! 137 | op if high_nib == 0x2 => Ok(Op::CALL(Operand::Addr(0xFFFF))), Oct 14 13:41:12.703 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:12.703 INFO kablam! Oct 14 13:41:12.703 INFO kablam! warning: unused variable: `op` Oct 14 13:41:12.703 INFO kablam! --> src/main.rs:144:13 Oct 14 13:41:12.703 INFO kablam! | Oct 14 13:41:12.703 INFO kablam! 144 | op if high_nib == 0x4 => Ok(Op::SNE( Oct 14 13:41:12.703 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:12.703 INFO kablam! Oct 14 13:41:12.703 INFO kablam! warning: unused variable: `op` Oct 14 13:41:12.703 INFO kablam! --> src/main.rs:148:13 Oct 14 13:41:12.703 INFO kablam! | Oct 14 13:41:12.703 INFO kablam! 148 | op if high_nib == 0x5 => Ok(Op::SE( Oct 14 13:41:12.703 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:12.703 INFO kablam! Oct 14 13:41:12.703 INFO kablam! warning: unused variable: `op` Oct 14 13:41:12.703 INFO kablam! --> src/main.rs:152:13 Oct 14 13:41:12.703 INFO kablam! | Oct 14 13:41:12.703 INFO kablam! 152 | op if high_nib == 0x6 => Ok(Op::LD( Oct 14 13:41:12.703 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:12.703 INFO kablam! Oct 14 13:41:12.703 INFO kablam! warning: unused variable: `op` Oct 14 13:41:12.703 INFO kablam! --> src/main.rs:156:13 Oct 14 13:41:12.703 INFO kablam! | Oct 14 13:41:12.703 INFO kablam! 156 | op if high_nib == 0x7 => Ok(Op::ADD( Oct 14 13:41:12.703 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:12.703 INFO kablam! Oct 14 13:41:12.703 INFO kablam! warning: unused variable: `op` Oct 14 13:41:12.703 INFO kablam! --> src/main.rs:193:13 Oct 14 13:41:12.703 INFO kablam! | Oct 14 13:41:12.703 INFO kablam! 193 | op if high_nib == 0x9 => Ok(Op::SNE( Oct 14 13:41:12.703 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:12.703 INFO kablam! Oct 14 13:41:12.703 INFO kablam! warning: unused variable: `op` Oct 14 13:41:12.703 INFO kablam! --> src/main.rs:197:13 Oct 14 13:41:12.703 INFO kablam! | Oct 14 13:41:12.703 INFO kablam! 197 | op if high_nib == 0xA => Ok(Op::LD( Oct 14 13:41:12.703 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:12.704 INFO kablam! Oct 14 13:41:12.704 INFO kablam! warning: unused variable: `op` Oct 14 13:41:12.704 INFO kablam! --> src/main.rs:201:13 Oct 14 13:41:12.704 INFO kablam! | Oct 14 13:41:12.704 INFO kablam! 201 | op if high_nib == 0xB => Ok(Op::JP(Operand::Addr(0xFFFA))), Oct 14 13:41:12.704 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 13:41:12.704 INFO kablam! Oct 14 13:41:12.715 INFO kablam! warning: variant is never constructed: `CLS` Oct 14 13:41:12.715 INFO kablam! --> src/main.rs:40:5 Oct 14 13:41:12.715 INFO kablam! | Oct 14 13:41:12.715 INFO kablam! 40 | CLS, // Clear Oct 14 13:41:12.715 INFO kablam! | ^^^ Oct 14 13:41:12.715 INFO kablam! | Oct 14 13:41:12.715 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 13:41:12.715 INFO kablam! Oct 14 13:41:12.715 INFO kablam! warning: variant is never constructed: `RET` Oct 14 13:41:12.715 INFO kablam! --> src/main.rs:41:5 Oct 14 13:41:12.715 INFO kablam! | Oct 14 13:41:12.715 INFO kablam! 41 | RET, // Return Oct 14 13:41:12.715 INFO kablam! | ^^^ Oct 14 13:41:12.715 INFO kablam! Oct 14 13:41:12.715 INFO kablam! warning: variant is never constructed: `RND` Oct 14 13:41:12.715 INFO kablam! --> src/main.rs:56:5 Oct 14 13:41:12.715 INFO kablam! | Oct 14 13:41:12.715 INFO kablam! 56 | RND(Operand, Operand), Oct 14 13:41:12.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:12.715 INFO kablam! Oct 14 13:41:12.715 INFO kablam! warning: variant is never constructed: `DRW` Oct 14 13:41:12.715 INFO kablam! --> src/main.rs:58:5 Oct 14 13:41:12.715 INFO kablam! | Oct 14 13:41:12.715 INFO kablam! 58 | DRW(Operand, Operand, Operand), Oct 14 13:41:12.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:12.715 INFO kablam! Oct 14 13:41:12.715 INFO kablam! warning: variant is never constructed: `SKP` Oct 14 13:41:12.715 INFO kablam! --> src/main.rs:59:5 Oct 14 13:41:12.715 INFO kablam! | Oct 14 13:41:12.715 INFO kablam! 59 | SKP(Operand), Oct 14 13:41:12.715 INFO kablam! | ^^^^^^^^^^^^ Oct 14 13:41:12.715 INFO kablam! Oct 14 13:41:12.715 INFO kablam! warning: variant is never constructed: `SKNP` Oct 14 13:41:12.715 INFO kablam! --> src/main.rs:60:5 Oct 14 13:41:12.715 INFO kablam! | Oct 14 13:41:12.715 INFO kablam! 60 | SKNP(Operand), Oct 14 13:41:12.715 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 13:41:12.715 INFO kablam! Oct 14 13:41:12.715 INFO kablam! warning: method is never used: `read_byte` Oct 14 13:41:12.715 INFO kablam! --> src/main.rs:72:5 Oct 14 13:41:12.715 INFO kablam! | Oct 14 13:41:12.715 INFO kablam! 72 | fn read_byte(&self, index: usize) -> Result { Oct 14 13:41:12.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:12.715 INFO kablam! Oct 14 13:41:12.715 INFO kablam! warning: field is never used: `reg8` Oct 14 13:41:12.715 INFO kablam! --> src/main.rs:100:5 Oct 14 13:41:12.715 INFO kablam! | Oct 14 13:41:12.715 INFO kablam! 100 | reg8: HashMap, Oct 14 13:41:12.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 13:41:12.715 INFO kablam! Oct 14 13:41:12.719 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:12.719 INFO kablam! --> src/main.rs:140:76 Oct 14 13:41:12.719 INFO kablam! | Oct 14 13:41:12.719 INFO kablam! 140 | return Ok(Op::SE(Operand::Register(reg), Operand::Byte(0xFFFF))); Oct 14 13:41:12.719 INFO kablam! | ^^^^^^ Oct 14 13:41:12.719 INFO kablam! | Oct 14 13:41:12.719 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 14 13:41:12.719 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:12.719 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:12.719 INFO kablam! Oct 14 13:41:12.719 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:12.719 INFO kablam! --> src/main.rs:146:31 Oct 14 13:41:12.719 INFO kablam! | Oct 14 13:41:12.719 INFO kablam! 146 | Operand::Byte(0xFFFF), Oct 14 13:41:12.719 INFO kablam! | ^^^^^^ Oct 14 13:41:12.719 INFO kablam! | Oct 14 13:41:12.719 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:12.719 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:12.719 INFO kablam! Oct 14 13:41:12.719 INFO kablam! warning: literal out of range for u8 Oct 14 13:41:12.719 INFO kablam! --> src/main.rs:158:31 Oct 14 13:41:12.719 INFO kablam! | Oct 14 13:41:12.719 INFO kablam! 158 | Operand::Byte(0xFFFF), Oct 14 13:41:12.719 INFO kablam! | ^^^^^^ Oct 14 13:41:12.719 INFO kablam! | Oct 14 13:41:12.719 INFO kablam! = note: the literal `0xFFFF` (decimal `65535`) does not fit into an `u8` and will become `255u8` Oct 14 13:41:12.719 INFO kablam! = help: consider using `u16` instead Oct 14 13:41:12.719 INFO kablam! Oct 14 13:41:13.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 14 13:41:13.433 INFO kablam! su: No module specific data is present Oct 14 13:41:15.015 INFO running `"docker" "rm" "-f" "07a2c353390b406c785cef86c0e91b55c72ba6fbaa4f7dbd938dc69cae88aeb4"` Oct 14 13:41:15.287 INFO blam! 07a2c353390b406c785cef86c0e91b55c72ba6fbaa4f7dbd938dc69cae88aeb4 Oct 14 13:41:15.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13:41:15.655 INFO blam! 98777c9fc9048c9f4fb013cc138ca0a56c55d68290c5b343b3d147ac278d4361 Oct 14 13:41:15.671 INFO running `"docker" "start" "-a" "98777c9fc9048c9f4fb013cc138ca0a56c55d68290c5b343b3d147ac278d4361"` Oct 14 13:41:17.282 INFO kablam! usermod: no changes Oct 14 13:41:17.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 13:41:17.347 INFO kablam! Running /target/debug/deps/chip88-f91393ebd00053a6 Oct 14 13:41:17.348 INFO blam! Oct 14 13:41:17.348 INFO blam! running 0 tests Oct 14 13:41:17.348 INFO blam! Oct 14 13:41:17.348 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 13:41:17.348 INFO blam! Oct 14 13:41:17.350 INFO kablam! su: No module specific data is present Oct 14 13:41:18.495 INFO running `"docker" "rm" "-f" "98777c9fc9048c9f4fb013cc138ca0a56c55d68290c5b343b3d147ac278d4361"` Oct 14 13:41:18.735 INFO blam! 98777c9fc9048c9f4fb013cc138ca0a56c55d68290c5b343b3d147ac278d4361