[INFO] fetching crate aclint 0.0.0...
[INFO] testing aclint-0.0.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate aclint 0.0.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate aclint 0.0.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aclint 0.0.0
[INFO] finished tweaking crates.io crate aclint 0.0.0
[INFO] tweaked toml for crates.io crate aclint 0.0.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 06aa62a9471c8350ed795d4449219506f1e1baaf0588b4604c3389b8693b4352
[INFO] running `Command { std: "docker" "start" "-a" "06aa62a9471c8350ed795d4449219506f1e1baaf0588b4604c3389b8693b4352", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06aa62a9471c8350ed795d4449219506f1e1baaf0588b4604c3389b8693b4352", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06aa62a9471c8350ed795d4449219506f1e1baaf0588b4604c3389b8693b4352", kill_on_drop: false }`
[INFO] [stdout] 06aa62a9471c8350ed795d4449219506f1e1baaf0588b4604c3389b8693b4352
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0071a422b402475d6bfc8fd290b47428849795fa5f541a0ab4d75528ca195e38
[INFO] running `Command { std: "docker" "start" "-a" "0071a422b402475d6bfc8fd290b47428849795fa5f541a0ab4d75528ca195e38", kill_on_drop: false }`
[INFO] [stderr]    Compiling aclint v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: invalid instruction mnemonic 'addi'
[INFO] [stdout]   --> src/lib.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 "   addi sp, sp, -8
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]   --> <inline asm>:2:5
[INFO] [stdout]    |
[INFO] [stdout] 2  |        addi sp, sp, -8
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'sd'
[INFO] [stdout]   --> src/lib.rs:82:21
[INFO] [stdout]    |
[INFO] [stdout] 82 |                     sd   a1, (sp)
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]   --> <inline asm>:3:21
[INFO] [stdout]    |
[INFO] [stdout] 3  |                     sd   a1, (sp)
[INFO] [stdout]    |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'li'
[INFO] [stdout]   --> src/lib.rs:84:21
[INFO] [stdout]    |
[INFO] [stdout] 84 |                     li   a1, {offset}
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]   --> <inline asm>:5:21
[INFO] [stdout]    |
[INFO] [stdout] 5  |                     li   a1, 49144
[INFO] [stdout]    |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid operand for instruction
[INFO] [stdout]   --> src/lib.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |                     add  a0, a0, a1
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]   --> <inline asm>:6:21
[INFO] [stdout]    |
[INFO] [stdout] 6  |                     add  a0, a0, a1
[INFO] [stdout]    |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'ld'
[INFO] [stdout]   --> src/lib.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 |                     ld   a1, (sp)
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]   --> <inline asm>:8:21
[INFO] [stdout]    |
[INFO] [stdout] 8  |                     ld   a1, (sp)
[INFO] [stdout]    |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'addi'
[INFO] [stdout]   --> src/lib.rs:88:21
[INFO] [stdout]    |
[INFO] [stdout] 88 |                     addi sp, sp,  8
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]   --> <inline asm>:9:21
[INFO] [stdout]    |
[INFO] [stdout] 9  |                     addi sp, sp,  8
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'ld'
[INFO] [stdout]   --> src/lib.rs:90:21
[INFO] [stdout]    |
[INFO] [stdout] 90 |                     ld   a0, (a0)
[INFO] [stdout]    |                     ^
[INFO] [stdout]    |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]   --> <inline asm>:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 |                     ld   a0, (a0)
[INFO] [stdout]    |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'addi'
[INFO] [stdout]    --> src/lib.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 "   addi sp, sp, -8
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |        addi sp, sp, -8
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'sd'
[INFO] [stdout]    --> src/lib.rs:104:21
[INFO] [stdout]     |
[INFO] [stdout] 104 |                     sd   a1, (sp)
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:3:21
[INFO] [stdout]     |
[INFO] [stdout] 3   |                     sd   a1, (sp)
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'li'
[INFO] [stdout]    --> src/lib.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |                     li   a1, {offset}
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:5:21
[INFO] [stdout]     |
[INFO] [stdout] 5   |                     li   a1, 49144
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid operand for instruction
[INFO] [stdout]    --> src/lib.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:6:21
[INFO] [stdout]     |
[INFO] [stdout] 6   |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'ld'
[INFO] [stdout]    --> src/lib.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |                     ld   a1, (sp)
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:8:21
[INFO] [stdout]     |
[INFO] [stdout] 8   |                     ld   a1, (sp)
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'addi'
[INFO] [stdout]    --> src/lib.rs:110:21
[INFO] [stdout]     |
[INFO] [stdout] 110 |                     addi sp, sp,  8
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:9:21
[INFO] [stdout]     |
[INFO] [stdout] 9   |                     addi sp, sp,  8
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'sd'
[INFO] [stdout]    --> src/lib.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |                     sd   a1, (a0)
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:11:21
[INFO] [stdout]     |
[INFO] [stdout] 11  |                     sd   a1, (a0)
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'slli'
[INFO] [stdout]    --> src/lib.rs:125:21
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 "   slli a1, a1, 3
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |        slli a1, a1, 3
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid operand for instruction
[INFO] [stdout]    --> src/lib.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:3:21
[INFO] [stdout]     |
[INFO] [stdout] 3   |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'li'
[INFO] [stdout]    --> src/lib.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     li   a1, {offset}
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:5:21
[INFO] [stdout]     |
[INFO] [stdout] 5   |                     li   a1, 16384
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid operand for instruction
[INFO] [stdout]    --> src/lib.rs:129:21
[INFO] [stdout]     |
[INFO] [stdout] 129 |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:6:21
[INFO] [stdout]     |
[INFO] [stdout] 6   |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'ld'
[INFO] [stdout]    --> src/lib.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     ld   a0, (a0)
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:8:21
[INFO] [stdout]     |
[INFO] [stdout] 8   |                     ld   a0, (a0)
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'slli'
[INFO] [stdout]    --> src/lib.rs:144:21
[INFO] [stdout]     |
[INFO] [stdout] 144 |                 "   slli a1, a1, 3
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |        slli a1, a1, 3
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid operand for instruction
[INFO] [stdout]    --> src/lib.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:3:21
[INFO] [stdout]     |
[INFO] [stdout] 3   |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'li'
[INFO] [stdout]    --> src/lib.rs:147:21
[INFO] [stdout]     |
[INFO] [stdout] 147 |                     li   a1, {offset}
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:5:21
[INFO] [stdout]     |
[INFO] [stdout] 5   |                     li   a1, 16384
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid operand for instruction
[INFO] [stdout]    --> src/lib.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:6:21
[INFO] [stdout]     |
[INFO] [stdout] 6   |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'sd'
[INFO] [stdout]    --> src/lib.rs:150:21
[INFO] [stdout]     |
[INFO] [stdout] 150 |                     sd   a2, (a0)
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:8:21
[INFO] [stdout]     |
[INFO] [stdout] 8   |                     sd   a2, (a0)
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aclint` (lib) due to 35 previous errors
[INFO] [stdout] error: invalid instruction mnemonic 'slli'
[INFO] [stdout]    --> src/lib.rs:163:21
[INFO] [stdout]     |
[INFO] [stdout] 163 |                 "   slli a1, a1, 2
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |        slli a1, a1, 2
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid operand for instruction
[INFO] [stdout]    --> src/lib.rs:164:21
[INFO] [stdout]     |
[INFO] [stdout] 164 |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:3:21
[INFO] [stdout]     |
[INFO] [stdout] 3   |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'lw'
[INFO] [stdout]    --> src/lib.rs:165:21
[INFO] [stdout]     |
[INFO] [stdout] 165 |                     lw   a0, (a0)
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:4:21
[INFO] [stdout]     |
[INFO] [stdout] 4   |                     lw   a0, (a0)
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'slli'
[INFO] [stdout]    --> src/lib.rs:177:21
[INFO] [stdout]     |
[INFO] [stdout] 177 |                 "   slli a1, a1, 2
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |        slli a1, a1, 2
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid operand for instruction
[INFO] [stdout]    --> src/lib.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:3:21
[INFO] [stdout]     |
[INFO] [stdout] 3   |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'addi'
[INFO] [stdout]    --> src/lib.rs:179:21
[INFO] [stdout]     |
[INFO] [stdout] 179 |                     addi a1, zero, 1
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:4:21
[INFO] [stdout]     |
[INFO] [stdout] 4   |                     addi a1, zero, 1
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'sw'
[INFO] [stdout]    --> src/lib.rs:180:21
[INFO] [stdout]     |
[INFO] [stdout] 180 |                     sw   a1, (a0)
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:5:21
[INFO] [stdout]     |
[INFO] [stdout] 5   |                     sw   a1, (a0)
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'slli'
[INFO] [stdout]    --> src/lib.rs:192:21
[INFO] [stdout]     |
[INFO] [stdout] 192 |                 "   slli a1, a1, 2
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   |        slli a1, a1, 2
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid operand for instruction
[INFO] [stdout]    --> src/lib.rs:193:21
[INFO] [stdout]     |
[INFO] [stdout] 193 |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:3:21
[INFO] [stdout]     |
[INFO] [stdout] 3   |                     add  a0, a0, a1
[INFO] [stdout]     |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid instruction mnemonic 'sw'
[INFO] [stdout]    --> src/lib.rs:194:21
[INFO] [stdout]     |
[INFO] [stdout] 194 |                     sw   zero, (a0)
[INFO] [stdout]     |                     ^
[INFO] [stdout]     |
[INFO] [stdout] note: instantiated into assembly here
[INFO] [stdout]    --> <inline asm>:4:21
[INFO] [stdout]     |
[INFO] [stdout] 4   |                     sw   zero, (a0)
[INFO] [stdout]     |                     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 34 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0071a422b402475d6bfc8fd290b47428849795fa5f541a0ab4d75528ca195e38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0071a422b402475d6bfc8fd290b47428849795fa5f541a0ab4d75528ca195e38", kill_on_drop: false }`
[INFO] [stdout] 0071a422b402475d6bfc8fd290b47428849795fa5f541a0ab4d75528ca195e38
