'SergentHartman' object has no attribute 'reset' failure
seen in the console for a patch/MR that shouldn't have caused executor to fail:
Performing cleanup
WARNING! No way to shut down the VM gracefully, be careful with disk corruption!
make[1]: *** [Makefile:127: vivian-run] Error 28
make[1]: Leaving directory '/builds/craftyguy/valve-infra'
Dec 01 01:21:15 vivian executor[4492]: 2022-12-01 01:21:01,294 [MarsClient] [INFO] run: Syncing the MaRS DB. Reason: Got updated on disk
Dec 01 01:21:15 vivian executor[4492]: 2022-12-01 01:21:01,296 [ExecutorThread-52:54:00:11:22:01] [INFO] _next_task: SergentHartman/52:54:00:11:22:01 - Try registering the machine
Dec 01 01:21:15 vivian executor[4492]: 10.42.0.66 - - [01/Dec/2022 01:21:06] "POST /api/v1/machine/ HTTP/1.1" 200 -
Dec 01 01:21:15 vivian executor[4492]: 2022-12-01 01:21:15,919 [ExecutorThread-52:54:00:11:22:01] [WARNING] _report: SergentHartman/52:54:00:11:22:01 - Registration failed with status UNKNOWN. Retrying in 2 second(s)
Dec 01 01:21:15 vivian executor[4492]: Traceback (most recent call last):
Dec 01 01:21:15 vivian executor[4492]: File "/usr/lib/python3.10/site-packages/valve_gfx_ci/executor/server/dut.py", line 347, in execute_next_task
Dec 01 01:21:15 vivian executor[4492]: proc = self.machine.start_job(self._next_task(callback_port=local_port))
Dec 01 01:21:15 vivian executor[4492]: File "/usr/lib/python3.10/site-packages/valve_gfx_ci/executor/server/dut.py", line 614, in start_job
Dec 01 01:21:15 vivian executor[4492]: raise ValueError("The job process failed to start")
Dec 01 01:21:15 vivian executor[4492]: ValueError: The job process failed to start
Dec 01 01:21:15 vivian executor[4492]: During handling of the above exception, another exception occurred:
Dec 01 01:21:15 vivian executor[4492]: Traceback (most recent call last):
Dec 01 01:21:15 vivian executor[4492]: File "/usr/lib/python3.10/site-packages/valve_gfx_ci/executor/server/dut.py", line 646, in run
Dec 01 01:21:15 vivian executor[4492]: self.sergent_hartman.execute_next_task(stop_event=self.stop_event)
Dec 01 01:21:15 vivian executor[4492]: File "/usr/lib/python3.10/site-packages/valve_gfx_ci/executor/server/dut.py", line 399, in execute_next_task
Dec 01 01:21:15 vivian executor[4492]: time.sleep(self._report(job_status=status, execution_time=execution_time))
Dec 01 01:21:15 vivian executor[4492]: File "/usr/lib/python3.10/site-packages/valve_gfx_ci/executor/server/dut.py", line 313, in _report
Dec 01 01:21:15 vivian executor[4492]: self.reset()
Dec 01 01:21:15 vivian executor[4492]: AttributeError: 'SergentHartman' object has no attribute 'reset'
https://gitlab.freedesktop.org/craftyguy/valve-infra/-/jobs/32746899#L1991