2024-01-02T22:42:12.001 INFO:root:teuthology version: 0.0.1.dev228+g01dd171 2024-01-02T22:42:12.001 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789 --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} --verbose -- /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789/orig.config.yaml 2024-01-02T22:42:12.052 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T22:42:12.124 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789 branch: wip-yuri6-testing-2024-01-02-0832 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: '7503789' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri6-testing-2024-01-02-0832 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: 84f52924982e81b14df3ba1068ebf914c3fe461b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2024-01-02-0832 sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b 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: 258 sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-01-02-0832 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_84f52924982e81b14df3ba1068ebf914c3fe461b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b targets: smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUheP+68xq8+OPae1k3UTXf9t+5NqJKfNcWXriMlu9N26dcZG7wOOlW/uaqQHg8VdMl5eKZFPrVlL5Hmpwg8Pg= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPtUEWts+003hTmWiXV3xrYefEAJKlLgxaPaTg1UxlsCU23/7VKryiB9i/TqLokAtGir4LAfBASEQ9XQ6eMXaqQ= smithi159.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwmtlUesnq5TtgaSbbVWZf6GZjahfrJ1R+L8xIesimq1/qgNpFTU5W1OXTu083ZrWDVL6Po7fZg22+55lJaef4= 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: 01dd171a561ca33631bf0a38b105879779f72410 timestamp: 2024-01-02_22:27:59 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3501080 2024-01-02T22:42:12.124 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_84f52924982e81b14df3ba1068ebf914c3fe461b/qa; will attempt to use it 2024-01-02T22:42:12.126 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_84f52924982e81b14df3ba1068ebf914c3fe461b/qa/tasks 2024-01-02T22:42:12.126 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-02T22:42:12.128 INFO:teuthology.task.internal:Checking packages... 2024-01-02T22:42:12.164 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '84f52924982e81b14df3ba1068ebf914c3fe461b' 2024-01-02T22:42:12.164 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-02T22:42:12.164 INFO:teuthology.packaging:ref: None 2024-01-02T22:42:12.164 INFO:teuthology.packaging:tag: None 2024-01-02T22:42:12.164 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-01-02-0832 2024-01-02T22:42:12.164 INFO:teuthology.packaging:sha1: 84f52924982e81b14df3ba1068ebf914c3fe461b 2024-01-02T22:42:12.164 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri6-testing-2024-01-02-0832 2024-01-02T22:42:12.466 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-426.g84f52924 2024-01-02T22:42:12.468 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-02T22:42:12.474 INFO:teuthology.task.internal:no buildpackages task found 2024-01-02T22:42:12.474 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-02T22:42:12.500 INFO:teuthology.task.internal:Saving configuration 2024-01-02T22:42:12.515 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-02T22:42:12.522 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T22:42:12.550 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789', '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-01-02 22:36:27.768619', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUheP+68xq8+OPae1k3UTXf9t+5NqJKfNcWXriMlu9N26dcZG7wOOlW/uaqQHg8VdMl5eKZFPrVlL5Hmpwg8Pg='} 2024-01-02T22:42:12.575 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789', '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-01-02 22:36:27.771174', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPtUEWts+003hTmWiXV3xrYefEAJKlLgxaPaTg1UxlsCU23/7VKryiB9i/TqLokAtGir4LAfBASEQ9XQ6eMXaqQ='} 2024-01-02T22:42:12.600 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789', '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-01-02 22:36:27.769977', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwmtlUesnq5TtgaSbbVWZf6GZjahfrJ1R+L8xIesimq1/qgNpFTU5W1OXTu083ZrWDVL6Po7fZg22+55lJaef4='} 2024-01-02T22:42:12.601 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-02T22:42:12.608 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-01-02T22:42:12.608 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-01-02T22:42:12.608 INFO:teuthology.task.internal:roles: ubuntu@smithi159.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-01-02T22:42:12.608 INFO:teuthology.run_tasks:Running task console_log... 2024-01-02T22:42:12.831 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f90f9750e50>, signals=[15]) 2024-01-02T22:42:12.831 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-02T22:42:12.844 INFO:teuthology.task.internal:Opening connections... 2024-01-02T22:42:12.844 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-01-02T22:42:12.846 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T22:42:12.924 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-01-02T22:42:12.925 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T22:42:12.995 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi159.front.sepia.ceph.com 2024-01-02T22:42:12.996 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-02T22:42:13.069 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-02T22:42:13.080 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-01-02T22:42:13.101 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-01-02T22:42:13.101 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-01-02T22:42:13.162 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="Red Hat Enterprise Linux" 2024-01-02T22:42:13.166 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="8.6 (Ootpa)" 2024-01-02T22:42:13.166 INFO:teuthology.orchestra.run.smithi077.stdout:ID="rhel" 2024-01-02T22:42:13.166 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="fedora" 2024-01-02T22:42:13.166 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="8.6" 2024-01-02T22:42:13.166 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el8" 2024-01-02T22:42:13.167 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-02T22:42:13.168 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2024-01-02T22:42:13.168 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-02T22:42:13.168 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://www.redhat.com/" 2024-01-02T22:42:13.168 INFO:teuthology.orchestra.run.smithi077.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-02T22:42:13.168 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T22:42:13.168 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-01-02T22:42:13.168 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T22:42:13.168 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-02T22:42:13.191 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-02T22:42:13.191 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-02T22:42:13.192 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-01-02T22:42:13.221 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-01-02T22:42:13.244 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-01-02T22:42:13.245 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-01-02T22:42:13.311 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="Red Hat Enterprise Linux" 2024-01-02T22:42:13.311 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="8.6 (Ootpa)" 2024-01-02T22:42:13.311 INFO:teuthology.orchestra.run.smithi155.stdout:ID="rhel" 2024-01-02T22:42:13.311 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="fedora" 2024-01-02T22:42:13.311 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="8.6" 2024-01-02T22:42:13.311 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el8" 2024-01-02T22:42:13.311 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-02T22:42:13.311 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-01-02T22:42:13.311 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-02T22:42:13.312 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://www.redhat.com/" 2024-01-02T22:42:13.312 INFO:teuthology.orchestra.run.smithi155.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-02T22:42:13.312 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T22:42:13.312 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-01-02T22:42:13.312 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T22:42:13.312 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-02T22:42:13.312 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-02T22:42:13.312 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-02T22:42:13.312 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-01-02T22:42:13.328 DEBUG:teuthology.orchestra.run.smithi159:> uname -m 2024-01-02T22:42:13.349 INFO:teuthology.orchestra.run.smithi159.stdout:x86_64 2024-01-02T22:42:13.350 DEBUG:teuthology.orchestra.run.smithi159:> cat /etc/os-release 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:NAME="Red Hat Enterprise Linux" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION="8.6 (Ootpa)" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:ID="rhel" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:ID_LIKE="fedora" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION_ID="8.6" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:PLATFORM_ID="platform:el8" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:ANSI_COLOR="0;31" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:HOME_URL="https://www.redhat.com/" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-02T22:42:13.410 INFO:teuthology.orchestra.run.smithi159.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-02T22:42:13.411 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-02T22:42:13.411 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-02T22:42:13.411 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-02T22:42:13.411 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-02T22:42:13.411 INFO:teuthology.orchestra.run.smithi159.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-02T22:42:13.411 INFO:teuthology.lock.ops:Updating smithi159.front.sepia.ceph.com on lock server 2024-01-02T22:42:13.436 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-02T22:42:13.445 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-02T22:42:13.454 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-02T22:42:13.454 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-01-02T22:42:13.459 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-01-02T22:42:13.463 DEBUG:teuthology.orchestra.run.smithi159:> test '!' -e /home/ubuntu/cephtest 2024-01-02T22:42:13.485 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-02T22:42:13.493 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-02T22:42:13.494 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-01-02T22:42:13.519 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-01-02T22:42:13.521 DEBUG:teuthology.orchestra.run.smithi159:> test -z $(ls -A /var/lib/ceph) 2024-01-02T22:42:13.556 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-02T22:42:13.639 INFO:teuthology.run_tasks:Running task kernel... 2024-01-02T22:42:13.673 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-02T22:42:13.673 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 2024-01-02T22:42:13.673 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T22:42:13.674 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T22:42:13.674 DEBUG:teuthology.orchestra.run.smithi159:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-02T22:42:13.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:42:13.693 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-01-02T22:42:13.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:42:13.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:42:13.695 DEBUG:teuthology.orchestra.run.smithi159:> uname -r 2024-01-02T22:42:13.695 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-01-02T22:42:13.754 INFO:teuthology.orchestra.run.smithi155.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:13.754 INFO:teuthology.task.kernel:Running kernel on smithi155: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:13.754 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-01-02T22:42:13.756 INFO:teuthology.orchestra.run.smithi077.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:13.756 INFO:teuthology.orchestra.run.smithi159.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:13.756 INFO:teuthology.task.kernel:Running kernel on smithi077: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:13.757 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2024-01-02T22:42:13.758 INFO:teuthology.task.kernel:Running kernel on smithi159: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:13.758 DEBUG:teuthology.orchestra.run.smithi159:> sudo yum install -y kernel 2024-01-02T22:42:15.274 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2024-01-02T22:42:15.274 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2024-01-02T22:42:15.310 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2024-01-02T22:42:15.311 INFO:teuthology.orchestra.run.smithi155.stdout:Unable to read consumer identity 2024-01-02T22:42:15.332 INFO:teuthology.orchestra.run.smithi159.stdout:Updating Subscription Management repositories. 2024-01-02T22:42:15.332 INFO:teuthology.orchestra.run.smithi159.stdout:Unable to read consumer identity 2024-01-02T22:42:15.445 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-01-02T22:42:15.445 INFO:teuthology.orchestra.run.smithi155.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T22:42:15.445 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-01-02T22:42:15.446 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-01-02T22:42:15.446 INFO:teuthology.orchestra.run.smithi077.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T22:42:15.446 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-01-02T22:42:15.458 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-02T22:42:15.458 INFO:teuthology.orchestra.run.smithi159.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T22:42:15.459 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-02T22:42:17.224 INFO:teuthology.orchestra.run.smithi155.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-02T22:42:17.242 INFO:teuthology.orchestra.run.smithi077.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2024-01-02T22:42:17.319 INFO:teuthology.orchestra.run.smithi159.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-01-02T22:42:18.936 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 9.6 MB/s | 16 MB 00:01 2024-01-02T22:42:18.966 INFO:teuthology.orchestra.run.smithi159.stdout:Extra Packages for Enterprise Linux 9.9 MB/s | 16 MB 00:01 2024-01-02T22:42:19.028 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2024-01-02T22:42:22.501 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 300 kB/s | 24 kB 00:00 2024-01-02T22:42:22.553 INFO:teuthology.orchestra.run.smithi159.stdout:lab-extras 397 kB/s | 24 kB 00:00 2024-01-02T22:42:22.584 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 628 kB/s | 24 kB 00:00 2024-01-02T22:42:23.263 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-02T22:42:23.264 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-02T22:42:23.275 INFO:teuthology.orchestra.run.smithi159.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-02T22:42:23.276 INFO:teuthology.orchestra.run.smithi159.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-02T22:42:23.312 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-02T22:42:23.312 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-02T22:42:23.349 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-01-02T22:42:23.349 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-01-02T22:42:23.349 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-01-02T22:42:23.355 INFO:teuthology.orchestra.run.smithi159.stdout:Dependencies resolved. 2024-01-02T22:42:23.356 INFO:teuthology.orchestra.run.smithi159.stdout:Nothing to do. 2024-01-02T22:42:23.356 INFO:teuthology.orchestra.run.smithi159.stdout:Complete! 2024-01-02T22:42:23.400 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-01-02T22:42:23.402 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2024-01-02T22:42:23.402 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-01-02T22:42:23.481 DEBUG:teuthology.orchestra.run.smithi077:> echo no | sudo yum reinstall kernel || true 2024-01-02T22:42:23.486 DEBUG:teuthology.orchestra.run.smithi159:> echo no | sudo yum reinstall kernel || true 2024-01-02T22:42:23.581 DEBUG:teuthology.orchestra.run.smithi155:> echo no | sudo yum reinstall kernel || true 2024-01-02T22:42:23.817 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2024-01-02T22:42:23.817 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2024-01-02T22:42:23.822 INFO:teuthology.orchestra.run.smithi159.stdout:Updating Subscription Management repositories. 2024-01-02T22:42:23.822 INFO:teuthology.orchestra.run.smithi159.stdout:Unable to read consumer identity 2024-01-02T22:42:23.873 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-01-02T22:42:23.873 INFO:teuthology.orchestra.run.smithi077.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T22:42:23.873 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-01-02T22:42:23.881 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-02T22:42:23.881 INFO:teuthology.orchestra.run.smithi159.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T22:42:23.881 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-02T22:42:23.920 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2024-01-02T22:42:23.923 INFO:teuthology.orchestra.run.smithi155.stdout:Unable to read consumer identity 2024-01-02T22:42:23.973 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-01-02T22:42:23.973 INFO:teuthology.orchestra.run.smithi155.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T22:42:23.973 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-01-02T22:42:24.176 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:02 ago on Tue 02 Jan 2024 10:42:22 PM UTC. 2024-01-02T22:42:24.186 INFO:teuthology.orchestra.run.smithi159.stdout:Last metadata expiration check: 0:00:02 ago on Tue 02 Jan 2024 10:42:22 PM UTC. 2024-01-02T22:42:24.259 INFO:teuthology.orchestra.run.smithi159.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-01-02T22:42:24.268 INFO:teuthology.orchestra.run.smithi077.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-01-02T22:42:24.268 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T22:42:24.275 INFO:teuthology.orchestra.run.smithi159.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T22:42:24.288 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:02 ago on Tue 02 Jan 2024 10:42:22 PM UTC. 2024-01-02T22:42:24.303 INFO:teuthology.orchestra.run.smithi077.stderr:Error: No packages marked for reinstall. 2024-01-02T22:42:24.320 INFO:teuthology.orchestra.run.smithi159.stderr:Error: No packages marked for reinstall. 2024-01-02T22:42:24.351 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum reinstall -y kernel || true 2024-01-02T22:42:24.368 DEBUG:teuthology.orchestra.run.smithi159:> sudo yum reinstall -y kernel || true 2024-01-02T22:42:24.374 INFO:teuthology.orchestra.run.smithi155.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-01-02T22:42:24.376 INFO:teuthology.orchestra.run.smithi155.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T22:42:24.426 INFO:teuthology.orchestra.run.smithi155.stderr:Error: No packages marked for reinstall. 2024-01-02T22:42:24.473 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum reinstall -y kernel || true 2024-01-02T22:42:24.686 INFO:teuthology.orchestra.run.smithi077.stdout:Updating Subscription Management repositories. 2024-01-02T22:42:24.686 INFO:teuthology.orchestra.run.smithi077.stdout:Unable to read consumer identity 2024-01-02T22:42:24.709 INFO:teuthology.orchestra.run.smithi159.stdout:Updating Subscription Management repositories. 2024-01-02T22:42:24.709 INFO:teuthology.orchestra.run.smithi159.stdout:Unable to read consumer identity 2024-01-02T22:42:24.740 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-01-02T22:42:24.740 INFO:teuthology.orchestra.run.smithi077.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T22:42:24.740 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-01-02T22:42:24.773 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-02T22:42:24.773 INFO:teuthology.orchestra.run.smithi159.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T22:42:24.774 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-02T22:42:24.808 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2024-01-02T22:42:24.808 INFO:teuthology.orchestra.run.smithi155.stdout:Unable to read consumer identity 2024-01-02T22:42:24.864 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-01-02T22:42:24.864 INFO:teuthology.orchestra.run.smithi155.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-02T22:42:24.864 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-01-02T22:42:25.037 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:03 ago on Tue 02 Jan 2024 10:42:22 PM UTC. 2024-01-02T22:42:25.073 INFO:teuthology.orchestra.run.smithi159.stdout:Last metadata expiration check: 0:00:03 ago on Tue 02 Jan 2024 10:42:22 PM UTC. 2024-01-02T22:42:25.099 INFO:teuthology.orchestra.run.smithi077.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-01-02T22:42:25.099 INFO:teuthology.orchestra.run.smithi077.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T22:42:25.135 INFO:teuthology.orchestra.run.smithi077.stderr:Error: No packages marked for reinstall. 2024-01-02T22:42:25.135 INFO:teuthology.orchestra.run.smithi159.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-01-02T22:42:25.135 INFO:teuthology.orchestra.run.smithi159.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T22:42:25.165 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:03 ago on Tue 02 Jan 2024 10:42:22 PM UTC. 2024-01-02T22:42:25.179 INFO:teuthology.orchestra.run.smithi159.stderr:Error: No packages marked for reinstall. 2024-01-02T22:42:25.186 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T22:42:25.223 DEBUG:teuthology.orchestra.run.smithi159:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T22:42:25.227 INFO:teuthology.orchestra.run.smithi155.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-01-02T22:42:25.227 INFO:teuthology.orchestra.run.smithi155.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-02T22:42:25.271 INFO:teuthology.orchestra.run.smithi155.stderr:Error: No packages marked for reinstall. 2024-01-02T22:42:25.316 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-01-02T22:42:25.342 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:25.343 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:25.343 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-02T22:42:25.343 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-02T22:42:25.343 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T22:42:25.376 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-01-02T22:42:25.389 INFO:teuthology.orchestra.run.smithi159.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:25.389 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:25.389 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-02T22:42:25.389 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-01-02T22:42:25.389 DEBUG:teuthology.orchestra.run.smithi159:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T22:42:25.395 DEBUG:teuthology.parallel:result is None 2024-01-02T22:42:25.420 INFO:teuthology.orchestra.run.smithi159.stdout:ttyS1 2024-01-02T22:42:25.437 DEBUG:teuthology.parallel:result is None 2024-01-02T22:42:25.485 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:25.485 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-02T22:42:25.485 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-02T22:42:25.486 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-02T22:42:25.486 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-02T22:42:25.524 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-01-02T22:42:25.536 DEBUG:teuthology.parallel:result is None 2024-01-02T22:42:25.537 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-02T22:42:25.545 INFO:teuthology.task.internal:Creating test directory... 2024-01-02T22:42:25.545 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T22:42:25.549 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T22:42:25.608 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-02T22:42:25.628 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-02T22:42:25.635 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-02T22:42:25.651 INFO:teuthology.task.internal:Creating archive directory... 2024-01-02T22:42:25.652 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T22:42:25.654 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T22:42:25.667 DEBUG:teuthology.orchestra.run.smithi159:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-02T22:42:25.707 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-02T22:42:25.717 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-02T22:42:25.717 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-02T22:42:25.726 DEBUG:teuthology.orchestra.run.smithi155:> 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-01-02T22:42:25.740 DEBUG:teuthology.orchestra.run.smithi159:> 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-01-02T22:42:25.758 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T22:42:25.768 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T22:42:25.770 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T22:42:25.775 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T22:42:25.785 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T22:42:25.785 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-02T22:42:25.787 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-02T22:42:25.809 INFO:teuthology.task.internal:Configuring sudo... 2024-01-02T22:42:25.809 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T22:42:25.813 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T22:42:25.827 DEBUG:teuthology.orchestra.run.smithi159:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-02T22:42:25.854 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-02T22:42:25.867 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-02T22:42:25.868 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T22:42:25.879 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T22:42:25.895 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-02T22:42:25.912 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T22:42:25.985 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T22:42:26.027 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T22:42:26.113 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T22:42:26.156 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-01-02T22:42:26.156 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T22:42:26.226 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T22:42:26.268 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T22:42:26.325 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T22:42:26.410 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T22:42:26.452 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-01-02T22:42:26.453 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T22:42:26.521 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T22:42:26.572 DEBUG:teuthology.orchestra.run.smithi159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-02T22:42:26.630 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T22:42:26.720 DEBUG:teuthology.orchestra.run.smithi159:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-02T22:42:26.763 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-02T22:42:26.763 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-02T22:42:26.832 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-01-02T22:42:26.838 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-01-02T22:42:26.840 DEBUG:teuthology.orchestra.run.smithi159:> sudo service rsyslog restart 2024-01-02T22:42:26.889 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T22:42:26.890 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T22:42:26.922 INFO:teuthology.orchestra.run.smithi159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T22:42:27.375 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-02T22:42:27.386 INFO:teuthology.task.internal:Starting timer... 2024-01-02T22:42:27.386 INFO:teuthology.run_tasks:Running task pcp... 2024-01-02T22:42:27.402 INFO:teuthology.run_tasks:Running task selinux... 2024-01-02T22:42:27.415 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-02T22:42:27.415 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2024-01-02T22:42:27.504 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2024-01-02T22:42:27.506 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-01-02T22:42:27.567 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-01-02T22:42:27.568 DEBUG:teuthology.orchestra.run.smithi159:> sudo service auditd rotate 2024-01-02T22:42:27.622 INFO:teuthology.orchestra.run.smithi159.stdout:Rotating logs: 2024-01-02T22:42:27.624 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-02T22:42:27.624 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2024-01-02T22:42:27.650 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2024-01-02T22:42:27.651 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-01-02T22:42:27.679 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-01-02T22:42:27.683 DEBUG:teuthology.orchestra.run.smithi159:> /usr/sbin/getenforce 2024-01-02T22:42:27.714 INFO:teuthology.orchestra.run.smithi159.stdout:Permissive 2024-01-02T22:42:27.714 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi159.front.sepia.ceph.com': 'permissive'} 2024-01-02T22:42:27.714 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-02T22:42:27.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:42:27.742 DEBUG:teuthology.orchestra.run.smithi155:> 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-01-02T22:42:27.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:42:27.775 DEBUG:teuthology.orchestra.run.smithi159:> 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-01-02T22:42:27.802 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:42:27.802 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-02T22:42:27.802 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2024-01-02T22:42:27.833 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-01-02T22:42:27.863 DEBUG:teuthology.orchestra.run.smithi159:> sudo /usr/sbin/setenforce permissive 2024-01-02T22:42:27.908 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-02T22:42:27.928 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-02T22:42:27.982 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-01-02T22:42:27.983 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi077.front.sepia.ceph.com,smithi155.front.sepia.ceph.com,smithi159.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-02T22:48:36.193 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789/ansible_failures.yaml 2024-01-02T22:48:36.195 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ["Could not find imported module support code for ansible_collections.community.general.plugins.modules.filesystem. Looked for (['ansible.module_utils.compat.version.LooseVersion', 'ansible.module_utils.compat.version'])"] 2024-01-02T22:48:36.332 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b23dbcb74015422d8c4cf5499e2c72c9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_01dd171a561ca33631bf0a38b105879779f72410/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: ["Could not find imported module support code for ansible_collections.community.general.plugins.modules.filesystem. Looked for (['ansible.module_utils.compat.version.LooseVersion', 'ansible.module_utils.compat.version'])"] 2024-01-02T22:48:36.335 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-02T22:48:36.349 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-02T22:48:36.350 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-02T22:48:36.365 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-02T22:48:36.427 DEBUG:teuthology.orchestra.run.smithi155:> 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-01-02T22:48:36.485 DEBUG:teuthology.orchestra.run.smithi159:> 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-01-02T22:48:36.544 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-02T22:48:36.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:48:36.576 DEBUG:teuthology.orchestra.run.smithi155:> 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-01-02T22:48:36.610 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:48:36.611 DEBUG:teuthology.orchestra.run.smithi159:> 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-01-02T22:48:36.642 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:48:36.643 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-02T22:48:36.653 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-02T22:48:36.670 INFO:teuthology.task.internal:Duration was 369.283532 seconds 2024-01-02T22:48:36.672 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-02T22:48:36.728 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-02T22:48:36.728 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T22:48:36.731 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T22:48:36.733 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-02T22:48:36.781 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T22:48:36.782 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T22:48:36.784 INFO:teuthology.orchestra.run.smithi159.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-02T22:48:37.256 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-02T22:48:37.257 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-01-02T22:48:37.257 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-02T22:48:37.287 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-01-02T22:48:37.287 DEBUG:teuthology.orchestra.run.smithi155:> 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-01-02T22:48:37.314 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi159.front.sepia.ceph.com 2024-01-02T22:48:37.315 DEBUG:teuthology.orchestra.run.smithi159:> 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-01-02T22:48:37.341 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-02T22:48:37.341 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T22:48:37.343 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T22:48:37.359 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-02T22:48:37.417 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-02T22:48:37.417 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T22:48:37.420 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T22:48:37.434 DEBUG:teuthology.orchestra.run.smithi159:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-02T22:48:37.513 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-02T22:48:37.524 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-02T22:48:37.525 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T22:48:37.554 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T22:48:37.583 DEBUG:teuthology.orchestra.run.smithi159:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-02T22:48:37.614 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-02T22:48:37.624 DEBUG:teuthology.orchestra.run.smithi077:> 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-01-02T22:48:37.627 DEBUG:teuthology.orchestra.run.smithi155:> 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-01-02T22:48:37.631 DEBUG:teuthology.orchestra.run.smithi159:> 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-01-02T22:48:37.651 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-01-02T22:48:37.656 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-01-02T22:48:37.681 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = core 2024-01-02T22:48:37.699 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T22:48:37.742 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:48:37.743 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T22:48:37.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:48:37.760 DEBUG:teuthology.orchestra.run.smithi159:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-02T22:48:37.783 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-02T22:48:37.784 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-02T22:48:37.794 INFO:teuthology.task.internal:Transferring archived files... 2024-01-02T22:48:37.796 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789/remote/smithi077 2024-01-02T22:48:37.796 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T22:48:37.848 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789/remote/smithi155 2024-01-02T22:48:37.849 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T22:48:37.916 DEBUG:teuthology.misc:Transferring archived files from smithi159:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789/remote/smithi159 2024-01-02T22:48:37.920 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-02T22:48:37.973 INFO:teuthology.task.internal:Removing archive directory... 2024-01-02T22:48:37.974 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T22:48:37.976 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T22:48:37.978 DEBUG:teuthology.orchestra.run.smithi159:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-02T22:48:38.026 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-02T22:48:38.043 INFO:teuthology.task.internal:Not uploading archives. 2024-01-02T22:48:38.043 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-02T22:48:38.057 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-02T22:48:38.057 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T22:48:38.065 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T22:48:38.069 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-02T22:48:38.078 INFO:teuthology.orchestra.run.smithi077.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 22:48 /home/ubuntu/cephtest 2024-01-02T22:48:38.081 INFO:teuthology.orchestra.run.smithi155.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 22:48 /home/ubuntu/cephtest 2024-01-02T22:48:38.085 INFO:teuthology.orchestra.run.smithi159.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 2 22:48 /home/ubuntu/cephtest 2024-01-02T22:48:38.087 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-02T22:48:38.098 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-02T22:48:38.121 INFO:teuthology.nuke:Checking targets against current locks 2024-01-02T22:48:38.149 DEBUG:teuthology.nuke:shortname: smithi077 2024-01-02T22:48:38.150 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T22:48:38.194 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789', '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-01-02 22:36:27.768619', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJUheP+68xq8+OPae1k3UTXf9t+5NqJKfNcWXriMlu9N26dcZG7wOOlW/uaqQHg8VdMl5eKZFPrVlL5Hmpwg8Pg='} 2024-01-02T22:48:38.195 DEBUG:teuthology.nuke:shortname: smithi155 2024-01-02T22:48:38.195 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T22:48:38.230 DEBUG:teuthology.nuke:shortname: smithi159 2024-01-02T22:48:38.232 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-02T22:48:38.236 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789', '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-01-02 22:36:27.771174', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPtUEWts+003hTmWiXV3xrYefEAJKlLgxaPaTg1UxlsCU23/7VKryiB9i/TqLokAtGir4LAfBASEQ9XQ6eMXaqQ='} 2024-01-02T22:48:38.272 INFO:teuthology.orchestra.console.smithi077:Power off 2024-01-02T22:48:38.273 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T22:48:38.283 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-02_22:27:59-rados-wip-yuri6-testing-2024-01-02-0832-distro-default-smithi/7503789', '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-01-02 22:36:27.769977', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJwmtlUesnq5TtgaSbbVWZf6GZjahfrJ1R+L8xIesimq1/qgNpFTU5W1OXTu083ZrWDVL6Po7fZg22+55lJaef4='} 2024-01-02T22:48:38.313 INFO:teuthology.orchestra.console.smithi155:Power off 2024-01-02T22:48:38.314 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T22:48:38.371 INFO:teuthology.orchestra.console.smithi159:Power off 2024-01-02T22:48:38.371 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-02T22:48:38.388 DEBUG:teuthology.orchestra.console.smithi077:power off output: Chassis Power Control: Down/Off 2024-01-02T22:48:38.388 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T22:48:38.419 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2024-01-02T22:48:38.420 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T22:48:38.460 DEBUG:teuthology.orchestra.console.smithi159:power off output: Chassis Power Control: Down/Off 2024-01-02T22:48:38.461 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T22:48:38.472 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2024-01-02T22:48:38.535 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-01-02T22:48:38.577 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2024-01-02T22:48:42.132 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-01-02T22:48:42.473 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T22:48:42.537 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T22:48:42.579 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T22:48:42.601 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is on 2024-01-02T22:48:42.650 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2024-01-02T22:48:42.698 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2024-01-02T22:48:46.604 DEBUG:teuthology.orchestra.console.smithi077:pexpect command: ipmitool -H smithi077.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T22:48:46.652 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T22:48:46.699 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-02T22:48:46.717 DEBUG:teuthology.orchestra.console.smithi077:check power output: Chassis Power is off 2024-01-02T22:48:46.768 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2024-01-02T22:48:46.815 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is off 2024-01-02T22:48:46.819 INFO:teuthology.orchestra.console.smithi077:Power off completed 2024-01-02T22:48:46.869 INFO:teuthology.orchestra.console.smithi155:Power off completed 2024-01-02T22:48:46.917 INFO:teuthology.orchestra.console.smithi159:Power off completed 2024-01-02T22:48:47.022 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: 369.283531665802 failure_reason: '["Could not find imported module support code for ansible_collections.community.general.plugins.modules.filesystem. Looked for ([''ansible.module_utils.compat.version.LooseVersion'', ''ansible.module_utils.compat.version''])"]' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b23dbcb74015422d8c4cf5499e2c72c9 status: dead success: false 2024-01-02T22:48:47.022 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-02T22:48:47.104 INFO:teuthology.run:DEAD