2021-03-24T23:28:48.507 INFO:root:teuthology version: 1.1.0-6b3150e9 2021-03-24T23:28:48.561 ERROR:teuthology.report:Could not report results to http://paddles.front.sepia.ceph.com/ Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/report.py", line 498, in try_push_job_info push_job_info(run_name, job_id, job_info) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/report.py", line 463, in push_job_info reporter.report_job(run_name, job_id, job_info) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/report.py", line 320, in report_job response.raise_for_status() File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/virtualenv/lib/python3.6/site-packages/requests/models.py", line 943, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://paddles.front.sepia.ceph.com/runs/nojha-2021-03-23_23:04:33-rados-wip-40323-2-distro-basic-gibba/jobs/5991149/ 2021-03-24T23:28:48.617 INFO:teuthology.lock.ops:Start node 'ubuntu@gibba017.front.sepia.ceph.com' reimaging 2021-03-24T23:28:48.618 INFO:teuthology.lock.ops:Updating [ubuntu@gibba017.front.sepia.ceph.com]: reset os type and version on server 2021-03-24T23:28:48.618 INFO:teuthology.lock.ops:Updating gibba017.front.sepia.ceph.com on lock server 2021-03-24T23:28:48.648 INFO:teuthology.lock.ops:Node 'ubuntu@gibba017.front.sepia.ceph.com' reimaging is complete 2021-03-24T23:28:48.649 INFO:teuthology.lock.ops:Start node 'ubuntu@gibba021.front.sepia.ceph.com' reimaging 2021-03-24T23:28:48.649 INFO:teuthology.lock.ops:Updating [ubuntu@gibba021.front.sepia.ceph.com]: reset os type and version on server 2021-03-24T23:28:48.649 INFO:teuthology.lock.ops:Updating gibba021.front.sepia.ceph.com on lock server 2021-03-24T23:28:48.668 INFO:teuthology.lock.ops:Node 'ubuntu@gibba021.front.sepia.ceph.com' reimaging is complete 2021-03-24T23:28:48.883 INFO:teuthology.provision.fog.gibba017:Scheduling deploy of rhel 8.3 2021-03-24T23:28:48.930 INFO:teuthology.provision.fog.gibba021:Scheduling deploy of rhel 8.3 2021-03-24T23:28:49.250 WARNING:teuthology.lock.query:Failed to query lock server for status of gibba017.front.sepia.ceph.com 2021-03-24T23:28:49.290 INFO:teuthology.orchestra.console:Power off gibba021 2021-03-24T23:28:49.318 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/dispatcher/supervisor.py", line 163, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/lock/ops.py", line 306, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/provision/fog.py", line 84, in create self.remote.console.power_off() File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/orchestra/remote.py", line 645, in console self._console = getRemoteConsole(self.name) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/orchestra/remote.py", line 681, in getRemoteConsole if teuthology.lock.query.is_vm(name): File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/lock/query.py", line 48, in is_vm return status.get('is_vm', False) AttributeError: 'NoneType' object has no attribute 'get' 2021-03-24T23:28:49.369 INFO:teuthology.nuke:Checking targets against current locks 2021-03-24T23:28:49.540 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-03-24T23:28:49.545 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-03-24T23:28:49.612 INFO:teuthology.orchestra.console:Power off gibba017 2021-03-24T23:28:49.624 INFO:teuthology.orchestra.console:Power off gibba021 2021-03-24T23:28:57.679 INFO:teuthology.orchestra.console:Power off for gibba021 completed 2021-03-24T23:28:57.780 INFO:teuthology.orchestra.console:Power on gibba021 2021-03-24T23:28:57.999 INFO:teuthology.orchestra.console:Power off for gibba017 completed 2021-03-24T23:28:58.006 INFO:teuthology.orchestra.console:Power off for gibba021 completed 2021-03-24T23:28:58.148 INFO:teuthology.lock.ops:unlocked gibba017.front.sepia.ceph.com 2021-03-24T23:28:58.157 ERROR:teuthology.lock.ops:failed to unlock gibba021.front.sepia.ceph.com. reason: 500 2021-03-24T23:28:58.157 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/virtualenv/bin/teuthology-dispatcher", line 33, in sys.exit(load_entry_point('teuthology', 'console_scripts', 'teuthology-dispatcher')()) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/scripts/dispatcher.py", line 33, in main teuthology.dispatcher.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/dispatcher/__init__.py", line 61, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/dispatcher/supervisor.py", line 50, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/dispatcher/supervisor.py", line 163, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/lock/ops.py", line 306, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/provision/fog.py", line 84, in create self.remote.console.power_off() File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/orchestra/remote.py", line 645, in console self._console = getRemoteConsole(self.name) File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/orchestra/remote.py", line 681, in getRemoteConsole if teuthology.lock.query.is_vm(name): File "/home/teuthworker/src/git.ceph.com_git_teuthology_6b3150e9e0aa7ca432e26f31d87920ebd77f3708/teuthology/lock/query.py", line 48, in is_vm return status.get('is_vm', False) AttributeError: 'NoneType' object has no attribute 'get'