[INFO] cloning repository https://github.com/eval-exec/rust-analyzer-cycle-depend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eval-exec/rust-analyzer-cycle-depend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feval-exec%2Frust-analyzer-cycle-depend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feval-exec%2Frust-analyzer-cycle-depend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 747cb249c0ba6ac3c15226654b84412b1239878d
[INFO] checking eval-exec/rust-analyzer-cycle-depend against master#3645249d79dfb136b5d8de3ce153d19d6698d92d for pr-153975
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feval-exec%2Frust-analyzer-cycle-depend" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/eval-exec/rust-analyzer-cycle-depend
[INFO] finished tweaking git repo https://github.com/eval-exec/rust-analyzer-cycle-depend
[INFO] tweaked toml for git repo https://github.com/eval-exec/rust-analyzer-cycle-depend written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/eval-exec/rust-analyzer-cycle-depend on toolchain 3645249d79dfb136b5d8de3ce153d19d6698d92d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3645249d79dfb136b5d8de3ce153d19d6698d92d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/eval-exec/rust-analyzer-cycle-depend 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" "+3645249d79dfb136b5d8de3ce153d19d6698d92d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] error: cyclic package dependency: package `a v0.1.0 (/workspace/builds/worker-2-tc1/source/a)` depends on itself. Cycle:
[INFO] [stderr] package `a v0.1.0 (/workspace/builds/worker-2-tc1/source/a)`
[INFO] [stderr]     ... which satisfies path dependency `a` (locked to 0.1.0) of package `b v0.1.0 (/workspace/builds/worker-2-tc1/source/b)`
[INFO] [stderr]     ... which satisfies path dependency `b` (locked to 0.1.0) of package `a v0.1.0 (/workspace/builds/worker-2-tc1/source/a)`


overridden task result to prepare-fail:unknown

Caused by:
    broken dependencies: 
    
    error: cyclic package dependency: package `a v0.1.0 (/workspace/builds/worker-2-tc1/source/a)` depends on itself. Cycle:
    package `a v0.1.0 (/workspace/builds/worker-2-tc1/source/a)`
        ... which satisfies path dependency `a` (locked to 0.1.0) of package `b v0.1.0 (/workspace/builds/worker-2-tc1/source/b)`
        ... which satisfies path dependency `b` (locked to 0.1.0) of package `a v0.1.0 (/workspace/builds/worker-2-tc1/source/a)`