[INFO] cloning repository https://github.com/Dkdkdkdkdekekekew/not
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dkdkdkdkdekekekew/not" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDkdkdkdkdekekekew%2Fnot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDkdkdkdkdekekekew%2Fnot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1d1e07eca6265514d6e11d07361f7bf890c50a7
[INFO] checking Dkdkdkdkdekekekew/not against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDkdkdkdkdekekekew%2Fnot" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dkdkdkdkdekekekew/not
[INFO] finished tweaking git repo https://github.com/Dkdkdkdkdekekekew/not
[INFO] tweaked toml for git repo https://github.com/Dkdkdkdkdekekekew/not written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dkdkdkdkdekekekew/not on toolchain 018018e881e2db0956f229dbb543e21f058d1ce7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dkdkdkdkdekekekew/not 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" "+018018e881e2db0956f229dbb543e21f058d1ce7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `discord_gov_bot` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-1-tc1/source/target/.../discord_gov_bot
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `discord-gov-bot`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:9:8
[INFO] [stderr]    |
[INFO] [stderr]  9 - name = "discord_gov_bot"
[INFO] [stderr]  9 + name = "discord-gov-bot"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `discord-gov-bot`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:23:15
[INFO] [stderr]    |
[INFO] [stderr] 23 ~ opt-level = 3
[INFO] [stderr] 24 + [[bin]]
[INFO] [stderr] 25 + name = "discord-gov-bot"
[INFO] [stderr] 26 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `discord_gov_bot` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: checksum for `generic-array v0.12.4` changed between lock files
[INFO] [stderr] 
[INFO] [stderr] this could be indicative of a few possible errors:
[INFO] [stderr] 
[INFO] [stderr]     * the lock file is corrupt
[INFO] [stderr]     * a replacement source in use (e.g., a mirror) returned a different checksum
[INFO] [stderr]     * the source itself may be corrupt in one way or another
[INFO] [stderr] 
[INFO] [stderr] unable to verify that `generic-array v0.12.4` is the same as when the lockfile was generated
[INFO] [stderr] 


overridden task result to broken:invalid-cargo-lock

Caused by:
    the crate has a broken lockfile: 
    
    warning: binary `discord_gov_bot` should have a kebab-case name
       |
     1 | /workspace/builds/worker-1-tc1/source/target/.../discord_gov_bot
       |                                                  ^^^^^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `discord-gov-bot`, convert `package.name`
      --> Cargo.toml:9:8
       |
     9 - name = "discord_gov_bot"
     9 + name = "discord-gov-bot"
       |
    help: to change the binary name to `discord-gov-bot`, specify `bin.name`
      --> Cargo.toml:23:15
       |
    23 ~ opt-level = 3
    24 + [[bin]]
    25 + name = "discord-gov-bot"
    26 + path = "src/main.rs"
       |
    warning: `discord_gov_bot` (manifest) generated 1 warning
        Updating crates.io index
    error: checksum for `generic-array v0.12.4` changed between lock files
    
    this could be indicative of a few possible errors:
    
        * the lock file is corrupt
        * a replacement source in use (e.g., a mirror) returned a different checksum
        * the source itself may be corrupt in one way or another
    
    unable to verify that `generic-array v0.12.4` is the same as when the lockfile was generated
    