[INFO] fetching crate riscy 0.4.0... [INFO] testing riscy-0.4.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate riscy 0.4.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate riscy 0.4.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate riscy 0.4.0 [INFO] finished tweaking crates.io crate riscy 0.4.0 [INFO] tweaked toml for crates.io crate riscy 0.4.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate riscy 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e09b4125e7fb6e75f2a36beec36adffc060c5cfa2979219726fb49fb903ce527 [INFO] running `Command { std: "docker" "start" "-a" "e09b4125e7fb6e75f2a36beec36adffc060c5cfa2979219726fb49fb903ce527", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e09b4125e7fb6e75f2a36beec36adffc060c5cfa2979219726fb49fb903ce527", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e09b4125e7fb6e75f2a36beec36adffc060c5cfa2979219726fb49fb903ce527", kill_on_drop: false }` [INFO] [stdout] e09b4125e7fb6e75f2a36beec36adffc060c5cfa2979219726fb49fb903ce527 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0d86612789c4b42a0b07313e97cea34e18308bdd0a4895980fadbda86f088bc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f0d86612789c4b42a0b07313e97cea34e18308bdd0a4895980fadbda86f088bc", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling scroll_derive v0.10.4 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling scroll v0.10.2 [INFO] [stderr] Compiling goblin v0.3.0 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling riscy v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::convert::TryInto` [INFO] [stdout] --> src/lib.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | use std::convert::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memory` [INFO] [stdout] --> src/lib.rs:110:54 [INFO] [stdout] | [INFO] [stdout] 110 | fn flush_instruction_cache(&mut self, memory: &mut M) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_memory` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/lib.rs:137:25 [INFO] [stdout] | [INFO] [stdout] 137 | Err(e) => return decoded_instr, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/decode.rs:480:25 [INFO] [stdout] | [INFO] [stdout] 480 | 0b011 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 480 - 0b011 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] 480 + 0b011 => panic!("Bad funct7 for store: {}", funct3(instruction)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/decode.rs:483:25 [INFO] [stdout] | [INFO] [stdout] 483 | 0b110 => panic!(format!("Can't lwu in rv32i.")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 483 - 0b110 => panic!(format!("Can't lwu in rv32i.")), [INFO] [stdout] 483 + 0b110 => panic!("Can't lwu in rv32i."), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/decode.rs:484:25 [INFO] [stdout] | [INFO] [stdout] 484 | 0b111 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 484 - 0b111 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] 484 + 0b111 => panic!("Bad funct7 for store: {}", funct3(instruction)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.08s [INFO] running `Command { std: "docker" "inspect" "f0d86612789c4b42a0b07313e97cea34e18308bdd0a4895980fadbda86f088bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0d86612789c4b42a0b07313e97cea34e18308bdd0a4895980fadbda86f088bc", kill_on_drop: false }` [INFO] [stdout] f0d86612789c4b42a0b07313e97cea34e18308bdd0a4895980fadbda86f088bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8a80b55bf8ea3e6fdea90c5797d381b527c4f7f3a9ec4340babc57bd0af722c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b8a80b55bf8ea3e6fdea90c5797d381b527c4f7f3a9ec4340babc57bd0af722c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling riscy v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::convert::TryInto` [INFO] [stdout] --> src/lib.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | use std::convert::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memory` [INFO] [stdout] --> src/lib.rs:110:54 [INFO] [stdout] | [INFO] [stdout] 110 | fn flush_instruction_cache(&mut self, memory: &mut M) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_memory` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/lib.rs:137:25 [INFO] [stdout] | [INFO] [stdout] 137 | Err(e) => return decoded_instr, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/decode.rs:480:25 [INFO] [stdout] | [INFO] [stdout] 480 | 0b011 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 480 - 0b011 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] 480 + 0b011 => panic!("Bad funct7 for store: {}", funct3(instruction)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/decode.rs:483:25 [INFO] [stdout] | [INFO] [stdout] 483 | 0b110 => panic!(format!("Can't lwu in rv32i.")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 483 - 0b110 => panic!(format!("Can't lwu in rv32i.")), [INFO] [stdout] 483 + 0b110 => panic!("Can't lwu in rv32i."), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/decode.rs:484:25 [INFO] [stdout] | [INFO] [stdout] 484 | 0b111 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 484 - 0b111 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] 484 + 0b111 => panic!("Bad funct7 for store: {}", funct3(instruction)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryInto` [INFO] [stdout] --> src/lib.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | use std::convert::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `memory` [INFO] [stdout] --> src/lib.rs:110:54 [INFO] [stdout] | [INFO] [stdout] 110 | fn flush_instruction_cache(&mut self, memory: &mut M) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_memory` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/lib.rs:137:25 [INFO] [stdout] | [INFO] [stdout] 137 | Err(e) => return decoded_instr, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/decode.rs:480:25 [INFO] [stdout] | [INFO] [stdout] 480 | 0b011 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 480 - 0b011 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] 480 + 0b011 => panic!("Bad funct7 for store: {}", funct3(instruction)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/decode.rs:483:25 [INFO] [stdout] | [INFO] [stdout] 483 | 0b110 => panic!(format!("Can't lwu in rv32i.")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 483 - 0b110 => panic!(format!("Can't lwu in rv32i.")), [INFO] [stdout] 483 + 0b110 => panic!("Can't lwu in rv32i."), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/decode.rs:484:25 [INFO] [stdout] | [INFO] [stdout] 484 | 0b111 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 484 - 0b111 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stdout] 484 + 0b111 => panic!("Bad funct7 for store: {}", funct3(instruction)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.57s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/riscy-6aa6843af2fdc444) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/riscy-aacf3cb25a78974d) [INFO] running `Command { std: "docker" "inspect" "b8a80b55bf8ea3e6fdea90c5797d381b527c4f7f3a9ec4340babc57bd0af722c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8a80b55bf8ea3e6fdea90c5797d381b527c4f7f3a9ec4340babc57bd0af722c", kill_on_drop: false }` [INFO] [stdout] b8a80b55bf8ea3e6fdea90c5797d381b527c4f7f3a9ec4340babc57bd0af722c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 30ca4bd14c7f1187fcdd287eced252997473722496f1f0b9f04440e9cfd41c2d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "30ca4bd14c7f1187fcdd287eced252997473722496f1f0b9f04440e9cfd41c2d", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::convert::TryInto` [INFO] [stderr] --> src/lib.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | use std::convert::TryInto; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `memory` [INFO] [stderr] --> src/lib.rs:110:54 [INFO] [stderr] | [INFO] [stderr] 110 | fn flush_instruction_cache(&mut self, memory: &mut M) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_memory` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:137:25 [INFO] [stderr] | [INFO] [stderr] 137 | Err(e) => return decoded_instr, [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/decode.rs:480:25 [INFO] [stderr] | [INFO] [stderr] 480 | 0b011 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 480 - 0b011 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stderr] 480 + 0b011 => panic!("Bad funct7 for store: {}", funct3(instruction)), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/decode.rs:483:25 [INFO] [stderr] | [INFO] [stderr] 483 | 0b110 => panic!(format!("Can't lwu in rv32i.")), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 483 - 0b110 => panic!(format!("Can't lwu in rv32i.")), [INFO] [stderr] 483 + 0b110 => panic!("Can't lwu in rv32i."), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/decode.rs:484:25 [INFO] [stderr] | [INFO] [stderr] 484 | 0b111 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 484 - 0b111 => panic!(format!("Bad funct7 for store: {}", funct3(instruction))), [INFO] [stderr] 484 + 0b111 => panic!("Bad funct7 for store: {}", funct3(instruction)), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `riscy` (lib) generated 6 warnings [INFO] [stderr] warning: `riscy` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/riscy-6aa6843af2fdc444) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/riscy-aacf3cb25a78974d) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests riscy [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - (line 27) ... FAILED [INFO] [stdout] test src/addr.rs - addr::Addr (line 28) ... FAILED [INFO] [stdout] test src/lib.rs - RiscV::set_reg (line 428) ... FAILED [INFO] [stdout] test src/reg.rs - reg::RegVal (line 40) ... FAILED [INFO] [stdout] test src/lib.rs - RiscV::reg (line 440) ... FAILED [INFO] [stdout] test src/reg.rs - reg::RegVal (line 30) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 27) stdout ---- [INFO] [stdout] error: expected expression, found `$` [INFO] [stdout] --> src/lib.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 4 | $ vim hello.c [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/addr.rs - addr::Addr (line 28) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegVal` [INFO] [stdout] --> src/addr.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 3 | let value = RegVal::from_u32(0x2000_0000); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use riscy::RegVal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Addr` in this scope [INFO] [stdout] --> src/addr.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 4 | let addr: Addr = value.into(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use riscy::Addr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - RiscV::set_reg (line 428) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `riscv` in this scope [INFO] [stdout] --> src/lib.rs:430:1 [INFO] [stdout] | [INFO] [stdout] 4 | riscv.set_reg(2, 0x2000_0000.into()); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/reg.rs - reg::RegVal (line 40) stdout ---- [INFO] [stdout] error: mismatched closing delimiter: `}` [INFO] [stdout] --> src/reg.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_reg_rs_40_0() { [INFO] [stdout] | - closing delimiter possibly meant for this [INFO] [stdout] ... [INFO] [stdout] 13 | println!("value1 << value2 = {}", u32::from(value1.shift_left_logical(value2)); [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] 14 | } _doctest_main_src_reg_rs_40_0() } [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] error: expected one of `,`, `.`, `?`, or an operator, found `;` [INFO] [stdout] --> src/reg.rs:51:79 [INFO] [stdout] | [INFO] [stdout] 13 | println!("value1 << value2 = {}", u32::from(value1.shift_left_logical(value2)); [INFO] [stdout] | ^ expected one of `,`, `.`, `?`, or an operator [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegVal` [INFO] [stdout] --> src/reg.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 3 | let value1 = RegVal::from_u32(2); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use riscy::RegVal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegVal` [INFO] [stdout] --> src/reg.rs:42:14 [INFO] [stdout] | [INFO] [stdout] 4 | let value2 = RegVal::from_u32(3); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use riscy::RegVal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - RiscV::reg (line 440) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `riscv` in this scope [INFO] [stdout] --> src/lib.rs:442:1 [INFO] [stdout] | [INFO] [stdout] 4 | riscv.reg(1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/reg.rs - reg::RegVal (line 30) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `riscv` in this scope [INFO] [stdout] --> src/reg.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 4 | let value = riscv.reg(10); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/addr.rs - addr::Addr (line 28) [INFO] [stdout] src/lib.rs - (line 27) [INFO] [stdout] src/lib.rs - RiscV::reg (line 440) [INFO] [stdout] src/lib.rs - RiscV::set_reg (line 428) [INFO] [stdout] src/reg.rs - reg::RegVal (line 30) [INFO] [stdout] src/reg.rs - reg::RegVal (line 40) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "30ca4bd14c7f1187fcdd287eced252997473722496f1f0b9f04440e9cfd41c2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30ca4bd14c7f1187fcdd287eced252997473722496f1f0b9f04440e9cfd41c2d", kill_on_drop: false }` [INFO] [stdout] 30ca4bd14c7f1187fcdd287eced252997473722496f1f0b9f04440e9cfd41c2d