[INFO] cloning repository https://github.com/mreboland/rustEnums [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mreboland/rustEnums" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmreboland%2FrustEnums", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmreboland%2FrustEnums'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf27e694375b874cbf68bd2f70830a202732c17a [INFO] checking mreboland/rustEnums against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmreboland%2FrustEnums" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mreboland/rustEnums on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mreboland/rustEnums [INFO] finished tweaking git repo https://github.com/mreboland/rustEnums [INFO] tweaked toml for git repo https://github.com/mreboland/rustEnums written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mreboland/rustEnums already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47d14fd975b8978f50d44c5928f1d971eef63e32696a26600c1fa2ad841162ab [INFO] running `Command { std: "docker" "start" "-a" "47d14fd975b8978f50d44c5928f1d971eef63e32696a26600c1fa2ad841162ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47d14fd975b8978f50d44c5928f1d971eef63e32696a26600c1fa2ad841162ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47d14fd975b8978f50d44c5928f1d971eef63e32696a26600c1fa2ad841162ab", kill_on_drop: false }` [INFO] [stdout] 47d14fd975b8978f50d44c5928f1d971eef63e32696a26600c1fa2ad841162ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f4fc1b27724f08e17bd19fed0c5252d81fdfd4b86527930d5724aa273e4e867 [INFO] running `Command { std: "docker" "start" "-a" "7f4fc1b27724f08e17bd19fed0c5252d81fdfd4b86527930d5724aa273e4e867", kill_on_drop: false }` [INFO] [stderr] Checking enums v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected identifier, found `...` [INFO] [stdout] --> src/main.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 55 | enum Pet { [INFO] [stdout] | --- while parsing this enum [INFO] [stdout] ... [INFO] [stdout] 58 | ... [INFO] [stdout] | ^^^ expected identifier [INFO] [stdout] | [INFO] [stdout] = help: enum variants can be `Variant`, `Variant = `, `Variant(Type, ..., TypeN)` or `Variant { fields: Types }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found `...` [INFO] [stdout] --> src/main.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 55 | enum Pet { [INFO] [stdout] | --- while parsing this enum [INFO] [stdout] ... [INFO] [stdout] 58 | ... [INFO] [stdout] | ^^^ expected identifier [INFO] [stdout] | [INFO] [stdout] = help: enum variants can be `Variant`, `Variant = `, `Variant(Type, ..., TypeN)` or `Variant { fields: Types }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0428]: the name `compare` is defined multiple times [INFO] [stdout] --> src/main.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 28 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | -------------------------------------- previous definition of the value `compare` here [INFO] [stdout] ... [INFO] [stdout] 42 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `compare` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `compare` must be defined only once in the value namespace of this block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0428]: the name `compare` is defined multiple times [INFO] [stdout] --> src/main.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 28 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | -------------------------------------- previous definition of the value `compare` here [INFO] [stdout] ... [INFO] [stdout] 42 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `compare` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `compare` must be defined only once in the value namespace of this block [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0255]: the name `Ordering` is defined multiple times [INFO] [stdout] --> src/main.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ------------- previous definition of the type `Ordering` here [INFO] [stdout] ... [INFO] [stdout] 26 | use std::cmp::Ordering; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `Ordering` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `Ordering` must be defined only once in the type namespace of this block [INFO] [stdout] help: you can use `as` to change the binding name of the import [INFO] [stdout] | [INFO] [stdout] 26 | use std::cmp::Ordering as OtherOrdering; [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0255]: the name `Ordering` is defined multiple times [INFO] [stdout] --> src/main.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ------------- previous definition of the type `Ordering` here [INFO] [stdout] ... [INFO] [stdout] 26 | use std::cmp::Ordering; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `Ordering` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `Ordering` must be defined only once in the type namespace of this block [INFO] [stdout] help: you can use `as` to change the binding name of the import [INFO] [stdout] | [INFO] [stdout] 26 | use std::cmp::Ordering as OtherOrdering; [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0255]: the name `Ordering` is defined multiple times [INFO] [stdout] --> src/main.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ------------- previous definition of the type `Ordering` here [INFO] [stdout] ... [INFO] [stdout] 39 | use std::cmp::Ordering; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `Ordering` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `Ordering` must be defined only once in the type namespace of this block [INFO] [stdout] help: you can use `as` to change the binding name of the import [INFO] [stdout] | [INFO] [stdout] 39 | use std::cmp::Ordering as OtherOrdering; [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0255]: the name `Ordering` is defined multiple times [INFO] [stdout] --> src/main.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ------------- previous definition of the type `Ordering` here [INFO] [stdout] ... [INFO] [stdout] 39 | use std::cmp::Ordering; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `Ordering` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `Ordering` must be defined only once in the type namespace of this block [INFO] [stdout] help: you can use `as` to change the binding name of the import [INFO] [stdout] | [INFO] [stdout] 39 | use std::cmp::Ordering as OtherOrdering; [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | -------- expected `main::Ordering` because of return type [INFO] [stdout] 43 | if n < m { [INFO] [stdout] 44 | Less [INFO] [stdout] | ^^^^ expected `main::Ordering`, found `std::cmp::Ordering` [INFO] [stdout] | [INFO] [stdout] = note: `std::cmp::Ordering` and `main::Ordering` have similar names, but are actually distinct types [INFO] [stdout] note: `std::cmp::Ordering` is defined in crate `core` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/cmp.rs:384:1 [INFO] [stdout] note: `main::Ordering` is defined in the current crate [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | -------- expected `main::Ordering` because of return type [INFO] [stdout] 43 | if n < m { [INFO] [stdout] 44 | Less [INFO] [stdout] | ^^^^ expected `main::Ordering`, found `std::cmp::Ordering` [INFO] [stdout] | [INFO] [stdout] = note: `std::cmp::Ordering` and `main::Ordering` have similar names, but are actually distinct types [INFO] [stdout] note: `std::cmp::Ordering` is defined in crate `core` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/cmp.rs:384:1 [INFO] [stdout] note: `main::Ordering` is defined in the current crate [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | -------- expected `main::Ordering` because of return type [INFO] [stdout] ... [INFO] [stdout] 46 | Greater [INFO] [stdout] | ^^^^^^^ expected `main::Ordering`, found `std::cmp::Ordering` [INFO] [stdout] | [INFO] [stdout] = note: `std::cmp::Ordering` and `main::Ordering` have similar names, but are actually distinct types [INFO] [stdout] note: `std::cmp::Ordering` is defined in crate `core` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/cmp.rs:384:1 [INFO] [stdout] note: `main::Ordering` is defined in the current crate [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | -------- expected `main::Ordering` because of return type [INFO] [stdout] ... [INFO] [stdout] 46 | Greater [INFO] [stdout] | ^^^^^^^ expected `main::Ordering`, found `std::cmp::Ordering` [INFO] [stdout] | [INFO] [stdout] = note: `std::cmp::Ordering` and `main::Ordering` have similar names, but are actually distinct types [INFO] [stdout] note: `std::cmp::Ordering` is defined in crate `core` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/cmp.rs:384:1 [INFO] [stdout] note: `main::Ordering` is defined in the current crate [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | -------- expected `main::Ordering` because of return type [INFO] [stdout] ... [INFO] [stdout] 48 | Equal [INFO] [stdout] | ^^^^^ expected `main::Ordering`, found `std::cmp::Ordering` [INFO] [stdout] | [INFO] [stdout] = note: `std::cmp::Ordering` and `main::Ordering` have similar names, but are actually distinct types [INFO] [stdout] note: `std::cmp::Ordering` is defined in crate `core` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/cmp.rs:384:1 [INFO] [stdout] note: `main::Ordering` is defined in the current crate [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 42 | fn compare(n: i32, m: i32) -> Ordering { [INFO] [stdout] | -------- expected `main::Ordering` because of return type [INFO] [stdout] ... [INFO] [stdout] 48 | Equal [INFO] [stdout] | ^^^^^ expected `main::Ordering`, found `std::cmp::Ordering` [INFO] [stdout] | [INFO] [stdout] = note: `std::cmp::Ordering` and `main::Ordering` have similar names, but are actually distinct types [INFO] [stdout] note: `std::cmp::Ordering` is defined in crate `core` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/cmp.rs:384:1 [INFO] [stdout] note: `main::Ordering` is defined in the current crate [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | enum Ordering { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0255, E0308, E0428. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0255`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0255, E0308, E0428. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0255`. [INFO] [stdout] [INFO] [stderr] error: could not compile `enums` (bin "enums") due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `enums` (bin "enums" test) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "7f4fc1b27724f08e17bd19fed0c5252d81fdfd4b86527930d5724aa273e4e867", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f4fc1b27724f08e17bd19fed0c5252d81fdfd4b86527930d5724aa273e4e867", kill_on_drop: false }` [INFO] [stdout] 7f4fc1b27724f08e17bd19fed0c5252d81fdfd4b86527930d5724aa273e4e867 [INFO] checking mreboland/rustEnums against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmreboland%2FrustEnums" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mreboland/rustEnums on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mreboland/rustEnums [INFO] finished tweaking git repo https://github.com/mreboland/rustEnums [INFO] tweaked toml for git repo https://github.com/mreboland/rustEnums written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mreboland/rustEnums already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d66467fd162a7480f6540daf53b66ae3b98752f9fcf2a7512dc060bd77663ef8 [INFO] running `Command { std: "docker" "start" "-a" "d66467fd162a7480f6540daf53b66ae3b98752f9fcf2a7512dc060bd77663ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d66467fd162a7480f6540daf53b66ae3b98752f9fcf2a7512dc060bd77663ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d66467fd162a7480f6540daf53b66ae3b98752f9fcf2a7512dc060bd77663ef8", kill_on_drop: false }` [INFO] [stdout] d66467fd162a7480f6540daf53b66ae3b98752f9fcf2a7512dc060bd77663ef8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce6338072f371bb632952cbbf61a80e549ced8aa7492f179548188417067f447 [INFO] running `Command { std: "docker" "start" "-a" "ce6338072f371bb632952cbbf61a80e549ced8aa7492f179548188417067f447", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "ce6338072f371bb632952cbbf61a80e549ced8aa7492f179548188417067f447", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce6338072f371bb632952cbbf61a80e549ced8aa7492f179548188417067f447", kill_on_drop: false }` [INFO] [stdout] ce6338072f371bb632952cbbf61a80e549ced8aa7492f179548188417067f447