pkgcore / pkgcheck

pkgcore-based QA utility for ebuild repos
https://pkgcore.github.io/pkgcheck
BSD 3-Clause "New" or "Revised" License
35 stars 29 forks source link

[Commits Bug]: `failed to remove dev-lang/zig/sys-apps/portage: Permission denied` #677

Open hartwork opened 5 months ago

hartwork commented 5 months ago

Is there an existing issue for this?

Current Behavior

# pkgcheck scan --commits
pkgcheck scan: error: git failed stashing files: warning: failed to remove dev-lang/zig/sys-apps/portage: Permission denied

(only once, dev-lang/zig/sys-apps/portage looks like trouble)

Also, there are three empty stashes by pkgchecks laying around:

# git stash list | grep commits
stash@{0}: On master: pkgcheck scan --commits
stash@{1}: On master: pkgcheck scan --commits
stash@{3}: On master: pkgcheck scan --commits

Expected Behavior

No error with wierd path, and no stale stashes.

master commit id

not sure, maybe https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca2f27a61666075e4596f8d7c90c0d2da4dbf389

HEAD link

Was at commit "app-admin/checksec: 2.7.1" before rebase to be able to push. Would be https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3508e8fb3396743c62982d47cc2124da84d48d65 now.

pkgcheck version

0.10.29

pkgcore version

pkgcore 0.12.27

git remotes configuration

git-gentoo-org  https://anongit.gentoo.org/git/repo/gentoo.git (fetch)
git-gentoo-org  git+ssh://git@git.gentoo.org/repo/gentoo.git (push)
github  https://github.com/gentoo/gentoo.git (fetch)
github  https://github.com/gentoo/gentoo.git (push)