2024-01-13T06:43:39.314 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-13T06:43:39.315 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T06:43:39.433 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3ea077ec10>, signals=[15]) 2024-01-13T06:43:39.434 INFO:teuthology.lock.ops:Start node 'smithi133.front.sepia.ceph.com' reimaging 2024-01-13T06:43:39.436 INFO:teuthology.lock.ops:Updating [smithi133.front.sepia.ceph.com]: reset os type and version on server 2024-01-13T06:43:39.436 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-01-13T06:43:39.565 DEBUG:teuthology.provision.fog.smithi133:Requesting image smithi_ubuntu_20.04 (ID 2) 2024-01-13T06:43:39.615 INFO:teuthology.provision.fog.smithi133:Scheduling deploy of ubuntu 20.04 2024-01-13T06:43:39.885 INFO:teuthology.orchestra.console.smithi133:Power off 2024-01-13T06:43:39.885 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T06:43:39.906 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-01-13T06:43:39.906 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T06:43:39.928 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-01-13T06:43:40.029 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-01-13T06:43:40.129 INFO:teuthology.orchestra.console.smithi133:Power on 2024-01-13T06:43:40.129 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power on 2024-01-13T06:43:40.151 DEBUG:teuthology.orchestra.console.smithi133:power on output: Chassis Power Control: Up/On 2024-01-13T06:43:40.151 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T06:43:40.173 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-01-13T06:43:44.176 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T06:43:44.285 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-01-13T06:43:48.288 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T06:43:48.398 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-01-13T06:43:48.499 INFO:teuthology.orchestra.console.smithi133:Power on completed 2024-01-13T06:43:48.600 INFO:teuthology.provision.fog.smithi133:Waiting for deploy to finish 2024-01-13T06:47:19.897 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T06:48:19.956 ERROR:teuthology.orchestra.connection:Error authenticating with smithi133.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 457, in connect server_key = t.get_remote_server_key() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 918, in get_remote_server_key raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2024-01-13T06:48:56.054 INFO:teuthology.orchestra.run:Running command with timeout 600 2024-01-13T06:48:56.055 DEBUG:teuthology.orchestra.run.smithi133:> while [ ! -e '/.cephlab_net_configured' ]; do sleep 5; done 2024-01-13T06:49:17.582 INFO:teuthology.provision.fog.smithi133:Node is ready 2024-01-13T06:49:17.582 DEBUG:teuthology.orchestra.run.smithi133:> hostname 2024-01-13T06:49:17.590 INFO:teuthology.orchestra.run.smithi133.stdout:smithi133.front.sepia.ceph.com 2024-01-13T06:49:17.591 DEBUG:teuthology.orchestra.run.smithi133:> grep smithi133.front.sepia.ceph.com /etc/hosts 2024-01-13T06:49:17.598 INFO:teuthology.orchestra.run.smithi133.stdout:172.21.15.133 smithi133.front.sepia.ceph.com smithi133 2024-01-13T06:49:17.598 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname smithi133 2024-01-13T06:49:17.673 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i -e 's/smithi133.front.sepia.ceph.com/smithi133/g' /etc/hosts 2024-01-13T06:49:17.690 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i -e 's/172.21.15.133/172.21.15.133/g' /etc/hosts 2024-01-13T06:49:17.748 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i -e 's/smithi133.front.sepia.ceph.com/smithi133/g' /etc/hostname 2024-01-13T06:49:17.762 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname smithi133 2024-01-13T06:49:17.772 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-01-13T06:49:17.819 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Ubuntu" 2024-01-13T06:49:17.819 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-13T06:49:17.819 INFO:teuthology.orchestra.run.smithi133.stdout:ID=ubuntu 2024-01-13T06:49:17.819 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE=debian 2024-01-13T06:49:17.819 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-13T06:49:17.819 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="20.04" 2024-01-13T06:49:17.819 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-13T06:49:17.819 INFO:teuthology.orchestra.run.smithi133.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-13T06:49:17.819 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-13T06:49:17.820 INFO:teuthology.orchestra.run.smithi133.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-13T06:49:17.820 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_CODENAME=focal 2024-01-13T06:49:17.820 INFO:teuthology.orchestra.run.smithi133.stdout:UBUNTU_CODENAME=focal 2024-01-13T06:49:17.820 INFO:teuthology.provision.fog.smithi133:Deploy complete! 2024-01-13T06:49:17.822 DEBUG:teuthology.parallel:result is None 2024-01-13T06:49:17.984 INFO:teuthology.lock.ops:Checking smithi133.front.sepia.ceph.com 2024-01-13T06:49:17.984 INFO:teuthology.lock.ops:New key found. Updating... 2024-01-13T06:49:18.007 INFO:teuthology.lock.ops:Updating [smithi133.front.sepia.ceph.com]: set os type and version on server 2024-01-13T06:49:18.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-13T06:49:18.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T06:49:18.103 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-01-13T06:49:18.226 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-13T06:49:18.226 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-01-13T06:49:18.232 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-01-13T06:49:18.233 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-01-13T06:49:18.239 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Ubuntu" 2024-01-13T06:49:18.239 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-13T06:49:18.239 INFO:teuthology.orchestra.run.smithi133.stdout:ID=ubuntu 2024-01-13T06:49:18.239 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE=debian 2024-01-13T06:49:18.239 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-13T06:49:18.239 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="20.04" 2024-01-13T06:49:18.239 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-13T06:49:18.239 INFO:teuthology.orchestra.run.smithi133.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-13T06:49:18.240 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-13T06:49:18.240 INFO:teuthology.orchestra.run.smithi133.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-13T06:49:18.240 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_CODENAME=focal 2024-01-13T06:49:18.240 INFO:teuthology.orchestra.run.smithi133.stdout:UBUNTU_CODENAME=focal 2024-01-13T06:49:18.240 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-01-13T06:49:18.262 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T06:49:18.361 INFO:teuthology.dispatcher.supervisor:Running job 7515511 2024-01-13T06:49:18.361 DEBUG:teuthology.dispatcher.supervisor:Running: /home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/virtualenv/bin/teuthology -v --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-12_15:24:25-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7515511 --name yuriw-2024-01-12_15:24:25-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --description rados/singleton/{all/admin-socket mon_election/connectivity msgr-failures/many msgr/async-v1only objectstore/bluestore-stupid rados supported-random-distro$/{ubuntu_latest}} -- /home/teuthworker/archive/yuriw-2024-01-12_15:24:25-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7515511/orig.config.yaml 2024-01-13T06:49:18.366 INFO:teuthology.dispatcher.supervisor:Job archive: /home/teuthworker/archive/yuriw-2024-01-12_15:24:25-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7515511 2024-01-13T06:49:18.366 INFO:teuthology.dispatcher.supervisor:Job PID: 3295212 2024-01-13T06:49:18.366 INFO:teuthology.dispatcher.supervisor:Running with watchdog 2024-01-13T06:49:22.240 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-01-13T06:51:18.466 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T06:53:18.632 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T06:55:18.736 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T06:57:18.908 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T06:59:19.064 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T06:59:19.137 ERROR:teuthology.dispatcher.supervisor:Child exited with code 1 2024-01-13T06:59:19.205 INFO:teuthology.dispatcher.supervisor:Nuking machines... 2024-01-13T06:59:19.205 INFO:teuthology.nuke:Checking targets against current locks 2024-01-13T06:59:19.252 DEBUG:teuthology.nuke:shortname: smithi133 2024-01-13T06:59:19.253 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T06:59:19.274 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_15:24:25-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7515511', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 06:43:38.307842', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-13T06:59:19.326 INFO:teuthology.orchestra.console.smithi133:Power off 2024-01-13T06:59:19.326 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T06:59:19.347 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-01-13T06:59:19.348 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T06:59:19.369 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-01-13T06:59:19.470 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-01-13T06:59:19.616 INFO:teuthology.lock.ops:unlocked: smithi133.front.sepia.ceph.com