[INFO] fetching crate uefi 0.8.0... [INFO] checking uefi-0.8.0 against try#4a23c45c7893f1416456144e3883cc48ea91722e for pr-82322 [INFO] extracting crate uefi 0.8.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate uefi 0.8.0 on toolchain 4a23c45c7893f1416456144e3883cc48ea91722e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate uefi 0.8.0 [INFO] finished tweaking crates.io crate uefi 0.8.0 [INFO] tweaked toml for crates.io crate uefi 0.8.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec52b9f7abb483f21fccf83a638607ccc1bd23355bad14c67a5d0e96eba6a072 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ec52b9f7abb483f21fccf83a638607ccc1bd23355bad14c67a5d0e96eba6a072", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec52b9f7abb483f21fccf83a638607ccc1bd23355bad14c67a5d0e96eba6a072", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec52b9f7abb483f21fccf83a638607ccc1bd23355bad14c67a5d0e96eba6a072", kill_on_drop: false }` [INFO] [stdout] ec52b9f7abb483f21fccf83a638607ccc1bd23355bad14c67a5d0e96eba6a072 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+4a23c45c7893f1416456144e3883cc48ea91722e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca0f6e2265bff121c054bedff3142198a718ad75b01c4fbcb7dd36fe140cdde5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ca0f6e2265bff121c054bedff3142198a718ad75b01c4fbcb7dd36fe140cdde5", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking bit_field v0.10.1 [INFO] [stderr] Checking bitflags v1.2.1 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking ucs2 v0.3.2 [INFO] [stderr] Compiling uefi-macros v0.3.3 [INFO] [stderr] Checking uefi v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `ops::Try` [INFO] [stdout] --> src/result/status.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | type Error = Error<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `ops::Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_error` is not a member of trait `ops::Try` [INFO] [stdout] --> src/result/status.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | / fn from_error(error: Self::Error) -> Self { [INFO] [stdout] 183 | | error.status() [INFO] [stdout] 184 | | } [INFO] [stdout] | |_____^ not a member of trait `ops::Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_ok` is not a member of trait `ops::Try` [INFO] [stdout] --> src/result/status.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | / fn from_ok(ok: Self::Ok) -> Self { [INFO] [stdout] 187 | | ok.status() [INFO] [stdout] 188 | | } [INFO] [stdout] | |_____^ not a member of trait `ops::Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `ops::Try` [INFO] [stdout] --> src/result/status.rs:176:5 [INFO] [stdout] | [INFO] [stdout] 176 | type Error = Error<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `ops::Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_error` is not a member of trait `ops::Try` [INFO] [stdout] --> src/result/status.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | / fn from_error(error: Self::Error) -> Self { [INFO] [stdout] 183 | | error.status() [INFO] [stdout] 184 | | } [INFO] [stdout] | |_____^ not a member of trait `ops::Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_ok` is not a member of trait `ops::Try` [INFO] [stdout] --> src/result/status.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 186 | / fn from_ok(ok: Self::Ok) -> Self { [INFO] [stdout] 187 | | ok.status() [INFO] [stdout] 188 | | } [INFO] [stdout] | |_____^ not a member of trait `ops::Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/result/status.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | type Ok = Completion<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #42327 for more information [INFO] [stdout] = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/result/status.rs:174:6 [INFO] [stdout] | [INFO] [stdout] 174 | impl ops::Try for Status { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #42327 for more information [INFO] [stdout] = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `Self` [INFO] [stdout] --> src/result/status.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | fn from_error(error: Self::Error) -> Self { [INFO] [stdout] | ^^^^^ associated type `Error` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/result/status.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 186 | fn from_ok(ok: Self::Ok) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #42327 for more information [INFO] [stdout] = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0220, E0407, E0437, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0220`. [INFO] [stdout] [INFO] [stderr] error: could not compile `uefi` [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] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/result/status.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | type Ok = Completion<()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #42327 for more information [INFO] [stdout] = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/result/status.rs:174:6 [INFO] [stdout] | [INFO] [stdout] 174 | impl ops::Try for Status { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #42327 for more information [INFO] [stdout] = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `Self` [INFO] [stdout] --> src/result/status.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | fn from_error(error: Self::Error) -> Self { [INFO] [stdout] | ^^^^^ associated type `Error` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/result/status.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 186 | fn from_ok(ok: Self::Ok) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #42327 for more information [INFO] [stdout] = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0220, E0407, E0437, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0220`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ca0f6e2265bff121c054bedff3142198a718ad75b01c4fbcb7dd36fe140cdde5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca0f6e2265bff121c054bedff3142198a718ad75b01c4fbcb7dd36fe140cdde5", kill_on_drop: false }` [INFO] [stdout] ca0f6e2265bff121c054bedff3142198a718ad75b01c4fbcb7dd36fe140cdde5