[INFO] cloning repository https://github.com/HUST-OS/tiaoshi-dashi-sbi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HUST-OS/tiaoshi-dashi-sbi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHUST-OS%2Ftiaoshi-dashi-sbi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHUST-OS%2Ftiaoshi-dashi-sbi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d23666c3cdad2f90bce9b0dfdd41d62901e4a1b4
[INFO] checking HUST-OS/tiaoshi-dashi-sbi against try#a3dffdb3a32d0dedc198f9de7d43173f3eb6727b for pr-136303
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHUST-OS%2Ftiaoshi-dashi-sbi" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/HUST-OS/tiaoshi-dashi-sbi on toolchain a3dffdb3a32d0dedc198f9de7d43173f3eb6727b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/HUST-OS/tiaoshi-dashi-sbi
[INFO] finished tweaking git repo https://github.com/HUST-OS/tiaoshi-dashi-sbi
[INFO] tweaked toml for git repo https://github.com/HUST-OS/tiaoshi-dashi-sbi written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/HUST-OS/tiaoshi-dashi-sbi 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" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "fetch" "--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: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 867d5e6aab573322f31c6d43874082ce3b5e17590939b52e358d067afa71bc93
[INFO] running `Command { std: "docker" "start" "-a" "867d5e6aab573322f31c6d43874082ce3b5e17590939b52e358d067afa71bc93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "867d5e6aab573322f31c6d43874082ce3b5e17590939b52e358d067afa71bc93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "867d5e6aab573322f31c6d43874082ce3b5e17590939b52e358d067afa71bc93", kill_on_drop: false }`
[INFO] [stdout] 867d5e6aab573322f31c6d43874082ce3b5e17590939b52e358d067afa71bc93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+a3dffdb3a32d0dedc198f9de7d43173f3eb6727b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 510f0749750efe67335a50908077f195cf5ec10a3a0ed840ce870b5e1dacf149
[INFO] running `Command { std: "docker" "start" "-a" "510f0749750efe67335a50908077f195cf5ec10a3a0ed840ce870b5e1dacf149", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]     Checking bit_field v0.10.1
[INFO] [stderr]     Checking spin v0.7.1
[INFO] [stderr]     Checking nb v1.0.0
[INFO] [stderr]    Compiling tiaoshi-dashi-qemu-sbi v0.1.0 (/opt/rustwide/workdir/qemu-sbi)
[INFO] [stderr]    Compiling test-kernel v0.1.0 (/opt/rustwide/workdir/test-kernel)
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]     Checking lock_api v0.4.4
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]     Checking embedded-hal v1.0.0-alpha.4
[INFO] [stderr]     Checking spinning_top v0.2.3
[INFO] [stderr]     Checking linked_list_allocator v0.9.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling regex v1.5.3
[INFO] [stderr]    Compiling riscv-target v0.1.2
[INFO] [stderr]    Compiling riscv v0.6.0
[INFO] [stderr]    Compiling riscv v0.6.0 (https://github.com/rust-embedded/riscv?rev=16e4870f#16e4870f)
[INFO] [stdout] error[E0635]: unknown feature `llvm_asm`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/riscv-e5c4809301ffb4ef/16e4870/src/lib.rs:17:45
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![cfg_attr(feature = "inline-asm", feature(llvm_asm))]
[INFO] [stdout]    |                                             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `riscv` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "510f0749750efe67335a50908077f195cf5ec10a3a0ed840ce870b5e1dacf149", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "510f0749750efe67335a50908077f195cf5ec10a3a0ed840ce870b5e1dacf149", kill_on_drop: false }`
[INFO] [stdout] 510f0749750efe67335a50908077f195cf5ec10a3a0ed840ce870b5e1dacf149
