2023-12-14T00:30:58.319 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-14T00:30:58.319 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756 -- /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756/orig.config.yaml 2023-12-14T00:30:58.348 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T00:30:58.426 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756 branch: wip-yuri10-testing-2023-12-12-1229 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7490756' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri10-testing-2023-12-12-1229 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false 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: 021ac1670a21c19759080c6da90baaeb42e7d175 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2023-12-12-1229 sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 9963 sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2023-12-12-1229 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 targets: smithi082.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi114.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= 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:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-13_20:42:37 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-14T00:30:58.426 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa; will attempt to use it 2023-12-14T00:30:58.427 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_021ac1670a21c19759080c6da90baaeb42e7d175/qa/tasks 2023-12-14T00:30:58.427 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-14T00:30:58.429 INFO:teuthology.task.internal:Checking packages... 2023-12-14T00:30:58.452 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '021ac1670a21c19759080c6da90baaeb42e7d175' 2023-12-14T00:30:58.452 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-14T00:30:58.452 INFO:teuthology.packaging:ref: None 2023-12-14T00:30:58.452 INFO:teuthology.packaging:tag: None 2023-12-14T00:30:58.452 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-12-12-1229 2023-12-14T00:30:58.452 INFO:teuthology.packaging:sha1: 021ac1670a21c19759080c6da90baaeb42e7d175 2023-12-14T00:30:58.452 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2023-12-12-1229 2023-12-14T00:30:58.590 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-157.g021ac167 2023-12-14T00:30:58.591 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-14T00:30:58.599 INFO:teuthology.task.internal:no buildpackages task found 2023-12-14T00:30:58.599 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-14T00:30:58.632 INFO:teuthology.task.internal:Saving configuration 2023-12-14T00:30:58.644 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-14T00:30:58.664 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T00:30:58.691 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756', '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': '2023-12-14 00:25:39.553194', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T00:30:58.715 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756', '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': '2023-12-14 00:25:39.551619', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T00:30:58.738 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756', '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': '2023-12-14 00:25:39.554439', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T00:30:58.739 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-14T00:30:58.744 INFO:teuthology.task.internal:roles: ubuntu@smithi082.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-14T00:30:58.744 INFO:teuthology.task.internal:roles: ubuntu@smithi114.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-14T00:30:58.745 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-14T00:30:58.745 INFO:teuthology.run_tasks:Running task console_log... 2023-12-14T00:30:58.876 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fce20c17e50>, signals=[15]) 2023-12-14T00:30:58.876 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-14T00:30:58.885 INFO:teuthology.task.internal:Opening connections... 2023-12-14T00:30:58.886 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi082.front.sepia.ceph.com 2023-12-14T00:30:58.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi082.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T00:30:58.954 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi114.front.sepia.ceph.com 2023-12-14T00:30:58.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi114.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T00:30:59.021 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2023-12-14T00:30:59.022 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-14T00:30:59.088 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-14T00:30:59.097 DEBUG:teuthology.orchestra.run.smithi082:> uname -m 2023-12-14T00:30:59.117 INFO:teuthology.orchestra.run.smithi082.stdout:x86_64 2023-12-14T00:30:59.117 DEBUG:teuthology.orchestra.run.smithi082:> cat /etc/os-release 2023-12-14T00:30:59.176 INFO:teuthology.orchestra.run.smithi082.stdout:NAME="Red Hat Enterprise Linux" 2023-12-14T00:30:59.176 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION="8.6 (Ootpa)" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:ID="rhel" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:ID_LIKE="fedora" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:VERSION_ID="8.6" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:PLATFORM_ID="platform:el8" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:ANSI_COLOR="0;31" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:HOME_URL="https://www.redhat.com/" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout: 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T00:30:59.177 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-14T00:30:59.178 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-14T00:30:59.178 INFO:teuthology.orchestra.run.smithi082.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-14T00:30:59.178 INFO:teuthology.lock.ops:Updating smithi082.front.sepia.ceph.com on lock server 2023-12-14T00:30:59.202 DEBUG:teuthology.orchestra.run.smithi114:> uname -m 2023-12-14T00:30:59.222 INFO:teuthology.orchestra.run.smithi114.stdout:x86_64 2023-12-14T00:30:59.222 DEBUG:teuthology.orchestra.run.smithi114:> cat /etc/os-release 2023-12-14T00:30:59.281 INFO:teuthology.orchestra.run.smithi114.stdout:NAME="Red Hat Enterprise Linux" 2023-12-14T00:30:59.281 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION="8.6 (Ootpa)" 2023-12-14T00:30:59.281 INFO:teuthology.orchestra.run.smithi114.stdout:ID="rhel" 2023-12-14T00:30:59.281 INFO:teuthology.orchestra.run.smithi114.stdout:ID_LIKE="fedora" 2023-12-14T00:30:59.281 INFO:teuthology.orchestra.run.smithi114.stdout:VERSION_ID="8.6" 2023-12-14T00:30:59.281 INFO:teuthology.orchestra.run.smithi114.stdout:PLATFORM_ID="platform:el8" 2023-12-14T00:30:59.281 INFO:teuthology.orchestra.run.smithi114.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-14T00:30:59.281 INFO:teuthology.orchestra.run.smithi114.stdout:ANSI_COLOR="0;31" 2023-12-14T00:30:59.281 INFO:teuthology.orchestra.run.smithi114.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-14T00:30:59.282 INFO:teuthology.orchestra.run.smithi114.stdout:HOME_URL="https://www.redhat.com/" 2023-12-14T00:30:59.282 INFO:teuthology.orchestra.run.smithi114.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-14T00:30:59.282 INFO:teuthology.orchestra.run.smithi114.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T00:30:59.282 INFO:teuthology.orchestra.run.smithi114.stdout: 2023-12-14T00:30:59.282 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T00:30:59.282 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-14T00:30:59.282 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-14T00:30:59.282 INFO:teuthology.orchestra.run.smithi114.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-14T00:30:59.282 INFO:teuthology.lock.ops:Updating smithi114.front.sepia.ceph.com on lock server 2023-12-14T00:30:59.301 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2023-12-14T00:30:59.319 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2023-12-14T00:30:59.320 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2023-12-14T00:30:59.376 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="Red Hat Enterprise Linux" 2023-12-14T00:30:59.376 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="8.6 (Ootpa)" 2023-12-14T00:30:59.376 INFO:teuthology.orchestra.run.smithi163.stdout:ID="rhel" 2023-12-14T00:30:59.376 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="fedora" 2023-12-14T00:30:59.376 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="8.6" 2023-12-14T00:30:59.376 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el8" 2023-12-14T00:30:59.376 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-14T00:30:59.376 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2023-12-14T00:30:59.377 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-14T00:30:59.377 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://www.redhat.com/" 2023-12-14T00:30:59.377 INFO:teuthology.orchestra.run.smithi163.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-14T00:30:59.377 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-14T00:30:59.377 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-14T00:30:59.377 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-14T00:30:59.377 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-14T00:30:59.377 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-14T00:30:59.377 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-14T00:30:59.377 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2023-12-14T00:30:59.418 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-14T00:30:59.429 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-14T00:30:59.524 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-14T00:30:59.524 DEBUG:teuthology.orchestra.run.smithi082:> test '!' -e /home/ubuntu/cephtest 2023-12-14T00:30:59.527 DEBUG:teuthology.orchestra.run.smithi114:> test '!' -e /home/ubuntu/cephtest 2023-12-14T00:30:59.529 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2023-12-14T00:30:59.546 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-14T00:30:59.560 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-14T00:30:59.560 DEBUG:teuthology.orchestra.run.smithi082:> test -z $(ls -A /var/lib/ceph) 2023-12-14T00:30:59.587 DEBUG:teuthology.orchestra.run.smithi114:> test -z $(ls -A /var/lib/ceph) 2023-12-14T00:30:59.590 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2023-12-14T00:30:59.614 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-14T00:30:59.697 INFO:teuthology.run_tasks:Running task kernel... 2023-12-14T00:30:59.716 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-14T00:30:59.717 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-14T00:30:59.717 DEBUG:teuthology.orchestra.run.smithi082:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T00:30:59.718 DEBUG:teuthology.orchestra.run.smithi114:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T00:30:59.718 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-14T00:30:59.733 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:30:59.734 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-12-14T00:30:59.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:30:59.737 DEBUG:teuthology.orchestra.run.smithi114:> uname -r 2023-12-14T00:30:59.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:30:59.739 DEBUG:teuthology.orchestra.run.smithi082:> uname -r 2023-12-14T00:30:59.790 INFO:teuthology.orchestra.run.smithi163.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-14T00:30:59.790 INFO:teuthology.task.kernel:Running kernel on smithi163: 4.18.0-372.9.1.el8.x86_64 2023-12-14T00:30:59.790 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2023-12-14T00:30:59.795 INFO:teuthology.orchestra.run.smithi114.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-14T00:30:59.795 INFO:teuthology.task.kernel:Running kernel on smithi114: 4.18.0-372.9.1.el8.x86_64 2023-12-14T00:30:59.796 DEBUG:teuthology.orchestra.run.smithi114:> sudo yum install -y kernel 2023-12-14T00:30:59.799 INFO:teuthology.orchestra.run.smithi082.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-14T00:30:59.799 INFO:teuthology.task.kernel:Running kernel on smithi082: 4.18.0-372.9.1.el8.x86_64 2023-12-14T00:30:59.799 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum install -y kernel 2023-12-14T00:31:00.963 INFO:teuthology.orchestra.run.smithi082.stdout:Updating Subscription Management repositories. 2023-12-14T00:31:00.963 INFO:teuthology.orchestra.run.smithi082.stdout:Unable to read consumer identity 2023-12-14T00:31:00.993 INFO:teuthology.orchestra.run.smithi114.stdout:Updating Subscription Management repositories. 2023-12-14T00:31:00.993 INFO:teuthology.orchestra.run.smithi114.stdout:Unable to read consumer identity 2023-12-14T00:31:01.013 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-14T00:31:01.014 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-14T00:31:02.385 INFO:teuthology.orchestra.run.smithi082.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-14T00:31:02.440 INFO:teuthology.orchestra.run.smithi114.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-14T00:31:02.499 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-14T00:31:03.178 INFO:teuthology.orchestra.run.smithi082.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-14T00:31:03.284 INFO:teuthology.orchestra.run.smithi114.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-14T00:31:04.491 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 8.1 MB/s | 16 MB 00:01 2023-12-14T00:31:06.662 INFO:teuthology.orchestra.run.smithi082.stdout:lab-extras 416 kB/s | 24 kB 00:00 2023-12-14T00:31:06.868 INFO:teuthology.orchestra.run.smithi114.stdout:lab-extras 358 kB/s | 24 kB 00:00 2023-12-14T00:31:07.355 INFO:teuthology.orchestra.run.smithi082.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-14T00:31:07.403 INFO:teuthology.orchestra.run.smithi082.stdout:Dependencies resolved. 2023-12-14T00:31:07.404 INFO:teuthology.orchestra.run.smithi082.stdout:Nothing to do. 2023-12-14T00:31:07.404 INFO:teuthology.orchestra.run.smithi082.stdout:Complete! 2023-12-14T00:31:07.520 INFO:teuthology.orchestra.run.smithi114.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-14T00:31:07.540 DEBUG:teuthology.orchestra.run.smithi082:> echo no | sudo yum reinstall kernel || true 2023-12-14T00:31:07.577 INFO:teuthology.orchestra.run.smithi114.stdout:Dependencies resolved. 2023-12-14T00:31:07.578 INFO:teuthology.orchestra.run.smithi114.stdout:Nothing to do. 2023-12-14T00:31:07.578 INFO:teuthology.orchestra.run.smithi114.stdout:Complete! 2023-12-14T00:31:07.726 DEBUG:teuthology.orchestra.run.smithi114:> echo no | sudo yum reinstall kernel || true 2023-12-14T00:31:07.870 INFO:teuthology.orchestra.run.smithi082.stdout:Updating Subscription Management repositories. 2023-12-14T00:31:07.871 INFO:teuthology.orchestra.run.smithi082.stdout:Unable to read consumer identity 2023-12-14T00:31:07.991 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 453 kB/s | 24 kB 00:00 2023-12-14T00:31:08.055 INFO:teuthology.orchestra.run.smithi114.stdout:Updating Subscription Management repositories. 2023-12-14T00:31:08.056 INFO:teuthology.orchestra.run.smithi114.stdout:Unable to read consumer identity 2023-12-14T00:31:08.127 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 12:31:06 AM UTC. 2023-12-14T00:31:08.169 INFO:teuthology.orchestra.run.smithi082.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T00:31:08.205 INFO:teuthology.orchestra.run.smithi082.stderr:Error: No packages marked for reinstall. 2023-12-14T00:31:08.251 DEBUG:teuthology.orchestra.run.smithi082:> sudo yum reinstall -y kernel || true 2023-12-14T00:31:08.311 INFO:teuthology.orchestra.run.smithi114.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 12:31:06 AM UTC. 2023-12-14T00:31:08.352 INFO:teuthology.orchestra.run.smithi114.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T00:31:08.380 INFO:teuthology.orchestra.run.smithi114.stderr:Error: No packages marked for reinstall. 2023-12-14T00:31:08.426 DEBUG:teuthology.orchestra.run.smithi114:> sudo yum reinstall -y kernel || true 2023-12-14T00:31:08.580 INFO:teuthology.orchestra.run.smithi082.stdout:Updating Subscription Management repositories. 2023-12-14T00:31:08.580 INFO:teuthology.orchestra.run.smithi082.stdout:Unable to read consumer identity 2023-12-14T00:31:08.702 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-14T00:31:08.756 INFO:teuthology.orchestra.run.smithi114.stdout:Updating Subscription Management repositories. 2023-12-14T00:31:08.757 INFO:teuthology.orchestra.run.smithi114.stdout:Unable to read consumer identity 2023-12-14T00:31:08.759 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-14T00:31:08.760 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-14T00:31:08.760 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-14T00:31:08.832 INFO:teuthology.orchestra.run.smithi082.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 12:31:06 AM UTC. 2023-12-14T00:31:08.871 INFO:teuthology.orchestra.run.smithi082.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T00:31:08.906 INFO:teuthology.orchestra.run.smithi082.stderr:Error: No packages marked for reinstall. 2023-12-14T00:31:08.918 DEBUG:teuthology.orchestra.run.smithi163:> echo no | sudo yum reinstall kernel || true 2023-12-14T00:31:08.951 DEBUG:teuthology.orchestra.run.smithi082:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T00:31:09.012 INFO:teuthology.orchestra.run.smithi114.stdout:Last metadata expiration check: 0:00:03 ago on Thu 14 Dec 2023 12:31:06 AM UTC. 2023-12-14T00:31:09.030 INFO:teuthology.orchestra.run.smithi082.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-14T00:31:09.030 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-14T00:31:09.030 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-14T00:31:09.030 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-14T00:31:09.030 DEBUG:teuthology.orchestra.run.smithi082:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T00:31:09.053 INFO:teuthology.orchestra.run.smithi114.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T00:31:09.061 INFO:teuthology.orchestra.run.smithi082.stdout:ttyS1 2023-12-14T00:31:09.074 DEBUG:teuthology.parallel:result is None 2023-12-14T00:31:09.077 INFO:teuthology.orchestra.run.smithi114.stderr:Error: No packages marked for reinstall. 2023-12-14T00:31:09.123 DEBUG:teuthology.orchestra.run.smithi114:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T00:31:09.202 INFO:teuthology.orchestra.run.smithi114.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-14T00:31:09.203 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-14T00:31:09.203 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-14T00:31:09.203 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-14T00:31:09.203 DEBUG:teuthology.orchestra.run.smithi114:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T00:31:09.238 INFO:teuthology.orchestra.run.smithi114.stdout:ttyS1 2023-12-14T00:31:09.251 DEBUG:teuthology.parallel:result is None 2023-12-14T00:31:09.252 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-14T00:31:09.253 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-14T00:31:09.511 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:01 ago on Thu 14 Dec 2023 12:31:08 AM UTC. 2023-12-14T00:31:09.556 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T00:31:09.597 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-14T00:31:09.643 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum reinstall -y kernel || true 2023-12-14T00:31:09.975 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-14T00:31:09.975 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-14T00:31:10.227 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:02 ago on Thu 14 Dec 2023 12:31:08 AM UTC. 2023-12-14T00:31:10.269 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-14T00:31:10.308 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-14T00:31:10.354 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2023-12-14T00:31:10.433 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-14T00:31:10.434 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-14T00:31:10.434 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-14T00:31:10.434 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-14T00:31:10.434 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-14T00:31:10.472 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2023-12-14T00:31:10.487 DEBUG:teuthology.parallel:result is None 2023-12-14T00:31:10.488 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-14T00:31:10.497 INFO:teuthology.task.internal:Creating test directory... 2023-12-14T00:31:10.497 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T00:31:10.500 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T00:31:10.502 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-14T00:31:10.545 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-14T00:31:10.553 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-14T00:31:10.585 INFO:teuthology.task.internal:Creating archive directory... 2023-12-14T00:31:10.585 DEBUG:teuthology.orchestra.run.smithi082:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T00:31:10.587 DEBUG:teuthology.orchestra.run.smithi114:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T00:31:10.590 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-14T00:31:10.612 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-14T00:31:10.622 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-14T00:31:10.623 DEBUG:teuthology.orchestra.run.smithi082:> 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 2023-12-14T00:31:10.648 DEBUG:teuthology.orchestra.run.smithi114:> 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 2023-12-14T00:31:10.651 DEBUG:teuthology.orchestra.run.smithi163:> 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 2023-12-14T00:31:10.681 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T00:31:10.690 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T00:31:10.692 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T00:31:10.702 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T00:31:10.702 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T00:31:10.714 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-14T00:31:10.715 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-14T00:31:10.724 INFO:teuthology.task.internal:Configuring sudo... 2023-12-14T00:31:10.724 DEBUG:teuthology.orchestra.run.smithi082:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T00:31:10.726 DEBUG:teuthology.orchestra.run.smithi114:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T00:31:10.736 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-14T00:31:10.768 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-14T00:31:10.779 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-14T00:31:10.779 DEBUG:teuthology.orchestra.run.smithi082:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T00:31:10.795 DEBUG:teuthology.orchestra.run.smithi114:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T00:31:10.805 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-14T00:31:10.824 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T00:31:10.894 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T00:31:10.946 DEBUG:teuthology.orchestra.run.smithi082:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T00:31:11.029 DEBUG:teuthology.orchestra.run.smithi082:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T00:31:11.072 DEBUG:teuthology.orchestra.run.smithi082:> set -ex 2023-12-14T00:31:11.072 DEBUG:teuthology.orchestra.run.smithi082:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T00:31:11.141 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T00:31:11.186 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T00:31:11.239 DEBUG:teuthology.orchestra.run.smithi114:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T00:31:11.326 DEBUG:teuthology.orchestra.run.smithi114:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T00:31:11.367 DEBUG:teuthology.orchestra.run.smithi114:> set -ex 2023-12-14T00:31:11.367 DEBUG:teuthology.orchestra.run.smithi114:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T00:31:11.440 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T00:31:11.483 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-14T00:31:11.541 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T00:31:11.624 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-14T00:31:11.670 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-14T00:31:11.670 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-14T00:31:11.739 DEBUG:teuthology.orchestra.run.smithi082:> sudo service rsyslog restart 2023-12-14T00:31:11.742 DEBUG:teuthology.orchestra.run.smithi114:> sudo service rsyslog restart 2023-12-14T00:31:11.744 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2023-12-14T00:31:11.795 INFO:teuthology.orchestra.run.smithi114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T00:31:11.804 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T00:31:11.879 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T00:31:12.315 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-14T00:31:12.323 INFO:teuthology.task.internal:Starting timer... 2023-12-14T00:31:12.323 INFO:teuthology.run_tasks:Running task pcp... 2023-12-14T00:31:12.354 INFO:teuthology.run_tasks:Running task selinux... 2023-12-14T00:31:12.385 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-14T00:31:12.385 DEBUG:teuthology.orchestra.run.smithi082:> sudo service auditd rotate 2023-12-14T00:31:12.452 INFO:teuthology.orchestra.run.smithi082.stdout:Rotating logs: 2023-12-14T00:31:12.454 DEBUG:teuthology.orchestra.run.smithi114:> sudo service auditd rotate 2023-12-14T00:31:12.532 INFO:teuthology.orchestra.run.smithi114.stdout:Rotating logs: 2023-12-14T00:31:12.534 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2023-12-14T00:31:12.593 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2023-12-14T00:31:12.595 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-14T00:31:12.595 DEBUG:teuthology.orchestra.run.smithi082:> /usr/sbin/getenforce 2023-12-14T00:31:12.617 INFO:teuthology.orchestra.run.smithi082.stdout:Permissive 2023-12-14T00:31:12.618 DEBUG:teuthology.orchestra.run.smithi114:> /usr/sbin/getenforce 2023-12-14T00:31:12.655 INFO:teuthology.orchestra.run.smithi114.stdout:Permissive 2023-12-14T00:31:12.655 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2023-12-14T00:31:12.680 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2023-12-14T00:31:12.681 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi082.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi114.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive'} 2023-12-14T00:31:12.681 DEBUG:teuthology.orchestra.run.smithi082:> 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 2023-12-14T00:31:12.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:31:12.708 DEBUG:teuthology.orchestra.run.smithi114:> 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 2023-12-14T00:31:12.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:31:12.736 DEBUG:teuthology.orchestra.run.smithi163:> 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 2023-12-14T00:31:12.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:31:12.766 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-14T00:31:12.766 DEBUG:teuthology.orchestra.run.smithi082:> sudo /usr/sbin/setenforce permissive 2023-12-14T00:31:12.793 DEBUG:teuthology.orchestra.run.smithi114:> sudo /usr/sbin/setenforce permissive 2023-12-14T00:31:12.820 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2023-12-14T00:31:12.881 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-14T00:31:12.894 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-14T00:31:12.925 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-14T00:31:13.052 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-14T00:31:13.077 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'}]}] 2023-12-14T00:31:13.078 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi082.front.sepia.ceph.com,smithi114.front.sepia.ceph.com,smithi163.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-14T00:37:20.627 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756/ansible_failures.yaml 2023-12-14T00:37:20.629 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi114.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi163.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi082.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-14T00:37:20.712 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e3114ec7678f42dbbdf0639e6a9d84e3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi114.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi163.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi082.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-14T00:37:20.714 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-14T00:37:20.725 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-14T00:37:20.726 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-14T00:37:20.777 DEBUG:teuthology.orchestra.run.smithi082:> 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 2023-12-14T00:37:20.908 DEBUG:teuthology.orchestra.run.smithi114:> 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 2023-12-14T00:37:20.999 DEBUG:teuthology.orchestra.run.smithi163:> 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 2023-12-14T00:37:21.103 DEBUG:teuthology.orchestra.run.smithi082:> 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 2023-12-14T00:37:21.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:37:21.134 DEBUG:teuthology.orchestra.run.smithi114:> 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 2023-12-14T00:37:21.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:37:21.166 DEBUG:teuthology.orchestra.run.smithi163:> 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 2023-12-14T00:37:21.198 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:37:21.199 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-14T00:37:21.207 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-14T00:37:21.249 INFO:teuthology.task.internal:Duration was 368.926345 seconds 2023-12-14T00:37:21.249 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-14T00:37:21.266 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-14T00:37:21.266 DEBUG:teuthology.orchestra.run.smithi082:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T00:37:21.268 DEBUG:teuthology.orchestra.run.smithi114:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T00:37:21.271 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-14T00:37:21.311 INFO:teuthology.orchestra.run.smithi082.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T00:37:21.316 INFO:teuthology.orchestra.run.smithi114.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T00:37:21.318 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-14T00:37:21.737 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-14T00:37:21.737 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi082.front.sepia.ceph.com 2023-12-14T00:37:21.738 DEBUG:teuthology.orchestra.run.smithi082:> 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 2023-12-14T00:37:21.759 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi114.front.sepia.ceph.com 2023-12-14T00:37:21.759 DEBUG:teuthology.orchestra.run.smithi114:> 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 2023-12-14T00:37:21.782 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2023-12-14T00:37:21.782 DEBUG:teuthology.orchestra.run.smithi163:> 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 2023-12-14T00:37:21.806 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-14T00:37:21.806 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T00:37:21.810 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T00:37:21.825 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-14T00:37:21.884 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-14T00:37:21.884 DEBUG:teuthology.orchestra.run.smithi082:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T00:37:21.887 DEBUG:teuthology.orchestra.run.smithi114:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T00:37:21.901 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-14T00:37:21.986 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-14T00:37:21.994 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-14T00:37:21.995 DEBUG:teuthology.orchestra.run.smithi082:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T00:37:22.026 DEBUG:teuthology.orchestra.run.smithi114:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T00:37:22.060 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-14T00:37:22.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-14T00:37:22.108 DEBUG:teuthology.orchestra.run.smithi082:> 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 2023-12-14T00:37:22.111 DEBUG:teuthology.orchestra.run.smithi114:> 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 2023-12-14T00:37:22.114 DEBUG:teuthology.orchestra.run.smithi163:> 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 2023-12-14T00:37:22.134 INFO:teuthology.orchestra.run.smithi082.stdout:kernel.core_pattern = core 2023-12-14T00:37:22.138 INFO:teuthology.orchestra.run.smithi114.stdout:kernel.core_pattern = core 2023-12-14T00:37:22.165 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2023-12-14T00:37:22.180 DEBUG:teuthology.orchestra.run.smithi082:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T00:37:22.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:37:22.205 DEBUG:teuthology.orchestra.run.smithi114:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T00:37:22.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:37:22.221 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-14T00:37:22.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-14T00:37:22.238 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-14T00:37:22.249 INFO:teuthology.task.internal:Transferring archived files... 2023-12-14T00:37:22.250 DEBUG:teuthology.misc:Transferring archived files from smithi082:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756/remote/smithi082 2023-12-14T00:37:22.251 DEBUG:teuthology.orchestra.run.smithi082:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T00:37:22.294 DEBUG:teuthology.misc:Transferring archived files from smithi114:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756/remote/smithi114 2023-12-14T00:37:22.295 DEBUG:teuthology.orchestra.run.smithi114:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T00:37:22.339 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756/remote/smithi163 2023-12-14T00:37:22.340 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-14T00:37:22.385 INFO:teuthology.task.internal:Removing archive directory... 2023-12-14T00:37:22.385 DEBUG:teuthology.orchestra.run.smithi082:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T00:37:22.388 DEBUG:teuthology.orchestra.run.smithi114:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T00:37:22.390 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-14T00:37:22.437 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-14T00:37:22.447 INFO:teuthology.task.internal:Not uploading archives. 2023-12-14T00:37:22.447 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-14T00:37:22.486 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-14T00:37:22.486 DEBUG:teuthology.orchestra.run.smithi082:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T00:37:22.489 DEBUG:teuthology.orchestra.run.smithi114:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T00:37:22.491 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-14T00:37:22.502 INFO:teuthology.orchestra.run.smithi082.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 00:37 /home/ubuntu/cephtest 2023-12-14T00:37:22.505 INFO:teuthology.orchestra.run.smithi114.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 00:37 /home/ubuntu/cephtest 2023-12-14T00:37:22.507 INFO:teuthology.orchestra.run.smithi163.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 14 00:37 /home/ubuntu/cephtest 2023-12-14T00:37:22.508 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-14T00:37:22.519 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-14T00:37:22.589 INFO:teuthology.nuke:Checking targets against current locks 2023-12-14T00:37:22.617 DEBUG:teuthology.nuke:shortname: smithi082 2023-12-14T00:37:22.617 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T00:37:22.639 DEBUG:teuthology.nuke:shortname: smithi114 2023-12-14T00:37:22.639 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T00:37:22.645 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi082.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756', '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': '2023-12-14 00:25:39.553194', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T00:37:22.664 DEBUG:teuthology.nuke:shortname: smithi163 2023-12-14T00:37:22.664 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-14T00:37:22.668 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi114.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756', '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': '2023-12-14 00:25:39.551619', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T00:37:22.689 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-13_20:42:37-rados-wip-yuri10-testing-2023-12-12-1229-distro-default-smithi/7490756', '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': '2023-12-14 00:25:39.554439', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-14T00:37:22.704 INFO:teuthology.orchestra.console.smithi082:Power off 2023-12-14T00:37:22.705 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T00:37:22.731 DEBUG:teuthology.orchestra.console.smithi082:power off output: Chassis Power Control: Down/Off 2023-12-14T00:37:22.731 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:22.748 INFO:teuthology.orchestra.console.smithi163:Power off 2023-12-14T00:37:22.748 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T00:37:22.766 INFO:teuthology.orchestra.console.smithi114:Power off 2023-12-14T00:37:22.767 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-14T00:37:22.776 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2023-12-14T00:37:22.777 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:22.788 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2023-12-14T00:37:22.791 DEBUG:teuthology.orchestra.console.smithi114:power off output: Chassis Power Control: Down/Off 2023-12-14T00:37:22.791 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:22.806 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-14T00:37:22.817 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2023-12-14T00:37:26.789 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:26.806 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:26.818 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:26.900 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2023-12-14T00:37:26.918 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-14T00:37:26.931 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2023-12-14T00:37:30.905 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:30.919 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:30.932 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:31.017 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is on 2023-12-14T00:37:31.029 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2023-12-14T00:37:31.042 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is on 2023-12-14T00:37:31.130 INFO:teuthology.orchestra.console.smithi163:Power off completed 2023-12-14T00:37:35.021 DEBUG:teuthology.orchestra.console.smithi082:pexpect command: ipmitool -H smithi082.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:35.044 DEBUG:teuthology.orchestra.console.smithi114:pexpect command: ipmitool -H smithi114.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-14T00:37:35.131 DEBUG:teuthology.orchestra.console.smithi082:check power output: Chassis Power is off 2023-12-14T00:37:35.153 DEBUG:teuthology.orchestra.console.smithi114:check power output: Chassis Power is off 2023-12-14T00:37:35.233 INFO:teuthology.orchestra.console.smithi082:Power off completed 2023-12-14T00:37:35.254 INFO:teuthology.orchestra.console.smithi114:Power off completed 2023-12-14T00:37:35.368 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 368.9263446331024 failure_reason: 'smithi114.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []smithi163.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []smithi082.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e3114ec7678f42dbbdf0639e6a9d84e3 status: dead success: false 2023-12-14T00:37:35.368 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-14T00:37:35.450 INFO:teuthology.run:DEAD