2023-01-28T09:41:15.072 INFO:root:teuthology version: 0.0.1.dev33+gbf44874 2023-01-28T09:41:15.188 INFO:teuthology.lock.ops:Start node 'smithi098.front.sepia.ceph.com' reimaging 2023-01-28T09:41:15.190 INFO:teuthology.lock.ops:Updating [smithi098.front.sepia.ceph.com]: reset os type and version on server 2023-01-28T09:41:15.191 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2023-01-28T09:41:15.207 INFO:teuthology.lock.ops:Node 'smithi098.front.sepia.ceph.com' reimaging is complete 2023-01-28T09:41:15.207 INFO:teuthology.lock.ops:Start node 'smithi187.front.sepia.ceph.com' reimaging 2023-01-28T09:41:15.208 INFO:teuthology.lock.ops:Updating [smithi187.front.sepia.ceph.com]: reset os type and version on server 2023-01-28T09:41:15.208 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2023-01-28T09:41:15.225 INFO:teuthology.lock.ops:Node 'smithi187.front.sepia.ceph.com' reimaging is complete 2023-01-28T09:41:15.361 INFO:teuthology.provision.fog.smithi098:Scheduling deploy of centos 8.stream 2023-01-28T09:41:15.397 INFO:teuthology.provision.fog.smithi187:Scheduling deploy of centos 8.stream 2023-01-28T09:41:15.604 INFO:teuthology.orchestra.console:Power off smithi098 2023-01-28T09:41:15.646 INFO:teuthology.orchestra.console:Power off smithi187 2023-01-28T09:41:15.755 INFO:teuthology.orchestra.console:Power off for smithi098 completed 2023-01-28T09:41:15.785 INFO:teuthology.orchestra.console:Power off for smithi187 completed 2023-01-28T09:41:15.857 INFO:teuthology.orchestra.console:Power on smithi098 2023-01-28T09:41:15.886 INFO:teuthology.orchestra.console:Power on smithi187 2023-01-28T09:41:24.222 INFO:teuthology.orchestra.console:Power on for smithi098 completed 2023-01-28T09:41:24.332 INFO:teuthology.provision.fog.smithi098:Waiting for deploy to finish 2023-01-28T09:41:24.367 INFO:teuthology.orchestra.console:Power on for smithi187 completed 2023-01-28T09:41:24.469 INFO:teuthology.provision.fog.smithi187:Waiting for deploy to finish 2023-01-28T09:44:28.776 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-01-28T09:44:37.836 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-01-28T09:44:46.888 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-01-28T09:44:55.520 ERROR:teuthology.orchestra.connection:Error authenticating with smithi187.front.sepia.ceph.com: Authentication timeout. 2023-01-28T09:44:55.944 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-01-28T09:45:27.954 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/dispatcher/supervisor.py", line 209, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/lock/ops.py", line 324, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/provision/fog.py", line 273, in _wait_for_ready self.remote.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/orchestra/remote.py", line 386, in connect self.ssh = connection.connect(**args) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/orchestra/connection.py", line 105, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 420, in connect if our_key != server_key: File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/virtualenv/lib/python3.8/site-packages/paramiko/pkey.py", line 143, in __eq__ return self._fields == other._fields AttributeError: 'NoneType' object has no attribute '_fields' 2023-01-28T09:45:28.034 INFO:teuthology.nuke:Checking targets against current locks 2023-01-28T09:45:28.106 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-01-28T09:45:28.131 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-01-28T09:45:28.191 INFO:teuthology.orchestra.console:Power off smithi098 2023-01-28T09:45:28.230 INFO:teuthology.orchestra.console:Power off smithi187 2023-01-28T09:45:33.544 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.98 2023-01-28T09:45:36.563 INFO:teuthology.orchestra.console:Power off for smithi098 completed 2023-01-28T09:45:36.595 INFO:teuthology.orchestra.console:Power off for smithi187 completed 2023-01-28T09:45:36.703 INFO:teuthology.lock.ops:unlocked: smithi098.front.sepia.ceph.com 2023-01-28T09:45:36.736 INFO:teuthology.lock.ops:unlocked: smithi187.front.sepia.ceph.com 2023-01-28T09:45:36.945 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/virtualenv/bin/teuthology-dispatcher", line 8, in sys.exit(main()) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/dispatcher/__init__.py", line 63, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/dispatcher/supervisor.py", line 52, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/dispatcher/supervisor.py", line 209, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/lock/ops.py", line 324, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/provision/fog.py", line 273, in _wait_for_ready self.remote.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/orchestra/remote.py", line 386, in connect self.ssh = connection.connect(**args) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/teuthology/orchestra/connection.py", line 105, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 420, in connect if our_key != server_key: File "/home/teuthworker/src/git.ceph.com_teuthology_bf4487485b740895877d58f6fd36a4e39d847c23/virtualenv/lib/python3.8/site-packages/paramiko/pkey.py", line 143, in __eq__ return self._fields == other._fields AttributeError: 'NoneType' object has no attribute '_fields'