2021-02-27T20:36:19.317 INFO:root:teuthology version: 1.1.0-9a6b849c 2021-02-27T20:36:19.420 INFO:teuthology.lock.ops:Start node 'ubuntu@gibba027.front.sepia.ceph.com' reimaging 2021-02-27T20:36:19.421 INFO:teuthology.lock.ops:Updating [ubuntu@gibba027.front.sepia.ceph.com]: reset os type and version on server 2021-02-27T20:36:19.421 INFO:teuthology.lock.ops:Updating gibba027.front.sepia.ceph.com on lock server 2021-02-27T20:36:19.438 INFO:teuthology.lock.ops:Node 'ubuntu@gibba027.front.sepia.ceph.com' reimaging is complete 2021-02-27T20:36:19.438 INFO:teuthology.lock.ops:Start node 'ubuntu@gibba031.front.sepia.ceph.com' reimaging 2021-02-27T20:36:19.439 INFO:teuthology.lock.ops:Updating [ubuntu@gibba031.front.sepia.ceph.com]: reset os type and version on server 2021-02-27T20:36:19.440 INFO:teuthology.lock.ops:Updating gibba031.front.sepia.ceph.com on lock server 2021-02-27T20:36:19.455 INFO:teuthology.lock.ops:Node 'ubuntu@gibba031.front.sepia.ceph.com' reimaging is complete 2021-02-27T20:36:19.666 INFO:teuthology.provision.fog.gibba031:Scheduling deploy of ubuntu 18.04 2021-02-27T20:36:19.684 INFO:teuthology.provision.fog.gibba027:Scheduling deploy of ubuntu 18.04 2021-02-27T20:36:20.031 INFO:teuthology.orchestra.console:Power off gibba031 2021-02-27T20:36:20.076 INFO:teuthology.orchestra.console:Power off gibba027 2021-02-27T20:36:20.188 INFO:teuthology.orchestra.console:Power off for gibba031 completed 2021-02-27T20:36:20.231 INFO:teuthology.orchestra.console:Power off for gibba027 completed 2021-02-27T20:36:20.290 INFO:teuthology.orchestra.console:Power on gibba031 2021-02-27T20:36:20.332 INFO:teuthology.orchestra.console:Power on gibba027 2021-02-27T20:36:28.669 INFO:teuthology.orchestra.console:Power on for gibba031 completed 2021-02-27T20:36:28.771 INFO:teuthology.provision.fog.gibba031:Waiting for deploy to finish 2021-02-27T20:37:17.968 WARNING:teuthology.contextutil:'wait for power on' reached maximum tries (15) after waiting for 60.0 seconds 2021-02-27T20:37:18.074 ERROR:teuthology.orchestra.console:Failed to power on gibba027 2021-02-27T20:37:18.175 INFO:teuthology.provision.fog.gibba027:Waiting for deploy to finish 2021-02-27T20:40:49.983 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2021-02-27T20:40:56.004 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2021-02-27T20:41:03.018 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2021-02-27T20:41:09.097 INFO:teuthology.orchestra.run:Running command with timeout 600 2021-02-27T20:41:09.496 INFO:teuthology.provision.fog.gibba031:Node is ready 2021-02-27T20:41:09.545 INFO:teuthology.orchestra.run.gibba031.stdout:gibba031.front.sepia.ceph.com 2021-02-27T20:41:09.595 INFO:teuthology.orchestra.run.gibba031.stdout:172.21.2.131 gibba031.front.sepia.ceph.com gibba031 2021-02-27T20:41:09.900 INFO:teuthology.provision.fog.gibba031:Deploy complete! 2021-02-27T20:52:09.303 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/dispatcher/supervisor.py", line 163, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/lock/ops.py", line 306, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/provision/fog.py", line 244, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (60) after waiting for 900 seconds 2021-02-27T20:52:09.384 INFO:teuthology.nuke:Checking targets against current locks 2021-02-27T20:52:09.483 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-02-27T20:52:09.486 INFO:teuthology.task.internal.check_lock:Checking locks... 2021-02-27T20:52:09.542 INFO:teuthology.orchestra.console:Power off gibba027 2021-02-27T20:52:09.561 INFO:teuthology.orchestra.console:Power off gibba031 2021-02-27T20:52:09.709 INFO:teuthology.orchestra.console:Power off for gibba027 completed 2021-02-27T20:52:09.852 INFO:teuthology.lock.ops:unlocked gibba027.front.sepia.ceph.com 2021-02-27T20:52:17.962 INFO:teuthology.orchestra.console:Power off for gibba031 completed 2021-02-27T20:52:18.103 INFO:teuthology.lock.ops:unlocked gibba031.front.sepia.ceph.com 2021-02-27T20:52:18.104 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/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_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/scripts/dispatcher.py", line 33, in main teuthology.dispatcher.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/dispatcher/__init__.py", line 61, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/dispatcher/supervisor.py", line 50, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/dispatcher/supervisor.py", line 163, in reimage reimaged = reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/lock/ops.py", line 306, in reimage_machines log.info("Node '%s' reimaging is complete", machine) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/provision/__init__.py", line 39, in reimage return obj.create() File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/provision/fog.py", line 86, in create self.wait_for_deploy_task(task_id) File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/provision/fog.py", line 244, in wait_for_deploy_task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_9a6b849c7975e1b07e5495aaa5b961c0d22cad1c/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (60) after waiting for 900 seconds