[INFO] crate efi 0.1.3 is already in cache [INFO] extracting crate efi 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/efi/0.1.3 [INFO] extracting crate efi 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/efi/0.1.3 [INFO] validating manifest of efi-0.1.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of efi-0.1.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/reg/efi/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing efi-0.1.3 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 2c17788961bd07bd76046f8830ba7a88c8f1f432ea775867436f02f0d6d4310c [INFO] running `"docker" "start" "-a" "2c17788961bd07bd76046f8830ba7a88c8f1f432ea775867436f02f0d6d4310c"` [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling efi v0.1.3 (/opt/crater/workdir) [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] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(intrinsics)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #![feature(try_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #![feature(alloc)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #![feature(global_allocator)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #![feature(allocator_api)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #![feature(str_internals)] // TODO: this looks very new and unstable. Can we get rid of it? [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![feature(align_offset)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | #![feature(exact_chunks)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #![feature(ptr_internals)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #![feature(duration_extras)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | #![feature(duration_from_micros)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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: 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 28 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0554. [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" "2c17788961bd07bd76046f8830ba7a88c8f1f432ea775867436f02f0d6d4310c"` [INFO] running `"docker" "rm" "-f" "2c17788961bd07bd76046f8830ba7a88c8f1f432ea775867436f02f0d6d4310c"` [INFO] [stdout] 2c17788961bd07bd76046f8830ba7a88c8f1f432ea775867436f02f0d6d4310c