[INFO] fetching crate irq-loongarch 0.1.1-pre.1... [INFO] testing irq-loongarch-0.1.1-pre.1 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate irq-loongarch 0.1.1-pre.1 into /workspace/builds/worker-5-tc2/source [INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate irq-loongarch 0.1.1-pre.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate irq-loongarch 0.1.1-pre.1 [INFO] tweaked toml for crates.io crate irq-loongarch 0.1.1-pre.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate irq-loongarch 0.1.1-pre.1 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate irq-loongarch 0.1.1-pre.1 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8568151a06d993bb814d7f0a0973217aa971b5ba3755889d8583b434f3af95ee [INFO] running `Command { std: "docker" "start" "-a" "8568151a06d993bb814d7f0a0973217aa971b5ba3755889d8583b434f3af95ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8568151a06d993bb814d7f0a0973217aa971b5ba3755889d8583b434f3af95ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8568151a06d993bb814d7f0a0973217aa971b5ba3755889d8583b434f3af95ee", kill_on_drop: false }` [INFO] [stdout] 8568151a06d993bb814d7f0a0973217aa971b5ba3755889d8583b434f3af95ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 296e3c20c08bfcdea53b90bf6c50c0a9c244421f5af58bd51574c0dac1ad7410 [INFO] running `Command { std: "docker" "start" "-a" "296e3c20c08bfcdea53b90bf6c50c0a9c244421f5af58bd51574c0dac1ad7410", kill_on_drop: false }` [INFO] [stderr] Compiling irq-loongarch v0.1.1-pre.1 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_volatile` is unsafe and requires unsafe block [INFO] [stdout] --> src/mmio.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | (addr as *const u32).read_volatile() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/mmio.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub unsafe fn read32(addr: usize) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_volatile` is unsafe and requires unsafe block [INFO] [stdout] --> src/mmio.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | (addr as *mut u32).write_volatile(val) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/mmio.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe fn write32(addr: usize, val: u32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_volatile` is unsafe and requires unsafe block [INFO] [stdout] --> src/mmio.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | (addr as *mut u8).write_volatile(val) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/mmio.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub unsafe fn write8(addr: usize, val: u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] running `Command { std: "docker" "inspect" "296e3c20c08bfcdea53b90bf6c50c0a9c244421f5af58bd51574c0dac1ad7410", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "296e3c20c08bfcdea53b90bf6c50c0a9c244421f5af58bd51574c0dac1ad7410", kill_on_drop: false }` [INFO] [stdout] 296e3c20c08bfcdea53b90bf6c50c0a9c244421f5af58bd51574c0dac1ad7410 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8076c10e20adc77daf5b88eb7d861b45e686459ac4a2812bcb99335d369a4a1e [INFO] running `Command { std: "docker" "start" "-a" "8076c10e20adc77daf5b88eb7d861b45e686459ac4a2812bcb99335d369a4a1e", kill_on_drop: false }` [INFO] [stderr] Compiling irq-loongarch v0.1.1-pre.1 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_volatile` is unsafe and requires unsafe block [INFO] [stdout] --> src/mmio.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | (addr as *const u32).read_volatile() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/mmio.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub unsafe fn read32(addr: usize) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_volatile` is unsafe and requires unsafe block [INFO] [stdout] --> src/mmio.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | (addr as *mut u32).write_volatile(val) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/mmio.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe fn write32(addr: usize, val: u32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_volatile` is unsafe and requires unsafe block [INFO] [stdout] --> src/mmio.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | (addr as *mut u8).write_volatile(val) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/mmio.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub unsafe fn write8(addr: usize, val: u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_volatile` is unsafe and requires unsafe block [INFO] [stdout] --> src/mmio.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | (addr as *const u32).read_volatile() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/mmio.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub unsafe fn read32(addr: usize) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_volatile` is unsafe and requires unsafe block [INFO] [stdout] --> src/mmio.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | (addr as *mut u32).write_volatile(val) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/mmio.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe fn write32(addr: usize, val: u32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_volatile` is unsafe and requires unsafe block [INFO] [stdout] --> src/mmio.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | (addr as *mut u8).write_volatile(val) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/mmio.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub unsafe fn write8(addr: usize, val: u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `Command { std: "docker" "inspect" "8076c10e20adc77daf5b88eb7d861b45e686459ac4a2812bcb99335d369a4a1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8076c10e20adc77daf5b88eb7d861b45e686459ac4a2812bcb99335d369a4a1e", kill_on_drop: false }` [INFO] [stdout] 8076c10e20adc77daf5b88eb7d861b45e686459ac4a2812bcb99335d369a4a1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f6f6ad57f38b8e53baf42d9811cb26e8ec8ef6d31e8cc65a79f6ca8fffe021f0 [INFO] running `Command { std: "docker" "start" "-a" "f6f6ad57f38b8e53baf42d9811cb26e8ec8ef6d31e8cc65a79f6ca8fffe021f0", kill_on_drop: false }` [INFO] [stderr] warning[E0133]: call to unsafe function `core::ptr::const_ptr::::read_volatile` is unsafe and requires unsafe block [INFO] [stderr] --> src/mmio.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | (addr as *const u32).read_volatile() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/mmio.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | pub unsafe fn read32(addr: usize) -> u32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(unsafe_op_in_unsafe_fn)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_volatile` is unsafe and requires unsafe block [INFO] [stderr] --> src/mmio.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | (addr as *mut u32).write_volatile(val) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/mmio.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub unsafe fn write32(addr: usize, val: u32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning[E0133]: call to unsafe function `core::ptr::mut_ptr::::write_volatile` is unsafe and requires unsafe block [INFO] [stderr] --> src/mmio.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | (addr as *mut u8).write_volatile(val) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stderr] | [INFO] [stderr] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stderr] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stderr] --> src/mmio.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | pub unsafe fn write8(addr: usize, val: u8) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0133`. [INFO] [stderr] warning: `irq-loongarch` (lib) generated 3 warnings (run `cargo fix --lib -p irq-loongarch` to apply 3 suggestions) [INFO] [stderr] warning: `irq-loongarch` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/irq_loongarch-1fd5c7c1b5531d9f) [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-e530c0241fe72399) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests irq_loongarch [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 1 test [INFO] [stdout] test mmio_read_write_u32_roundtrip ... 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] [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] running `Command { std: "docker" "inspect" "f6f6ad57f38b8e53baf42d9811cb26e8ec8ef6d31e8cc65a79f6ca8fffe021f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6f6ad57f38b8e53baf42d9811cb26e8ec8ef6d31e8cc65a79f6ca8fffe021f0", kill_on_drop: false }` [INFO] [stdout] f6f6ad57f38b8e53baf42d9811cb26e8ec8ef6d31e8cc65a79f6ca8fffe021f0