2023-05-01T06:56:53.197 INFO:root:teuthology version: 0.0.1.dev98+g69caab8 2023-05-01T06:56:53.360 INFO:teuthology.lock.ops:Start node 'smithi017.front.sepia.ceph.com' reimaging 2023-05-01T06:56:53.361 INFO:teuthology.lock.ops:Updating [smithi017.front.sepia.ceph.com]: reset os type and version on server 2023-05-01T06:56:53.361 INFO:teuthology.lock.ops:Updating smithi017.front.sepia.ceph.com on lock server 2023-05-01T06:56:53.385 INFO:teuthology.lock.ops:Node 'smithi017.front.sepia.ceph.com' reimaging is complete 2023-05-01T06:56:53.386 INFO:teuthology.lock.ops:Start node 'smithi132.front.sepia.ceph.com' reimaging 2023-05-01T06:56:53.386 INFO:teuthology.lock.ops:Updating [smithi132.front.sepia.ceph.com]: reset os type and version on server 2023-05-01T06:56:53.386 INFO:teuthology.lock.ops:Updating smithi132.front.sepia.ceph.com on lock server 2023-05-01T06:56:53.410 INFO:teuthology.lock.ops:Node 'smithi132.front.sepia.ceph.com' reimaging is complete 2023-05-01T06:56:53.546 INFO:teuthology.provision.fog.smithi017:Scheduling deploy of centos 8.stream 2023-05-01T06:56:53.572 INFO:teuthology.provision.fog.smithi132:Scheduling deploy of centos 8.stream 2023-05-01T06:56:53.829 INFO:teuthology.orchestra.console:Power off smithi017 2023-05-01T06:56:53.847 INFO:teuthology.orchestra.console:Power off smithi132 2023-05-01T06:57:02.219 INFO:teuthology.orchestra.console:Power off for smithi017 completed 2023-05-01T06:57:02.324 INFO:teuthology.orchestra.console:Power on smithi017 2023-05-01T06:57:06.341 INFO:teuthology.orchestra.console:Power off for smithi132 completed 2023-05-01T06:57:06.443 INFO:teuthology.orchestra.console:Power on smithi132 2023-05-01T06:57:10.703 INFO:teuthology.orchestra.console:Power on for smithi017 completed 2023-05-01T06:57:10.709 INFO:teuthology.orchestra.console:Power on for smithi132 completed 2023-05-01T06:57:10.805 INFO:teuthology.provision.fog.smithi017:Waiting for deploy to finish 2023-05-01T06:57:10.810 INFO:teuthology.provision.fog.smithi132:Waiting for deploy to finish 2023-05-01T06:59:59.945 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-05-01T07:00:08.997 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-05-01T07:00:18.053 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-05-01T07:00:27.109 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-05-01T07:00:36.165 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-05-01T07:00:41.965 ERROR:teuthology.orchestra.connection:Error authenticating with smithi017.front.sepia.ceph.com: Authentication timeout. 2023-05-01T07:00:45.225 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.132 2023-05-01T07:01:14.420 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/dispatcher/supervisor.py", line 226, in reimage reimaged = lock_ops.reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/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_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/provision/fog.py", line 273, in _wait_for_ready self.remote.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/orchestra/remote.py", line 386, in connect self.ssh = connection.connect(**args) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/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_69caab8ec6f44c61c991ae693e8e7b8cd859a896/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-05-01T07:01:14.538 INFO:teuthology.nuke:Checking targets against current locks 2023-05-01T07:01:14.602 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-05-01T07:01:14.632 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-05-01T07:01:14.685 INFO:teuthology.orchestra.console:Power off smithi017 2023-05-01T07:01:14.726 INFO:teuthology.orchestra.console:Power off smithi132 2023-05-01T07:01:23.061 INFO:teuthology.orchestra.console:Power off for smithi017 completed 2023-05-01T07:01:23.220 INFO:teuthology.lock.ops:unlocked: smithi017.front.sepia.ceph.com 2023-05-01T07:01:27.217 INFO:teuthology.orchestra.console:Power off for smithi132 completed 2023-05-01T07:01:27.378 INFO:teuthology.lock.ops:unlocked: smithi132.front.sepia.ceph.com 2023-05-01T07:01:27.609 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/virtualenv/bin/teuthology-dispatcher", line 8, in sys.exit(main()) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/dispatcher/__init__.py", line 69, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/dispatcher/supervisor.py", line 56, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/dispatcher/supervisor.py", line 226, in reimage reimaged = lock_ops.reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/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_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/provision/fog.py", line 273, in _wait_for_ready self.remote.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/orchestra/remote.py", line 386, in connect self.ssh = connection.connect(**args) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_69caab8ec6f44c61c991ae693e8e7b8cd859a896/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_69caab8ec6f44c61c991ae693e8e7b8cd859a896/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'