[INFO] fetching crate lbl-tg-rcore-tutorial-ch1-clock 0.0.1-preview.1... [INFO] testing lbl-tg-rcore-tutorial-ch1-clock-0.0.1-preview.1 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate lbl-tg-rcore-tutorial-ch1-clock 0.0.1-preview.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate lbl-tg-rcore-tutorial-ch1-clock 0.0.1-preview.1 [INFO] finished tweaking crates.io crate lbl-tg-rcore-tutorial-ch1-clock 0.0.1-preview.1 [INFO] tweaked toml for crates.io crate lbl-tg-rcore-tutorial-ch1-clock 0.0.1-preview.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lbl-tg-rcore-tutorial-ch1-clock 0.0.1-preview.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 lbl-tg-rcore-tutorial-ch1-clock 0.0.1-preview.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] 584a15ce1a28914b08fe1af300851f61383df78e3086f2399166a86bb13cfb66 [INFO] running `Command { std: "docker" "start" "-a" "584a15ce1a28914b08fe1af300851f61383df78e3086f2399166a86bb13cfb66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "584a15ce1a28914b08fe1af300851f61383df78e3086f2399166a86bb13cfb66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "584a15ce1a28914b08fe1af300851f61383df78e3086f2399166a86bb13cfb66", kill_on_drop: false }` [INFO] [stdout] 584a15ce1a28914b08fe1af300851f61383df78e3086f2399166a86bb13cfb66 [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] e32a01ab9214fe7de6890a0a6cd98f646d164ec0a681d02309b0934dee17aa1c [INFO] running `Command { std: "docker" "start" "-a" "e32a01ab9214fe7de6890a0a6cd98f646d164ec0a681d02309b0934dee17aa1c", kill_on_drop: false }` [INFO] [stderr] Compiling tg-rcore-tutorial-sbi v0.4.8 [INFO] [stderr] Compiling lbl-tg-rcore-tutorial-ch1-clock v0.0.1-preview.1 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid instruction mnemonic 'addi' [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :7:1 [INFO] [stdout] | [INFO] [stdout] 7 | addi sp, sp, -256 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :8:13 [INFO] [stdout] | [INFO] [stdout] 8 | sd x0, 0(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :9:13 [INFO] [stdout] | [INFO] [stdout] 9 | sd x1, 8(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :10:13 [INFO] [stdout] | [INFO] [stdout] 10 | sd x2, 16(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :11:13 [INFO] [stdout] | [INFO] [stdout] 11 | sd x3, 24(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :12:13 [INFO] [stdout] | [INFO] [stdout] 12 | sd x4, 32(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :13:13 [INFO] [stdout] | [INFO] [stdout] 13 | sd x5, 40(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :14:13 [INFO] [stdout] | [INFO] [stdout] 14 | sd x6, 48(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :15:13 [INFO] [stdout] | [INFO] [stdout] 15 | sd x7, 56(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :16:13 [INFO] [stdout] | [INFO] [stdout] 16 | sd x8, 64(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :17:13 [INFO] [stdout] | [INFO] [stdout] 17 | sd x9, 72(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :18:13 [INFO] [stdout] | [INFO] [stdout] 18 | sd x10, 80(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :19:13 [INFO] [stdout] | [INFO] [stdout] 19 | sd x11, 88(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :20:13 [INFO] [stdout] | [INFO] [stdout] 20 | sd x12, 96(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :21:13 [INFO] [stdout] | [INFO] [stdout] 21 | sd x13,104(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :22:13 [INFO] [stdout] | [INFO] [stdout] 22 | sd x14,112(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :23:13 [INFO] [stdout] | [INFO] [stdout] 23 | sd x15,120(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :24:13 [INFO] [stdout] | [INFO] [stdout] 24 | sd x16,128(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :25:13 [INFO] [stdout] | [INFO] [stdout] 25 | sd x17,136(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :26:13 [INFO] [stdout] | [INFO] [stdout] 26 | sd x18,144(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :27:13 [INFO] [stdout] | [INFO] [stdout] 27 | sd x19,152(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :28:13 [INFO] [stdout] | [INFO] [stdout] 28 | sd x20,160(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :29:13 [INFO] [stdout] | [INFO] [stdout] 29 | sd x21,168(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :30:13 [INFO] [stdout] | [INFO] [stdout] 30 | sd x22,176(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :31:13 [INFO] [stdout] | [INFO] [stdout] 31 | sd x23,184(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :32:13 [INFO] [stdout] | [INFO] [stdout] 32 | sd x24,192(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :33:13 [INFO] [stdout] | [INFO] [stdout] 33 | sd x25,200(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :34:13 [INFO] [stdout] | [INFO] [stdout] 34 | sd x26,208(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :35:13 [INFO] [stdout] | [INFO] [stdout] 35 | sd x27,216(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :36:13 [INFO] [stdout] | [INFO] [stdout] 36 | sd x28,224(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :37:13 [INFO] [stdout] | [INFO] [stdout] 37 | sd x29,232(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :38:13 [INFO] [stdout] | [INFO] [stdout] 38 | sd x30,240(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :39:13 [INFO] [stdout] | [INFO] [stdout] 39 | sd x31,248(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'csrr' [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :40:1 [INFO] [stdout] | [INFO] [stdout] 40 | csrr a0, scause [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :42:13 [INFO] [stdout] | [INFO] [stdout] 42 | ld x1, 8(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :43:13 [INFO] [stdout] | [INFO] [stdout] 43 | ld x3, 24(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :44:13 [INFO] [stdout] | [INFO] [stdout] 44 | ld x4, 32(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :45:13 [INFO] [stdout] | [INFO] [stdout] 45 | ld x5, 40(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :46:13 [INFO] [stdout] | [INFO] [stdout] 46 | ld x6, 48(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :47:13 [INFO] [stdout] | [INFO] [stdout] 47 | ld x7, 56(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :48:13 [INFO] [stdout] | [INFO] [stdout] 48 | ld x8, 64(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :49:13 [INFO] [stdout] | [INFO] [stdout] 49 | ld x9, 72(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :50:13 [INFO] [stdout] | [INFO] [stdout] 50 | ld x10, 80(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :51:13 [INFO] [stdout] | [INFO] [stdout] 51 | ld x11, 88(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :52:13 [INFO] [stdout] | [INFO] [stdout] 52 | ld x12, 96(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :53:13 [INFO] [stdout] | [INFO] [stdout] 53 | ld x13,104(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :54:13 [INFO] [stdout] | [INFO] [stdout] 54 | ld x14,112(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :55:13 [INFO] [stdout] | [INFO] [stdout] 55 | ld x15,120(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :56:13 [INFO] [stdout] | [INFO] [stdout] 56 | ld x16,128(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ld x17,136(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :58:13 [INFO] [stdout] | [INFO] [stdout] 58 | ld x18,144(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :59:13 [INFO] [stdout] | [INFO] [stdout] 59 | ld x19,152(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :60:13 [INFO] [stdout] | [INFO] [stdout] 60 | ld x20,160(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :61:13 [INFO] [stdout] | [INFO] [stdout] 61 | ld x21,168(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :62:13 [INFO] [stdout] | [INFO] [stdout] 62 | ld x22,176(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :63:13 [INFO] [stdout] | [INFO] [stdout] 63 | ld x23,184(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :64:13 [INFO] [stdout] | [INFO] [stdout] 64 | ld x24,192(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :65:13 [INFO] [stdout] | [INFO] [stdout] 65 | ld x25,200(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :66:13 [INFO] [stdout] | [INFO] [stdout] 66 | ld x26,208(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :67:13 [INFO] [stdout] | [INFO] [stdout] 67 | ld x27,216(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :68:13 [INFO] [stdout] | [INFO] [stdout] 68 | ld x28,224(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :69:13 [INFO] [stdout] | [INFO] [stdout] 69 | ld x29,232(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :70:13 [INFO] [stdout] | [INFO] [stdout] 70 | ld x30,240(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown token in expression [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :71:13 [INFO] [stdout] | [INFO] [stdout] 71 | ld x31,248(sp) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'addi' [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :72:1 [INFO] [stdout] | [INFO] [stdout] 72 | addi sp, sp, 256 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'sret' [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :73:1 [INFO] [stdout] | [INFO] [stdout] 73 | sret [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rdtime' [INFO] [stdout] --> src/timer.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | core::arch::asm!("rdtime {}", out(reg) ticks); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:2 [INFO] [stdout] | [INFO] [stdout] 2 | rdtime rax [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lbl-tg-rcore-tutorial-ch1-clock` (bin "tg-rcore-tutorial-ch1-clock") due to 67 previous errors [INFO] running `Command { std: "docker" "inspect" "e32a01ab9214fe7de6890a0a6cd98f646d164ec0a681d02309b0934dee17aa1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e32a01ab9214fe7de6890a0a6cd98f646d164ec0a681d02309b0934dee17aa1c", kill_on_drop: false }` [INFO] [stdout] e32a01ab9214fe7de6890a0a6cd98f646d164ec0a681d02309b0934dee17aa1c