[INFO] cloning repository https://github.com/gaberingo/RustPlayaround
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gaberingo/RustPlayaround" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaberingo%2FRustPlayaround", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaberingo%2FRustPlayaround'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bfe0827985a3d26cb2f770129a85cbf9a2dc93b6
[INFO] checking gaberingo/RustPlayaround against master#cb06d12710575a0d7ff71d6fe108f3bcff4f9195 for pr-128425-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaberingo%2FRustPlayaround" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  54% (1056/1947)
Updating files:  55% (1071/1947)
Updating files:  56% (1091/1947)
Updating files:  57% (1110/1947)
Updating files:  58% (1130/1947)
Updating files:  59% (1149/1947)
Updating files:  60% (1169/1947)
Updating files:  61% (1188/1947)
Updating files:  62% (1208/1947)
Updating files:  63% (1227/1947)
Updating files:  64% (1247/1947)
Updating files:  65% (1266/1947)
Updating files:  66% (1286/1947)
Updating files:  67% (1305/1947)
Updating files:  68% (1324/1947)
Updating files:  69% (1344/1947)
Updating files:  70% (1363/1947)
Updating files:  71% (1383/1947)
Updating files:  72% (1402/1947)
Updating files:  73% (1422/1947)
Updating files:  74% (1441/1947)
Updating files:  75% (1461/1947)
Updating files:  76% (1480/1947)
Updating files:  77% (1500/1947)
Updating files:  78% (1519/1947)
Updating files:  79% (1539/1947)
Updating files:  80% (1558/1947)
Updating files:  81% (1578/1947)
Updating files:  82% (1597/1947)
Updating files:  83% (1617/1947)
Updating files:  84% (1636/1947)
Updating files:  85% (1655/1947)
Updating files:  86% (1675/1947)
Updating files:  87% (1694/1947)
Updating files:  88% (1714/1947)
Updating files:  89% (1733/1947)
Updating files:  90% (1753/1947)
Updating files:  91% (1772/1947)
Updating files:  92% (1792/1947)
Updating files:  93% (1811/1947)
Updating files:  94% (1831/1947)
Updating files:  95% (1850/1947)
Updating files:  96% (1870/1947)
Updating files:  97% (1889/1947)
Updating files:  98% (1909/1947)
Updating files:  99% (1928/1947)
Updating files: 100% (1947/1947)
Updating files: 100% (1947/1947), done.
[INFO] validating manifest of git repo https://github.com/gaberingo/RustPlayaround on toolchain cb06d12710575a0d7ff71d6fe108f3bcff4f9195
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/gaberingo/RustPlayaround
[INFO] finished tweaking git repo https://github.com/gaberingo/RustPlayaround
[INFO] tweaked toml for git repo https://github.com/gaberingo/RustPlayaround written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/gaberingo/RustPlayaround 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" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] error: failed to get `ai_function_copy_course` as a dependency of package `playaround v0.1.0 (/workspace/builds/worker-5-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `ai_function_copy_course`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   Unable to update /home/gabe/workstation/RustProject/playaround/ai_functions_copy_course
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to read `/home/gabe/workstation/RustProject/playaround/ai_functions_copy_course/Cargo.toml`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No such file or directory (os error 2)


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    error: failed to get `ai_function_copy_course` as a dependency of package `playaround v0.1.0 (/workspace/builds/worker-5-tc1/source)`
    
    Caused by:
      failed to load source for dependency `ai_function_copy_course`
    
    Caused by:
      Unable to update /home/gabe/workstation/RustProject/playaround/ai_functions_copy_course
    
    Caused by:
      failed to read `/home/gabe/workstation/RustProject/playaround/ai_functions_copy_course/Cargo.toml`
    
    Caused by:
      No such file or directory (os error 2)