2023-03-07T07:57:38.969 INFO:root:teuthology version: 0.0.1.dev51+ga2dfb05 2023-03-07T07:57:39.100 INFO:teuthology.lock.ops:Start node 'smithi145.front.sepia.ceph.com' reimaging 2023-03-07T07:57:39.101 INFO:teuthology.lock.ops:Updating [smithi145.front.sepia.ceph.com]: reset os type and version on server 2023-03-07T07:57:39.102 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2023-03-07T07:57:39.122 INFO:teuthology.lock.ops:Node 'smithi145.front.sepia.ceph.com' reimaging is complete 2023-03-07T07:57:39.123 INFO:teuthology.lock.ops:Start node 'smithi179.front.sepia.ceph.com' reimaging 2023-03-07T07:57:39.123 INFO:teuthology.lock.ops:Updating [smithi179.front.sepia.ceph.com]: reset os type and version on server 2023-03-07T07:57:39.123 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2023-03-07T07:57:39.147 INFO:teuthology.lock.ops:Node 'smithi179.front.sepia.ceph.com' reimaging is complete 2023-03-07T07:57:39.286 INFO:teuthology.provision.fog.smithi145:Scheduling deploy of ubuntu 20.04 2023-03-07T07:57:39.296 INFO:teuthology.provision.fog.smithi179:Scheduling deploy of ubuntu 20.04 2023-03-07T07:57:39.739 INFO:teuthology.orchestra.console:Power off smithi145 2023-03-07T07:57:39.786 INFO:teuthology.orchestra.console:Power off smithi179 2023-03-07T07:57:52.232 INFO:teuthology.orchestra.console:Power off for smithi145 completed 2023-03-07T07:57:52.263 INFO:teuthology.orchestra.console:Power off for smithi179 completed 2023-03-07T07:57:52.333 INFO:teuthology.orchestra.console:Power on smithi145 2023-03-07T07:57:52.364 INFO:teuthology.orchestra.console:Power on smithi179 2023-03-07T07:57:56.587 INFO:teuthology.orchestra.console:Power on for smithi145 completed 2023-03-07T07:57:56.612 INFO:teuthology.orchestra.console:Power on for smithi179 completed 2023-03-07T07:57:56.688 INFO:teuthology.provision.fog.smithi145:Waiting for deploy to finish 2023-03-07T07:57:56.713 INFO:teuthology.provision.fog.smithi179:Waiting for deploy to finish 2023-03-07T08:09:27.557 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.179 2023-03-07T08:09:36.645 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.179 2023-03-07T08:09:45.701 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.179 2023-03-07T08:09:54.757 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.179 2023-03-07T08:11:00.765 WARNING:teuthology.provision.fog:timed out 2023-03-07T08:11:06.990 INFO:teuthology.orchestra.run:Running command with timeout 600 2023-03-07T08:11:07.499 INFO:teuthology.provision.fog.smithi179:Node is ready 2023-03-07T08:11:07.505 INFO:teuthology.orchestra.run.smithi179.stdout:smithi179.front.sepia.ceph.com 2023-03-07T08:11:07.512 INFO:teuthology.orchestra.run.smithi179.stdout:172.21.15.179 smithi179.front.sepia.ceph.com smithi179 2023-03-07T08:11:07.759 INFO:teuthology.provision.fog.smithi179:Deploy complete! 2023-03-07T08:12:57.138 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-07T08:12:57.201 INFO:teuthology.nuke:Checking targets against current locks 2023-03-07T08:12:57.282 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-03-07T08:12:57.292 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-03-07T08:12:57.354 INFO:teuthology.orchestra.console:Power off smithi179 2023-03-07T08:12:57.372 INFO:teuthology.orchestra.console:Power off smithi145 2023-03-07T08:13:05.744 INFO:teuthology.orchestra.console:Power off for smithi179 completed 2023-03-07T08:13:05.751 INFO:teuthology.orchestra.console:Power off for smithi145 completed 2023-03-07T08:13:05.900 INFO:teuthology.lock.ops:unlocked: smithi145.front.sepia.ceph.com 2023-03-07T08:13:05.909 INFO:teuthology.lock.ops:unlocked: smithi179.front.sepia.ceph.com 2023-03-07T08:13:06.148 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