2024-05-19T23:29:09.983 INFO:root:teuthology version: 0.0.1.dev287+gb9e3da8 2024-05-19T23:29:09.984 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/osds/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-ops/rm-zap-wait} --archive /home/teuthworker/archive/teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi/7714772 --verbose --name teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi --owner scheduled_teuthology@teuthology -- /home/teuthworker/archive/teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi/7714772/orig.config.yaml 2024-05-19T23:29:10.010 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-19T23:29:10.080 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi/7714772 branch: reef description: rados/cephadm/osds/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-ops/rm-zap-wait} email: ceph-qa@ceph.com first_in_suite: false job_id: '7714772' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: reef ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b9b067bc6d30ec00e391f0fa43f50affe981ba2f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b9b067bc6d30ec00e391f0fa43f50affe981ba2f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef sha1: b9b067bc6d30ec00e391f0fa43f50affe981ba2f owner: scheduled_teuthology@teuthology priority: 931 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3003 sha1: b9b067bc6d30ec00e391f0fa43f50affe981ba2f sleep_before_teardown: 0 subset: 30401/100000 suite: rados suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_b9b067bc6d30ec00e391f0fa43f50affe981ba2f/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: b9b067bc6d30ec00e391f0fa43f50affe981ba2f targets: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOUAp9QKiFmn/PHF2R0bBiLkmEpjhhUfqy+gKQpY/HvohfAKvdLs80VfqAFikQyDTR8rBVrbl4hTYPmRR7o0lZk= smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNu5FQnylLrrTzBt4u4MnoqNathFw8pIqKvFBsk3nHyobqC1v6JHF/Rt/jphFl7+D9s+iPt8OtqvKSYwIiO+wkU= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' - cephadm.shell: host.a: - 'set -e set -x ceph orch ps ceph orch device ls DEVID=$(ceph device ls | grep osd.1 | awk ''{print $1}'') HOST=$(ceph orch device ls | grep $DEVID | awk ''{print $1}'') DEV=$(ceph orch device ls | grep $DEVID | awk ''{print $2}'') echo "host $HOST, dev $DEV, devid $DEVID" ceph orch osd rm 1 while ceph orch osd rm status | grep ^1 ; do sleep 5 ; done ceph orch device zap $HOST $DEV --force while ! ceph osd dump | grep osd.1 | grep up ; do sleep 5 ; done ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a timestamp: 2024-05-19_22:00:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-05-19T23:29:10.080 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_b9b067bc6d30ec00e391f0fa43f50affe981ba2f/qa; will attempt to use it 2024-05-19T23:29:10.081 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_b9b067bc6d30ec00e391f0fa43f50affe981ba2f/qa/tasks 2024-05-19T23:29:10.081 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-19T23:29:10.083 INFO:teuthology.task.internal:Checking packages... 2024-05-19T23:29:10.103 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b9b067bc6d30ec00e391f0fa43f50affe981ba2f' 2024-05-19T23:29:10.103 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-19T23:29:10.103 INFO:teuthology.packaging:ref: None 2024-05-19T23:29:10.103 INFO:teuthology.packaging:tag: None 2024-05-19T23:29:10.103 INFO:teuthology.packaging:branch: reef 2024-05-19T23:29:10.103 INFO:teuthology.packaging:sha1: b9b067bc6d30ec00e391f0fa43f50affe981ba2f 2024-05-19T23:29:10.103 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef 2024-05-19T23:29:10.442 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1349.gb9b067bc 2024-05-19T23:29:10.443 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-19T23:29:10.450 INFO:teuthology.task.internal:no buildpackages task found 2024-05-19T23:29:10.450 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-19T23:29:10.457 INFO:teuthology.task.internal:Saving configuration 2024-05-19T23:29:10.468 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-19T23:29:10.475 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-19T23:29:10.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi/7714772', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-19 23:24:15.228881', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOUAp9QKiFmn/PHF2R0bBiLkmEpjhhUfqy+gKQpY/HvohfAKvdLs80VfqAFikQyDTR8rBVrbl4hTYPmRR7o0lZk='} 2024-05-19T23:29:10.523 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi/7714772', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-19 23:24:15.230170', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNu5FQnylLrrTzBt4u4MnoqNathFw8pIqKvFBsk3nHyobqC1v6JHF/Rt/jphFl7+D9s+iPt8OtqvKSYwIiO+wkU='} 2024-05-19T23:29:10.523 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-19T23:29:10.530 INFO:teuthology.task.internal:roles: ubuntu@smithi003.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-05-19T23:29:10.530 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-05-19T23:29:10.530 INFO:teuthology.run_tasks:Running task console_log... 2024-05-19T23:29:10.593 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe532993ac0>, signals=[15]) 2024-05-19T23:29:10.594 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-19T23:29:10.600 INFO:teuthology.task.internal:Opening connections... 2024-05-19T23:29:10.600 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2024-05-19T23:29:10.601 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T23:29:10.683 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-05-19T23:29:10.684 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-19T23:29:10.764 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-19T23:29:10.771 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2024-05-19T23:29:10.793 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2024-05-19T23:29:10.794 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2024-05-19T23:29:10.854 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="Red Hat Enterprise Linux" 2024-05-19T23:29:10.854 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="8.6 (Ootpa)" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:ID="rhel" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE="fedora" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="8.6" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:PLATFORM_ID="platform:el8" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:ANSI_COLOR="0;31" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://www.redhat.com/" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-05-19T23:29:10.855 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-05-19T23:29:10.856 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-05-19T23:29:10.856 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2024-05-19T23:29:10.877 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-05-19T23:29:10.897 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-05-19T23:29:10.897 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="Red Hat Enterprise Linux" 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="8.6 (Ootpa)" 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:ID="rhel" 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="fedora" 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="8.6" 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el8" 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-05-19T23:29:10.958 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://www.redhat.com/" 2024-05-19T23:29:10.959 INFO:teuthology.orchestra.run.smithi110.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-05-19T23:29:10.959 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-19T23:29:10.959 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-05-19T23:29:10.959 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-05-19T23:29:10.959 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-05-19T23:29:10.959 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-05-19T23:29:10.959 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-05-19T23:29:10.959 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-05-19T23:29:10.985 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-19T23:29:10.993 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-19T23:29:10.999 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-19T23:29:10.999 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2024-05-19T23:29:11.002 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-05-19T23:29:11.019 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-19T23:29:11.025 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-19T23:29:11.025 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2024-05-19T23:29:11.062 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-05-19T23:29:11.092 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-19T23:29:11.140 INFO:teuthology.run_tasks:Running task kernel... 2024-05-19T23:29:11.154 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-19T23:29:11.155 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-19T23:29:11.155 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-19T23:29:11.155 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-19T23:29:11.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T23:29:11.173 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-05-19T23:29:11.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T23:29:11.175 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2024-05-19T23:29:11.228 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-05-19T23:29:11.229 INFO:teuthology.task.kernel:Running kernel on smithi110: 4.18.0-513.9.1.el8_9.x86_64 2024-05-19T23:29:11.229 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2024-05-19T23:29:11.236 INFO:teuthology.orchestra.run.smithi003.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-05-19T23:29:11.236 INFO:teuthology.task.kernel:Running kernel on smithi003: 4.18.0-513.9.1.el8_9.x86_64 2024-05-19T23:29:11.236 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum install -y kernel 2024-05-19T23:29:12.731 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-05-19T23:29:12.732 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2024-05-19T23:29:12.781 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2024-05-19T23:29:12.781 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2024-05-19T23:29:12.861 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-05-19T23:29:12.861 INFO:teuthology.orchestra.run.smithi110.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-05-19T23:29:12.861 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-05-19T23:29:12.898 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-19T23:29:12.898 INFO:teuthology.orchestra.run.smithi003.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-05-19T23:29:12.898 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-19T23:29:14.555 INFO:teuthology.orchestra.run.smithi003.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-05-19T23:29:14.598 INFO:teuthology.orchestra.run.smithi110.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2024-05-19T23:29:15.701 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 12 MB/s | 14 MB 00:01 2024-05-19T23:29:16.300 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 7.9 MB/s | 14 MB 00:01 2024-05-19T23:29:19.775 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 417 kB/s | 24 kB 00:00 2024-05-19T23:29:20.478 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-05-19T23:29:20.478 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-05-19T23:29:20.554 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-05-19T23:29:20.555 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-05-19T23:29:20.555 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-05-19T23:29:20.693 DEBUG:teuthology.orchestra.run.smithi110:> echo no | sudo yum reinstall kernel || true 2024-05-19T23:29:20.889 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 425 kB/s | 24 kB 00:00 2024-05-19T23:29:21.068 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-05-19T23:29:21.068 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2024-05-19T23:29:21.137 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-05-19T23:29:21.137 INFO:teuthology.orchestra.run.smithi110.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-05-19T23:29:21.137 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-05-19T23:29:21.449 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:02 ago on Sun 19 May 2024 11:29:19 PM UTC. 2024-05-19T23:29:21.522 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-05-19T23:29:21.522 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-05-19T23:29:21.559 INFO:teuthology.orchestra.run.smithi110.stderr:Error: No packages marked for reinstall. 2024-05-19T23:29:21.607 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum reinstall -y kernel || true 2024-05-19T23:29:21.716 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-05-19T23:29:21.717 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-05-19T23:29:21.803 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-05-19T23:29:21.804 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2024-05-19T23:29:21.805 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-05-19T23:29:21.944 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-05-19T23:29:21.944 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2024-05-19T23:29:21.958 DEBUG:teuthology.orchestra.run.smithi003:> echo no | sudo yum reinstall kernel || true 2024-05-19T23:29:22.147 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-05-19T23:29:22.148 INFO:teuthology.orchestra.run.smithi110.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-05-19T23:29:22.148 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-05-19T23:29:22.345 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2024-05-19T23:29:22.345 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2024-05-19T23:29:22.453 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:03 ago on Sun 19 May 2024 11:29:19 PM UTC. 2024-05-19T23:29:22.517 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-05-19T23:29:22.517 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-05-19T23:29:22.553 INFO:teuthology.orchestra.run.smithi110.stderr:Error: No packages marked for reinstall. 2024-05-19T23:29:22.569 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-19T23:29:22.570 INFO:teuthology.orchestra.run.smithi003.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-05-19T23:29:22.570 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-19T23:29:22.599 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-05-19T23:29:22.766 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-05-19T23:29:22.767 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-05-19T23:29:22.767 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-19T23:29:22.767 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-19T23:29:22.767 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-19T23:29:22.796 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-05-19T23:29:22.811 DEBUG:teuthology.parallel:result is None 2024-05-19T23:29:22.937 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:02 ago on Sun 19 May 2024 11:29:20 PM UTC. 2024-05-19T23:29:23.030 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-05-19T23:29:23.030 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-05-19T23:29:23.069 INFO:teuthology.orchestra.run.smithi003.stderr:Error: No packages marked for reinstall. 2024-05-19T23:29:23.124 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum reinstall -y kernel || true 2024-05-19T23:29:23.506 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2024-05-19T23:29:23.506 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2024-05-19T23:29:23.729 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-19T23:29:23.729 INFO:teuthology.orchestra.run.smithi003.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-05-19T23:29:23.729 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-05-19T23:29:24.093 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:04 ago on Sun 19 May 2024 11:29:20 PM UTC. 2024-05-19T23:29:24.162 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-05-19T23:29:24.163 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-05-19T23:29:24.191 INFO:teuthology.orchestra.run.smithi003.stderr:Error: No packages marked for reinstall. 2024-05-19T23:29:24.253 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2024-05-19T23:29:24.448 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-05-19T23:29:24.449 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-05-19T23:29:24.449 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-19T23:29:24.449 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-19T23:29:24.449 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-19T23:29:24.483 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2024-05-19T23:29:24.496 DEBUG:teuthology.parallel:result is None 2024-05-19T23:29:24.496 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-19T23:29:24.503 INFO:teuthology.task.internal:Creating test directory... 2024-05-19T23:29:24.503 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-19T23:29:24.539 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-19T23:29:24.560 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-19T23:29:24.566 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-19T23:29:24.573 INFO:teuthology.task.internal:Creating archive directory... 2024-05-19T23:29:24.574 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-19T23:29:24.599 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-19T23:29:24.633 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-19T23:29:24.641 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-19T23:29:24.641 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-19T23:29:24.671 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-19T23:29:24.708 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T23:29:24.711 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T23:29:24.720 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T23:29:24.725 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-19T23:29:24.727 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-19T23:29:24.737 INFO:teuthology.task.internal:Configuring sudo... 2024-05-19T23:29:24.737 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-19T23:29:24.770 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-19T23:29:24.803 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-19T23:29:24.816 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-19T23:29:24.817 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-19T23:29:24.847 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-19T23:29:24.866 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T23:29:24.954 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T23:29:25.093 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T23:29:25.141 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T23:29:25.192 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-05-19T23:29:25.193 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-19T23:29:25.267 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T23:29:25.315 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-19T23:29:25.370 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T23:29:25.452 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-19T23:29:25.501 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-05-19T23:29:25.502 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-19T23:29:25.572 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2024-05-19T23:29:25.574 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-05-19T23:29:25.627 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T23:29:25.661 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T23:29:26.003 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-19T23:29:26.011 INFO:teuthology.task.internal:Starting timer... 2024-05-19T23:29:26.011 INFO:teuthology.run_tasks:Running task pcp... 2024-05-19T23:29:26.020 INFO:teuthology.run_tasks:Running task selinux... 2024-05-19T23:29:26.030 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-19T23:29:26.030 DEBUG:teuthology.orchestra.run.smithi003:> sudo service auditd rotate 2024-05-19T23:29:26.097 INFO:teuthology.orchestra.run.smithi003.stdout:Rotating logs: 2024-05-19T23:29:26.099 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2024-05-19T23:29:26.160 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2024-05-19T23:29:26.162 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-19T23:29:26.162 DEBUG:teuthology.orchestra.run.smithi003:> /usr/sbin/getenforce 2024-05-19T23:29:26.187 INFO:teuthology.orchestra.run.smithi003.stdout:Permissive 2024-05-19T23:29:26.187 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2024-05-19T23:29:26.214 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2024-05-19T23:29:26.215 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi003.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi110.front.sepia.ceph.com': 'permissive'} 2024-05-19T23:29:26.215 DEBUG:teuthology.orchestra.run.smithi003:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-05-19T23:29:26.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T23:29:26.262 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-05-19T23:29:26.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T23:29:26.290 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-19T23:29:26.290 DEBUG:teuthology.orchestra.run.smithi003:> sudo /usr/sbin/setenforce permissive 2024-05-19T23:29:26.340 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2024-05-19T23:29:26.367 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-19T23:29:26.376 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-19T23:29:26.389 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-19T23:29:26.390 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-19T23:38:28.128 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi/7714772/ansible_failures.yaml 2024-05-19T23:38:28.147 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'] 2024-05-19T23:38:28.336 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0135f9999cf2484a878d1205ca57c052 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_b9e3da87b1ec7920937cb4902b7e3fd9eda86b4a/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ['Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'] 2024-05-19T23:38:28.338 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-19T23:38:28.347 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-19T23:38:28.347 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-19T23:38:28.391 DEBUG:teuthology.orchestra.run.smithi003:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-19T23:38:28.466 DEBUG:teuthology.orchestra.run.smithi110:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-19T23:38:28.531 DEBUG:teuthology.orchestra.run.smithi003:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-05-19T23:38:28.568 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T23:38:28.569 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-05-19T23:38:28.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T23:38:28.600 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-19T23:38:28.609 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-19T23:38:28.616 INFO:teuthology.task.internal:Duration was 542.604956 seconds 2024-05-19T23:38:28.616 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-19T23:38:28.623 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-19T23:38:28.624 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-19T23:38:28.626 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-19T23:38:28.683 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T23:38:28.688 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-19T23:38:28.945 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-19T23:38:28.945 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi003.front.sepia.ceph.com 2024-05-19T23:38:28.945 DEBUG:teuthology.orchestra.run.smithi003:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-19T23:38:28.974 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-05-19T23:38:28.975 DEBUG:teuthology.orchestra.run.smithi110:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-19T23:38:28.998 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-19T23:38:28.998 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-19T23:38:29.017 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-19T23:38:29.081 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-19T23:38:29.081 DEBUG:teuthology.orchestra.run.smithi003:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-19T23:38:29.084 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-19T23:38:29.189 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-19T23:38:29.199 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-19T23:38:29.200 DEBUG:teuthology.orchestra.run.smithi003:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-19T23:38:29.231 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-19T23:38:29.258 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-19T23:38:29.266 DEBUG:teuthology.orchestra.run.smithi003:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-19T23:38:29.274 DEBUG:teuthology.orchestra.run.smithi110:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-19T23:38:29.304 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = core 2024-05-19T23:38:29.324 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-05-19T23:38:29.342 DEBUG:teuthology.orchestra.run.smithi003:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-19T23:38:29.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T23:38:29.384 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-19T23:38:29.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-19T23:38:29.401 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-19T23:38:29.409 INFO:teuthology.task.internal:Transferring archived files... 2024-05-19T23:38:29.411 DEBUG:teuthology.misc:Transferring archived files from smithi003:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi/7714772/remote/smithi003 2024-05-19T23:38:29.412 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-19T23:38:29.483 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-05-19_22:00:02-rados-reef-distro-default-smithi/7714772/remote/smithi110 2024-05-19T23:38:29.484 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-19T23:38:29.534 INFO:teuthology.task.internal:Removing archive directory... 2024-05-19T23:38:29.534 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-19T23:38:29.537 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-19T23:38:29.585 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-19T23:38:29.597 INFO:teuthology.task.internal:Not uploading archives. 2024-05-19T23:38:29.597 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-19T23:38:29.607 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-19T23:38:29.607 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-19T23:38:29.610 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-19T23:38:29.629 INFO:teuthology.orchestra.run.smithi003.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 19 23:38 /home/ubuntu/cephtest 2024-05-19T23:38:29.642 INFO:teuthology.orchestra.run.smithi110.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 19 23:38 /home/ubuntu/cephtest 2024-05-19T23:38:29.643 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-19T23:38:29.652 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-19T23:38:29.672 INFO:teuthology.run:Summary data: description: rados/cephadm/osds/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-ops/rm-zap-wait} duration: 542.6049561500549 failure_reason: '[''Unsupported parameters for (stat) module: get_md5. Supported parameters include: checksum_algorithm, follow, get_attributes, get_checksum, get_mime, path (attr, attributes, checksum, checksum_algo, dest, mime, mime-type, mime_type, name).'']' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0135f9999cf2484a878d1205ca57c052 status: dead success: false 2024-05-19T23:38:29.672 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-19T23:38:29.751 INFO:teuthology.run:DEAD