[INFO] updating cached repository https://github.com/toothbrush7777777/uefi-app-x64
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 46ffa472d27b00a2a56639b2c53ade31920f35e5
[INFO] checking toothbrush7777777/uefi-app-x64 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoothbrush7777777%2Fuefi-app-x64" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/toothbrush7777777/uefi-app-x64 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/toothbrush7777777/uefi-app-x64
[INFO] finished tweaking git repo https://github.com/toothbrush7777777/uefi-app-x64
[INFO] tweaked toml for git repo https://github.com/toothbrush7777777/uefi-app-x64 written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/toothbrush7777777/uefi-app-x64 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] e7e99d146f05eb1fafbf02a54e8d71298abe6eb2ced56c2a358c4891cc3977d5
[INFO] running `"docker" "start" "-a" "e7e99d146f05eb1fafbf02a54e8d71298abe6eb2ced56c2a358c4891cc3977d5"`
[INFO] [stderr]    Compiling getopts v0.2.17
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]    Compiling remove_dir_all v0.3.0
[INFO] [stderr]    Compiling tempdir v0.3.6
[INFO] [stderr]    Compiling pulldown-cmark v0.0.3
[INFO] [stderr]    Compiling skeptic v0.5.0
[INFO] [stderr]    Compiling fixedvec v0.2.3
[INFO] [stderr]     Checking uefi-app-x64 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0259]: the name `compiler_builtins` is defined multiple times
[INFO] [stderr]   --> src/main.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | extern crate compiler_builtins;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `compiler_builtins` reimported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `compiler_builtins` must be defined only once in the type namespace of this module
[INFO] [stderr] help: you can use `as` to change the binding name of the import
[INFO] [stderr]    |
[INFO] [stderr] 21 | extern crate compiler_builtins as other_compiler_builtins;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]   --> src/main.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0259]: the name `compiler_builtins` is defined multiple times
[INFO] [stderr]   --> src/main.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | extern crate compiler_builtins;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `compiler_builtins` reimported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `compiler_builtins` must be defined only once in the type namespace of this module
[INFO] [stderr] help: you can use `as` to change the binding name of the import
[INFO] [stderr]    |
[INFO] [stderr] 21 | extern crate compiler_builtins as other_compiler_builtins;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Write`
[INFO] [stderr]    --> src/uefi.rs:112:23
[INFO] [stderr]     |
[INFO] [stderr] 112 | use core::fmt::{self, Write};
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0522]: definition of an unknown language item: `panic_fmt`
[INFO] [stderr]   --> src/main.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[lang = "panic_fmt"]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt`
[INFO] [stderr] 
[INFO] [stderr] error: `#[panic_handler]` function required, but not found
[INFO] [stderr] 
[INFO] [stderr] error: language item required, but not found: `eh_personality`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/main.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | extern crate compiler_builtins;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'uefi::Unimplemented': Define the correct interface
[INFO] [stderr]   --> src/uefi.rs:25:24
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub type TODO = *const Unimplemented;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0259, E0522, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0259`.
[INFO] [stderr] error: could not compile `uefi-app-x64`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]   --> src/main.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Write`
[INFO] [stderr]    --> src/uefi.rs:112:23
[INFO] [stderr]     |
[INFO] [stderr] 112 | use core::fmt::{self, Write};
[INFO] [stderr]     |                       ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0522]: definition of an unknown language item: `panic_fmt`
[INFO] [stderr]   --> src/main.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[lang = "panic_fmt"]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt`
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stderr]   --> src/main.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | extern crate compiler_builtins;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stderr]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'uefi::Unimplemented': Define the correct interface
[INFO] [stderr]   --> src/uefi.rs:25:24
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub type TODO = *const Unimplemented;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0259, E0522, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0259`.
[INFO] [stderr] error: could not compile `uefi-app-x64`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e7e99d146f05eb1fafbf02a54e8d71298abe6eb2ced56c2a358c4891cc3977d5"`
[INFO] running `"docker" "rm" "-f" "e7e99d146f05eb1fafbf02a54e8d71298abe6eb2ced56c2a358c4891cc3977d5"`
[INFO] [stdout] e7e99d146f05eb1fafbf02a54e8d71298abe6eb2ced56c2a358c4891cc3977d5
