2023-04-02T14:21:25.808 INFO:root:teuthology version: 0.0.1.dev91+g5338cb9 2023-04-02T14:21:25.959 INFO:teuthology.lock.ops:Start node 'smithi006.front.sepia.ceph.com' reimaging 2023-04-02T14:21:25.960 INFO:teuthology.lock.ops:Updating [smithi006.front.sepia.ceph.com]: reset os type and version on server 2023-04-02T14:21:25.960 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2023-04-02T14:21:25.979 INFO:teuthology.lock.ops:Node 'smithi006.front.sepia.ceph.com' reimaging is complete 2023-04-02T14:21:25.979 INFO:teuthology.lock.ops:Start node 'smithi137.front.sepia.ceph.com' reimaging 2023-04-02T14:21:25.979 INFO:teuthology.lock.ops:Updating [smithi137.front.sepia.ceph.com]: reset os type and version on server 2023-04-02T14:21:25.979 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2023-04-02T14:21:26.004 INFO:teuthology.lock.ops:Node 'smithi137.front.sepia.ceph.com' reimaging is complete 2023-04-02T14:21:26.134 INFO:teuthology.provision.fog.smithi006:Scheduling deploy of ubuntu 22.04 2023-04-02T14:21:26.136 INFO:teuthology.provision.fog.smithi137:Scheduling deploy of ubuntu 22.04 2023-04-02T14:21:26.415 INFO:teuthology.orchestra.console:Power off smithi006 2023-04-02T14:21:26.431 INFO:teuthology.orchestra.console:Power off smithi137 2023-04-02T14:21:26.571 INFO:teuthology.orchestra.console:Power off for smithi137 completed 2023-04-02T14:21:26.673 INFO:teuthology.orchestra.console:Power on smithi137 2023-04-02T14:21:30.922 INFO:teuthology.orchestra.console:Power on for smithi137 completed 2023-04-02T14:21:31.023 INFO:teuthology.provision.fog.smithi137:Waiting for deploy to finish 2023-04-02T14:21:34.786 INFO:teuthology.orchestra.console:Power off for smithi006 completed 2023-04-02T14:21:34.888 INFO:teuthology.orchestra.console:Power on smithi006 2023-04-02T14:21:43.250 INFO:teuthology.orchestra.console:Power on for smithi006 completed 2023-04-02T14:21:43.352 INFO:teuthology.provision.fog.smithi006:Waiting for deploy to finish 2023-04-02T14:25:09.637 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.137 2023-04-02T14:25:18.725 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.137 2023-04-02T14:25:27.813 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.137 2023-04-02T14:25:36.869 WARNING:teuthology.provision.fog:[Errno None] Unable to connect to port 22 on 172.21.15.137 2023-04-02T14:26:42.882 WARNING:teuthology.provision.fog:timed out 2023-04-02T14:26:49.139 INFO:teuthology.orchestra.run:Running command with timeout 600 2023-04-02T14:26:49.705 INFO:teuthology.provision.fog.smithi137:Node is ready 2023-04-02T14:26:49.751 INFO:teuthology.orchestra.run.smithi137.stdout:smithi137.front.sepia.ceph.com 2023-04-02T14:26:49.799 INFO:teuthology.orchestra.run.smithi137.stdout:172.21.15.137 smithi137.front.sepia.ceph.com smithi137 2023-04-02T14:26:50.133 INFO:teuthology.provision.fog.smithi137:Deploy complete! 2023-04-02T14:36:51.848 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/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_5338cb9998753d45bdc2d1253e9981903f1dd04a/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_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/provision/fog.py", line 255, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/contextutil.py", line 135, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (60) after waiting for 900 seconds 2023-04-02T14:36:51.923 INFO:teuthology.nuke:Checking targets against current locks 2023-04-02T14:36:51.973 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-04-02T14:36:52.004 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-04-02T14:36:52.056 INFO:teuthology.orchestra.console:Power off smithi006 2023-04-02T14:36:52.098 INFO:teuthology.orchestra.console:Power off smithi137 2023-04-02T14:37:00.440 INFO:teuthology.orchestra.console:Power off for smithi006 completed 2023-04-02T14:37:00.593 INFO:teuthology.lock.ops:unlocked: smithi006.front.sepia.ceph.com 2023-04-02T14:37:04.582 INFO:teuthology.orchestra.console:Power off for smithi137 completed 2023-04-02T14:37:04.737 INFO:teuthology.lock.ops:unlocked: smithi137.front.sepia.ceph.com 2023-04-02T14:37:04.937 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/virtualenv/bin/teuthology-dispatcher", line 8, in sys.exit(main()) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/dispatcher/__init__.py", line 69, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/dispatcher/supervisor.py", line 56, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/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_5338cb9998753d45bdc2d1253e9981903f1dd04a/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_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/provision/fog.py", line 255, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5338cb9998753d45bdc2d1253e9981903f1dd04a/teuthology/contextutil.py", line 135, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (60) after waiting for 900 seconds