[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 try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fishirshov%2Fuefi_aes256_rw" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ishirshov/uefi_aes256_rw on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "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-11/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3b195be054316f5a5724902ce167e0e54ba379f252dd73a39a208ec7d79c6e71 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "3b195be054316f5a5724902ce167e0e54ba379f252dd73a39a208ec7d79c6e71"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking bit_field v0.10.0 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking bit_field v0.9.0 [INFO] [stderr] Checking rlibc v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Checking ucs2 v0.3.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking x86_64 v0.8.3 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking aes v0.3.2 [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 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 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 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 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 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 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 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 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 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" "3b195be054316f5a5724902ce167e0e54ba379f252dd73a39a208ec7d79c6e71"` [INFO] running `"docker" "rm" "-f" "3b195be054316f5a5724902ce167e0e54ba379f252dd73a39a208ec7d79c6e71"` [INFO] [stdout] 3b195be054316f5a5724902ce167e0e54ba379f252dd73a39a208ec7d79c6e71