[INFO] crate efi 0.1.3 is already in cache [INFO] extracting crate efi 0.1.3 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/efi/0.1.3 [INFO] extracting crate efi 0.1.3 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/efi/0.1.3 [INFO] validating manifest of efi-0.1.3 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 efi-0.1.3 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 efi-0.1.3 [INFO] finished frobbing efi-0.1.3 [INFO] frobbed toml for efi-0.1.3 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/efi/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] [stderr] Blocking waiting for file lock on package cache [INFO] checking efi-0.1.3 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/efi/0.1.3:/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] 812888cab8b53091d96a6f26fa0b5d521581806ef5af2aceb1a79a583cb4d189 [INFO] running `"docker" "start" "-a" "812888cab8b53091d96a6f26fa0b5d521581806ef5af2aceb1a79a583cb4d189"` [INFO] [stderr] Checking failure v0.1.5 [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/io/mod.rs:1898:31 [INFO] [stderr] | [INFO] [stderr] 1898 | fn read_one_byte(reader: &mut Read) -> Option> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/net/dns/enums.rs:192:14 [INFO] [stderr] | [INFO] [stderr] 192 | 6...15 => Reserved(code), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/net/parser.rs:63:49 [INFO] [stderr] | [INFO] [stderr] 63 | fn read_or(&mut self, parsers: &mut [Box Option + 'static>]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&mut Parser) -> Option + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:127:32 [INFO] [stderr] | [INFO] [stderr] 127 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: 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" "812888cab8b53091d96a6f26fa0b5d521581806ef5af2aceb1a79a583cb4d189"` [INFO] running `"docker" "rm" "-f" "812888cab8b53091d96a6f26fa0b5d521581806ef5af2aceb1a79a583cb4d189"` [INFO] [stdout] 812888cab8b53091d96a6f26fa0b5d521581806ef5af2aceb1a79a583cb4d189