analytics@an-launcher1002:/home/otto$ export PYTHONPATH=/srv/deployment/analytics/refinery/python analytics@an-launcher1002:/home/otto$ /usr/local/bin/kerberos-run-command analytics /srv/deployment/analytics/refinery/bin/refinery-drop-older-than --database='event' --tables='.*' --base-path='/wmf/data/event' --path-format='[^/]+(/datacenter=[^/]+)?/year=(?P[0-9]+)(/month=(?P[0-9]+)(/day=(?P[0-9]+)(/hour=(?P[0-9]+))?)?)?' --older-than='90' --execute='ea43326f56fd374d895bb931dc0ce3d4' --log-file='/var/log/refinery/drop_event.log' .......................... ---------------------------------------------------------------------- Ran 26 tests in 0.014s OK ^CTraceback (most recent call last): File "/usr/local/bin/kerberos-run-command", line 82, in main() File "/usr/local/bin/kerberos-run-command", line 78, in main sys.exit(subprocess.call(cmd)) File "/usr/lib/python3.7/subprocess.py", line 325, in call return p.wait(timeout=timeout) File "/usr/lib/python3.7/subprocess.py", line 990, in wait return self._wait(timeout=timeout) File "/usr/lib/python3.7/subprocess.py", line 1624, in _wait (pid, sts) = self._try_wait(0) File "/usr/lib/python3.7/subprocess.py", line 1582, in _try_wait (pid, sts) = os.waitpid(self.pid, wait_flags) KeyboardInterrupt analytics@an-launcher1002:/home/otto$ /usr/local/bin/kerberos-run-command analytics /srv/deployment/analytics/refinery/bin/refinery-drop-older-than --database='event' --tables='.*' --base-path='/wmf/data/event' --path-format='[^/]+(/datacenter=[^/]+)?/year=(?P[0-9]+)(/month=(?P[0-9]+)(/day=(?P[0-9]+)(/hour=(?P[0-9]+))?)?)?' --older-than='90' --execute='ea43326f56fd374d895bb931dc0ce3d4' --log-file='/var/log/refinery/drop_event.log' --verbose .......................... ---------------------------------------------------------------------- Ran 26 tests in 0.014s OK analytics@an-launcher1002:/home/otto$