[INFO] cloning repository https://github.com/mhammerly/uiefi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mhammerly/uiefi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhammerly%2Fuiefi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhammerly%2Fuiefi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a69c89ed3c444c15e3c1ef8d591b3d7de64c025a
[INFO] testing mhammerly/uiefi against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhammerly%2Fuiefi" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mhammerly/uiefi
[INFO] finished tweaking git repo https://github.com/mhammerly/uiefi
[INFO] tweaked toml for git repo https://github.com/mhammerly/uiefi written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mhammerly/uiefi on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mhammerly/uiefi 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uefi-macros v0.4.0
[INFO] [stderr]   Downloaded uefi-services v0.9.0
[INFO] [stderr]   Downloaded proc-macro2 v1.0.29
[INFO] [stderr]   Downloaded ucs2 v0.3.2
[INFO] [stderr]   Downloaded uefi v0.12.0
[INFO] [stderr]   Downloaded syn v1.0.80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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] ec4fba2f70b9592ca6a0241d6feae2b854251cc84f148315ffa28e6b3db61301
[INFO] running `Command { std: "docker" "start" "ec4fba2f70b9592ca6a0241d6feae2b854251cc84f148315ffa28e6b3db61301", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec4fba2f70b9592ca6a0241d6feae2b854251cc84f148315ffa28e6b3db61301", 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" "ec4fba2f70b9592ca6a0241d6feae2b854251cc84f148315ffa28e6b3db61301" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec4fba2f70b9592ca6a0241d6feae2b854251cc84f148315ffa28e6b3db61301", 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" "ec4fba2f70b9592ca6a0241d6feae2b854251cc84f148315ffa28e6b3db61301" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling syn v1.0.80
[INFO] [stderr]    Compiling bit_field v0.10.1
[INFO] [stderr]    Compiling no-std-compat v0.4.1
[INFO] [stderr]    Compiling ucs2 v0.3.2
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling uefi-macros v0.4.0
[INFO] [stderr]    Compiling uefi v0.12.0
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/uefi-0.12.0/src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #![feature(auto_traits)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the feature `abi_efiapi` has been stable since `1.68.0` and no longer requires an attribute to enable
[INFO] [stdout]    = help: the feature `const_panic` has been stable since `1.57.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `StatusResidual: Residual<Completion<()>>` is not satisfied
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/uefi-0.12.0/src/result/status.rs:180:21
[INFO] [stdout]     |
[INFO] [stdout] 180 |     type Residual = StatusResidual;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the nightly-only, unstable trait `Residual<Completion<()>>` is not implemented for `StatusResidual`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/uefi-0.12.0/src/result/status.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub struct StatusResidual(NonZeroUsize);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the following other types implement trait `Residual<O>`
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/result.rs:2208:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `core::result::Result<Infallible, E>` implements `Residual<T>`
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/option.rs:2904:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Option<Infallible>` implements `Residual<T>`
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/control_flow.rs:138:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ControlFlow<B, Infallible>` implements `Residual<C>`
[INFO] [stdout] note: required by a bound in `core::ops::Try::Residual`
[INFO] [stdout]    --> /rustc/04eb0d7194012623e82369b466d5084522957446/library/core/src/ops/try_trait.rs:160:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0554.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `uefi` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "ec4fba2f70b9592ca6a0241d6feae2b854251cc84f148315ffa28e6b3db61301", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec4fba2f70b9592ca6a0241d6feae2b854251cc84f148315ffa28e6b3db61301", kill_on_drop: false }`
[INFO] [stdout] ec4fba2f70b9592ca6a0241d6feae2b854251cc84f148315ffa28e6b3db61301
