[INFO] updating cached repository https://github.com/Riey/qni-os
[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] 4fd98d6beccf3ca4fbb4fe104553ba68a552bacf
[INFO] checking Riey/qni-os against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRiey%2Fqni-os" "/workspace/builds/worker-14/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Riey/qni-os on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/Riey/qni-os
[INFO] finished tweaking git repo https://github.com/Riey/qni-os
[INFO] tweaked toml for git repo https://github.com/Riey/qni-os written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] crate git repo https://github.com/Riey/qni-os already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-14/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/rust-osdev/uefi-rs`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 765d7499c81c9fff01b5b5872fc7de5def59a905217cc5cf1790bc2b49b435fb
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "765d7499c81c9fff01b5b5872fc7de5def59a905217cc5cf1790bc2b49b435fb"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking bit_field v0.10.0
[INFO] [stderr]     Checking bit_field v0.9.0
[INFO] [stderr]     Checking rlibc v1.0.0
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]     Checking bitflags v1.2.1
[INFO] [stderr]     Checking log v0.4.8
[INFO] [stderr]     Checking ucs2 v0.3.1
[INFO] [stderr]     Checking x86_64 v0.8.3
[INFO] [stderr]    Compiling uefi-macros v0.3.1
[INFO] [stderr]     Checking uefi v0.4.4
[INFO] [stderr]     Checking uefi v0.4.4 (https://github.com/rust-osdev/uefi-rs#5814c52e)
[INFO] [stderr]     Checking uefi-services v0.2.2 (https://github.com/rust-osdev/uefi-rs#5814c52e)
[INFO] [stderr]     Checking qni-os v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:93:25
[INFO] [stderr]    |
[INFO] [stderr] 93 |     uefi_services::init(&st).expect_success("Failed to initialize utilities");
[INFO] [stderr]    |                         ^^^ expected struct `uefi::table::system::SystemTable`, found a different struct `uefi::table::system::SystemTable`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected reference `&uefi::table::system::SystemTable<uefi::table::system::Boot>` (struct `uefi::table::system::SystemTable`)
[INFO] [stderr]               found reference `&uefi::table::system::SystemTable<uefi::table::system::Boot>` (struct `uefi::table::system::SystemTable`)
[INFO] [stderr]    = note: perhaps two different versions of crate `uefi` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `expect_success` found for enum `core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>` in the current scope
[INFO] [stderr]   --> src/main.rs:93:30
[INFO] [stderr]    |
[INFO] [stderr] 93 |     uefi_services::init(&st).expect_success("Failed to initialize utilities");
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^ method not found in `core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.4/src/result/mod.rs:44:8
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn expect_success(self, msg: &str) -> Output;
[INFO] [stderr]    |        --------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `alloc::boxed::Box<core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>>` here
[INFO] [stderr]    |        the method is available for `alloc::sync::Arc<core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>>` here
[INFO] [stderr]    |        the method is available for `alloc::rc::Rc<core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>>` here
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 8  | use uefi::result::ResultExt;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `qni-os`.
[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] error: duplicate lang item in crate `uefi_services` (which `qni_os` depends on): `panic_impl`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `std` (which `test` depends on)
[INFO] [stderr] 
[INFO] [stderr] error: duplicate lang item in crate `uefi_services` (which `qni_os` depends on): `oom`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `std` (which `test` depends on)
[INFO] [stderr] 
[INFO] [stderr] error: duplicate lang item in crate `uefi_services` (which `qni_os` depends on): `eh_personality`.
[INFO] [stderr]   |
[INFO] [stderr]   = note: the lang item is first defined in crate `panic_unwind` (which `std` depends on)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:93:25
[INFO] [stderr]    |
[INFO] [stderr] 93 |     uefi_services::init(&st).expect_success("Failed to initialize utilities");
[INFO] [stderr]    |                         ^^^ expected struct `uefi::table::system::SystemTable`, found a different struct `uefi::table::system::SystemTable`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected reference `&uefi::table::system::SystemTable<uefi::table::system::Boot>` (struct `uefi::table::system::SystemTable`)
[INFO] [stderr]               found reference `&uefi::table::system::SystemTable<uefi::table::system::Boot>` (struct `uefi::table::system::SystemTable`)
[INFO] [stderr]    = note: perhaps two different versions of crate `uefi` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `expect_success` found for enum `core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>` in the current scope
[INFO] [stderr]   --> src/main.rs:93:30
[INFO] [stderr]    |
[INFO] [stderr] 93 |     uefi_services::init(&st).expect_success("Failed to initialize utilities");
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^ method not found in `core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/uefi-0.4.4/src/result/mod.rs:44:8
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn expect_success(self, msg: &str) -> Output;
[INFO] [stderr]    |        --------------
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `alloc::boxed::Box<core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>>` here
[INFO] [stderr]    |        the method is available for `alloc::sync::Arc<core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>>` here
[INFO] [stderr]    |        the method is available for `alloc::rc::Rc<core::result::Result<uefi::result::completion::Completion<()>, uefi::result::error::Error>>` here
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 8  | use uefi::result::ResultExt;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `qni-os`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "765d7499c81c9fff01b5b5872fc7de5def59a905217cc5cf1790bc2b49b435fb"`
[INFO] running `"docker" "rm" "-f" "765d7499c81c9fff01b5b5872fc7de5def59a905217cc5cf1790bc2b49b435fb"`
[INFO] [stdout] 765d7499c81c9fff01b5b5872fc7de5def59a905217cc5cf1790bc2b49b435fb
