[INFO] cloning repository https://github.com/yasammez/kmd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yasammez/kmd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasammez%2Fkmd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasammez%2Fkmd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f2d3973d662131559acae403fd2b392732084bc9 [INFO] checking yasammez/kmd against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasammez%2Fkmd" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yasammez/kmd on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yasammez/kmd [INFO] finished tweaking git repo https://github.com/yasammez/kmd [INFO] tweaked toml for git repo https://github.com/yasammez/kmd written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/yasammez/kmd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 394cc8cb930a24b02117fef5995a80e4707dd3322ca75f1073a22f1a19095972 [INFO] running `Command { std: "docker" "start" "-a" "394cc8cb930a24b02117fef5995a80e4707dd3322ca75f1073a22f1a19095972", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "394cc8cb930a24b02117fef5995a80e4707dd3322ca75f1073a22f1a19095972", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "394cc8cb930a24b02117fef5995a80e4707dd3322ca75f1073a22f1a19095972", kill_on_drop: false }` [INFO] [stdout] 394cc8cb930a24b02117fef5995a80e4707dd3322ca75f1073a22f1a19095972 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5b07a97ea9e8c765360d72b72dfea4f91debfe50c141afd27cd288f1e2443ba [INFO] running `Command { std: "docker" "start" "-a" "b5b07a97ea9e8c765360d72b72dfea4f91debfe50c141afd27cd288f1e2443ba", kill_on_drop: false }` [INFO] [stderr] Checking kmd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0437]: type `Ok` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | type Ok = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | type Error = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `into_result` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | / fn into_result(self) -> Result { [INFO] [stdout] 17 | | match self.0 { [INFO] [stdout] 18 | | i if i >= 0 => Ok(i), [INFO] [stdout] 19 | | i => Err(i) [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_____^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_error` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / fn from_error(v: Self::Error) -> Self { [INFO] [stdout] 23 | | NTSTATUS(v) [INFO] [stdout] 24 | | } [INFO] [stdout] | |_____^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_ok` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | / fn from_ok(v: Self::Ok) -> Self { [INFO] [stdout] 26 | | NTSTATUS(v) [INFO] [stdout] 27 | | } [INFO] [stdout] | |_____^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/status.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::ops::Try; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #84277 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/status.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Try for NTSTATUS { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #84277 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 `Ok` not found for `Self` [INFO] [stdout] --> src/status.rs:16:42 [INFO] [stdout] | [INFO] [stdout] 16 | fn into_result(self) -> Result { [INFO] [stdout] | ^^ associated type `Ok` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `Self` [INFO] [stdout] --> src/status.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | fn into_result(self) -> Result { [INFO] [stdout] | ^^^^^ associated type `Error` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `Self` [INFO] [stdout] --> src/status.rs:22:28 [INFO] [stdout] | [INFO] [stdout] 22 | fn from_error(v: Self::Error) -> Self { [INFO] [stdout] | ^^^^^ associated type `Error` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Ok` not found for `Self` [INFO] [stdout] --> src/status.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | fn from_ok(v: Self::Ok) -> Self { [INFO] [stdout] | ^^ associated type `Ok` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 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 `kmd` [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[E0437]: type `Ok` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | type Ok = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | type Error = i32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `into_result` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | / fn into_result(self) -> Result { [INFO] [stdout] 17 | | match self.0 { [INFO] [stdout] 18 | | i if i >= 0 => Ok(i), [INFO] [stdout] 19 | | i => Err(i) [INFO] [stdout] 20 | | } [INFO] [stdout] 21 | | } [INFO] [stdout] | |_____^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_error` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | / fn from_error(v: Self::Error) -> Self { [INFO] [stdout] 23 | | NTSTATUS(v) [INFO] [stdout] 24 | | } [INFO] [stdout] | |_____^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `from_ok` is not a member of trait `Try` [INFO] [stdout] --> src/status.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | / fn from_ok(v: Self::Ok) -> Self { [INFO] [stdout] 26 | | NTSTATUS(v) [INFO] [stdout] 27 | | } [INFO] [stdout] | |_____^ not a member of trait `Try` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0152]: found duplicate lang item `eh_personality` [INFO] [stdout] --> src/lang.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | #[lang = "eh_personality"] extern fn eh_personality() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `panic_unwind` (which `std` depends on) [INFO] [stdout] = note: first definition in `panic_unwind` loaded from /opt/rustwide/rustup-home/toolchains/dfd7b8d03fb93d0e03147d28b3be6d93260fa94d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib [INFO] [stdout] = note: second definition in the local crate (`kmd`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2' [INFO] [stdout] --> src/status.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::ops::Try; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #84277 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/status.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl Try for NTSTATUS { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #84277 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 `Ok` not found for `Self` [INFO] [stdout] --> src/status.rs:16:42 [INFO] [stdout] | [INFO] [stdout] 16 | fn into_result(self) -> Result { [INFO] [stdout] | ^^ associated type `Ok` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `Self` [INFO] [stdout] --> src/status.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | fn into_result(self) -> Result { [INFO] [stdout] | ^^^^^ associated type `Error` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Error` not found for `Self` [INFO] [stdout] --> src/status.rs:22:28 [INFO] [stdout] | [INFO] [stdout] 22 | fn from_error(v: Self::Error) -> Self { [INFO] [stdout] | ^^^^^ associated type `Error` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Ok` not found for `Self` [INFO] [stdout] --> src/status.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | fn from_ok(v: Self::Ok) -> Self { [INFO] [stdout] | ^^ associated type `Ok` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0152, E0220, E0407, E0437, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b5b07a97ea9e8c765360d72b72dfea4f91debfe50c141afd27cd288f1e2443ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5b07a97ea9e8c765360d72b72dfea4f91debfe50c141afd27cd288f1e2443ba", kill_on_drop: false }` [INFO] [stdout] b5b07a97ea9e8c765360d72b72dfea4f91debfe50c141afd27cd288f1e2443ba