[INFO] cloning repository https://github.com/AngelOfSol/dsa_hw2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AngelOfSol/dsa_hw2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAngelOfSol%2Fdsa_hw2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAngelOfSol%2Fdsa_hw2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 19d4f888968fd02fbccccaa603e42ce2dcfc5bcd
[INFO] checking AngelOfSol/dsa_hw2 against 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAngelOfSol%2Fdsa_hw2" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AngelOfSol/dsa_hw2
[INFO] finished tweaking git repo https://github.com/AngelOfSol/dsa_hw2
[INFO] tweaked toml for git repo https://github.com/AngelOfSol/dsa_hw2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AngelOfSol/dsa_hw2 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/AngelOfSol/dsa_hw2 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: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: dependencies.glutin.sha
[INFO] [stderr] warning: binary `dsa_hw2` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc1/source/target/.../dsa_hw2
[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 `dsa-hw2`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 - name = "dsa_hw2"
[INFO] [stderr] 16 + name = "dsa-hw2"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `dsa-hw2`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:17:19
[INFO] [stderr]    |
[INFO] [stderr] 17 ~ version = "0.0.1"
[INFO] [stderr] 18 + [[bin]]
[INFO] [stderr] 19 + name = "dsa-hw2"
[INFO] [stderr] 20 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `dsa_hw2` (manifest) generated 3 warnings
[INFO] [stderr]     Updating git repository `https://github.com/bjz/cgmath-rs`
[INFO] [stderr]     Updating git repository `https://github.com/tomaka/glium`
[INFO] [stderr]     Updating git repository `https://github.com/tomaka/glutin`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/PistonDevelopers/image`
[INFO] [stderr]     Updating git repository `https://github.com/sebcrozet/nalgebra`
[INFO] [stderr] error: failed to get `nalgebra` as a dependency of package `glium v0.0.3 (https://github.com/tomaka/glium#bc3af811)`
[INFO] [stderr]     ... which satisfies git dependency `glium` (locked to 0.0.3) of package `dsa_hw2 v0.0.1 (/workspace/builds/worker-3-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `nalgebra`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/sebcrozet/nalgebra#71312356
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse manifest at `/workspace/cargo-home/git/checkouts/nalgebra-21ace9d344c0d787/7131235/Cargo.toml`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   dependency (quickcheck) specified without providing a local path, Git repository, version, or workspace dependency to use


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
    warning: Cargo.toml: unused manifest key: dependencies.glutin.sha
    warning: binary `dsa_hw2` should have a kebab-case name
       |
     1 | /workspace/builds/worker-3-tc1/source/target/.../dsa_hw2
       |                                                  ^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `dsa-hw2`, convert `package.name`
      --> Cargo.toml:16:8
       |
    16 - name = "dsa_hw2"
    16 + name = "dsa-hw2"
       |
    help: to change the binary name to `dsa-hw2`, specify `bin.name`
      --> Cargo.toml:17:19
       |
    17 ~ version = "0.0.1"
    18 + [[bin]]
    19 + name = "dsa-hw2"
    20 + path = "src/main.rs"
       |
    warning: `dsa_hw2` (manifest) generated 3 warnings
        Updating git repository `https://github.com/bjz/cgmath-rs`
        Updating git repository `https://github.com/tomaka/glium`
        Updating git repository `https://github.com/tomaka/glutin`
        Updating crates.io index
        Updating git repository `https://github.com/PistonDevelopers/image`
        Updating git repository `https://github.com/sebcrozet/nalgebra`
    error: failed to get `nalgebra` as a dependency of package `glium v0.0.3 (https://github.com/tomaka/glium#bc3af811)`
        ... which satisfies git dependency `glium` (locked to 0.0.3) of package `dsa_hw2 v0.0.1 (/workspace/builds/worker-3-tc1/source)`
    
    Caused by:
      failed to load source for dependency `nalgebra`
    
    Caused by:
      unable to update https://github.com/sebcrozet/nalgebra#71312356
    
    Caused by:
      failed to parse manifest at `/workspace/cargo-home/git/checkouts/nalgebra-21ace9d344c0d787/7131235/Cargo.toml`
    
    Caused by:
      dependency (quickcheck) specified without providing a local path, Git repository, version, or workspace dependency to use