New issue
Advanced search Search tips

Issue 883345 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Cleanup .zip_pkg-*-cacert.pem files in a windows root swarming bot dir

Project Member Reported by bpastene@chromium.org, Sep 12

Issue description

I'm currently ssh'ed on a couple win10 swarming bots, and each one has 50-100 ".zip_pkg-*-cacert.pem" files under C:\b\swarming\. Not sure where those come from (maybe an artifact from when a bot executes the zip'ed python bot code?) but we should probably get those cleared up. They're not terribly big (~132KB each) so not a high pri
 
Cc: vadimsh@chromium.org
Labels: -OS-Windows
Status: Available (was: Untriaged)
Yeah it's a known issue. :/

https://cs.chromium.org/chromium/infra/luci/client/utils/tools.py?g=0&l=360 is the source of the problem.

It calls into:
https://cs.chromium.org/chromium/infra/luci/client/utils/zip_package.py?g=0&l=311

which goes into:
https://cs.chromium.org/chromium/infra/luci/client/utils/zip_package.py?g=0&l=262

but somehow this is not deterministic.

Sign in to add a comment