2023-08-26T12:26:50.174 INFO:root:teuthology version: 0.0.1.dev185+g449a1bc 2023-08-26T12:26:50.176 DEBUG:teuthology.run:Teuthology command: teuthology --description rbd/pwl-cache/tmpfs/{1-base/install 2-cluster/{fix-2 openstack} 3-supported-random-distro$/{centos_latest} 4-cache-path 5-cache-mode/rwl 6-cache-size/1G 7-workloads/qemu_xfstests} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-08-25_17:40:36-rbd-main-distro-default-smithi/7380342 --name yuriw-2023-08-25_17:40:36-rbd-main-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2023-08-25_17:40:36-rbd-main-distro-default-smithi/7380342/orig.config.yaml 2023-08-26T12:26:50.204 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-08-26T12:26:50.286 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-08-25_17:40:36-rbd-main-distro-default-smithi/7380342 branch: main description: rbd/pwl-cache/tmpfs/{1-base/install 2-cluster/{fix-2 openstack} 3-supported-random-distro$/{centos_latest} 4-cache-path 5-cache-mode/rwl 6-cache-size/1G 7-workloads/qemu_xfstests} email: yweinste@redhat.com first_in_suite: false job_id: '7380342' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-08-25_17:40:36-rbd-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: client: rbd_persistent_cache_mode: rwl rbd_persistent_cache_path: /home/ubuntu/cephtest/rbd-pwl-cache rbd_persistent_cache_size: 1073741824 rbd_plugins: pwl_cache mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: e7eb9853fddaf661c68f207346131a7e00d8ed2f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e7eb9853fddaf661c68f207346131a7e00d8ed2f workunit: branch: main sha1: e7eb9853fddaf661c68f207346131a7e00d8ed2f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - mon.a - mgr.x - osd.0 - osd.1 - - mon.b - mgr.y - osd.2 - osd.3 - client.0 seed: 5715 sha1: e7eb9853fddaf661c68f207346131a7e00d8ed2f sleep_before_teardown: 0 subset: 111/120000 suite: rbd suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e7eb9853fddaf661c68f207346131a7e00d8ed2f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e7eb9853fddaf661c68f207346131a7e00d8ed2f targets: smithi122.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6vg4dji8erDbZCFNGIrmb60rK8FrTfXW2E6wApYZ4pg6y2jcb1hr61n4VfibElkXsTLIbNouJQScioOXBLAMGdU+QMCmj/yRrb4vHrbBJzGjeTzIG8eaGu1/MZOAxykkELc1x/xxUZNXTNGiXIcHfwUjT/At3+ArSS0qhsPg56soxviTvzHA4Yap1U6omXXx5geivPN+o5xTR77boFzEMcTMaqu+zgfOUTnmTnKr0w0gtvbNHF73w4o1TIDiR9flhcV7/2wDgStTQR/81RWCxbE0vX7GeuuT0nbGg0fVqfEUg4UNlznH/zzZgrHU/PPZBbvCL4i1wEVNjqs08TxhAfn2zdwhq93Df75dfV8NAC5uRtqqJtNdhs3fE166hqlBj4kBrcqphqeTMLpCZ+sYylUGRIhoT/PvgQY2KXMNVgRNCNsm5Z/QeU3N5xhuRp/vsG3wOoumtWumfKkglkOAuvo+hkWHcjUXBC9B0H5T6ymfNA2uRbrpN188fpethlVM= smithi132.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOmhV96r1RjD9+IUFQpxwnKVNgc3Ys4s0VuDGFP0XVHuKlmtDcyxC9Wjjzk204DzYuTvux7IT5JcwMfRr19ThQA= tasks: - install: null - ceph: null - exec: client.0: - mkdir /home/ubuntu/cephtest/tmpfs - mkdir /home/ubuntu/cephtest/rbd-pwl-cache - sudo mount -t tmpfs -o size=20G tmpfs /home/ubuntu/cephtest/tmpfs - truncate -s 20G /home/ubuntu/cephtest/tmpfs/loopfile - mkfs.ext4 /home/ubuntu/cephtest/tmpfs/loopfile - sudo mount -o loop /home/ubuntu/cephtest/tmpfs/loopfile /home/ubuntu/cephtest/rbd-pwl-cache - sudo chmod 777 /home/ubuntu/cephtest/rbd-pwl-cache - exec_on_cleanup: client.0: - sudo umount /home/ubuntu/cephtest/rbd-pwl-cache - sudo umount /home/ubuntu/cephtest/tmpfs - rm -rf /home/ubuntu/cephtest/rbd-pwl-cache - rm -rf /home/ubuntu/cephtest/tmpfs - qemu: client.0: cpus: 4 disks: 3 memory: 4096 test: qa/run_xfstests_qemu.sh type: block teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 449a1bc2027504e7b3c3d7b30fa4178906581da7 timestamp: 2023-08-25_17:40:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2002 2023-08-26T12:26:50.287 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e7eb9853fddaf661c68f207346131a7e00d8ed2f/qa; will attempt to use it 2023-08-26T12:26:50.288 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e7eb9853fddaf661c68f207346131a7e00d8ed2f/qa/tasks 2023-08-26T12:26:50.288 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-08-26T12:26:50.290 INFO:teuthology.task.internal:Checking packages... 2023-08-26T12:26:50.314 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e7eb9853fddaf661c68f207346131a7e00d8ed2f' 2023-08-26T12:26:50.315 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-08-26T12:26:50.315 INFO:teuthology.packaging:ref: None 2023-08-26T12:26:50.315 INFO:teuthology.packaging:tag: None 2023-08-26T12:26:50.316 INFO:teuthology.packaging:branch: main 2023-08-26T12:26:50.316 INFO:teuthology.packaging:sha1: e7eb9853fddaf661c68f207346131a7e00d8ed2f 2023-08-26T12:26:50.316 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2023-08-26T12:26:50.572 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-5708.gd50a53f8 2023-08-26T12:26:50.573 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-08-26T12:26:50.584 INFO:teuthology.task.internal:no buildpackages task found 2023-08-26T12:26:50.585 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-08-26T12:26:50.673 INFO:teuthology.task.internal:Saving configuration 2023-08-26T12:26:50.685 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-08-26T12:26:50.708 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-08-26T12:26:50.732 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-25_17:40:36-rbd-main-distro-default-smithi/7380342', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-08-26 12:21:57.820329', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA4P+eZB6opV5Jm+OEwfT5A3HqGyrAMyLo2NjvuipgRNqwkUpcd5ImXWGU29j4h8X0I9olYgt41HOGXln90j6kk='} 2023-08-26T12:26:50.754 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-25_17:40:36-rbd-main-distro-default-smithi/7380342', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-08-26 12:21:57.822241', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOmhV96r1RjD9+IUFQpxwnKVNgc3Ys4s0VuDGFP0XVHuKlmtDcyxC9Wjjzk204DzYuTvux7IT5JcwMfRr19ThQA='} 2023-08-26T12:26:50.754 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-08-26T12:26:50.761 INFO:teuthology.task.internal:roles: ubuntu@smithi122.front.sepia.ceph.com - ['mon.a', 'mgr.x', 'osd.0', 'osd.1'] 2023-08-26T12:26:50.761 INFO:teuthology.task.internal:roles: ubuntu@smithi132.front.sepia.ceph.com - ['mon.b', 'mgr.y', 'osd.2', 'osd.3', 'client.0'] 2023-08-26T12:26:50.762 INFO:teuthology.run_tasks:Running task console_log... 2023-08-26T12:26:50.914 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f317562ff70>, signals=[15]) 2023-08-26T12:26:50.915 INFO:teuthology.run_tasks:Running task internal.connect... 2023-08-26T12:26:50.953 INFO:teuthology.task.internal:Opening connections... 2023-08-26T12:26:50.954 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi122.front.sepia.ceph.com 2023-08-26T12:26:50.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-08-26T12:26:50.973 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/task/internal/__init__.py", line 180, in connect rem.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/orchestra/remote.py", line 386, in connect self.ssh = connection.connect(**args) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 406, in connect t.start_client(timeout=timeout) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 698, in start_client raise e File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 2109, in run ptype, m = self.packetizer.read_message() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 459, in read_message header = self.read_all(self.__block_size_in, check_rekey=True) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 303, in read_all raise EOFError() EOFError 2023-08-26T12:26:51.048 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0963be1a237948829cfc4a8cba6acd72 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/task/internal/__init__.py", line 180, in connect rem.connect() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/orchestra/remote.py", line 386, in connect self.ssh = connection.connect(**args) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 406, in connect t.start_client(timeout=timeout) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 698, in start_client raise e File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 2109, in run ptype, m = self.packetizer.read_message() File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 459, in read_message header = self.read_all(self.__block_size_in, check_rekey=True) File "/home/teuthworker/src/git.ceph.com_teuthology_449a1bc2027504e7b3c3d7b30fa4178906581da7/virtualenv/lib/python3.8/site-packages/paramiko/packet.py", line 303, in read_all raise EOFError() EOFError 2023-08-26T12:26:51.051 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-08-26T12:26:51.071 INFO:teuthology.nuke:Checking targets against current locks 2023-08-26T12:26:51.111 DEBUG:teuthology.nuke:shortname: smithi122 2023-08-26T12:26:51.112 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-08-26T12:26:51.137 DEBUG:teuthology.nuke:shortname: smithi132 2023-08-26T12:26:51.138 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-08-26T12:26:51.142 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi122.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-25_17:40:36-rbd-main-distro-default-smithi/7380342', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-08-26 12:21:57.820329', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA4P+eZB6opV5Jm+OEwfT5A3HqGyrAMyLo2NjvuipgRNqwkUpcd5ImXWGU29j4h8X0I9olYgt41HOGXln90j6kk='} 2023-08-26T12:26:51.162 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi132.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-08-25_17:40:36-rbd-main-distro-default-smithi/7380342', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-08-26 12:21:57.822241', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOmhV96r1RjD9+IUFQpxwnKVNgc3Ys4s0VuDGFP0XVHuKlmtDcyxC9Wjjzk204DzYuTvux7IT5JcwMfRr19ThQA='} 2023-08-26T12:26:51.195 INFO:teuthology.orchestra.console.smithi122:Power off 2023-08-26T12:26:51.196 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-08-26T12:26:51.220 DEBUG:teuthology.orchestra.console.smithi122:power off output: Chassis Power Control: Down/Off 2023-08-26T12:26:51.220 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-26T12:26:51.241 INFO:teuthology.orchestra.console.smithi132:Power off 2023-08-26T12:26:51.242 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-08-26T12:26:51.250 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2023-08-26T12:26:51.262 DEBUG:teuthology.orchestra.console.smithi132:power off output: Chassis Power Control: Down/Off 2023-08-26T12:26:51.262 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-26T12:26:51.303 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-08-26T12:26:55.255 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-26T12:26:55.304 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-26T12:26:55.364 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is on 2023-08-26T12:26:55.414 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is on 2023-08-26T12:26:59.369 DEBUG:teuthology.orchestra.console.smithi122:pexpect command: ipmitool -H smithi122.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-26T12:26:59.415 DEBUG:teuthology.orchestra.console.smithi132:pexpect command: ipmitool -H smithi132.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-08-26T12:26:59.478 DEBUG:teuthology.orchestra.console.smithi122:check power output: Chassis Power is off 2023-08-26T12:26:59.524 DEBUG:teuthology.orchestra.console.smithi132:check power output: Chassis Power is off 2023-08-26T12:26:59.580 INFO:teuthology.orchestra.console.smithi122:Power off completed 2023-08-26T12:26:59.626 INFO:teuthology.orchestra.console.smithi132:Power off completed 2023-08-26T12:26:59.730 INFO:teuthology.run:Summary data: description: rbd/pwl-cache/tmpfs/{1-base/install 2-cluster/{fix-2 openstack} 3-supported-random-distro$/{centos_latest} 4-cache-path 5-cache-mode/rwl 6-cache-size/1G 7-workloads/qemu_xfstests} failure_reason: '' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0963be1a237948829cfc4a8cba6acd72 status: fail success: false 2023-08-26T12:26:59.730 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-08-26T12:26:59.810 INFO:teuthology.run:FAIL