[INFO] crate redox_uefi_std 0.1.0 is already in cache [INFO] extracting crate redox_uefi_std 0.1.0 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/redox_uefi_std/0.1.0 [INFO] extracting crate redox_uefi_std 0.1.0 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/redox_uefi_std/0.1.0 [INFO] validating manifest of redox_uefi_std-0.1.0 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of redox_uefi_std-0.1.0 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing redox_uefi_std-0.1.0 [INFO] finished frobbing redox_uefi_std-0.1.0 [INFO] frobbed toml for redox_uefi_std-0.1.0 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/redox_uefi_std/0.1.0/Cargo.toml [INFO] started frobbing redox_uefi_std-0.1.0 [INFO] finished frobbing redox_uefi_std-0.1.0 [INFO] frobbed toml for redox_uefi_std-0.1.0 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/redox_uefi_std/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking redox_uefi_std-0.1.0 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-3/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/redox_uefi_std/0.1.0:/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" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 302dbdf8ddc16fed1aee0b02f448582848bcc8b97edc8d910ef865449a88ad95 [INFO] running `"docker" "start" "-a" "302dbdf8ddc16fed1aee0b02f448582848bcc8b97edc8d910ef865449a88ad95"` [INFO] [stderr] Checking redox_uefi v0.1.0 [INFO] [stderr] Checking redox_uefi_alloc v0.1.0 [INFO] [stderr] Checking redox_uefi_std v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `crate::slice::SliceConcatExt` [INFO] [stderr] --> src/prelude.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | pub use crate::slice::SliceConcatExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SliceConcatExt` in `slice` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `global_allocator` in this scope [INFO] [stderr] --> src/lib.rs:99:3 [INFO] [stderr] | [INFO] [stderr] 99 | #[global_allocator] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/macros.rs:3:42 [INFO] [stderr] | [INFO] [stderr] 3 | ($($arg:tt)*) => ($crate::io::_print(format_args!($($arg)*))); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/rt/panic.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | print!("SETUP PANIC: {}", pi); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/macros.rs:3:42 [INFO] [stderr] | [INFO] [stderr] 3 | ($($arg:tt)*) => ($crate::io::_print(format_args!($($arg)*))); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/rt/panic.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | / println!( [INFO] [stderr] 27 | | "SETUP OOM: {} bytes aligned to {} bytes\n", [INFO] [stderr] 28 | | layout.size(), [INFO] [stderr] 29 | | layout.align() [INFO] [stderr] 30 | | ); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/exec.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | let mut cmdline = format!("\"{}\"", name); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/vars.rs:69:22 [INFO] [stderr] | [INFO] [stderr] 69 | let count = get(&format!("Boot{:>04X}", num), &mut data)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/vars.rs:78:10 [INFO] [stderr] | [INFO] [stderr] 78 | set(&format!("Boot{:>04X}", num), &data) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `redox_uefi_std`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `crate::slice::SliceConcatExt` [INFO] [stderr] --> src/prelude.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | pub use crate::slice::SliceConcatExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SliceConcatExt` in `slice` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `global_allocator` in this scope [INFO] [stderr] --> src/lib.rs:99:3 [INFO] [stderr] | [INFO] [stderr] 99 | #[global_allocator] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/macros.rs:3:42 [INFO] [stderr] | [INFO] [stderr] 3 | ($($arg:tt)*) => ($crate::io::_print(format_args!($($arg)*))); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/rt/panic.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | print!("SETUP PANIC: {}", pi); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/macros.rs:3:42 [INFO] [stderr] | [INFO] [stderr] 3 | ($($arg:tt)*) => ($crate::io::_print(format_args!($($arg)*))); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/rt/panic.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | / println!( [INFO] [stderr] 27 | | "SETUP OOM: {} bytes aligned to {} bytes\n", [INFO] [stderr] 28 | | layout.size(), [INFO] [stderr] 29 | | layout.align() [INFO] [stderr] 30 | | ); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/exec.rs:16:23 [INFO] [stderr] | [INFO] [stderr] 16 | let mut cmdline = format!("\"{}\"", name); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/vars.rs:69:22 [INFO] [stderr] | [INFO] [stderr] 69 | let count = get(&format!("Boot{:>04X}", num), &mut data)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: cannot find macro `format_args!` in this scope [INFO] [stderr] --> src/vars.rs:78:10 [INFO] [stderr] | [INFO] [stderr] 78 | set(&format!("Boot{:>04X}", num), &data) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0152]: duplicate lang item found: `eh_personality`. [INFO] [stderr] --> src/rt/panic.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | pub extern fn rust_eh_personality() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `panic_unwind`. [INFO] [stderr] [INFO] [stderr] error[E0152]: duplicate lang item found: `panic_impl`. [INFO] [stderr] --> src/rt/panic.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / pub extern fn rust_begin_panic(pi: &::core::panic::PanicInfo) -> ! { [INFO] [stderr] 18 | | print!("SETUP PANIC: {}", pi); [INFO] [stderr] 19 | | [INFO] [stderr] 20 | | loop {} [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std`. [INFO] [stderr] [INFO] [stderr] error[E0152]: duplicate lang item found: `oom`. [INFO] [stderr] --> src/rt/panic.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / pub extern "C" fn rust_oom(layout: ::core::alloc::Layout) -> ! { [INFO] [stderr] 26 | | println!( [INFO] [stderr] 27 | | "SETUP OOM: {} bytes aligned to {} bytes\n", [INFO] [stderr] 28 | | layout.size(), [INFO] [stderr] ... | [INFO] [stderr] 32 | | loop {} [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std`. [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0152, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0152`. [INFO] [stderr] error: Could not compile `redox_uefi_std`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "302dbdf8ddc16fed1aee0b02f448582848bcc8b97edc8d910ef865449a88ad95"` [INFO] running `"docker" "rm" "-f" "302dbdf8ddc16fed1aee0b02f448582848bcc8b97edc8d910ef865449a88ad95"` [INFO] [stdout] 302dbdf8ddc16fed1aee0b02f448582848bcc8b97edc8d910ef865449a88ad95