[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 master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] c8955e3d88e8d5d8f6eebf745cad7f5200db2f880c9fe0aadab24bae983f98b8 [INFO] running `"docker" "start" "-a" "c8955e3d88e8d5d8f6eebf745cad7f5200db2f880c9fe0aadab24bae983f98b8"` [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 2.95s [INFO] running `"docker" "inspect" "c8955e3d88e8d5d8f6eebf745cad7f5200db2f880c9fe0aadab24bae983f98b8"` [INFO] running `"docker" "rm" "-f" "c8955e3d88e8d5d8f6eebf745cad7f5200db2f880c9fe0aadab24bae983f98b8"` [INFO] [stdout] c8955e3d88e8d5d8f6eebf745cad7f5200db2f880c9fe0aadab24bae983f98b8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] a652667dc55799c6526176122988c77c4c805463459c3f9a4b6b5d7c14199d2f [INFO] running `"docker" "start" "-a" "a652667dc55799c6526176122988c77c4c805463459c3f9a4b6b5d7c14199d2f"` [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 2.39s [INFO] running `"docker" "inspect" "a652667dc55799c6526176122988c77c4c805463459c3f9a4b6b5d7c14199d2f"` [INFO] running `"docker" "rm" "-f" "a652667dc55799c6526176122988c77c4c805463459c3f9a4b6b5d7c14199d2f"` [INFO] [stdout] a652667dc55799c6526176122988c77c4c805463459c3f9a4b6b5d7c14199d2f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] 3a537874f25499964df20c1cb53254b522682a576524e6dc9aec7a303f2b8263 [INFO] running `"docker" "start" "-a" "3a537874f25499964df20c1cb53254b522682a576524e6dc9aec7a303f2b8263"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/riscv_5stage_simulator-81d2645fbcb85360 [INFO] [stdout] [INFO] [stdout] running 29 tests [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::masks ... ok [INFO] [stdout] test instruction::decoder::tests::type_i_load ... ok [INFO] [stdout] test immediates::tests::branch_forward ... ok [INFO] [stdout] test immediates::tests::branch_back ... ok [INFO] [stdout] test ca_simulator::tests::forwarding ... ok [INFO] [stdout] test ca_simulator::tests::bubble ... 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 instruction::decoder::tests::type_j ... 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 instruction::decoder::tests::type_r ... ok [INFO] [stdout] test instruction::decoder::tests::type_s ... ok [INFO] [stdout] test instruction::decoder::tests::type_i_shift ... ok [INFO] [stdout] test instruction::tests::nop ... ok [INFO] [stdout] test instruction::decoder::tests::type_u ... ok [INFO] [stdout] test memory::data::tests::upper_halfword ... ok [INFO] [stdout] test memory::instruction::tests::extract_insn_from_regex_captures ... ok [INFO] [stdout] test memory::instruction::tests::regex ... ok [INFO] [stdout] test memory::instruction::tests::extract_addr_from_regex_captures ... ok [INFO] [stdout] test memory::data::tests::read_outside_range ... ok [INFO] [stdout] test memory::data::tests::unaligned_halfword ... ok [INFO] [stdout] test memory::data::tests::unaligned_word ... 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-cf0002b171a8021a [INFO] [stderr] Running /opt/crater/target/debug/deps/riscv_32i_disassembly-c309541656a5397d [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" "3a537874f25499964df20c1cb53254b522682a576524e6dc9aec7a303f2b8263"` [INFO] running `"docker" "rm" "-f" "3a537874f25499964df20c1cb53254b522682a576524e6dc9aec7a303f2b8263"` [INFO] [stdout] 3a537874f25499964df20c1cb53254b522682a576524e6dc9aec7a303f2b8263