[INFO] cloning repository https://github.com/3whiskeywhiskey/candle-nvlink-benchmark
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/3whiskeywhiskey/candle-nvlink-benchmark" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3whiskeywhiskey%2Fcandle-nvlink-benchmark", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3whiskeywhiskey%2Fcandle-nvlink-benchmark'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 12b768e64302b2183d4fa22300ec16a6ddd425b6
[INFO] checking 3whiskeywhiskey/candle-nvlink-benchmark against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3whiskeywhiskey%2Fcandle-nvlink-benchmark" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/3whiskeywhiskey/candle-nvlink-benchmark
[INFO] finished tweaking git repo https://github.com/3whiskeywhiskey/candle-nvlink-benchmark
[INFO] tweaked toml for git repo https://github.com/3whiskeywhiskey/candle-nvlink-benchmark written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/3whiskeywhiskey/candle-nvlink-benchmark on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/3whiskeywhiskey/candle-nvlink-benchmark 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" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `detailed_device_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc1/source/target/.../detailed_device_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `detailed-device-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/detailed_device_test.rs
[INFO] [stderr] 1 + src/bin/detailed-device-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `device_mapping` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc1/source/target/.../device_mapping
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `device-mapping`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/device_mapping.rs
[INFO] [stderr] 1 + src/bin/device-mapping.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `device_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc1/source/target/.../device_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `device-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/device_test.rs
[INFO] [stderr] 1 + src/bin/device-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `pipeline_parallel` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc1/source/target/.../pipeline_parallel
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `pipeline-parallel`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/pipeline_parallel.rs
[INFO] [stderr] 1 + src/bin/pipeline-parallel.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `distributed-training-benchmark` (manifest) generated 4 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: no matching package named `candle-core` found
[INFO] [stderr] location searched: /workspace/builds/worker-0-tc1/source/candle/candle-core
[INFO] [stderr] required by package `distributed-training-benchmark v0.1.0 (/workspace/builds/worker-0-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: binary `detailed_device_test` should have a kebab-case name
      |
    1 | /workspace/builds/worker-0-tc1/source/target/.../detailed_device_test
      |                                                  ^^^^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `detailed-device-test`, convert the file stem
      |
    1 - src/bin/detailed_device_test.rs
    1 + src/bin/detailed-device-test.rs
      |
    warning: binary `device_mapping` should have a kebab-case name
      |
    1 | /workspace/builds/worker-0-tc1/source/target/.../device_mapping
      |                                                  ^^^^^^^^^^^^^^
      |
    help: to change the binary name to `device-mapping`, convert the file stem
      |
    1 - src/bin/device_mapping.rs
    1 + src/bin/device-mapping.rs
      |
    warning: binary `device_test` should have a kebab-case name
      |
    1 | /workspace/builds/worker-0-tc1/source/target/.../device_test
      |                                                  ^^^^^^^^^^^
      |
    help: to change the binary name to `device-test`, convert the file stem
      |
    1 - src/bin/device_test.rs
    1 + src/bin/device-test.rs
      |
    warning: binary `pipeline_parallel` should have a kebab-case name
      |
    1 | /workspace/builds/worker-0-tc1/source/target/.../pipeline_parallel
      |                                                  ^^^^^^^^^^^^^^^^^
      |
    help: to change the binary name to `pipeline-parallel`, convert the file stem
      |
    1 - src/bin/pipeline_parallel.rs
    1 + src/bin/pipeline-parallel.rs
      |
    warning: `distributed-training-benchmark` (manifest) generated 4 warnings
        Updating crates.io index
    error: no matching package named `candle-core` found
    location searched: /workspace/builds/worker-0-tc1/source/candle/candle-core
    required by package `distributed-training-benchmark v0.1.0 (/workspace/builds/worker-0-tc1/source)`