2023-02-04T12:41:39.015 INFO:root:teuthology version: 0.0.1.dev37+g00690ec 2023-02-04T12:41:39.131 INFO:teuthology.lock.ops:Start node 'smithi084.front.sepia.ceph.com' reimaging 2023-02-04T12:41:39.132 INFO:teuthology.lock.ops:Updating [smithi084.front.sepia.ceph.com]: reset os type and version on server 2023-02-04T12:41:39.132 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2023-02-04T12:41:39.146 INFO:teuthology.lock.ops:Node 'smithi084.front.sepia.ceph.com' reimaging is complete 2023-02-04T12:41:39.146 INFO:teuthology.lock.ops:Start node 'smithi143.front.sepia.ceph.com' reimaging 2023-02-04T12:41:39.147 INFO:teuthology.lock.ops:Updating [smithi143.front.sepia.ceph.com]: reset os type and version on server 2023-02-04T12:41:39.147 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-02-04T12:41:39.164 INFO:teuthology.lock.ops:Node 'smithi143.front.sepia.ceph.com' reimaging is complete 2023-02-04T12:41:39.308 INFO:teuthology.provision.fog.smithi084:Scheduling deploy of centos 8.stream 2023-02-04T12:41:39.321 INFO:teuthology.provision.fog.smithi143:Scheduling deploy of centos 8.stream 2023-02-04T12:41:39.555 INFO:teuthology.orchestra.console:Power off smithi084 2023-02-04T12:41:39.567 INFO:teuthology.orchestra.console:Power off smithi143 2023-02-04T12:41:52.033 INFO:teuthology.orchestra.console:Power off for smithi084 completed 2023-02-04T12:41:52.039 INFO:teuthology.orchestra.console:Power off for smithi143 completed 2023-02-04T12:41:52.135 INFO:teuthology.orchestra.console:Power on smithi084 2023-02-04T12:41:52.141 INFO:teuthology.orchestra.console:Power on smithi143 2023-02-04T12:42:00.497 INFO:teuthology.orchestra.console:Power on for smithi084 completed 2023-02-04T12:42:00.502 INFO:teuthology.orchestra.console:Power on for smithi143 completed 2023-02-04T12:42:00.598 INFO:teuthology.provision.fog.smithi084:Waiting for deploy to finish 2023-02-04T12:42:00.603 INFO:teuthology.provision.fog.smithi143:Waiting for deploy to finish 2023-02-04T12:45:05.044 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.84 2023-02-04T12:45:14.096 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.84 2023-02-04T12:45:23.152 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.84 2023-02-04T12:45:32.208 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.84 2023-02-04T12:45:32.326 ERROR:teuthology.orchestra.connection:Error authenticating with smithi143.front.sepia.ceph.com: Authentication timeout. 2023-02-04T12:45:41.264 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.84 2023-02-04T12:46:04.995 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/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_00690eca1aa0bd56527bb28e9f9e35d734d406bf/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_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/provision/fog.py", line 273, in _wait_for_ready self.remote.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/orchestra/remote.py", line 386, in connect self.ssh = connection.connect(**args) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/orchestra/connection.py", line 105, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/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_00690eca1aa0bd56527bb28e9f9e35d734d406bf/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-02-04T12:46:05.081 INFO:teuthology.nuke:Checking targets against current locks 2023-02-04T12:46:05.131 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-02-04T12:46:05.159 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-02-04T12:46:05.208 INFO:teuthology.orchestra.console:Power off smithi084 2023-02-04T12:46:05.247 INFO:teuthology.orchestra.console:Power off smithi143 2023-02-04T12:46:17.686 INFO:teuthology.orchestra.console:Power off for smithi084 completed 2023-02-04T12:46:17.714 INFO:teuthology.orchestra.console:Power off for smithi143 completed 2023-02-04T12:46:17.839 INFO:teuthology.lock.ops:unlocked: smithi084.front.sepia.ceph.com 2023-02-04T12:46:17.855 INFO:teuthology.lock.ops:unlocked: smithi143.front.sepia.ceph.com 2023-02-04T12:46:18.035 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/virtualenv/bin/teuthology-dispatcher", line 8, in sys.exit(main()) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/dispatcher/__init__.py", line 63, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/dispatcher/supervisor.py", line 52, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/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_00690eca1aa0bd56527bb28e9f9e35d734d406bf/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_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/provision/fog.py", line 273, in _wait_for_ready self.remote.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/orchestra/remote.py", line 386, in connect self.ssh = connection.connect(**args) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/teuthology/orchestra/connection.py", line 105, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_00690eca1aa0bd56527bb28e9f9e35d734d406bf/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_00690eca1aa0bd56527bb28e9f9e35d734d406bf/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'