[13:14:33] Looking for some help with the Pywikibot nightly generation. The tool is crashing every now and then over the last month or so because it can't delete /data/project/pywikibot/public_html.old (which at that point has just been renamed from /data/project/pywikibot/public_html). This seems to be because there are __pycache__ directories all over the directory tree with *.cpython-39.pyc and *.cpython-311.pyc files _owned by [13:14:33] root:root_. I'm a bit confused why this could be happening - a docker thing where something is running as root? (but I thought in our infra all containers run as the project user). A script running as root importing files? But that seems odd as well. [13:17:19] See e.g. /data/project/pywikibot/public_html.old/core/__pycache__/setup.cpython-39.pyc. I also can't map the timestamp (15:30) to anything running as "pywikibot" - the only scheduled jobs run at 23:00/01:00 and 11:00/13:00. [13:49:16] valhallasw: that's indeed strange, but I don't know much about pywikibot internals [13:50:38] could you please create a phab task with more details? e.g. where to see the latest crashes. and which job/script is trying and failing to delete the folder [13:51:38] Will do, thanks! [15:49:48] @dhinus https://phabricator.wikimedia.org/T375279 [15:50:44] valhallasw: thanks!