2023-01-22T20:41:59.406 INFO:root:teuthology version: 0.0.1.dev20+g5abecab 2023-01-22T20:41:59.521 INFO:teuthology.lock.ops:Start node 'smithi008.front.sepia.ceph.com' reimaging 2023-01-22T20:41:59.522 INFO:teuthology.lock.ops:Updating [smithi008.front.sepia.ceph.com]: reset os type and version on server 2023-01-22T20:41:59.523 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2023-01-22T20:41:59.535 INFO:teuthology.lock.ops:Node 'smithi008.front.sepia.ceph.com' reimaging is complete 2023-01-22T20:41:59.536 INFO:teuthology.lock.ops:Start node 'smithi158.front.sepia.ceph.com' reimaging 2023-01-22T20:41:59.536 INFO:teuthology.lock.ops:Updating [smithi158.front.sepia.ceph.com]: reset os type and version on server 2023-01-22T20:41:59.536 INFO:teuthology.lock.ops:Updating smithi158.front.sepia.ceph.com on lock server 2023-01-22T20:41:59.549 INFO:teuthology.lock.ops:Node 'smithi158.front.sepia.ceph.com' reimaging is complete 2023-01-22T20:41:59.682 INFO:teuthology.provision.fog.smithi158:Scheduling deploy of ubuntu 20.04 2023-01-22T20:41:59.704 INFO:teuthology.provision.fog.smithi008:Scheduling deploy of ubuntu 20.04 2023-01-22T20:42:00.155 INFO:teuthology.orchestra.console:Power off smithi008 2023-01-22T20:42:00.198 INFO:teuthology.orchestra.console:Power off smithi158 2023-01-22T20:42:00.317 INFO:teuthology.orchestra.console:Power off for smithi008 completed 2023-01-22T20:42:00.335 INFO:teuthology.orchestra.console:Power off for smithi158 completed 2023-01-22T20:42:00.418 INFO:teuthology.orchestra.console:Power on smithi008 2023-01-22T20:42:00.436 INFO:teuthology.orchestra.console:Power on smithi158 2023-01-22T20:42:04.682 INFO:teuthology.orchestra.console:Power on for smithi158 completed 2023-01-22T20:42:04.783 INFO:teuthology.provision.fog.smithi158:Waiting for deploy to finish 2023-01-22T20:42:08.785 INFO:teuthology.orchestra.console:Power on for smithi008 completed 2023-01-22T20:42:08.886 INFO:teuthology.provision.fog.smithi008:Waiting for deploy to finish 2023-01-22T20:50:37.288 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-01-22T20:50:46.344 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-01-22T20:50:55.400 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-01-22T20:51:04.460 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-01-22T20:51:13.548 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-01-22T20:52:19.558 WARNING:teuthology.provision.fog:timed out 2023-01-22T20:52:25.773 INFO:teuthology.orchestra.run:Running command with timeout 600 2023-01-22T20:52:26.255 INFO:teuthology.provision.fog.smithi008:Node is ready 2023-01-22T20:52:26.261 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008.front.sepia.ceph.com 2023-01-22T20:52:26.268 INFO:teuthology.orchestra.run.smithi008.stdout:172.21.15.8 smithi008.front.sepia.ceph.com smithi008 2023-01-22T20:52:26.437 INFO:teuthology.provision.fog.smithi008:Deploy complete! 2023-01-22T20:57:03.363 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/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_5abecab36c9da4d70461d81781464cf5acaea292/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_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/provision/fog.py", line 255, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (60) after waiting for 900 seconds 2023-01-22T20:57:03.428 INFO:teuthology.nuke:Checking targets against current locks 2023-01-22T20:57:03.481 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-01-22T20:57:03.510 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-01-22T20:57:03.564 INFO:teuthology.orchestra.console:Power off smithi008 2023-01-22T20:57:03.599 INFO:teuthology.orchestra.console:Power off smithi158 2023-01-22T20:57:11.940 INFO:teuthology.orchestra.console:Power off for smithi008 completed 2023-01-22T20:57:11.960 INFO:teuthology.orchestra.console:Power off for smithi158 completed 2023-01-22T20:57:12.084 INFO:teuthology.lock.ops:unlocked: smithi008.front.sepia.ceph.com 2023-01-22T20:57:12.104 INFO:teuthology.lock.ops:unlocked: smithi158.front.sepia.ceph.com 2023-01-22T20:57:12.294 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/virtualenv/bin/teuthology-dispatcher", line 8, in sys.exit(main()) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/dispatcher/__init__.py", line 63, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/dispatcher/supervisor.py", line 52, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/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_5abecab36c9da4d70461d81781464cf5acaea292/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_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/provision/fog.py", line 255, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5abecab36c9da4d70461d81781464cf5acaea292/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (60) after waiting for 900 seconds