Page MenuHomePhabricator

performance-asoranking service broken on stat1011
Open, HighPublic

Description

Hi folks!

Not sure if it is already known or if the service is unused, but I see the following on stat1011:

elukey@stat1011:~$ sudo journalctl -u performance-asoranking.service
-- Journal begins at Fri 2024-06-07 00:23:23 UTC, ends at Fri 2024-06-07 14:26:50 UTC. --
Jun 07 14:23:59 stat1011 systemd[1]: Starting ASO ranking report monthly run...
Jun 07 14:23:59 stat1011 kerberos-run-command[2412307]: User analytics-privatedata executes as user analytics-privatedata the command ['/usr/bin/python3', '/srv/de>
Jun 07 14:24:01 stat1011 kerberos-run-command[2412306]: Traceback (most recent call last):
Jun 07 14:24:01 stat1011 kerberos-run-command[2412306]:   File "/srv/deployment/performance/asoranking/asoranking.py", line 354, in <module>
Jun 07 14:24:01 stat1011 kerberos-run-command[2412306]:     aso.run()
Jun 07 14:24:01 stat1011 kerberos-run-command[2412306]:   File "/srv/deployment/performance/asoranking/asoranking.py", line 35, in run
Jun 07 14:24:01 stat1011 kerberos-run-command[2412306]:     self.generate_report()
Jun 07 14:24:01 stat1011 kerberos-run-command[2412306]:   File "/srv/deployment/performance/asoranking/asoranking.py", line 300, in generate_report
Jun 07 14:24:01 stat1011 kerberos-run-command[2412306]:     with open(filepath, 'w') as f:
Jun 07 14:24:01 stat1011 kerberos-run-command[2412306]: FileNotFoundError: [Errno 2] No such file or directory: '/srv/published-datasets/performance/autonomoussyst>
Jun 07 14:24:01 stat1011 systemd[1]: performance-asoranking.service: Main process exited, code=exited, status=1/FAILURE
Jun 07 14:24:01 stat1011 systemd[1]: performance-asoranking.service: Failed with result 'exit-code'.
Jun 07 14:24:01 stat1011 systemd[1]: Failed to start ASO ranking report monthly run.
Jun 07 14:24:01 stat1011 systemd[1]: performance-asoranking.service: Consumed 6.926s CPU time.