[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 try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoothbrush7777777%2Fuefi-app-x64" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/toothbrush7777777/uefi-app-x64 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-0/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 7cd24ef44f3b8965ad51bb72fb7b26af36d0bf56e39459fd87a12103d9ecc3ea [INFO] running `"docker" "start" "-a" "7cd24ef44f3b8965ad51bb72fb7b26af36d0bf56e39459fd87a12103d9ecc3ea"` [INFO] [stderr] Compiling libc v0.2.39 [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 pulldown-cmark v0.0.3 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling tempdir v0.3.6 [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] 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] 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] 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 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0259, E0522. [INFO] [stderr] For more information about an error, try `rustc --explain E0259`. [INFO] [stderr] error: could not compile `uefi-app-x64`. [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] 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 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0259, E0522. [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" "7cd24ef44f3b8965ad51bb72fb7b26af36d0bf56e39459fd87a12103d9ecc3ea"` [INFO] running `"docker" "rm" "-f" "7cd24ef44f3b8965ad51bb72fb7b26af36d0bf56e39459fd87a12103d9ecc3ea"` [INFO] [stdout] 7cd24ef44f3b8965ad51bb72fb7b26af36d0bf56e39459fd87a12103d9ecc3ea