[INFO] cloning repository https://github.com/manio/bare-lora
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manio/bare-lora" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanio%2Fbare-lora", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanio%2Fbare-lora'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6136a20e3c7627d3a19de2f0c339a7dabf0d9518
[INFO] testing manio/bare-lora against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanio%2Fbare-lora" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/manio/bare-lora
[INFO] finished tweaking git repo https://github.com/manio/bare-lora
[INFO] tweaked toml for git repo https://github.com/manio/bare-lora written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/manio/bare-lora on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/manio/bare-lora 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9ef2def6b22e63aaea62e1bafa8d55f0ec4ed037b93bca3c9efb182117348df0
[INFO] running `Command { std: "docker" "start" "9ef2def6b22e63aaea62e1bafa8d55f0ec4ed037b93bca3c9efb182117348df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ef2def6b22e63aaea62e1bafa8d55f0ec4ed037b93bca3c9efb182117348df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9ef2def6b22e63aaea62e1bafa8d55f0ec4ed037b93bca3c9efb182117348df0" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ef2def6b22e63aaea62e1bafa8d55f0ec4ed037b93bca3c9efb182117348df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9ef2def6b22e63aaea62e1bafa8d55f0ec4ed037b93bca3c9efb182117348df0" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling hybrid-array v0.4.5
[INFO] [stderr]    Compiling crypto-common v0.2.0-rc.5
[INFO] [stderr]    Compiling inout v0.2.1
[INFO] [stderr]    Compiling block-buffer v0.11.0
[INFO] [stderr]    Compiling cipher v0.5.0-rc.2
[INFO] [stderr]    Compiling universal-hash v0.6.0-rc.3
[INFO] [stderr]    Compiling aead v0.6.0-rc.3
[INFO] [stderr]    Compiling poly1305 v0.9.0-rc.3
[INFO] [stderr]    Compiling chacha20 v0.10.0-rc.5
[INFO] [stderr]    Compiling chacha20poly1305 v0.11.0-rc.2
[INFO] [stderr]    Compiling bare-lora v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: type `u8` cannot be used with this register class
[INFO] [stdout]    --> src/main.rs:160:25
[INFO] [stdout]     |
[INFO] [stdout] 160 |             b = in(reg) byte,
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: register class `reg` supports these types: i16, i32, i64, f16, f32, f64
[INFO] [stdout]     = help: consider using the `reg_byte` register class instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bare-lora` (bin "bare-lora") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "9ef2def6b22e63aaea62e1bafa8d55f0ec4ed037b93bca3c9efb182117348df0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ef2def6b22e63aaea62e1bafa8d55f0ec4ed037b93bca3c9efb182117348df0", kill_on_drop: false }`
[INFO] [stdout] 9ef2def6b22e63aaea62e1bafa8d55f0ec4ed037b93bca3c9efb182117348df0
