2023-03-06T08:13:22.139 INFO:root:teuthology version: 0.0.1.dev51+ga2dfb05 2023-03-06T08:13:22.271 INFO:teuthology.lock.ops:Start node 'smithi116.front.sepia.ceph.com' reimaging 2023-03-06T08:13:22.272 INFO:teuthology.lock.ops:Updating [smithi116.front.sepia.ceph.com]: reset os type and version on server 2023-03-06T08:13:22.272 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2023-03-06T08:13:22.297 INFO:teuthology.lock.ops:Node 'smithi116.front.sepia.ceph.com' reimaging is complete 2023-03-06T08:13:22.297 INFO:teuthology.lock.ops:Start node 'smithi142.front.sepia.ceph.com' reimaging 2023-03-06T08:13:22.298 INFO:teuthology.lock.ops:Updating [smithi142.front.sepia.ceph.com]: reset os type and version on server 2023-03-06T08:13:22.298 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2023-03-06T08:13:22.322 INFO:teuthology.lock.ops:Node 'smithi142.front.sepia.ceph.com' reimaging is complete 2023-03-06T08:13:22.452 INFO:teuthology.provision.fog.smithi116:Scheduling deploy of ubuntu 20.04 2023-03-06T08:13:22.489 INFO:teuthology.provision.fog.smithi142:Scheduling deploy of ubuntu 20.04 2023-03-06T08:13:22.988 INFO:teuthology.orchestra.console:Power off smithi116 2023-03-06T08:13:23.004 INFO:teuthology.orchestra.console:Power off smithi142 2023-03-06T08:13:31.366 INFO:teuthology.orchestra.console:Power off for smithi116 completed 2023-03-06T08:13:31.372 INFO:teuthology.orchestra.console:Power off for smithi142 completed 2023-03-06T08:13:31.468 INFO:teuthology.orchestra.console:Power on smithi116 2023-03-06T08:13:31.475 INFO:teuthology.orchestra.console:Power on smithi142 2023-03-06T08:13:35.731 INFO:teuthology.orchestra.console:Power on for smithi142 completed 2023-03-06T08:13:35.832 INFO:teuthology.provision.fog.smithi142:Waiting for deploy to finish 2023-03-06T08:13:39.837 INFO:teuthology.orchestra.console:Power on for smithi116 completed 2023-03-06T08:13:39.938 INFO:teuthology.provision.fog.smithi116:Waiting for deploy to finish 2023-03-06T08:21:18.213 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.142 2023-03-06T08:21:27.301 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.142 2023-03-06T08:21:36.357 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.142 2023-03-06T08:21:45.445 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.142 2023-03-06T08:22:51.451 WARNING:teuthology.provision.fog:timed out 2023-03-06T08:22:57.658 INFO:teuthology.orchestra.run:Running command with timeout 600 2023-03-06T08:22:58.161 INFO:teuthology.provision.fog.smithi142:Node is ready 2023-03-06T08:22:58.167 INFO:teuthology.orchestra.run.smithi142.stdout:smithi142.front.sepia.ceph.com 2023-03-06T08:22:58.174 INFO:teuthology.orchestra.run.smithi142.stdout:172.21.15.142 smithi142.front.sepia.ceph.com smithi142 2023-03-06T08:22:58.351 INFO:teuthology.provision.fog.smithi142:Deploy complete! 2023-03-06T08:28:40.825 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/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_a2dfb0599b24ec4a1585108a2792a4567ce0a378/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_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/provision/fog.py", line 255, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/contextutil.py", line 135, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (60) after waiting for 900 seconds 2023-03-06T08:28:40.896 INFO:teuthology.nuke:Checking targets against current locks 2023-03-06T08:28:40.952 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-03-06T08:28:40.979 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-03-06T08:28:41.029 INFO:teuthology.orchestra.console:Power off smithi116 2023-03-06T08:28:41.072 INFO:teuthology.orchestra.console:Power off smithi142 2023-03-06T08:28:49.440 INFO:teuthology.orchestra.console:Power off for smithi142 completed 2023-03-06T08:28:49.594 INFO:teuthology.lock.ops:unlocked: smithi142.front.sepia.ceph.com 2023-03-06T08:28:53.523 INFO:teuthology.orchestra.console:Power off for smithi116 completed 2023-03-06T08:28:53.686 INFO:teuthology.lock.ops:unlocked: smithi116.front.sepia.ceph.com 2023-03-06T08:28:53.912 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/virtualenv/bin/teuthology-dispatcher", line 8, in sys.exit(main()) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/dispatcher/__init__.py", line 63, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/dispatcher/supervisor.py", line 52, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/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_a2dfb0599b24ec4a1585108a2792a4567ce0a378/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_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/provision/fog.py", line 255, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_a2dfb0599b24ec4a1585108a2792a4567ce0a378/teuthology/contextutil.py", line 135, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (60) after waiting for 900 seconds