2023-07-27T12:51:39.076 INFO:root:teuthology version: 0.0.1.dev160+g407880c 2023-07-27T12:51:39.078 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-07-27T12:51:39.078 DEBUG:urllib3.util.retry:Converted retries value: 10 -> Retry(total=10, connect=None, read=None, redirect=None, status=None) 2023-07-27T12:51:59.252 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb071431430>, signals=[15]) 2023-07-27T12:51:59.253 INFO:teuthology.lock.ops:Start node 'smithi064.front.sepia.ceph.com' reimaging 2023-07-27T12:51:59.254 INFO:teuthology.lock.ops:Updating [smithi064.front.sepia.ceph.com]: reset os type and version on server 2023-07-27T12:51:59.254 INFO:teuthology.lock.ops:Updating smithi064.front.sepia.ceph.com on lock server 2023-07-27T12:52:04.288 INFO:teuthology.lock.ops:Start node 'smithi181.front.sepia.ceph.com' reimaging 2023-07-27T12:52:04.289 INFO:teuthology.lock.ops:Updating [smithi181.front.sepia.ceph.com]: reset os type and version on server 2023-07-27T12:52:04.289 INFO:teuthology.lock.ops:Updating smithi181.front.sepia.ceph.com on lock server 2023-07-27T12:52:04.290 DEBUG:teuthology.provision.fog.smithi064:FOG request: GET /host {"name": "smithi064"} 2023-07-27T12:52:07.946 DEBUG:teuthology.provision.fog.smithi181:FOG request: GET /host {"name": "smithi181"} 2023-07-27T12:52:10.489 DEBUG:teuthology.provision.fog.smithi064:FOG request: GET /image {"name": "smithi_centos_8.stream"} 2023-07-27T12:52:10.492 DEBUG:teuthology.provision.fog.smithi181:FOG request: GET /image {"name": "smithi_centos_8.stream"} 2023-07-27T12:52:10.542 DEBUG:teuthology.provision.fog.smithi181:Requesting image smithi_centos_8.stream (ID 3) 2023-07-27T12:52:10.543 DEBUG:teuthology.provision.fog.smithi181:FOG request: PUT /host/286 {"imageID": 3} 2023-07-27T12:52:10.549 DEBUG:teuthology.provision.fog.smithi064:Requesting image smithi_centos_8.stream (ID 3) 2023-07-27T12:52:10.549 DEBUG:teuthology.provision.fog.smithi064:FOG request: PUT /host/169 {"imageID": 3} 2023-07-27T12:52:10.586 INFO:teuthology.provision.fog.smithi181:Scheduling deploy of centos 8.stream 2023-07-27T12:52:10.587 DEBUG:teuthology.provision.fog.smithi181:FOG request: GET /task/active None 2023-07-27T12:52:10.592 INFO:teuthology.provision.fog.smithi064:Scheduling deploy of centos 8.stream 2023-07-27T12:52:10.592 DEBUG:teuthology.provision.fog.smithi064:FOG request: GET /task/active None 2023-07-27T12:52:10.655 DEBUG:teuthology.provision.fog.smithi064:FOG request: GET /tasktype {"name": "deploy"} 2023-07-27T12:52:10.658 DEBUG:teuthology.provision.fog.smithi181:FOG request: GET /tasktype {"name": "deploy"} 2023-07-27T12:52:10.686 DEBUG:teuthology.provision.fog.smithi181:FOG request: POST /host/286/task {"taskTypeID": 1} 2023-07-27T12:52:10.690 DEBUG:teuthology.provision.fog.smithi064:FOG request: POST /host/169/task {"taskTypeID": 1} 2023-07-27T12:52:10.743 ERROR:teuthology.provision.fog.smithi064:500: { "error": "Host is already a member of an active task" } 2023-07-27T12:52:10.746 ERROR:teuthology.dispatcher.supervisor:Reimaging error. Nuking machines... Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/dispatcher/supervisor.py", line 227, in reimage reimaged = lock_ops.reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/lock/ops.py", line 325, in reimage_machines reimaged[machine] = machines[machine] File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/provision/__init__.py", line 44, in reimage result = obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/provision/fog.py", line 79, in create task_id = self.schedule_deploy_task(host_id) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/provision/fog.py", line 211, in schedule_deploy_task resp = self.do_request( File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/provision/fog.py", line 125, in do_request resp.raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/virtualenv/lib/python3.8/site-packages/requests/models.py", line 960, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://fog.front.sepia.ceph.com/fog/host/169/task 2023-07-27T12:52:10.747 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-07-27T12:52:10.748 DEBUG:urllib3.util.retry:Converted retries value: 10 -> Retry(total=10, connect=None, read=None, redirect=None, status=None) 2023-07-27T12:52:10.751 DEBUG:teuthology.provision.fog.smithi181:FOG request: GET /task/active None 2023-07-27T12:52:10.835 INFO:teuthology.nuke:Checking targets against current locks 2023-07-27T12:52:10.846 INFO:teuthology.orchestra.console:Power off smithi181 2023-07-27T12:52:10.847 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-07-27T12:52:10.870 DEBUG:teuthology.orchestra.console:power off output: Chassis Power Control: Down/Off 2023-07-27T12:52:10.871 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-27T12:52:10.891 DEBUG:teuthology.orchestra.console:check power output: Chassis Power is off 2023-07-27T12:52:10.913 DEBUG:teuthology.nuke:shortname: smithi064 2023-07-27T12:52:10.914 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-07-27T12:52:10.937 DEBUG:teuthology.nuke:shortname: smithi181 2023-07-27T12:52:10.938 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-07-27T12:52:10.941 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi064.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-07-27_03:42:08-fs-wip-yuri10-testing-2023-07-26-0858-pacific-distro-default-smithi/7354327', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': '', 'os_version': '', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-07-27 12:51:38.622766', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDDiVaXSzCvQT655yJoEsgWFWQ3yqk59ArCXMo6+QcyWbs9sAAGEzGOkpgkdiXelZ4QnucQ3sI+xFhRu7/AO3wnlm+uNyWXfdkLhehbBzI8484RE1bBeaNjQZ72GYokOgZiUylxHeZvANNvpfv4YJCUKgxU0ChM4f23TCa0dPPD7xbdkE6TMmBwaQ5k7iAMEUUVDXyq2ygo+GU6eLhE8mFnf1cPfW6uEOBJh2aveQ+u7q22yHBSXHJh+zhL99vz8jVPP2MBcMYY+YzU3ZTo+mveO69J4adCefpOfTO3EbOh7OWBUoQ3KAfYUED9UIRsAV7+wcbWvq7OL/FZC75Lt0cueeop7l0I0TNhGi2I5ldVHgoPThaXqeMJqCztpC2a5cjisq6CgSWI07kxjMMO93uWb/lNiBvxqcDXxTfDBUzTOlogHQVseZajTA7a0ng1vo8BNhZHOrMOG8Kisc8JvIdgwbQXOkHnqB5Wxz1TzRI8xIapslQOWPyoEPXEUPelju0='} 2023-07-27T12:52:10.965 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi181.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-07-27_03:42:08-fs-wip-yuri10-testing-2023-07-26-0858-pacific-distro-default-smithi/7354326', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': '', 'os_version': '', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-07-27 12:51:38.216245', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDndlVc/2mDNn8NeHDk1kPuXp/OwDlz6Qq4REtxjNRz+1L6J+t0+bb6IWDN7KGdnN7YjvSboEYmS6fpobEP7VV3yhWwn2g3pqafkWBFmDCeuAv0YxwUEPIAxKvZfv0SqNGiZWMK9aaw6FEOequEc9A+1fp8Oi9/gyjA9K2PaHcZIK/zAkjs6zDkllbE6cSiWnFJx76Qt4aVFsxbKty8u5dlTta2pic45N6r3aSDKPErgOEvLrVeQ8RCKfr8JewZ23fbdBAJovOGWBmGMGK5bKC/3wFYfA7FaSHxVNWGTknd2qDpDIfBMuta836C9149A+VFnQHa+JCEsiXkP/LJFiqYHl1Fc8fK06cGXWCfxFySV0K2ILc6d4gno/xp+96tc5XIoJ/VXZG29x5uGusaJ3gUGJEUKq1ajE/4VoqjOzgDziyRirG/pLcixx6o1AeU4mY6tnKNJBdPxCr9/ZpAZ3mDIHbj/YruDLpEwXrMLdMEpACKH+RwdHpUu6vGtiV/krE='} 2023-07-27T12:52:10.997 INFO:teuthology.orchestra.console:Power off smithi064 2023-07-27T12:52:10.998 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-07-27T12:52:11.006 INFO:teuthology.orchestra.console:Power off for smithi181 completed 2023-07-27T12:52:11.018 DEBUG:teuthology.orchestra.console:power off output: Chassis Power Control: Down/Off 2023-07-27T12:52:11.018 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi064.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-27T12:52:11.039 INFO:teuthology.orchestra.console:Power off smithi181 2023-07-27T12:52:11.039 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-07-27T12:52:11.048 DEBUG:teuthology.orchestra.console:check power output: Chassis Power is off 2023-07-27T12:52:11.060 DEBUG:teuthology.orchestra.console:power off output: Chassis Power Control: Down/Off 2023-07-27T12:52:11.060 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-27T12:52:11.083 DEBUG:teuthology.orchestra.console:check power output: Chassis Power is off 2023-07-27T12:52:11.107 INFO:teuthology.orchestra.console:Power on smithi181 2023-07-27T12:52:11.108 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2023-07-27T12:52:11.128 DEBUG:teuthology.orchestra.console:power on output: Chassis Power Control: Up/On 2023-07-27T12:52:11.128 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-27T12:52:11.149 INFO:teuthology.orchestra.console:Power off for smithi064 completed 2023-07-27T12:52:11.161 DEBUG:teuthology.orchestra.console:check power output: Chassis Power is off 2023-07-27T12:52:11.184 INFO:teuthology.orchestra.console:Power off for smithi181 completed 2023-07-27T12:52:16.258 DEBUG:teuthology.orchestra.console:pexpect command: ipmitool -H smithi181.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-07-27T12:52:21.285 DEBUG:teuthology.orchestra.console:check power output: Chassis Power is on 2023-07-27T12:52:26.305 INFO:teuthology.orchestra.console:Power on for smithi181 completed 2023-07-27T12:52:36.317 INFO:teuthology.provision.fog.smithi181:Waiting for deploy to finish 2023-07-27T12:52:36.317 DEBUG:teuthology.provision.fog.smithi181:FOG request: GET /task/active None 2023-07-27T12:52:41.322 INFO:teuthology.lock.ops:unlocked: smithi064.front.sepia.ceph.com 2023-07-27T12:52:41.362 INFO:teuthology.lock.ops:unlocked: smithi181.front.sepia.ceph.com 2023-07-27T12:52:48.963 CRITICAL:teuthology:Uncaught exception Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/virtualenv/bin/teuthology-dispatcher", line 8, in sys.exit(main()) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/scripts/dispatcher.py", line 35, in main sys.exit(teuthology.dispatcher.main(args)) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/dispatcher/__init__.py", line 69, in main return supervisor.main(args) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/dispatcher/supervisor.py", line 57, in main reimage(job_config) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/dispatcher/supervisor.py", line 227, in reimage reimaged = lock_ops.reimage_machines(ctx, targets, job_config['machine_type']) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/lock/ops.py", line 325, in reimage_machines reimaged[machine] = machines[machine] File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/provision/__init__.py", line 44, in reimage result = obj.create() File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/provision/fog.py", line 79, in create task_id = self.schedule_deploy_task(host_id) File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/provision/fog.py", line 211, in schedule_deploy_task resp = self.do_request( File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/teuthology/provision/fog.py", line 125, in do_request resp.raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_407880c6d3fb77318fff01c863715090f9c2de69/virtualenv/lib/python3.8/site-packages/requests/models.py", line 960, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://fog.front.sepia.ceph.com/fog/host/169/task