[INFO] fetching crate xtensa-lx106-rt 0.1.2... [INFO] testing xtensa-lx106-rt-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate xtensa-lx106-rt 0.1.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate xtensa-lx106-rt 0.1.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xtensa-lx106-rt 0.1.2 [INFO] finished tweaking crates.io crate xtensa-lx106-rt 0.1.2 [INFO] tweaked toml for crates.io crate xtensa-lx106-rt 0.1.2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xtensa-lx106-rt-proc-macros v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c039e5f7fc2ac806c0109934a497d42e4c02d90f45f587003e60cb594040eaa [INFO] running `Command { std: "docker" "start" "-a" "5c039e5f7fc2ac806c0109934a497d42e4c02d90f45f587003e60cb594040eaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c039e5f7fc2ac806c0109934a497d42e4c02d90f45f587003e60cb594040eaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c039e5f7fc2ac806c0109934a497d42e4c02d90f45f587003e60cb594040eaa", kill_on_drop: false }` [INFO] [stdout] 5c039e5f7fc2ac806c0109934a497d42e4c02d90f45f587003e60cb594040eaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a742b4d8bc596ba00dc43a68d2485f624fe7f392fcac68b290d4cc69ad96b74 [INFO] running `Command { std: "docker" "start" "-a" "0a742b4d8bc596ba00dc43a68d2485f624fe7f392fcac68b290d4cc69ad96b74", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling xtensa-lx106-rt v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling r0 v1.0.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling xtensa-lx106-rt-proc-macros v0.1.2 [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/interrupt.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | llvm_asm!("esync; rsr $0,ccompare0":"=a" (count)) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/interrupt.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | llvm_asm!("wsr $0,ccompare0; esync"::"a" (count) : "memory") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/interrupt.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | llvm_asm!("rsr $0,ccount":"=a"(count)) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `global_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | global_asm!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::global_asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `global_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | global_asm!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::global_asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `global_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 163 | global_asm!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::global_asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:264:5 [INFO] [stdout] | [INFO] [stdout] 264 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:130:5 [INFO] [stdout] | [INFO] [stdout] 130 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/interrupt.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | llvm_asm!(" [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/interrupt.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | llvm_asm!(" [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | llvm_asm!("wsr.vecbase $0" ::"r"(base) :: "volatile"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(llvm_asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(global_asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(naked_functions)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:129:1 [INFO] [stdout] | [INFO] [stdout] 129 | / unsafe extern "C" fn _DebugExceptionVector() { [INFO] [stdout] 130 | | llvm_asm!( [INFO] [stdout] 131 | | " [INFO] [stdout] 132 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 135 | | ); [INFO] [stdout] 136 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / unsafe extern "C" fn _NMIExceptionVector() { [INFO] [stdout] 142 | | llvm_asm!( [INFO] [stdout] 143 | | " [INFO] [stdout] 144 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 147 | | ); [INFO] [stdout] 148 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / unsafe extern "C" fn _KernelExceptionVector() { [INFO] [stdout] 154 | | llvm_asm!( [INFO] [stdout] 155 | | " [INFO] [stdout] 156 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 160 | | ); [INFO] [stdout] 161 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:166:1 [INFO] [stdout] | [INFO] [stdout] 166 | / unsafe extern "C" fn _UserExceptionVector() { [INFO] [stdout] 167 | | llvm_asm!( [INFO] [stdout] 168 | | " [INFO] [stdout] 169 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 173 | | ); [INFO] [stdout] 174 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | / unsafe extern "C" fn _DoubleExceptionVector() { [INFO] [stdout] 180 | | llvm_asm!( [INFO] [stdout] 181 | | " [INFO] [stdout] 182 | | wsr a0, EXCSAVE1 // preserve a0 (EXCSAVE1 can be reused as long as there [INFO] [stdout] ... | [INFO] [stdout] 187 | | ); [INFO] [stdout] 188 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / unsafe extern "C" fn save_context() { [INFO] [stdout] 61 | | llvm_asm!( [INFO] [stdout] 62 | | " [INFO] [stdout] 63 | | s32i a2, sp, +XT_STK_A2 [INFO] [stdout] ... | [INFO] [stdout] 83 | | ) [INFO] [stdout] 84 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:136:1 [INFO] [stdout] | [INFO] [stdout] 136 | / unsafe extern "C" fn restore_context() { [INFO] [stdout] 137 | | llvm_asm!( [INFO] [stdout] 138 | | " [INFO] [stdout] 139 | | l32i a3, sp, +XT_STK_SAR [INFO] [stdout] ... | [INFO] [stdout] 160 | | ) [INFO] [stdout] 161 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:193:1 [INFO] [stdout] | [INFO] [stdout] 193 | / unsafe extern "C" fn __default_naked_user_exception() { [INFO] [stdout] 194 | | llvm_asm!( [INFO] [stdout] 195 | | " [INFO] [stdout] 196 | | SAVE_CONTEXT 1 [INFO] [stdout] ... | [INFO] [stdout] 230 | | ) [INFO] [stdout] 231 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:240:1 [INFO] [stdout] | [INFO] [stdout] 240 | / unsafe extern "C" fn __default_naked_double_exception() { [INFO] [stdout] 241 | | llvm_asm!( [INFO] [stdout] 242 | | " [INFO] [stdout] 243 | | SAVE_CONTEXT double [INFO] [stdout] ... | [INFO] [stdout] 253 | | ) [INFO] [stdout] 254 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:263:1 [INFO] [stdout] | [INFO] [stdout] 263 | / unsafe extern "C" fn __default_naked_kernel_exception() { [INFO] [stdout] 264 | | llvm_asm!( [INFO] [stdout] 265 | | " [INFO] [stdout] 266 | | SAVE_CONTEXT 1 [INFO] [stdout] ... | [INFO] [stdout] 278 | | ) [INFO] [stdout] 279 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:288:1 [INFO] [stdout] | [INFO] [stdout] 288 | / unsafe extern "C" fn __default_naked_nmi_exception() { [INFO] [stdout] 289 | | llvm_asm!( [INFO] [stdout] 290 | | " [INFO] [stdout] 291 | | SAVE_CONTEXT 1 [INFO] [stdout] ... | [INFO] [stdout] 302 | | ) [INFO] [stdout] 303 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:312:1 [INFO] [stdout] | [INFO] [stdout] 312 | / unsafe extern "C" fn __default_naked_debug_exception() { [INFO] [stdout] 313 | | llvm_asm!( [INFO] [stdout] 314 | | " [INFO] [stdout] 315 | | SAVE_CONTEXT 1 [INFO] [stdout] ... | [INFO] [stdout] 326 | | ) [INFO] [stdout] 327 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:336:1 [INFO] [stdout] | [INFO] [stdout] 336 | / unsafe extern "C" fn __default_naked_alloc_exception() { [INFO] [stdout] 337 | | llvm_asm!( [INFO] [stdout] 338 | | " [INFO] [stdout] 339 | | SAVE_CONTEXT 1 [INFO] [stdout] ... | [INFO] [stdout] 350 | | ) [INFO] [stdout] 351 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 38 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0787. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `xtensa-lx106-rt` due to 39 previous errors [INFO] running `Command { std: "docker" "inspect" "0a742b4d8bc596ba00dc43a68d2485f624fe7f392fcac68b290d4cc69ad96b74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a742b4d8bc596ba00dc43a68d2485f624fe7f392fcac68b290d4cc69ad96b74", kill_on_drop: false }` [INFO] [stdout] 0a742b4d8bc596ba00dc43a68d2485f624fe7f392fcac68b290d4cc69ad96b74