[INFO] updating cached repository djanderson/riscv-5stage-simulator [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/djanderson/riscv-5stage-simulator [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/djanderson/riscv-5stage-simulator" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/djanderson/riscv-5stage-simulator"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/djanderson/riscv-5stage-simulator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/djanderson/riscv-5stage-simulator" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/djanderson/riscv-5stage-simulator"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/djanderson/riscv-5stage-simulator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6ed8d090cf5d52394ef9b00da3e4108bb8c0029e [INFO] sha for GitHub repo djanderson/riscv-5stage-simulator: 6ed8d090cf5d52394ef9b00da3e4108bb8c0029e [INFO] validating manifest of djanderson/riscv-5stage-simulator on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of djanderson/riscv-5stage-simulator on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing djanderson/riscv-5stage-simulator [INFO] finished frobbing djanderson/riscv-5stage-simulator [INFO] frobbed toml for djanderson/riscv-5stage-simulator written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/djanderson/riscv-5stage-simulator/Cargo.toml [INFO] started frobbing djanderson/riscv-5stage-simulator [INFO] finished frobbing djanderson/riscv-5stage-simulator [INFO] frobbed toml for djanderson/riscv-5stage-simulator written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/djanderson/riscv-5stage-simulator/Cargo.toml [INFO] crate djanderson/riscv-5stage-simulator has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing djanderson/riscv-5stage-simulator against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/djanderson/riscv-5stage-simulator:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] bd7a4d4a223d28097823d170a5e73a95dfc285531bc95f3dc32c76a334bef09c [INFO] running `"docker" "start" "-a" "bd7a4d4a223d28097823d170a5e73a95dfc285531bc95f3dc32c76a334bef09c"` [INFO] [stderr] Compiling libc v0.2.33 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling riscv-5stage-simulator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:154:26 [INFO] [stderr] | [INFO] [stderr] 154 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:174:26 [INFO] [stderr] | [INFO] [stderr] 174 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:193:26 [INFO] [stderr] | [INFO] [stderr] 193 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:210:26 [INFO] [stderr] | [INFO] [stderr] 210 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:231:26 [INFO] [stderr] | [INFO] [stderr] 231 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:243:26 [INFO] [stderr] | [INFO] [stderr] 243 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.25s [INFO] running `"docker" "inspect" "bd7a4d4a223d28097823d170a5e73a95dfc285531bc95f3dc32c76a334bef09c"` [INFO] running `"docker" "rm" "-f" "bd7a4d4a223d28097823d170a5e73a95dfc285531bc95f3dc32c76a334bef09c"` [INFO] [stdout] bd7a4d4a223d28097823d170a5e73a95dfc285531bc95f3dc32c76a334bef09c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/djanderson/riscv-5stage-simulator:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 283c8f40c06186231597295eb463154ab275548c513003872654532a73a1ccd0 [INFO] running `"docker" "start" "-a" "283c8f40c06186231597295eb463154ab275548c513003872654532a73a1ccd0"` [INFO] [stderr] Compiling riscv-5stage-simulator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:154:26 [INFO] [stderr] | [INFO] [stderr] 154 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:174:26 [INFO] [stderr] | [INFO] [stderr] 174 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:193:26 [INFO] [stderr] | [INFO] [stderr] 193 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:210:26 [INFO] [stderr] | [INFO] [stderr] 210 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:231:26 [INFO] [stderr] | [INFO] [stderr] 231 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/instruction/decoder.rs:243:26 [INFO] [stderr] | [INFO] [stderr] 243 | fields.opcode = Some((insn & OPCODE_MASK)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.32s [INFO] running `"docker" "inspect" "283c8f40c06186231597295eb463154ab275548c513003872654532a73a1ccd0"` [INFO] running `"docker" "rm" "-f" "283c8f40c06186231597295eb463154ab275548c513003872654532a73a1ccd0"` [INFO] [stdout] 283c8f40c06186231597295eb463154ab275548c513003872654532a73a1ccd0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/djanderson/riscv-5stage-simulator:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 8eb71c154264eb2f924e314f65b4c3b720714630cb621d1fc7ca7816d7f467cf [INFO] running `"docker" "start" "-a" "8eb71c154264eb2f924e314f65b4c3b720714630cb621d1fc7ca7816d7f467cf"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/riscv_5stage_simulator-d377bf30b66661eb [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test instruction::decoder::tests::type_i_load ... ok [INFO] [stdout] test instruction::decoder::tests::type_i_arithmetic ... ok [INFO] [stdout] test instruction::decoder::tests::type_b ... ok [INFO] [stdout] test instruction::decoder::tests::type_i_shift ... ok [INFO] [stdout] test instruction::decoder::tests::type_j ... ok [INFO] [stdout] test instruction::decoder::tests::type_r ... ok [INFO] [stdout] test instruction::decoder::tests::masks ... ok [INFO] [stdout] test instruction::decoder::tests::type_s ... ok [INFO] [stdout] test instruction::decoder::tests::type_u ... ok [INFO] [stdout] test instruction::tests::nop ... ok [INFO] [stdout] test memory::data::tests::byte1 ... ok [INFO] [stdout] test memory::data::tests::byte2 ... ok [INFO] [stdout] test memory::data::tests::byte3 ... ok [INFO] [stdout] test memory::data::tests::byte4 ... ok [INFO] [stdout] test memory::data::tests::common_constructor ... ok [INFO] [stdout] test memory::data::tests::full_word ... ok [INFO] [stdout] test memory::data::tests::lower_halfword ... ok [INFO] [stdout] test immediates::tests::branch_back ... ok [INFO] [stdout] test ca_simulator::tests::bubble ... ok [INFO] [stdout] test ca_simulator::tests::forwarding ... ok [INFO] [stdout] test immediates::tests::branch_forward ... ok [INFO] [stdout] test memory::instruction::tests::extract_addr_from_regex_captures ... ok [INFO] [stdout] test memory::data::tests::upper_halfword ... ok [INFO] [stdout] test memory::instruction::tests::regex ... ok [INFO] [stdout] test memory::instruction::tests::extract_insn_from_regex_captures ... ok [INFO] [stdout] test memory::data::tests::unaligned_word ... ok [INFO] [stdout] test memory::data::tests::unaligned_halfword ... ok [INFO] [stdout] test memory::data::tests::read_outside_range ... ok [INFO] [stdout] test memory::data::tests::write_outside_range ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/casim-534b27e390f6baaa [INFO] [stderr] Running /opt/crater/target/debug/deps/riscv_32i_disassembly-c70a937a341d0ce6 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_ca_simulator_riscv_32i_disassembly_2 ... ok [INFO] [stdout] test test_ca_simulator_riscv_32i_disassembly_1 ... ok [INFO] [stdout] test test_ia_simulator_riscv_32i_disassembly_1 ... ok [INFO] [stdout] test test_ia_simulator_riscv_32i_disassembly_2 ... ok [INFO] [stdout] test test_ia_simulator_riscv_32i_sorting_disassembly ... ok [INFO] [stdout] test test_ca_simulator_riscv_32i_sorting_disassembly ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests riscv_5stage_simulator [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "8eb71c154264eb2f924e314f65b4c3b720714630cb621d1fc7ca7816d7f467cf"` [INFO] running `"docker" "rm" "-f" "8eb71c154264eb2f924e314f65b4c3b720714630cb621d1fc7ca7816d7f467cf"` [INFO] [stdout] 8eb71c154264eb2f924e314f65b4c3b720714630cb621d1fc7ca7816d7f467cf