[INFO] updating cached repository https://github.com/ishirshov/uefi_aes256_rw
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] d58aa04269913d355bf1f9e01638944a88e2a778
[INFO] checking ishirshov/uefi_aes256_rw against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fishirshov%2Fuefi_aes256_rw" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ishirshov/uefi_aes256_rw on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/ishirshov/uefi_aes256_rw
[INFO] finished tweaking git repo https://github.com/ishirshov/uefi_aes256_rw
[INFO] tweaked toml for git repo https://github.com/ishirshov/uefi_aes256_rw written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/ishirshov/uefi_aes256_rw already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b7e967dcdf3f623a38569059501e1c81859b1602e157f3487a2df449a253e8da
[INFO] running `"docker" "start" "-a" "b7e967dcdf3f623a38569059501e1c81859b1602e157f3487a2df449a253e8da"`
[INFO] [stderr]    Compiling syn v1.0.13
[INFO] [stderr]     Checking bit_field v0.10.0
[INFO] [stderr]     Checking bit_field v0.9.0
[INFO] [stderr]     Checking rlibc v1.0.0
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]     Checking aes-soft v0.3.3
[INFO] [stderr]     Checking ucs2 v0.3.1
[INFO] [stderr]     Checking aes v0.3.2
[INFO] [stderr]     Checking x86_64 v0.8.3
[INFO] [stderr]    Compiling uefi-macros v0.3.1
[INFO] [stderr]     Checking uefi v0.4.3
[INFO] [stderr] error[E0432]: unresolved import `alloc_api::alloc::Alloc`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/exts.rs:4:33
[INFO] [stderr]   |
[INFO] [stderr] 4 |     alloc::{handle_alloc_error, Alloc, Global, Layout},
[INFO] [stderr]   |                                 ^^^^^
[INFO] [stderr]   |                                 |
[INFO] [stderr]   |                                 no `Alloc` in `alloc`
[INFO] [stderr]   |                                 help: a similar name exists in the module: `alloc`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/proto/console/gop.rs:38:10
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[derive(Protocol)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/proto/console/pointer/mod.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[derive(Protocol)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/proto/console/serial.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[derive(Protocol)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/proto/console/text/input.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[derive(Protocol)]
[INFO] [stderr]   |          ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]   = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/proto/console/text/output.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[derive(Protocol)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/proto/debug/mod.rs:18:10
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[derive(Protocol)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/proto/loaded_image/mod.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[derive(Protocol)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/proto/media/fs.rs:14:10
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[derive(Protocol)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/proto/pi/mp.rs:95:10
[INFO] [stderr]    |
[INFO] [stderr] 95 | #[derive(Protocol)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
[INFO] [stderr]    = help: add `#![feature(negative_impls)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `alloc` found for struct `alloc_api::alloc::Global` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.3/src/exts.rs:19:22
[INFO] [stderr]     |
[INFO] [stderr] 19  |         match Global.alloc(layout) {
[INFO] [stderr]     |                      ^^^^^ method not found in `alloc_api::alloc::Global`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr]     = note: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]             `use core::alloc::AllocRef;`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `uefi`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b7e967dcdf3f623a38569059501e1c81859b1602e157f3487a2df449a253e8da"`
[INFO] running `"docker" "rm" "-f" "b7e967dcdf3f623a38569059501e1c81859b1602e157f3487a2df449a253e8da"`
[INFO] [stdout] b7e967dcdf3f623a38569059501e1c81859b1602e157f3487a2df449a253e8da
