[INFO] cloning repository https://github.com/portal-co/rv-utils
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/portal-co/rv-utils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportal-co%2Frv-utils", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportal-co%2Frv-utils'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f258508da2d13fc47b7a0646043da5f750a2424a
[INFO] testing portal-co/rv-utils against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportal-co%2Frv-utils" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/portal-co/rv-utils
[INFO] finished tweaking git repo https://github.com/portal-co/rv-utils
[INFO] tweaked toml for git repo https://github.com/portal-co/rv-utils written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/portal-co/rv-utils on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/portal-co/rv-utils already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fc27af0642ba2f57387f73f4b9d57b81c1628067f552ab02bcfb3c106673d5fb
[INFO] running `Command { std: "docker" "start" "-a" "fc27af0642ba2f57387f73f4b9d57b81c1628067f552ab02bcfb3c106673d5fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc27af0642ba2f57387f73f4b9d57b81c1628067f552ab02bcfb3c106673d5fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc27af0642ba2f57387f73f4b9d57b81c1628067f552ab02bcfb3c106673d5fb", kill_on_drop: false }`
[INFO] [stdout] fc27af0642ba2f57387f73f4b9d57b81c1628067f552ab02bcfb3c106673d5fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e8438174d084afaf1c753211bdf4781c7c5890cfe075d26a9cf4fb39434c1f7c
[INFO] running `Command { std: "docker" "start" "-a" "e8438174d084afaf1c753211bdf4781c7c5890cfe075d26a9cf4fb39434c1f7c", kill_on_drop: false }`
[INFO] [stderr]    Compiling rv-asm v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `fp_fmt` is never used
[INFO] [stdout]     --> src/lib.rs:1903:8
[INFO] [stdout]      |
[INFO] [stdout] 1761 | impl InstCode {
[INFO] [stdout]      | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1903 |     fn fp_fmt(self) -> u32 {
[INFO] [stdout]      |        ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] running `Command { std: "docker" "inspect" "e8438174d084afaf1c753211bdf4781c7c5890cfe075d26a9cf4fb39434c1f7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8438174d084afaf1c753211bdf4781c7c5890cfe075d26a9cf4fb39434c1f7c", kill_on_drop: false }`
[INFO] [stdout] e8438174d084afaf1c753211bdf4781c7c5890cfe075d26a9cf4fb39434c1f7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab5be99423cce3f0e57aa7a1b9113ff07d6993cb7f04625b273614b29a6fb8e7
[INFO] running `Command { std: "docker" "start" "-a" "ab5be99423cce3f0e57aa7a1b9113ff07d6993cb7f04625b273614b29a6fb8e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stdout] warning: method `fp_fmt` is never used
[INFO] [stdout]     --> src/lib.rs:1903:8
[INFO] [stdout]      |
[INFO] [stdout] 1761 | impl InstCode {
[INFO] [stdout]      | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1903 |     fn fp_fmt(self) -> u32 {
[INFO] [stdout]      |        ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling ruzstd v0.7.3
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling rv-asm v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `panic` is ambiguous
[INFO] [stdout]     --> src/lib.rs:4540:13
[INFO] [stdout]      |
[INFO] [stdout] 4540 |             panic!(
[INFO] [stdout]      |             ^^^^^ ambiguous name
[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 #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]      = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]     --> src/lib.rs:4269:9
[INFO] [stdout]      |
[INFO] [stdout] 4269 |     use std::prelude::rust_2024::*;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]      = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]     --> /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/prelude/mod.rs:59:12
[INFO] [stdout]      = note: `#[warn(ambiguous_panic_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `fp_fmt` is never used
[INFO] [stdout]     --> src/lib.rs:1903:8
[INFO] [stdout]      |
[INFO] [stdout] 1761 | impl InstCode {
[INFO] [stdout]      | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1903 |     fn fp_fmt(self) -> u32 {
[INFO] [stdout]      |        ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.05s
[INFO] running `Command { std: "docker" "inspect" "ab5be99423cce3f0e57aa7a1b9113ff07d6993cb7f04625b273614b29a6fb8e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab5be99423cce3f0e57aa7a1b9113ff07d6993cb7f04625b273614b29a6fb8e7", kill_on_drop: false }`
[INFO] [stdout] ab5be99423cce3f0e57aa7a1b9113ff07d6993cb7f04625b273614b29a6fb8e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5ef4f0bf9233fbb91299f2c4b0e447b21b2b2d2cb17e1f24c9c62c7560ae9495
[INFO] running `Command { std: "docker" "start" "-a" "5ef4f0bf9233fbb91299f2c4b0e447b21b2b2d2cb17e1f24c9c62c7560ae9495", kill_on_drop: false }`
[INFO] [stderr] warning: method `fp_fmt` is never used
[INFO] [stderr]     --> src/lib.rs:1903:8
[INFO] [stderr]      |
[INFO] [stderr] 1761 | impl InstCode {
[INFO] [stderr]      | ------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 1903 |     fn fp_fmt(self) -> u32 {
[INFO] [stderr]      |        ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rv-asm` (lib) generated 1 warning
[INFO] [stderr] warning: `panic` is ambiguous
[INFO] [stderr]     --> src/lib.rs:4540:13
[INFO] [stderr]      |
[INFO] [stderr] 4540 |             panic!(
[INFO] [stderr]      |             ^^^^^ ambiguous name
[INFO] [stderr]      |
[INFO] [stderr]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]      = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stderr]      = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stderr] note: `panic` could refer to the macro imported here
[INFO] [stderr]     --> src/lib.rs:4269:9
[INFO] [stderr]      |
[INFO] [stderr] 4269 |     use std::prelude::rust_2024::*;
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stderr]      = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stderr] note: `panic` could also refer to a macro from prelude
[INFO] [stderr]     --> /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/prelude/mod.rs:59:12
[INFO] [stderr]      = note: `#[warn(ambiguous_panic_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rv-asm` (lib test) generated 2 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rv_asm-a3cb241d3b37e2ce)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test tests::compressed_clang_roundtrip ... ignored, this doesn't quite work yet because there is often a non-canonical encoding
[INFO] [stdout] test tests::exhaustive_decode_no_panic_32 ... ignored, cfg(slow_tests) not enabled
[INFO] [stdout] test tests::exhaustive_decode_no_panic_64 ... ignored, cfg(slow_tests) not enabled
[INFO] [stdout] test tests::normal_clang_roundtrip ... ignored, cfg(slow_tests) not enabled
[INFO] [stdout] test tests::test_d_extension_instructions ... ok
[INFO] [stdout] test tests::test_display_fp_instructions ... ok
[INFO] [stdout] test tests::size_of_instruction ... ok
[INFO] [stdout] test tests::ensure_no_chunks_are_skipped ... ok
[INFO] [stdout] test tests::test_f_extension_instructions ... ok
[INFO] [stdout] test tests::test_zicsr_instructions ... ok
[INFO] [stdout] test tests::test_rv64_fp_instructions ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-b5ce2eaa9459640b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test integration_example ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rv_asm
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - Inst::first_byte_is_compressed (line 2042) ... FAILED
[INFO] [stdout] test src/lib.rs - Inst::first_byte_is_compressed (line 2050) ... FAILED
[INFO] [stdout] test src/../README.md - (line 50) ... FAILED
[INFO] [stdout] test src/lib.rs - Inst::decode_compressed (line 2082) ... FAILED
[INFO] [stdout] test src/../README.md - (line 39) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Inst::first_byte_is_compressed (line 2042) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]     --> src/lib.rs:2045:9
[INFO] [stdout]      |
[INFO] [stdout] 2045 | assert!(rvdc::Inst::first_byte_is_compressed(x.to_le_bytes()[0]));
[INFO] [stdout]      |         ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]     --> src/lib.rs:2047:9
[INFO] [stdout]      |
[INFO] [stdout] 2047 | assert!(rvdc::Inst::first_byte_is_compressed(x.to_le_bytes()[0]));
[INFO] [stdout]      |         ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 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 - Inst::first_byte_is_compressed (line 2050) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]     --> src/lib.rs:2053:10
[INFO] [stdout]      |
[INFO] [stdout] 2053 | assert!(!rvdc::Inst::first_byte_is_compressed(x.to_le_bytes()[0]));
[INFO] [stdout]      |          ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/../README.md - (line 50) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:53:16
[INFO] [stdout]    |
[INFO] [stdout] 53 | let expected = rvdc::Inst::Auipc { uimm: rvdc::Imm::new_u32(0xa << 12), dest: rvdc::Reg::T1 };
[INFO] [stdout]    |                ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:53:42
[INFO] [stdout]    |
[INFO] [stdout] 53 | let expected = rvdc::Inst::Auipc { uimm: rvdc::Imm::new_u32(0xa << 12), dest: rvdc::Reg::T1 };
[INFO] [stdout]    |                                          ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:53:79
[INFO] [stdout]    |
[INFO] [stdout] 53 | let expected = rvdc::Inst::Auipc { uimm: rvdc::Imm::new_u32(0xa << 12), dest: rvdc::Reg::T1 };
[INFO] [stdout]    |                                                                               ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:55:29
[INFO] [stdout]    |
[INFO] [stdout] 55 | let (inst, is_compressed) = rvdc::Inst::decode(x, rvdc::Xlen::Rv32).unwrap();
[INFO] [stdout]    |                             ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:55:51
[INFO] [stdout]    |
[INFO] [stdout] 55 | let (inst, is_compressed) = rvdc::Inst::decode(x, rvdc::Xlen::Rv32).unwrap();
[INFO] [stdout]    |                                                   ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:57:27
[INFO] [stdout]    |
[INFO] [stdout] 57 | assert_eq!(is_compressed, rvdc::IsCompressed::No);
[INFO] [stdout]    |                           ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 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 - Inst::decode_compressed (line 2082) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]     --> src/lib.rs:2085:16
[INFO] [stdout]      |
[INFO] [stdout] 2085 | let expected = rvdc::Inst::Addi { imm: rvdc::Imm::new_i32(-0x20), dest: rvdc::Reg::SP, src1: rvdc::Reg::SP };
[INFO] [stdout]      |                ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]     --> src/lib.rs:2085:40
[INFO] [stdout]      |
[INFO] [stdout] 2085 | let expected = rvdc::Inst::Addi { imm: rvdc::Imm::new_i32(-0x20), dest: rvdc::Reg::SP, src1: rvdc::Reg::SP };
[INFO] [stdout]      |                                        ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]     --> src/lib.rs:2085:73
[INFO] [stdout]      |
[INFO] [stdout] 2085 | let expected = rvdc::Inst::Addi { imm: rvdc::Imm::new_i32(-0x20), dest: rvdc::Reg::SP, src1: rvdc::Reg::SP };
[INFO] [stdout]      |                                                                         ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]     --> src/lib.rs:2085:94
[INFO] [stdout]      |
[INFO] [stdout] 2085 | let expected = rvdc::Inst::Addi { imm: rvdc::Imm::new_i32(-0x20), dest: rvdc::Reg::SP, src1: rvdc::Reg::SP };
[INFO] [stdout]      |                                                                                              ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]     --> src/lib.rs:2087:12
[INFO] [stdout]      |
[INFO] [stdout] 2087 | let inst = rvdc::Inst::decode_compressed(x, rvdc::Xlen::Rv32).unwrap();
[INFO] [stdout]      |            ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]     --> src/lib.rs:2087:45
[INFO] [stdout]      |
[INFO] [stdout] 2087 | let inst = rvdc::Inst::decode_compressed(x, rvdc::Xlen::Rv32).unwrap();
[INFO] [stdout]      |                                             ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]      |
[INFO] [stdout]      = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 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/../README.md - (line 39) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:42:16
[INFO] [stdout]    |
[INFO] [stdout] 42 | let expected = rvdc::Inst::Addi { imm: rvdc::Imm::new_i32(-0x20), dest: rvdc::Reg::SP, src1: rvdc::Reg::SP };
[INFO] [stdout]    |                ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:42:40
[INFO] [stdout]    |
[INFO] [stdout] 42 | let expected = rvdc::Inst::Addi { imm: rvdc::Imm::new_i32(-0x20), dest: rvdc::Reg::SP, src1: rvdc::Reg::SP };
[INFO] [stdout]    |                                        ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:42:73
[INFO] [stdout]    |
[INFO] [stdout] 42 | let expected = rvdc::Inst::Addi { imm: rvdc::Imm::new_i32(-0x20), dest: rvdc::Reg::SP, src1: rvdc::Reg::SP };
[INFO] [stdout]    |                                                                         ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:42:94
[INFO] [stdout]    |
[INFO] [stdout] 42 | let expected = rvdc::Inst::Addi { imm: rvdc::Imm::new_i32(-0x20), dest: rvdc::Reg::SP, src1: rvdc::Reg::SP };
[INFO] [stdout]    |                                                                                              ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 | let (inst, is_compressed) = rvdc::Inst::decode(x, rvdc::Xlen::Rv32).unwrap();
[INFO] [stdout]    |                             ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:44:51
[INFO] [stdout]    |
[INFO] [stdout] 44 | let (inst, is_compressed) = rvdc::Inst::decode(x, rvdc::Xlen::Rv32).unwrap();
[INFO] [stdout]    |                                                   ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rvdc` in this scope
[INFO] [stdout]   --> src/../README.md:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 | assert_eq!(is_compressed, rvdc::IsCompressed::Yes);
[INFO] [stdout]    |                           ^^^^ use of unresolved module or unlinked crate `rvdc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rvdc`, use `cargo add rvdc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 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] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/../README.md - (line 39)
[INFO] [stdout]     src/../README.md - (line 50)
[INFO] [stdout]     src/lib.rs - Inst::decode_compressed (line 2082)
[INFO] [stdout]     src/lib.rs - Inst::first_byte_is_compressed (line 2042)
[INFO] [stdout]     src/lib.rs - Inst::first_byte_is_compressed (line 2050)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.69s; merged doctests compilation took 0.29s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5ef4f0bf9233fbb91299f2c4b0e447b21b2b2d2cb17e1f24c9c62c7560ae9495", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ef4f0bf9233fbb91299f2c4b0e447b21b2b2d2cb17e1f24c9c62c7560ae9495", kill_on_drop: false }`
[INFO] [stdout] 5ef4f0bf9233fbb91299f2c4b0e447b21b2b2d2cb17e1f24c9c62c7560ae9495
