[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] testing yasammez/kmd against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyasammez%2Fkmd" "/workspace/builds/worker-84/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-84/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yasammez/kmd on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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-84/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" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb7e84999b7c0dd85585db5b595408c073168408fc296d546569e437fda10775 [INFO] running `Command { std: "docker" "start" "-a" "fb7e84999b7c0dd85585db5b595408c073168408fc296d546569e437fda10775", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb7e84999b7c0dd85585db5b595408c073168408fc296d546569e437fda10775", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb7e84999b7c0dd85585db5b595408c073168408fc296d546569e437fda10775", kill_on_drop: false }` [INFO] [stdout] fb7e84999b7c0dd85585db5b595408c073168408fc296d546569e437fda10775 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 436cc10477a664f58860ddce7e718671f5ee5c54e0c3001ed4037d03ada142eb [INFO] running `Command { std: "docker" "start" "-a" "436cc10477a664f58860ddce7e718671f5ee5c54e0c3001ed4037d03ada142eb", kill_on_drop: false }` [INFO] [stderr] Compiling 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` due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "436cc10477a664f58860ddce7e718671f5ee5c54e0c3001ed4037d03ada142eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "436cc10477a664f58860ddce7e718671f5ee5c54e0c3001ed4037d03ada142eb", kill_on_drop: false }` [INFO] [stdout] 436cc10477a664f58860ddce7e718671f5ee5c54e0c3001ed4037d03ada142eb