[INFO] cloning repository https://github.com/Chigo042823/Digit_Recognizer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Chigo042823/Digit_Recognizer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChigo042823%2FDigit_Recognizer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChigo042823%2FDigit_Recognizer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 30c5811f63de3067b81de09256909cd6f1dfdd57
[INFO] checking Chigo042823/Digit_Recognizer against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChigo042823%2FDigit_Recognizer" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Chigo042823/Digit_Recognizer
[INFO] finished tweaking git repo https://github.com/Chigo042823/Digit_Recognizer
[INFO] tweaked toml for git repo https://github.com/Chigo042823/Digit_Recognizer written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Chigo042823/Digit_Recognizer 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/Chigo042823/Digit_Recognizer 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 `actix_test` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc1/source/target/.../actix_test
[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 `actix-test`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 - name = "actix_test"
[INFO] [stderr] 16 + name = "actix-test"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `actix-test`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:17:19
[INFO] [stderr]    |
[INFO] [stderr] 17 ~ version = "0.1.0"
[INFO] [stderr] 18 + [[bin]]
[INFO] [stderr] 19 + name = "actix-test"
[INFO] [stderr] 20 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `actix_test` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: no matching package named `ml_library` found
[INFO] [stderr] location searched: /workspace/builds/worker-6-tc1/ml_library
[INFO] [stderr] required by package `actix_test v0.1.0 (/workspace/builds/worker-6-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: binary `actix_test` should have a kebab-case name
       |
     1 | /workspace/builds/worker-6-tc1/source/target/.../actix_test
       |                                                  ^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `actix-test`, convert `package.name`
      --> Cargo.toml:16:8
       |
    16 - name = "actix_test"
    16 + name = "actix-test"
       |
    help: to change the binary name to `actix-test`, specify `bin.name`
      --> Cargo.toml:17:19
       |
    17 ~ version = "0.1.0"
    18 + [[bin]]
    19 + name = "actix-test"
    20 + path = "src/main.rs"
       |
    warning: `actix_test` (manifest) generated 1 warning
        Blocking waiting for file lock on package cache
    error: no matching package named `ml_library` found
    location searched: /workspace/builds/worker-6-tc1/ml_library
    required by package `actix_test v0.1.0 (/workspace/builds/worker-6-tc1/source)`