[INFO] crate efi 0.1.3 is already in cache [INFO] extracting crate efi 0.1.3 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/efi/0.1.3 [INFO] extracting crate efi 0.1.3 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/efi/0.1.3 [INFO] validating manifest of efi-0.1.3 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of efi-0.1.3 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing efi-0.1.3 [INFO] finished frobbing efi-0.1.3 [INFO] frobbed toml for efi-0.1.3 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/efi/0.1.3/Cargo.toml [INFO] started frobbing efi-0.1.3 [INFO] finished frobbing efi-0.1.3 [INFO] frobbed toml for efi-0.1.3 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/efi/0.1.3/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking efi-0.1.3 against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-6/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/efi/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4e76db0ce0ccffe7a708aa3fc0e21cf718b4a379f021427e0bd0042a8fded6b3 [INFO] running `"docker" "start" "-a" "4e76db0ce0ccffe7a708aa3fc0e21cf718b4a379f021427e0bd0042a8fded6b3"` [INFO] [stderr] Checking efi v0.1.3 (/opt/crater/workdir) [INFO] [stderr] error[E0463]: can't find crate for `matches` [INFO] [stderr] --> src/net/dns/mod.rs:16:27 [INFO] [stderr] | [INFO] [stderr] 16 | #[cfg(test)] #[macro_use] extern crate matches; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `efi`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved imports `alloc::Vec`, `alloc::String` [INFO] [stderr] --> src/console.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | use alloc::{Vec, String, str, fmt}; [INFO] [stderr] | ^^^ ^^^^^^ no `String` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 45 | use alloc::{vec, String, str, fmt}; [INFO] [stderr] | ^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 45 | use alloc::{Vec, string, str, fmt}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `alloc::String`, `alloc::Vec` [INFO] [stderr] --> src/io/mod.rs:282:13 [INFO] [stderr] | [INFO] [stderr] 282 | use alloc::{String, Vec}; [INFO] [stderr] | ^^^^^^ ^^^ no `Vec` in the root [INFO] [stderr] | | [INFO] [stderr] | no `String` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 282 | use alloc::{string, Vec}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 282 | use alloc::{String, vec}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::Vec` [INFO] [stderr] --> src/io/prelude.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | pub use alloc::Vec; [INFO] [stderr] | ^^^^^^^--- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::Vec` [INFO] [stderr] --> src/io/cursor.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use alloc::Vec; [INFO] [stderr] | ^^^^^^^--- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `alloc::String`, `alloc::Vec` [INFO] [stderr] --> src/io/impls.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use alloc::{String, Vec}; [INFO] [stderr] | ^^^^^^ ^^^ no `Vec` in the root [INFO] [stderr] | | [INFO] [stderr] | no `String` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 17 | use alloc::{string, Vec}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 17 | use alloc::{String, vec}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `alloc::String`, `alloc::Vec` [INFO] [stderr] --> src/net/addr.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use alloc::{String, vec, Vec}; [INFO] [stderr] | ^^^^^^ ^^^ no `Vec` in the root [INFO] [stderr] | | [INFO] [stderr] | no `String` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 4 | use alloc::{string, vec, Vec}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 4 | use alloc::{String, vec, vec}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::Vec` [INFO] [stderr] --> src/net/dns/structs.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use alloc::Vec; [INFO] [stderr] | ^^^^^^^--- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::Vec` [INFO] [stderr] --> src/net/dns/parser.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use alloc::Vec; [INFO] [stderr] | ^^^^^^^--- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::Vec` [INFO] [stderr] --> src/net/dns/builder.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::Vec; [INFO] [stderr] | ^^^^^^^--- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::Vec` [INFO] [stderr] --> src/net/dns/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | use alloc::Vec; [INFO] [stderr] | ^^^^^^^--- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `alloc::String`, `alloc::Vec` [INFO] [stderr] --> src/net/pxebc.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 43 | use alloc::{String, Vec}; [INFO] [stderr] | ^^^^^^ ^^^ no `Vec` in the root [INFO] [stderr] | | [INFO] [stderr] | no `String` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 43 | use alloc::{string, Vec}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 43 | use alloc::{String, vec}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::Vec` [INFO] [stderr] --> src/net/ifconfig.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use alloc::Vec; [INFO] [stderr] | ^^^^^^^--- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::Vec` [INFO] [stderr] --> src/image.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use alloc::Vec; [INFO] [stderr] | ^^^^^^^--- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `alloc::String`, `alloc::Vec` [INFO] [stderr] --> src/device_path.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | use alloc::{String, boxed::Box, Vec}; [INFO] [stderr] | ^^^^^^ ^^^ no `Vec` in the root [INFO] [stderr] | | [INFO] [stderr] | no `String` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 20 | use alloc::{string, boxed::Box, Vec}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 20 | use alloc::{String, boxed::Box, vec}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::allocator` [INFO] [stderr] --> src/allocator.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | use alloc::allocator::{Alloc, AllocErr, Layout}; [INFO] [stderr] | ^^^^^^^^^ could not find `allocator` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::Vec` [INFO] [stderr] --> src/boot_services.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use alloc::Vec; [INFO] [stderr] | ^^^^^^^--- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `Vec` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `SliceExt` in `slice` [INFO] [stderr] --> src/net/pxebc.rs:151:28 [INFO] [stderr] | [INFO] [stderr] 151 | let addrs = slice::SliceExt::exact_chunks(val, 4) [INFO] [stderr] | ^^^^^^^^ could not find `SliceExt` in `slice` [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | #[macro_use] extern crate failure; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `alloc::Vec` [INFO] [stderr] --> src/io/cursor.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use alloc::Vec; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `efi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4e76db0ce0ccffe7a708aa3fc0e21cf718b4a379f021427e0bd0042a8fded6b3"` [INFO] running `"docker" "rm" "-f" "4e76db0ce0ccffe7a708aa3fc0e21cf718b4a379f021427e0bd0042a8fded6b3"` [INFO] [stdout] 4e76db0ce0ccffe7a708aa3fc0e21cf718b4a379f021427e0bd0042a8fded6b3