[INFO] updating cached repository https://github.com/lfairy/gensokyo [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] f9b349d376cbc04118e8c7790f13f5361a509f1d [INFO] checking lfairy/gensokyo against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flfairy%2Fgensokyo" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lfairy/gensokyo on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/lfairy/gensokyo [INFO] removed path dependency efi from git repo https://github.com/lfairy/gensokyo [INFO] finished tweaking git repo https://github.com/lfairy/gensokyo [INFO] tweaked toml for git repo https://github.com/lfairy/gensokyo written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/lfairy/gensokyo already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (efi) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-13/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (efi) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] 33aee3db50ff54493db167ae12ce751ff2aed4dc682a2dd0396b75f28f454abd [INFO] running `"docker" "start" "-a" "33aee3db50ff54493db167ae12ce751ff2aed4dc682a2dd0396b75f28f454abd"` [INFO] [stderr] warning: dependency (efi) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling x86 v0.7.2 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking rlibc v1.0.0 [INFO] [stderr] Checking spin v0.4.10 [INFO] [stderr] Checking raw-cpuid v2.0.2 [INFO] [stderr] Checking byteorder v1.3.2 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking efi v0.2.1 [INFO] [stderr] Checking gensokyo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `efi::sys`, `efi::BootServices`, `efi::GraphicsOutput`, `efi::MapKey`, `efi::MemoryMap`, `efi::MemoryType` [INFO] [stderr] --> src/lib.rs:17:11 [INFO] [stderr] | [INFO] [stderr] 17 | use efi::{sys, BootServices, GraphicsOutput, MapKey, MemoryMap, MemoryType}; [INFO] [stderr] | ^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ no `MemoryType` in the root [INFO] [stderr] | | | | | | [INFO] [stderr] | | | | | no `MemoryMap` in the root [INFO] [stderr] | | | | no `MapKey` in the root [INFO] [stderr] | | | no `GraphicsOutput` in the root [INFO] [stderr] | | no `BootServices` in the root [INFO] [stderr] | | help: a similar name exists in the module: `boot_services` [INFO] [stderr] | no `sys` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `efi::MemoryType` [INFO] [stderr] --> src/lib.rs:125:14 [INFO] [stderr] | [INFO] [stderr] 125 | use efi::MemoryType::*; [INFO] [stderr] | ^^^^^^^^^^ could not find `MemoryType` in `efi` [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BootServicesCode` is not bound in all patterns [INFO] [stderr] --> src/lib.rs:127:28 [INFO] [stderr] | [INFO] [stderr] 127 | BootServicesCode | BootServicesData | ConventionalMemory => true, [INFO] [stderr] | ---------------- ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ pattern doesn't bind `BootServicesCode` [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `BootServicesCode` [INFO] [stderr] | variable not in all patterns [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BootServicesCode` [INFO] [stderr] --> src/lib.rs:127:9 [INFO] [stderr] | [INFO] [stderr] 127 | BootServicesCode | BootServicesData | ConventionalMemory => true, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `BootServicesData` is not bound in all patterns [INFO] [stderr] --> src/lib.rs:127:9 [INFO] [stderr] | [INFO] [stderr] 127 | BootServicesCode | BootServicesData | ConventionalMemory => true, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ---------------- ^^^^^^^^^^^^^^^^^^ pattern doesn't bind `BootServicesData` [INFO] [stderr] | | | [INFO] [stderr] | | variable not in all patterns [INFO] [stderr] | pattern doesn't bind `BootServicesData` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::BootServicesData` [INFO] [stderr] --> src/lib.rs:127:28 [INFO] [stderr] | [INFO] [stderr] 127 | BootServicesCode | BootServicesData | ConventionalMemory => true, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0408]: variable `ConventionalMemory` is not bound in all patterns [INFO] [stderr] --> src/lib.rs:127:9 [INFO] [stderr] | [INFO] [stderr] 127 | BootServicesCode | BootServicesData | ConventionalMemory => true, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ------------------ variable not in all patterns [INFO] [stderr] | | | [INFO] [stderr] | | pattern doesn't bind `ConventionalMemory` [INFO] [stderr] | pattern doesn't bind `ConventionalMemory` [INFO] [stderr] | [INFO] [stderr] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::ConventionalMemory` [INFO] [stderr] --> src/lib.rs:127:47 [INFO] [stderr] | [INFO] [stderr] 127 | BootServicesCode | BootServicesData | ConventionalMemory => true, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `init` in crate `efi` [INFO] [stderr] --> src/lib.rs:38:35 [INFO] [stderr] | [INFO] [stderr] 38 | let (bs, _rs) = unsafe { efi::init(image_handle, system_table) }; [INFO] [stderr] | ^^^^ not found in `efi` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 13 | use core::intrinsics::init; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PAGE_SIZE` in crate `efi` [INFO] [stderr] --> src/lib.rs:92:27 [INFO] [stderr] | [INFO] [stderr] 92 | memory_size, efi::PAGE_SIZE, |size| unsafe { bs.allocate(size) }); [INFO] [stderr] | ^^^^^^^^^ not found in `efi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PAGE_SIZE` in crate `efi` [INFO] [stderr] --> src/lib.rs:101:22 [INFO] [stderr] | [INFO] [stderr] 101 | efi::PAGE_SIZE * desc.number_of_pages as usize); [INFO] [stderr] | ^^^^^^^^^ not found in `efi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PAGE_SIZE` in crate `efi` [INFO] [stderr] --> src/lib.rs:111:18 [INFO] [stderr] | [INFO] [stderr] 111 | efi::PAGE_SIZE) [INFO] [stderr] | ^^^^^^^^^ not found in `efi` [INFO] [stderr] [INFO] [stderr] error[E0522]: definition of an unknown language item: `panic_fmt` [INFO] [stderr] --> src/lib.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | #[lang = "panic_fmt"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `panic_fmt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0408, E0425, E0432, E0522. [INFO] [stderr] For more information about an error, try `rustc --explain E0408`. [INFO] [stderr] error: could not compile `gensokyo`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "33aee3db50ff54493db167ae12ce751ff2aed4dc682a2dd0396b75f28f454abd"` [INFO] running `"docker" "rm" "-f" "33aee3db50ff54493db167ae12ce751ff2aed4dc682a2dd0396b75f28f454abd"` [INFO] [stdout] 33aee3db50ff54493db167ae12ce751ff2aed4dc682a2dd0396b75f28f454abd