[INFO] cloning repository https://github.com/Stupremee/rivenu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Stupremee/rivenu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStupremee%2Frivenu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStupremee%2Frivenu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c9025ea589fbe0626b197eab2006ad6488e9c36d [INFO] testing Stupremee/rivenu against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStupremee%2Frivenu" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Stupremee/rivenu on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0/source/rust-toolchain [INFO] started tweaking git repo https://github.com/Stupremee/rivenu [INFO] finished tweaking git repo https://github.com/Stupremee/rivenu [INFO] tweaked toml for git repo https://github.com/Stupremee/rivenu written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Stupremee/rivenu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4dc4d5cb8a413f4cc64a9d02b23896035149cd3c05b6e821f67ac813b8224a6 [INFO] running `Command { std: "docker" "start" "-a" "b4dc4d5cb8a413f4cc64a9d02b23896035149cd3c05b6e821f67ac813b8224a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4dc4d5cb8a413f4cc64a9d02b23896035149cd3c05b6e821f67ac813b8224a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4dc4d5cb8a413f4cc64a9d02b23896035149cd3c05b6e821f67ac813b8224a6", kill_on_drop: false }` [INFO] [stdout] b4dc4d5cb8a413f4cc64a9d02b23896035149cd3c05b6e821f67ac813b8224a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3885dec2bf71be3ae17b92137c0a91b7ddb08b22fa619844a61ce893321ee4e5 [INFO] running `Command { std: "docker" "start" "-a" "3885dec2bf71be3ae17b92137c0a91b7ddb08b22fa619844a61ce893321ee4e5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling rivenu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/instruction/parse.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 37 | static RV32_TABLE: SyncLazy> = kind_table! { [INFO] [stdout] | ____________________________________________________________- [INFO] [stdout] 38 | | (0b001_0011, 0b000) => ADDI, [INFO] [stdout] 39 | | (0b001_0011, 0b010) => SLTI, [INFO] [stdout] 40 | | (0b001_0011, 0b011) => SLTIU, [INFO] [stdout] ... | [INFO] [stdout] 53 | | (0b000_1111, 0b000) => FENCE, [INFO] [stdout] 54 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `kind_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/instruction/parse.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 56 | static RV64_TABLE: SyncLazy> = kind_table! { [INFO] [stdout] | ____________________________________________________________- [INFO] [stdout] 57 | | (0b000_0011, 0b110) => LWU, [INFO] [stdout] 58 | | (0b000_0011, 0b011) => LD, [INFO] [stdout] 59 | | (0b000_1111, 0b001) => FENCE_I, [INFO] [stdout] 60 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `kind_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/instruction/parse.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | static RV32_TABLE: SyncLazy> = kind_table! { [INFO] [stdout] | ____________________________________________________________- [INFO] [stdout] 71 | | (0b010_0011, 0b000) => SB, [INFO] [stdout] 72 | | (0b010_0011, 0b001) => SH, [INFO] [stdout] 73 | | (0b010_0011, 0b010) => SW, [INFO] [stdout] 74 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `kind_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/instruction/parse.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 76 | static RV64_TABLE: SyncLazy> = kind_table! { [INFO] [stdout] | ____________________________________________________________- [INFO] [stdout] 77 | | (0b010_0011, 0b011) => SD, [INFO] [stdout] 78 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `kind_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/instruction/parse.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 88 | static RV32_TABLE: SyncLazy> = kind_table! { [INFO] [stdout] | ________________________________________________________________- [INFO] [stdout] 89 | | (0b011_0011, 0b000, 0b000_0000) => ADD, [INFO] [stdout] 90 | | (0b011_0011, 0b000, 0b010_0000) => SUB, [INFO] [stdout] 91 | | (0b011_0011, 0b001, 0b000_0000) => SLL, [INFO] [stdout] ... | [INFO] [stdout] 98 | | (0b011_0011, 0b111, 0b000_0000) => AND, [INFO] [stdout] 99 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `kind_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/instruction/parse.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 101 | static RV64_TABLE: SyncLazy> = kind_table! { [INFO] [stdout] | ________________________________________________________________- [INFO] [stdout] 102 | | (0b011_1011, 0b000, 0b000_0000) => ADDW, [INFO] [stdout] 103 | | (0b011_1011, 0b000, 0b010_0000) => SUBW, [INFO] [stdout] 104 | | (0b011_1011, 0b001, 0b000_0000) => SLLW, [INFO] [stdout] 105 | | (0b011_1011, 0b101, 0b000_0000) => SRLW, [INFO] [stdout] 106 | | (0b011_1011, 0b101, 0b100_0000) => SRAW, [INFO] [stdout] 107 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `kind_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/instruction/parse.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | }); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 120 | static RV32_TABLE: SyncLazy> = kind_table! { [INFO] [stdout] | ____________________________________________________________- [INFO] [stdout] 121 | | (0b110_0011, 0b000) => BEQ, [INFO] [stdout] 122 | | (0b110_0011, 0b001) => BNE, [INFO] [stdout] 123 | | (0b110_0011, 0b100) => BLT, [INFO] [stdout] ... | [INFO] [stdout] 126 | | (0b110_0011, 0b111) => BGEU, [INFO] [stdout] 127 | | }; [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `kind_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `PrivilegeMode`, `memory` [INFO] [stdout] --> src/memory/mmu.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | cpu::{csr, PrivilegeMode, Registers}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 3 | memory, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `bytemuck::Pod` [INFO] [stdout] --> src/memory/mmu.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use bytemuck::Pod; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `mem` [INFO] [stdout] --> src/memory/mmu.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | use std::{mem, rc::Rc}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `SV48` found for enum `AddressingMode` in the current scope [INFO] [stdout] --> src/memory/mmu.rs:151:40 [INFO] [stdout] | [INFO] [stdout] 20 | pub enum AddressingMode { [INFO] [stdout] | ----------------------- variant or associated item `SV48` not found here [INFO] [stdout] ... [INFO] [stdout] 151 | (9, 64) => AddressingMode::SV48, [INFO] [stdout] | ^^^^ variant or associated item not found in `AddressingMode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rivenu` due to 2 previous errors; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3885dec2bf71be3ae17b92137c0a91b7ddb08b22fa619844a61ce893321ee4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3885dec2bf71be3ae17b92137c0a91b7ddb08b22fa619844a61ce893321ee4e5", kill_on_drop: false }` [INFO] [stdout] 3885dec2bf71be3ae17b92137c0a91b7ddb08b22fa619844a61ce893321ee4e5