Nov 17 04:21:08.167 INFO testing drdavella/rory against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 04:21:08.167 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 04:21:08.936 INFO [stdout] 8458251a01cd46e4641c41c6408abd9c86ce4bda258a61f3d6e85a16592bb340 Nov 17 04:21:08.939 INFO running `"docker" "start" "-a" "8458251a01cd46e4641c41c6408abd9c86ce4bda258a61f3d6e85a16592bb340"` Nov 17 04:21:10.723 INFO [stderr] usermod: no changes Nov 17 04:21:10.843 INFO [stderr] Compiling rory v0.1.0 (/source) Nov 17 04:21:11.639 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 04:21:11.640 INFO [stderr] --> src/cpu/mod.rs:53:46 Nov 17 04:21:11.640 INFO [stderr] | Nov 17 04:21:11.640 INFO [stderr] 53 | 0x80 ... 0x87 => alu::add_reg(state, (opcode & 0x0f)), Nov 17 04:21:11.640 INFO [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 04:21:11.641 INFO [stderr] | Nov 17 04:21:11.641 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 04:21:11.641 INFO [stderr] Nov 17 04:21:11.642 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 04:21:11.642 INFO [stderr] --> src/cpu/mod.rs:55:46 Nov 17 04:21:11.642 INFO [stderr] | Nov 17 04:21:11.643 INFO [stderr] 55 | 0xa0 ... 0xa7 => alu::and_reg(state, (opcode & 0x0f)), Nov 17 04:21:11.643 INFO [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 04:21:11.643 INFO [stderr] Nov 17 04:21:13.383 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.64s Nov 17 04:21:13.391 INFO [stderr] su: No module specific data is present Nov 17 04:21:14.110 INFO running `"docker" "inspect" "8458251a01cd46e4641c41c6408abd9c86ce4bda258a61f3d6e85a16592bb340"` Nov 17 04:21:14.386 INFO running `"docker" "rm" "-f" "8458251a01cd46e4641c41c6408abd9c86ce4bda258a61f3d6e85a16592bb340"` Nov 17 04:21:14.663 INFO [stdout] 8458251a01cd46e4641c41c6408abd9c86ce4bda258a61f3d6e85a16592bb340 Nov 17 04:21:14.663 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 04:21:15.157 INFO [stdout] 75f3351120ca2085eaa4341077021d699fd30b0bcaabc986ed061f0b0e037009 Nov 17 04:21:15.160 INFO running `"docker" "start" "-a" "75f3351120ca2085eaa4341077021d699fd30b0bcaabc986ed061f0b0e037009"` Nov 17 04:21:16.819 INFO [stderr] usermod: no changes Nov 17 04:21:16.899 INFO [stderr] Compiling rory v0.1.0 (/source) Nov 17 04:21:17.539 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 04:21:17.539 INFO [stderr] --> src/cpu/mod.rs:53:46 Nov 17 04:21:17.539 INFO [stderr] | Nov 17 04:21:17.539 INFO [stderr] 53 | 0x80 ... 0x87 => alu::add_reg(state, (opcode & 0x0f)), Nov 17 04:21:17.539 INFO [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 04:21:17.539 INFO [stderr] | Nov 17 04:21:17.539 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 04:21:17.539 INFO [stderr] Nov 17 04:21:17.539 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 04:21:17.539 INFO [stderr] --> src/cpu/mod.rs:55:46 Nov 17 04:21:17.539 INFO [stderr] | Nov 17 04:21:17.539 INFO [stderr] 55 | 0xa0 ... 0xa7 => alu::and_reg(state, (opcode & 0x0f)), Nov 17 04:21:17.539 INFO [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 04:21:17.539 INFO [stderr] Nov 17 04:21:17.969 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s Nov 17 04:21:17.973 INFO [stderr] su: No module specific data is present Nov 17 04:21:19.355 INFO running `"docker" "inspect" "75f3351120ca2085eaa4341077021d699fd30b0bcaabc986ed061f0b0e037009"` Nov 17 04:21:19.637 INFO running `"docker" "rm" "-f" "75f3351120ca2085eaa4341077021d699fd30b0bcaabc986ed061f0b0e037009"` Nov 17 04:21:20.063 INFO [stdout] 75f3351120ca2085eaa4341077021d699fd30b0bcaabc986ed061f0b0e037009 Nov 17 04:21:20.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 04:21:20.821 INFO [stdout] 58a7b3ca66d14567190c6a357eefabc5fef887ada9e2dae2458289ac3baddf92 Nov 17 04:21:20.823 INFO running `"docker" "start" "-a" "58a7b3ca66d14567190c6a357eefabc5fef887ada9e2dae2458289ac3baddf92"` Nov 17 04:21:22.527 INFO [stderr] usermod: no changes Nov 17 04:21:22.633 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s Nov 17 04:21:22.645 INFO [stderr] Running /target/debug/deps/rory-1252c2857c045dc1 Nov 17 04:21:22.648 INFO [stdout] Nov 17 04:21:22.648 INFO [stdout] running 0 tests Nov 17 04:21:22.648 INFO [stdout] Nov 17 04:21:22.648 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 04:21:22.648 INFO [stdout] Nov 17 04:21:22.653 INFO [stderr] su: No module specific data is present Nov 17 04:21:23.344 INFO running `"docker" "inspect" "58a7b3ca66d14567190c6a357eefabc5fef887ada9e2dae2458289ac3baddf92"` Nov 17 04:21:23.623 INFO running `"docker" "rm" "-f" "58a7b3ca66d14567190c6a357eefabc5fef887ada9e2dae2458289ac3baddf92"` Nov 17 04:21:23.911 INFO [stdout] 58a7b3ca66d14567190c6a357eefabc5fef887ada9e2dae2458289ac3baddf92