[INFO] cloning repository https://github.com/ASGAlex/bevy_learn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ASGAlex/bevy_learn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FASGAlex%2Fbevy_learn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FASGAlex%2Fbevy_learn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dcb9e244e8818010bd0aa46e3fe206315320fbac
[INFO] checking ASGAlex/bevy_learn against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FASGAlex%2Fbevy_learn" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/ASGAlex/bevy_learn
[INFO] finished tweaking git repo https://github.com/ASGAlex/bevy_learn
[INFO] tweaked toml for git repo https://github.com/ASGAlex/bevy_learn written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ASGAlex/bevy_learn 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/ASGAlex/bevy_learn 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: Cargo.toml: unused manifest key: profile.release.bevy-inspector-egui
[INFO] [stderr] warning: Cargo.toml: unused manifest key: profile.release.bevy_spritesheet_animation
[INFO] [stderr] warning: Cargo.toml: unused manifest key: profile.release.bevy_transform_interpolation
[INFO] [stderr] warning: binary `bevy_learn` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc1/source/target/.../bevy_learn
[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 `bevy-learn`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:23:8
[INFO] [stderr]    |
[INFO] [stderr] 23 - name = "bevy_learn"
[INFO] [stderr] 23 + name = "bevy-learn"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `bevy-learn`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:36:19
[INFO] [stderr]    |
[INFO] [stderr] 36 ~ codegen-units = 1
[INFO] [stderr] 37 + [[bin]]
[INFO] [stderr] 38 + name = "bevy-learn"
[INFO] [stderr] 39 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `bevy_learn` (manifest) generated 4 warnings
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: no matching package named `bevy_ecs_tiled` found
[INFO] [stderr] location searched: /workspace/builds/worker-2-tc1/bevy_ecs_tiled
[INFO] [stderr] required by package `bevy_learn v0.1.0 (/workspace/builds/worker-2-tc1/source)`


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: Cargo.toml: unused manifest key: profile.release.bevy-inspector-egui
    warning: Cargo.toml: unused manifest key: profile.release.bevy_spritesheet_animation
    warning: Cargo.toml: unused manifest key: profile.release.bevy_transform_interpolation
    warning: binary `bevy_learn` should have a kebab-case name
       |
     1 | /workspace/builds/worker-2-tc1/source/target/.../bevy_learn
       |                                                  ^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `bevy-learn`, convert `package.name`
      --> Cargo.toml:23:8
       |
    23 - name = "bevy_learn"
    23 + name = "bevy-learn"
       |
    help: to change the binary name to `bevy-learn`, specify `bin.name`
      --> Cargo.toml:36:19
       |
    36 ~ codegen-units = 1
    37 + [[bin]]
    38 + name = "bevy-learn"
    39 + path = "src/main.rs"
       |
    warning: `bevy_learn` (manifest) generated 4 warnings
        Updating crates.io index
    error: no matching package named `bevy_ecs_tiled` found
    location searched: /workspace/builds/worker-2-tc1/bevy_ecs_tiled
    required by package `bevy_learn v0.1.0 (/workspace/builds/worker-2-tc1/source)`