[INFO] fetching crate esp8266 0.4.0... [INFO] testing esp8266-0.4.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate esp8266 0.4.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate esp8266 0.4.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate esp8266 0.4.0 [INFO] finished tweaking crates.io crate esp8266 0.4.0 [INFO] tweaked toml for crates.io crate esp8266 0.4.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96be09d3f55432e03e05a8282908bfb51c8d324164fb80c778a44e51b2788575 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "96be09d3f55432e03e05a8282908bfb51c8d324164fb80c778a44e51b2788575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96be09d3f55432e03e05a8282908bfb51c8d324164fb80c778a44e51b2788575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96be09d3f55432e03e05a8282908bfb51c8d324164fb80c778a44e51b2788575", kill_on_drop: false }` [INFO] [stdout] 96be09d3f55432e03e05a8282908bfb51c8d324164fb80c778a44e51b2788575 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb0a634b79d789e552039a00206103255f3b268e5d68d1dbaeca23f3b56b61df [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cb0a634b79d789e552039a00206103255f3b268e5d68d1dbaeca23f3b56b61df", kill_on_drop: false }` [INFO] [stderr] Compiling xtensa-lx v0.4.0 [INFO] [stderr] Compiling r0 v1.0.0 [INFO] [stderr] Compiling mutex-trait v0.2.0 [INFO] [stderr] Compiling bare-metal v1.0.0 [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/interrupt.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe { asm!("rsr.intenable {0}", out(reg) mask) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/lib.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe { asm!("mov {0}, sp", out(reg) x, options(nostack)) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/lib.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | asm!(" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/lib.rs:69:14 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe { asm!("rsr.prid {0}", out(reg) x, options(nostack)) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/lib.rs:80:14 [INFO] [stdout] | [INFO] [stdout] 80 | unsafe { asm!("rer {0}, {1}", out(reg) x, in(reg) XDM_OCD_DCR_SET, options(nostack)) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/lib.rs:87:14 [INFO] [stdout] | [INFO] [stdout] 87 | unsafe { asm!("break 1, 15", options(nostack)) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/interrupt.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | asm!(" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/interrupt.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | asm!(" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/interrupt.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | asm!(" [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/interrupt.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | asm!("rsr.interrupt {0}", out(reg) mask, options(nostack)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/interrupt.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | asm!("wsr.interrupt {0}", in(reg) mask, options(nostack)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/interrupt.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | asm!("wsr.intclear {0}", in(reg) mask, options(nostack)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/interrupt.rs:133:14 [INFO] [stdout] | [INFO] [stdout] 133 | unsafe { asm!("rsr.ps {0}", out(reg) ps, options(nostack)); }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | asm!("wsr.vecbase {0}", in(reg) base, options(nostack)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xtensa-lx-0.4.0/src/lib.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xtensa-lx` due to 16 previous errors [INFO] running `Command { std: "docker" "inspect" "cb0a634b79d789e552039a00206103255f3b268e5d68d1dbaeca23f3b56b61df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb0a634b79d789e552039a00206103255f3b268e5d68d1dbaeca23f3b56b61df", kill_on_drop: false }` [INFO] [stdout] cb0a634b79d789e552039a00206103255f3b268e5d68d1dbaeca23f3b56b61df