2022-04-20T20:54:21.769 INFO:root:teuthology version: 1.1.0-b37d6865 2022-04-20T20:54:21.890 INFO:teuthology.lock.ops:Start node 'smithi136.front.sepia.ceph.com' reimaging 2022-04-20T20:54:21.891 INFO:teuthology.lock.ops:Updating [smithi136.front.sepia.ceph.com]: reset os type and version on server 2022-04-20T20:54:21.891 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2022-04-20T20:54:21.908 INFO:teuthology.lock.ops:Node 'smithi136.front.sepia.ceph.com' reimaging is complete 2022-04-20T20:54:21.909 INFO:teuthology.lock.ops:Start node 'smithi196.front.sepia.ceph.com' reimaging 2022-04-20T20:54:21.909 INFO:teuthology.lock.ops:Updating [smithi196.front.sepia.ceph.com]: reset os type and version on server 2022-04-20T20:54:21.909 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2022-04-20T20:54:21.927 INFO:teuthology.lock.ops:Node 'smithi196.front.sepia.ceph.com' reimaging is complete 2022-04-20T20:54:22.140 INFO:teuthology.provision.fog.smithi136:Scheduling deploy of centos 8.stream 2022-04-20T20:54:22.202 INFO:teuthology.provision.fog.smithi196:Scheduling deploy of centos 8.stream 2022-04-20T20:54:22.663 INFO:teuthology.orchestra.console:Power off smithi136 2022-04-20T20:54:22.880 INFO:teuthology.orchestra.console:Power off smithi196 2022-04-20T20:54:31.032 INFO:teuthology.orchestra.console:Power off for smithi136 completed 2022-04-20T20:54:31.134 INFO:teuthology.orchestra.console:Power on smithi136 2022-04-20T20:54:35.359 INFO:teuthology.orchestra.console:Power off for smithi196 completed 2022-04-20T20:54:35.460 INFO:teuthology.orchestra.console:Power on smithi196 2022-04-20T20:54:39.503 INFO:teuthology.orchestra.console:Power on for smithi136 completed 2022-04-20T20:54:39.604 INFO:teuthology.provision.fog.smithi136:Waiting for deploy to finish 2022-04-20T20:54:43.820 INFO:teuthology.orchestra.console:Power on for smithi196 completed 2022-04-20T20:54:43.920 INFO:teuthology.provision.fog.smithi196:Waiting for deploy to finish 2022-04-20T21:00:31.586 INFO:teuthology.orchestra.run:Running command with timeout 600 2022-04-20T21:00:31.865 INFO:teuthology.provision.fog.smithi136:Node is ready 2022-04-20T21:00:31.884 INFO:teuthology.orchestra.run.smithi136.stdout:smithi136.front.sepia.ceph.com 2022-04-20T21:00:31.942 INFO:teuthology.orchestra.run.smithi136.stdout:172.21.15.136 smithi136.front.sepia.ceph.com smithi136 2022-04-20T21:00:32.295 INFO:teuthology.provision.fog.smithi136:Deploy complete! 2022-04-20T21:00:52.463 INFO:teuthology.orchestra.run:Running command with timeout 600 2022-04-20T21:01:16.978 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/supervisor.py", line 207, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/lock/ops.py", line 324, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/fog.py", line 275, in _wait_for_ready self.remote.run(args=cmd, timeout=600) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/remote.py", line 509, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 175, in _raise_for_status node=self.hostname) teuthology.exceptions.ConnectionLostError: SSH connection to smithi196 was lost: "while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done" 2022-04-20T21:01:17.047 INFO:teuthology.nuke:Checking targets against current locks 2022-04-20T21:01:17.185 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-04-20T21:01:17.189 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-04-20T21:01:17.262 INFO:teuthology.orchestra.console:Power off smithi136 2022-04-20T21:01:17.295 INFO:teuthology.orchestra.console:Power off smithi196 2022-04-20T21:01:21.517 INFO:teuthology.orchestra.console:Power off for smithi136 completed 2022-04-20T21:01:25.663 INFO:teuthology.orchestra.console:Power off for smithi196 completed 2022-04-20T21:01:48.796 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/supervisor.py", line 207, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/lock/ops.py", line 324, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/fog.py", line 90, in create self._wait_for_ready() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/provision/fog.py", line 275, in _wait_for_ready self.remote.run(args=cmd, timeout=600) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/remote.py", line 509, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/orchestra/run.py", line 175, in _raise_for_status node=self.hostname) teuthology.exceptions.ConnectionLostError: SSH connection to smithi196 was lost: "while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/virtualenv/bin/teuthology-dispatcher", line 33, in sys.exit(load_entry_point('teuthology', 'console_scripts', 'teuthology-dispatcher')()) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/__init__.py", line 61, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/supervisor.py", line 52, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/dispatcher/supervisor.py", line 212, in reimage nuke(ctx, True) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/nuke/__init__.py", line 273, in nuke for unnuked in p: File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/nuke/__init__.py", line 304, in nuke_one unlock_one(ctx, list(target.keys())[0], ctx.owner) File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/lock/ops.py", line 209, in unlock_one while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_b37d686568ea3c673197ca892d3fb267463611f8/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'unlock smithi136.front.sepia.ceph.com' reached maximum tries (10) after waiting for 32.5 seconds