2022-12-26T06:34:07.957 INFO:root:teuthology version: 0.0.1.dev18+g19d18db 2022-12-26T06:34:08.095 INFO:teuthology.lock.ops:Start node 'smithi063.front.sepia.ceph.com' reimaging 2022-12-26T06:34:08.096 INFO:teuthology.lock.ops:Updating [smithi063.front.sepia.ceph.com]: reset os type and version on server 2022-12-26T06:34:08.096 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2022-12-26T06:34:08.115 INFO:teuthology.lock.ops:Node 'smithi063.front.sepia.ceph.com' reimaging is complete 2022-12-26T06:34:08.116 INFO:teuthology.lock.ops:Start node 'smithi064.front.sepia.ceph.com' reimaging 2022-12-26T06:34:08.116 INFO:teuthology.lock.ops:Updating [smithi064.front.sepia.ceph.com]: reset os type and version on server 2022-12-26T06:34:08.116 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2022-12-26T06:34:08.136 INFO:teuthology.lock.ops:Node 'smithi064.front.sepia.ceph.com' reimaging is complete 2022-12-26T06:34:08.281 INFO:teuthology.provision.fog.smithi063:Scheduling deploy of ubuntu 20.04 2022-12-26T06:34:08.302 INFO:teuthology.provision.fog.smithi064:Scheduling deploy of ubuntu 20.04 2022-12-26T06:34:08.905 INFO:teuthology.orchestra.console:Power off smithi063 2022-12-26T06:34:08.953 INFO:teuthology.orchestra.console:Power off smithi064 2022-12-26T06:34:09.062 INFO:teuthology.orchestra.console:Power off for smithi063 completed 2022-12-26T06:34:09.093 INFO:teuthology.orchestra.console:Power off for smithi064 completed 2022-12-26T06:34:09.163 INFO:teuthology.orchestra.console:Power on smithi063 2022-12-26T06:34:09.197 INFO:teuthology.orchestra.console:Power on smithi064 2022-12-26T06:34:13.465 INFO:teuthology.orchestra.console:Power on for smithi064 completed 2022-12-26T06:34:13.567 INFO:teuthology.provision.fog.smithi064:Waiting for deploy to finish 2022-12-26T06:34:17.544 INFO:teuthology.orchestra.console:Power on for smithi063 completed 2022-12-26T06:34:17.646 INFO:teuthology.provision.fog.smithi063:Waiting for deploy to finish 2022-12-26T06:45:25.895 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.64 2022-12-26T06:45:34.983 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.64 2022-12-26T06:45:44.039 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.64 2022-12-26T06:45:53.099 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.64 2022-12-26T06:46:02.183 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.64 2022-12-26T06:46:40.290 INFO:teuthology.orchestra.run:Running command with timeout 600 2022-12-26T06:47:01.052 INFO:teuthology.provision.fog.smithi064:Node is ready 2022-12-26T06:47:01.060 INFO:teuthology.orchestra.run.smithi064.stdout:smithi064.front.sepia.ceph.com 2022-12-26T06:47:01.068 INFO:teuthology.orchestra.run.smithi064.stdout:172.21.15.64 smithi064.front.sepia.ceph.com smithi064 2022-12-26T06:47:01.205 INFO:teuthology.provision.fog.smithi064:Deploy complete! 2022-12-26T07:20:13.337 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/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_19d18db866afdc31fd6586f558fc29b95a87ccfb/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_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/provision/fog.py", line 255, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (180) after waiting for 2700 seconds 2022-12-26T07:20:13.429 INFO:teuthology.nuke:Checking targets against current locks 2022-12-26T07:20:13.452 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/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_19d18db866afdc31fd6586f558fc29b95a87ccfb/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_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/provision/fog.py", line 255, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (180) after waiting for 2700 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/virtualenv/bin/teuthology-dispatcher", line 8, in sys.exit(main()) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/dispatcher/__init__.py", line 63, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/dispatcher/supervisor.py", line 52, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/dispatcher/supervisor.py", line 214, in reimage nuke(ctx, True) File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/nuke/__init__.py", line 246, in nuke if ctx.name and ctx.name not in status.get('description', ""): TypeError: argument of type 'NoneType' is not iterable