[INFO] updating cached repository Richard-W/uefi-framebuffer-example [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Richard-W/uefi-framebuffer-example [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Richard-W/uefi-framebuffer-example" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Richard-W/uefi-framebuffer-example"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Richard-W/uefi-framebuffer-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Richard-W/uefi-framebuffer-example" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Richard-W/uefi-framebuffer-example"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Richard-W/uefi-framebuffer-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 714d0db0efc1f6f43c3370f97489fd623a131ec4 [INFO] sha for GitHub repo Richard-W/uefi-framebuffer-example: 714d0db0efc1f6f43c3370f97489fd623a131ec4 [INFO] validating manifest of Richard-W/uefi-framebuffer-example on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Richard-W/uefi-framebuffer-example on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Richard-W/uefi-framebuffer-example [INFO] finished frobbing Richard-W/uefi-framebuffer-example [INFO] frobbed toml for Richard-W/uefi-framebuffer-example written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Richard-W/uefi-framebuffer-example/Cargo.toml [INFO] started frobbing Richard-W/uefi-framebuffer-example [INFO] finished frobbing Richard-W/uefi-framebuffer-example [INFO] frobbed toml for Richard-W/uefi-framebuffer-example written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Richard-W/uefi-framebuffer-example/Cargo.toml [INFO] crate Richard-W/uefi-framebuffer-example already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Richard-W/uefi-framebuffer-example against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Richard-W/uefi-framebuffer-example:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e7145e09fe6390db7111e8a9b27aa2c2b02ec817b2c4d72129491433d5ee04ee [INFO] running `"docker" "start" "-a" "e7145e09fe6390db7111e8a9b27aa2c2b02ec817b2c4d72129491433d5ee04ee"` [INFO] [stderr] Checking late-static v0.3.0 [INFO] [stderr] Checking ucs2 v0.1.0 [INFO] [stderr] Checking r-efi v2.0.0 (https://github.com/richard-w/r-efi?branch=graphics-output-protocol#3744917d) [INFO] [stderr] Checking font8x8 v0.2.4 [INFO] [stderr] Checking efw v0.0.0 (https://github.com/richard-w/efw#6eb1033e) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Vec` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/efw-31cbd3fed93e26f1/6eb1033/src/efi/boot_services.rs:45:26 [INFO] [stderr] | [INFO] [stderr] 45 | let mut buffer = Vec::new(); [INFO] [stderr] | ^^^ use of undeclared type or module `Vec` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Vec` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/efw-31cbd3fed93e26f1/6eb1033/src/efi/boot_services.rs:69:39 [INFO] [stderr] | [INFO] [stderr] 69 | let mut vector: Vec = Vec::new(); [INFO] [stderr] | ^^^ use of undeclared type or module `Vec` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/efw-31cbd3fed93e26f1/6eb1033/src/efi/boot_services.rs:60:150 [INFO] [stderr] | [INFO] [stderr] 60 | pub unsafe fn locate_handle(&self, search_type: bits::LocateSearchType, protocol: *mut bits::Guid, search_key: *mut core::ffi::c_void) -> Result> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/efw-31cbd3fed93e26f1/6eb1033/src/efi/boot_services.rs:69:25 [INFO] [stderr] | [INFO] [stderr] 69 | let mut vector: Vec = Vec::new(); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/efw-31cbd3fed93e26f1/6eb1033/src/efi/memory_map.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | pub(crate) buffer: Vec, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/efw-31cbd3fed93e26f1/6eb1033/src/efi/memory_map.rs:12:31 [INFO] [stderr] | [INFO] [stderr] 12 | pub(crate) fn new(buffer: Vec, map_key: usize, desc_size: usize, desc_ver: u32) -> Self { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/efw-31cbd3fed93e26f1/6eb1033/src/efi/protocol.rs:8:44 [INFO] [stderr] | [INFO] [stderr] 8 | fn find_supporting_handles() -> Result> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Vec` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/efw-31cbd3fed93e26f1/6eb1033/src/efi/protocol.rs:14:35 [INFO] [stderr] | [INFO] [stderr] 14 | fn find_instances() -> Result> { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::prelude::v1::Vec; [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::vec::Vec; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'alloc_prelude' [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/efw-31cbd3fed93e26f1/6eb1033/src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use alloc::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/58935 [INFO] [stderr] = help: add `#![feature(alloc_prelude)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `efw`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e7145e09fe6390db7111e8a9b27aa2c2b02ec817b2c4d72129491433d5ee04ee"` [INFO] running `"docker" "rm" "-f" "e7145e09fe6390db7111e8a9b27aa2c2b02ec817b2c4d72129491433d5ee04ee"` [INFO] [stdout] e7145e09fe6390db7111e8a9b27aa2c2b02ec817b2c4d72129491433d5ee04ee