2023-12-07T15:43:57.501 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T15:43:57.502 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156 --verbose --owner scheduled_gabrioux@teuthology --name gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_rgw_multisite} -- /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156/orig.config.yaml 2023-12-07T15:43:57.533 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T15:43:57.612 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156 branch: wip-guits-testing-2023-12-05-0857 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_rgw_multisite} email: gabrioux@redhat.com first_in_suite: false job_id: '7482156' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-guits-testing-2023-12-05-0857 ceph: conf: global: mon election default strategy: 1 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: e6605fb8725c25c4838cef6a39f30df73f1ed149 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2023-12-05-0857 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 owner: scheduled_gabrioux@teuthology priority: 60 repo: https://git.ceph.com/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: 6586 sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2023-12-05-0857 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 targets: smithi019.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi133.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:rhel8 --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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-07_15:07:54 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T15:43:57.612 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa; will attempt to use it 2023-12-07T15:43:57.613 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e6605fb8725c25c4838cef6a39f30df73f1ed149/qa/tasks 2023-12-07T15:43:57.613 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T15:43:57.615 INFO:teuthology.task.internal:Checking packages... 2023-12-07T15:43:57.642 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'e6605fb8725c25c4838cef6a39f30df73f1ed149' 2023-12-07T15:43:57.642 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T15:43:57.642 INFO:teuthology.packaging:ref: None 2023-12-07T15:43:57.642 INFO:teuthology.packaging:tag: None 2023-12-07T15:43:57.643 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-05-0857 2023-12-07T15:43:57.643 INFO:teuthology.packaging:sha1: e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:43:57.643 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-2023-12-05-0857 2023-12-07T15:43:57.789 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-13.ge6605fb8 2023-12-07T15:43:57.789 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T15:43:57.795 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T15:43:57.795 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T15:43:57.804 INFO:teuthology.task.internal:Saving configuration 2023-12-07T15:43:57.817 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T15:43:57.824 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T15:43:57.849 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156', '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-07 15:38:40.408037', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T15:43:57.872 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156', '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-07 15:38:40.411525', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T15:43:57.895 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156', '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-07 15:38:40.409960', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T15:43:57.895 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T15:43:57.902 INFO:teuthology.task.internal:roles: ubuntu@smithi019.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T15:43:57.902 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T15:43:57.902 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T15:43:57.902 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T15:43:58.011 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4a9bc2e9d0>, signals=[15]) 2023-12-07T15:43:58.012 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T15:43:58.018 INFO:teuthology.task.internal:Opening connections... 2023-12-07T15:43:58.018 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi019.front.sepia.ceph.com 2023-12-07T15:43:58.020 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:43:58.088 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2023-12-07T15:43:58.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:43:58.156 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2023-12-07T15:43:58.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:43:58.223 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T15:43:58.232 DEBUG:teuthology.orchestra.run.smithi019:> uname -m 2023-12-07T15:43:58.253 INFO:teuthology.orchestra.run.smithi019.stdout:x86_64 2023-12-07T15:43:58.254 DEBUG:teuthology.orchestra.run.smithi019:> cat /etc/os-release 2023-12-07T15:43:58.313 INFO:teuthology.orchestra.run.smithi019.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:ID="rhel" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:ID_LIKE="fedora" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:VERSION_ID="8.6" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:PLATFORM_ID="platform:el8" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:ANSI_COLOR="0;31" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T15:43:58.314 INFO:teuthology.orchestra.run.smithi019.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T15:43:58.315 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:43:58.315 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T15:43:58.315 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T15:43:58.315 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T15:43:58.315 INFO:teuthology.orchestra.run.smithi019.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T15:43:58.315 INFO:teuthology.lock.ops:Updating smithi019.front.sepia.ceph.com on lock server 2023-12-07T15:43:58.340 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2023-12-07T15:43:58.360 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2023-12-07T15:43:58.360 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:ID="rhel" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE="fedora" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="8.6" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:PLATFORM_ID="platform:el8" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:ANSI_COLOR="0;31" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T15:43:58.421 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:43:58.422 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T15:43:58.422 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T15:43:58.422 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T15:43:58.422 INFO:teuthology.orchestra.run.smithi046.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T15:43:58.422 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2023-12-07T15:43:58.439 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2023-12-07T15:43:58.461 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2023-12-07T15:43:58.461 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2023-12-07T15:43:58.519 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:ID="rhel" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="fedora" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="8.6" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el8" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:43:58.520 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T15:43:58.521 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T15:43:58.521 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T15:43:58.521 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T15:43:58.521 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2023-12-07T15:43:58.539 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T15:43:58.548 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T15:43:58.554 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T15:43:58.555 DEBUG:teuthology.orchestra.run.smithi019:> test '!' -e /home/ubuntu/cephtest 2023-12-07T15:43:58.557 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2023-12-07T15:43:58.559 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2023-12-07T15:43:58.578 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T15:43:58.585 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T15:43:58.585 DEBUG:teuthology.orchestra.run.smithi019:> test -z $(ls -A /var/lib/ceph) 2023-12-07T15:43:58.617 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2023-12-07T15:43:58.619 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2023-12-07T15:43:58.643 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T15:43:58.718 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T15:43:58.734 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T15:43:58.734 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-07T15:43:58.734 DEBUG:teuthology.orchestra.run.smithi019:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T15:43:58.735 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T15:43:58.735 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T15:43:58.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:43:58.754 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2023-12-07T15:43:58.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:43:58.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:43:58.756 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2023-12-07T15:43:58.756 DEBUG:teuthology.orchestra.run.smithi019:> uname -r 2023-12-07T15:43:58.813 INFO:teuthology.orchestra.run.smithi133.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T15:43:58.813 INFO:teuthology.task.kernel:Running kernel on smithi133: 4.18.0-372.9.1.el8.x86_64 2023-12-07T15:43:58.813 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2023-12-07T15:43:58.817 INFO:teuthology.orchestra.run.smithi046.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T15:43:58.817 INFO:teuthology.task.kernel:Running kernel on smithi046: 4.18.0-372.9.1.el8.x86_64 2023-12-07T15:43:58.817 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum install -y kernel 2023-12-07T15:43:58.818 INFO:teuthology.orchestra.run.smithi019.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T15:43:58.818 INFO:teuthology.task.kernel:Running kernel on smithi019: 4.18.0-372.9.1.el8.x86_64 2023-12-07T15:43:58.818 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum install -y kernel 2023-12-07T15:43:59.986 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-07T15:43:59.986 INFO:teuthology.orchestra.run.smithi046.stdout:Unable to read consumer identity 2023-12-07T15:44:00.001 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-12-07T15:44:00.001 INFO:teuthology.orchestra.run.smithi133.stdout:Unable to read consumer identity 2023-12-07T15:44:00.096 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-07T15:44:00.096 INFO:teuthology.orchestra.run.smithi019.stdout:Unable to read consumer identity 2023-12-07T15:44:01.354 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-07T15:44:01.392 INFO:teuthology.orchestra.run.smithi046.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-07T15:44:01.533 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-07T15:44:02.071 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2023-12-07T15:44:02.193 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-07T15:44:03.500 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 8.2 MB/s | 16 MB 00:01 2023-12-07T15:44:05.771 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 410 kB/s | 24 kB 00:00 2023-12-07T15:44:05.868 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 551 kB/s | 24 kB 00:00 2023-12-07T15:44:06.482 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T15:44:06.531 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-12-07T15:44:06.532 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2023-12-07T15:44:06.533 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-12-07T15:44:06.537 INFO:teuthology.orchestra.run.smithi046.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T15:44:06.582 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-07T15:44:06.583 INFO:teuthology.orchestra.run.smithi046.stdout:Nothing to do. 2023-12-07T15:44:06.583 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-12-07T15:44:06.660 DEBUG:teuthology.orchestra.run.smithi133:> echo no | sudo yum reinstall kernel || true 2023-12-07T15:44:06.705 DEBUG:teuthology.orchestra.run.smithi046:> echo no | sudo yum reinstall kernel || true 2023-12-07T15:44:06.991 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-12-07T15:44:06.991 INFO:teuthology.orchestra.run.smithi133.stdout:Unable to read consumer identity 2023-12-07T15:44:07.056 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-07T15:44:07.057 INFO:teuthology.orchestra.run.smithi046.stdout:Unable to read consumer identity 2023-12-07T15:44:07.217 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 432 kB/s | 24 kB 00:00 2023-12-07T15:44:07.257 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 03:44:05 PM UTC. 2023-12-07T15:44:07.298 INFO:teuthology.orchestra.run.smithi133.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T15:44:07.332 INFO:teuthology.orchestra.run.smithi133.stderr:Error: No packages marked for reinstall. 2023-12-07T15:44:07.340 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 03:44:05 PM UTC. 2023-12-07T15:44:07.379 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum reinstall -y kernel || true 2023-12-07T15:44:07.382 INFO:teuthology.orchestra.run.smithi046.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T15:44:07.429 INFO:teuthology.orchestra.run.smithi046.stderr:Error: No packages marked for reinstall. 2023-12-07T15:44:07.476 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum reinstall -y kernel || true 2023-12-07T15:44:07.706 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-12-07T15:44:07.707 INFO:teuthology.orchestra.run.smithi133.stdout:Unable to read consumer identity 2023-12-07T15:44:07.826 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-07T15:44:07.826 INFO:teuthology.orchestra.run.smithi046.stdout:Unable to read consumer identity 2023-12-07T15:44:07.962 INFO:teuthology.orchestra.run.smithi019.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T15:44:07.975 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 03:44:05 PM UTC. 2023-12-07T15:44:08.015 INFO:teuthology.orchestra.run.smithi133.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T15:44:08.036 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-07T15:44:08.037 INFO:teuthology.orchestra.run.smithi019.stdout:Nothing to do. 2023-12-07T15:44:08.037 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-07T15:44:08.041 INFO:teuthology.orchestra.run.smithi133.stderr:Error: No packages marked for reinstall. 2023-12-07T15:44:08.087 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T15:44:08.103 INFO:teuthology.orchestra.run.smithi046.stdout:Last metadata expiration check: 0:00:03 ago on Thu 07 Dec 2023 03:44:05 PM UTC. 2023-12-07T15:44:08.148 INFO:teuthology.orchestra.run.smithi046.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T15:44:08.151 DEBUG:teuthology.orchestra.run.smithi019:> echo no | sudo yum reinstall kernel || true 2023-12-07T15:44:08.168 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T15:44:08.168 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T15:44:08.168 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T15:44:08.169 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T15:44:08.169 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T15:44:08.173 INFO:teuthology.orchestra.run.smithi046.stderr:Error: No packages marked for reinstall. 2023-12-07T15:44:08.202 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2023-12-07T15:44:08.219 DEBUG:teuthology.orchestra.run.smithi046:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T15:44:08.229 DEBUG:teuthology.parallel:result is None 2023-12-07T15:44:08.302 INFO:teuthology.orchestra.run.smithi046.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T15:44:08.302 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T15:44:08.302 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T15:44:08.303 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T15:44:08.303 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T15:44:08.338 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2023-12-07T15:44:08.353 DEBUG:teuthology.parallel:result is None 2023-12-07T15:44:08.545 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-07T15:44:08.545 INFO:teuthology.orchestra.run.smithi019.stdout:Unable to read consumer identity 2023-12-07T15:44:08.831 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 03:44:07 PM UTC. 2023-12-07T15:44:08.876 INFO:teuthology.orchestra.run.smithi019.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T15:44:08.911 INFO:teuthology.orchestra.run.smithi019.stderr:Error: No packages marked for reinstall. 2023-12-07T15:44:08.959 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum reinstall -y kernel || true 2023-12-07T15:44:09.306 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-07T15:44:09.307 INFO:teuthology.orchestra.run.smithi019.stdout:Unable to read consumer identity 2023-12-07T15:44:09.582 INFO:teuthology.orchestra.run.smithi019.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 03:44:07 PM UTC. 2023-12-07T15:44:09.623 INFO:teuthology.orchestra.run.smithi019.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T15:44:09.645 INFO:teuthology.orchestra.run.smithi019.stderr:Error: No packages marked for reinstall. 2023-12-07T15:44:09.693 DEBUG:teuthology.orchestra.run.smithi019:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T15:44:09.797 INFO:teuthology.orchestra.run.smithi019.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T15:44:09.797 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T15:44:09.797 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T15:44:09.797 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T15:44:09.797 DEBUG:teuthology.orchestra.run.smithi019:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T15:44:09.824 INFO:teuthology.orchestra.run.smithi019.stdout:ttyS1 2023-12-07T15:44:09.844 DEBUG:teuthology.parallel:result is None 2023-12-07T15:44:09.844 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T15:44:09.852 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T15:44:09.853 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T15:44:09.886 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T15:44:09.889 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T15:44:09.908 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T15:44:09.919 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T15:44:09.932 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T15:44:09.932 DEBUG:teuthology.orchestra.run.smithi019:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T15:44:09.943 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T15:44:09.949 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T15:44:09.975 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T15:44:09.986 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T15:44:09.986 DEBUG:teuthology.orchestra.run.smithi019:> 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-07T15:44:10.009 DEBUG:teuthology.orchestra.run.smithi046:> 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-07T15:44:10.012 DEBUG:teuthology.orchestra.run.smithi133:> 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-07T15:44:10.036 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:44:10.047 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:44:10.051 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:44:10.062 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:44:10.063 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:44:10.075 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T15:44:10.077 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T15:44:10.086 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T15:44:10.086 DEBUG:teuthology.orchestra.run.smithi019:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T15:44:10.090 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T15:44:10.093 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T15:44:10.134 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T15:44:10.146 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T15:44:10.146 DEBUG:teuthology.orchestra.run.smithi019:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T15:44:10.158 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T15:44:10.165 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T15:44:10.193 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:44:10.253 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:44:10.308 DEBUG:teuthology.orchestra.run.smithi019:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:44:10.392 DEBUG:teuthology.orchestra.run.smithi019:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:44:10.434 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-12-07T15:44:10.435 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T15:44:10.522 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:44:10.573 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:44:10.631 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:44:10.675 DEBUG:teuthology.orchestra.run.smithi046:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:44:10.722 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-07T15:44:10.723 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T15:44:10.793 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:44:10.838 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T15:44:10.896 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:44:10.983 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T15:44:11.026 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-12-07T15:44:11.026 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T15:44:11.118 DEBUG:teuthology.orchestra.run.smithi019:> sudo service rsyslog restart 2023-12-07T15:44:11.120 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2023-12-07T15:44:11.122 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2023-12-07T15:44:11.177 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T15:44:11.209 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T15:44:11.212 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T15:44:11.674 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T15:44:11.684 INFO:teuthology.task.internal:Starting timer... 2023-12-07T15:44:11.685 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T15:44:11.707 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T15:44:11.718 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T15:44:11.719 DEBUG:teuthology.orchestra.run.smithi019:> sudo service auditd rotate 2023-12-07T15:44:11.797 INFO:teuthology.orchestra.run.smithi019.stdout:Rotating logs: 2023-12-07T15:44:11.799 DEBUG:teuthology.orchestra.run.smithi046:> sudo service auditd rotate 2023-12-07T15:44:11.857 INFO:teuthology.orchestra.run.smithi046.stdout:Rotating logs: 2023-12-07T15:44:11.859 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2023-12-07T15:44:11.924 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2023-12-07T15:44:11.925 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T15:44:11.926 DEBUG:teuthology.orchestra.run.smithi019:> /usr/sbin/getenforce 2023-12-07T15:44:11.945 INFO:teuthology.orchestra.run.smithi019.stdout:Permissive 2023-12-07T15:44:11.945 DEBUG:teuthology.orchestra.run.smithi046:> /usr/sbin/getenforce 2023-12-07T15:44:11.968 INFO:teuthology.orchestra.run.smithi046.stdout:Permissive 2023-12-07T15:44:11.969 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2023-12-07T15:44:11.990 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2023-12-07T15:44:11.990 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi019.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi046.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive'} 2023-12-07T15:44:11.991 DEBUG:teuthology.orchestra.run.smithi019:> 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-07T15:44:12.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:44:12.018 DEBUG:teuthology.orchestra.run.smithi046:> 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-07T15:44:12.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:44:12.048 DEBUG:teuthology.orchestra.run.smithi133:> 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-07T15:44:12.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:44:12.076 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T15:44:12.076 DEBUG:teuthology.orchestra.run.smithi019:> sudo /usr/sbin/setenforce permissive 2023-12-07T15:44:12.103 DEBUG:teuthology.orchestra.run.smithi046:> sudo /usr/sbin/setenforce permissive 2023-12-07T15:44:12.132 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2023-12-07T15:44:12.162 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T15:44:12.172 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-07T15:44:12.177 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-07T15:44:12.308 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T15:44:12.326 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-07T15:44:12.327 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi019.front.sepia.ceph.com,smithi046.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T15:54:59.442 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi019.front.sepia.ceph.com'), Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2023-12-07T15:54:59.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-12-07T15:54:59.444 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi019.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:54:59.513 DEBUG:teuthology.orchestra.run.smithi019:> true 2023-12-07T15:54:59.580 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi019.front.sepia.ceph.com' 2023-12-07T15:54:59.581 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-07T15:54:59.581 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:54:59.649 DEBUG:teuthology.orchestra.run.smithi046:> true 2023-12-07T15:54:59.716 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2023-12-07T15:54:59.716 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-12-07T15:54:59.716 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T15:54:59.784 DEBUG:teuthology.orchestra.run.smithi133:> true 2023-12-07T15:54:59.851 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2023-12-07T15:54:59.852 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T15:54:59.862 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T15:54:59.862 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T15:54:59.862 DEBUG:teuthology.orchestra.run.smithi019:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T15:54:59.864 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T15:54:59.865 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T15:54:59.867 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T15:54:59.867 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T15:54:59.899 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T15:54:59.900 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T15:54:59.916 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T15:54:59.917 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T15:54:59.922 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T15:54:59.937 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T15:54:59.992 INFO:teuthology.orchestra.run.smithi046.stderr:sudo: ntpd: command not found 2023-12-07T15:55:00.003 INFO:teuthology.orchestra.run.smithi019.stderr:sudo: ntpd: command not found 2023-12-07T15:55:00.005 INFO:teuthology.orchestra.run.smithi046.stdout:506 Cannot talk to daemon 2023-12-07T15:55:00.012 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2023-12-07T15:55:00.016 INFO:teuthology.orchestra.run.smithi019.stdout:506 Cannot talk to daemon 2023-12-07T15:55:00.020 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T15:55:00.023 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2023-12-07T15:55:00.032 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T15:55:00.035 INFO:teuthology.orchestra.run.smithi046.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T15:55:00.037 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T15:55:00.047 INFO:teuthology.orchestra.run.smithi019.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T15:55:00.051 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T15:55:00.109 INFO:teuthology.orchestra.run.smithi046.stderr:bash: ntpq: command not found 2023-12-07T15:55:00.114 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T15:55:00.114 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2023-12-07T15:55:00.114 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.115 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.115 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.115 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.119 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-12-07T15:55:00.123 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T15:55:00.124 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-12-07T15:55:00.124 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.124 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.124 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.124 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.124 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2023-12-07T15:55:00.127 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T15:55:00.127 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2023-12-07T15:55:00.127 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.127 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.127 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.127 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:55:00.128 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T15:55:00.138 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T15:55:00.138 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi019.front.sepia.ceph.com 2023-12-07T15:55:00.139 DEBUG:teuthology.orchestra.run.smithi019:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T15:55:00.139 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi046.front.sepia.ceph.com 2023-12-07T15:55:00.139 DEBUG:teuthology.orchestra.run.smithi046:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T15:55:00.139 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi133.front.sepia.ceph.com 2023-12-07T15:55:00.139 DEBUG:teuthology.orchestra.run.smithi133:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T15:55:00.540 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:00.545 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:00.553 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:02.278 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 21 kB/s | 4.1 kB 00:00 2023-12-07T15:55:02.417 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 kB/s | 4.5 kB 00:00 2023-12-07T15:55:02.436 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2023-12-07T15:55:02.611 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-07T15:55:02.759 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2023-12-07T15:55:02.833 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-07T15:55:04.737 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-12-07T15:55:04.738 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-12-07T15:55:04.738 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2023-12-07T15:55:04.738 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-12-07T15:55:04.738 INFO:teuthology.orchestra.run.smithi133.stdout:Resetting modules: 2023-12-07T15:55:04.738 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools 2023-12-07T15:55:04.738 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:55:04.739 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-12-07T15:55:04.739 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2023-12-07T15:55:04.739 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:55:04.816 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-07T15:55:04.817 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-12-07T15:55:04.817 INFO:teuthology.orchestra.run.smithi019.stdout: Package Architecture Version Repository Size 2023-12-07T15:55:04.817 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-12-07T15:55:04.817 INFO:teuthology.orchestra.run.smithi019.stdout:Resetting modules: 2023-12-07T15:55:04.817 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools 2023-12-07T15:55:04.818 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:55:04.818 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-12-07T15:55:04.818 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================ 2023-12-07T15:55:04.818 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:55:04.991 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-07T15:55:04.992 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-12-07T15:55:04.992 INFO:teuthology.orchestra.run.smithi046.stdout: Package Architecture Version Repository Size 2023-12-07T15:55:04.992 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-12-07T15:55:04.992 INFO:teuthology.orchestra.run.smithi046.stdout:Resetting modules: 2023-12-07T15:55:04.993 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools 2023-12-07T15:55:04.993 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:55:04.993 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-12-07T15:55:04.993 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================ 2023-12-07T15:55:04.993 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:55:13.385 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-12-07T15:55:13.889 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:15.702 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-07T15:55:15.849 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2023-12-07T15:55:16.163 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 36 kB/s | 4.5 kB 00:00 2023-12-07T15:55:16.175 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:16.176 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-12-07T15:55:16.645 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:17.931 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-07T15:55:18.193 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 53 kB/s | 4.5 kB 00:00 2023-12-07T15:55:18.334 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-07T15:55:18.434 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================================================ 2023-12-07T15:55:18.434 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2023-12-07T15:55:18.434 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================================================ 2023-12-07T15:55:18.434 INFO:teuthology.orchestra.run.smithi046.stdout:Installing group/module packages: 2023-12-07T15:55:18.434 INFO:teuthology.orchestra.run.smithi046.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-07T15:55:18.434 INFO:teuthology.orchestra.run.smithi046.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T15:55:18.434 INFO:teuthology.orchestra.run.smithi046.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout:Installing module profiles: 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools/common 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout:Enabling module streams: 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: container-tools rhel8 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-12-07T15:55:18.435 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================================================ 2023-12-07T15:55:18.436 INFO:teuthology.orchestra.run.smithi046.stdout:Install 10 Packages 2023-12-07T15:55:18.436 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:55:18.436 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 18 M 2023-12-07T15:55:18.436 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 65 M 2023-12-07T15:55:18.436 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2023-12-07T15:55:18.454 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-07T15:55:18.613 INFO:teuthology.orchestra.run.smithi046.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 532 kB/s | 94 kB 00:00 2023-12-07T15:55:18.630 INFO:teuthology.orchestra.run.smithi046.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 128 kB/s | 25 kB 00:00 2023-12-07T15:55:18.664 INFO:teuthology.orchestra.run.smithi046.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 180 kB/s | 41 kB 00:00 2023-12-07T15:55:18.723 INFO:teuthology.orchestra.run.smithi046.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 453 kB/s | 49 kB 00:00 2023-12-07T15:55:18.781 INFO:teuthology.orchestra.run.smithi046.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 3.4 MB/s | 524 kB 00:00 2023-12-07T15:55:18.856 INFO:teuthology.orchestra.run.smithi046.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.1 MB/s | 149 kB 00:00 2023-12-07T15:55:18.873 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-07T15:55:18.973 INFO:teuthology.orchestra.run.smithi046.stdout:(7/10): buildah-1.26.2-1.module+el8.6.0+16771+2 26 MB/s | 8.0 MB 00:00 2023-12-07T15:55:18.998 INFO:teuthology.orchestra.run.smithi046.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 980 kB/s | 213 kB 00:00 2023-12-07T15:55:19.090 INFO:teuthology.orchestra.run.smithi046.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 19 MB/s | 2.2 MB 00:00 2023-12-07T15:55:19.199 INFO:teuthology.orchestra.run.smithi046.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 21 MB/s | 7.0 MB 00:00 2023-12-07T15:55:19.199 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2023-12-07T15:55:19.199 INFO:teuthology.orchestra.run.smithi046.stdout:Total 24 MB/s | 18 MB 00:00 2023-12-07T15:55:19.408 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2023-12-07T15:55:19.428 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2023-12-07T15:55:19.429 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2023-12-07T15:55:19.623 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2023-12-07T15:55:19.627 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2023-12-07T15:55:20.168 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2023-12-07T15:55:20.373 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T15:55:20.379 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-07T15:55:20.480 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================================================ 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================================================ 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout:Installing group/module packages: 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T15:55:20.481 INFO:teuthology.orchestra.run.smithi019.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout:Installing module profiles: 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools/common 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout:Enabling module streams: 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout: container-tools rhel8 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout:============================================================================================================ 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout:Install 10 Packages 2023-12-07T15:55:20.482 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:55:20.483 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 18 M 2023-12-07T15:55:20.483 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 65 M 2023-12-07T15:55:20.483 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-12-07T15:55:20.550 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T15:55:20.650 INFO:teuthology.orchestra.run.smithi019.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 565 kB/s | 94 kB 00:00 2023-12-07T15:55:20.700 INFO:teuthology.orchestra.run.smithi019.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 115 kB/s | 25 kB 00:00 2023-12-07T15:55:20.733 INFO:teuthology.orchestra.run.smithi019.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 163 kB/s | 41 kB 00:00 2023-12-07T15:55:20.737 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T15:55:20.743 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================================ 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================================ 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout:Installing group/module packages: 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-07T15:55:20.837 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout:Installing module profiles: 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools/common 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout:Enabling module streams: 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools rhel8 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================================================ 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout:Install 10 Packages 2023-12-07T15:55:20.838 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:55:20.839 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 18 M 2023-12-07T15:55:20.839 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 65 M 2023-12-07T15:55:20.839 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-12-07T15:55:20.858 INFO:teuthology.orchestra.run.smithi019.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 236 kB/s | 49 kB 00:00 2023-12-07T15:55:20.934 INFO:teuthology.orchestra.run.smithi019.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 2.2 MB/s | 524 kB 00:00 2023-12-07T15:55:20.962 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T15:55:21.059 INFO:teuthology.orchestra.run.smithi019.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 746 kB/s | 149 kB 00:00 2023-12-07T15:55:21.084 INFO:teuthology.orchestra.run.smithi019.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.4 MB/s | 213 kB 00:00 2023-12-07T15:55:21.113 INFO:teuthology.orchestra.run.smithi133.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 149 kB/s | 41 kB 00:00 2023-12-07T15:55:21.138 INFO:teuthology.orchestra.run.smithi133.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 83 kB/s | 25 kB 00:00 2023-12-07T15:55:21.163 INFO:teuthology.orchestra.run.smithi133.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 290 kB/s | 94 kB 00:00 2023-12-07T15:55:21.235 INFO:teuthology.orchestra.run.smithi019.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 16 MB/s | 8.0 MB 00:00 2023-12-07T15:55:21.239 INFO:teuthology.orchestra.run.smithi133.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 394 kB/s | 49 kB 00:00 2023-12-07T15:55:21.264 INFO:teuthology.orchestra.run.smithi133.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 4.1 MB/s | 524 kB 00:00 2023-12-07T15:55:21.301 INFO:teuthology.orchestra.run.smithi019.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 10 MB/s | 2.2 MB 00:00 2023-12-07T15:55:21.323 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T15:55:21.418 INFO:teuthology.orchestra.run.smithi019.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 20 MB/s | 7.0 MB 00:00 2023-12-07T15:55:21.419 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-12-07T15:55:21.419 INFO:teuthology.orchestra.run.smithi019.stdout:Total 19 MB/s | 18 MB 00:00 2023-12-07T15:55:21.439 INFO:teuthology.orchestra.run.smithi133.stdout:(6/10): buildah-1.26.2-1.module+el8.6.0+16771+2 29 MB/s | 8.0 MB 00:00 2023-12-07T15:55:21.464 INFO:teuthology.orchestra.run.smithi133.stdout:(7/10): python3-podman-4.0.1-1.module+el8.6.0+1 663 kB/s | 149 kB 00:00 2023-12-07T15:55:21.489 INFO:teuthology.orchestra.run.smithi133.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 944 kB/s | 213 kB 00:00 2023-12-07T15:55:21.627 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-12-07T15:55:21.631 INFO:teuthology.orchestra.run.smithi133.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 37 MB/s | 7.0 MB 00:00 2023-12-07T15:55:21.647 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-12-07T15:55:21.647 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-12-07T15:55:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:(10/10): toolbox-0.0.99.3-0.6.module+el8.6.0+16 9.7 MB/s | 2.2 MB 00:00 2023-12-07T15:55:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-12-07T15:55:21.690 INFO:teuthology.orchestra.run.smithi133.stdout:Total 21 MB/s | 18 MB 00:00 2023-12-07T15:55:21.841 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-12-07T15:55:21.846 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-12-07T15:55:21.891 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-12-07T15:55:21.909 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-12-07T15:55:21.910 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-12-07T15:55:22.091 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-12-07T15:55:22.095 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-12-07T15:55:22.138 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T15:55:22.379 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-12-07T15:55:22.553 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T15:55:22.619 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-12-07T15:55:22.753 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T15:55:22.816 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T15:55:22.958 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T15:55:23.020 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T15:55:23.044 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T15:55:23.182 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T15:55:23.205 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T15:55:23.269 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T15:55:23.384 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T15:55:23.430 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T15:55:23.559 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T15:55:23.590 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T15:55:23.723 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T15:55:23.870 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T15:55:23.870 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T15:55:23.870 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T15:55:23.870 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T15:55:23.871 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T15:55:23.871 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T15:55:23.871 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T15:55:23.871 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T15:55:23.871 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T15:55:23.871 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T15:55:24.357 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T15:55:24.485 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T15:55:25.297 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T15:55:25.334 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T15:55:25.509 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T15:55:25.573 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T15:55:25.659 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T15:55:25.752 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T15:55:25.852 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T15:55:25.971 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T15:55:26.113 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T15:55:26.218 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T15:55:32.290 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T15:55:32.290 INFO:teuthology.orchestra.run.smithi046.stdout:Installed products updated. 2023-12-07T15:55:32.519 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:55:32.519 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2023-12-07T15:55:32.519 INFO:teuthology.orchestra.run.smithi046.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:32.519 INFO:teuthology.orchestra.run.smithi046.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T15:55:32.519 INFO:teuthology.orchestra.run.smithi046.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:32.519 INFO:teuthology.orchestra.run.smithi046.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T15:55:32.520 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T15:55:32.520 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T15:55:32.520 INFO:teuthology.orchestra.run.smithi046.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:32.520 INFO:teuthology.orchestra.run.smithi046.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:32.520 INFO:teuthology.orchestra.run.smithi046.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T15:55:32.520 INFO:teuthology.orchestra.run.smithi046.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T15:55:32.520 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:55:32.520 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-12-07T15:55:32.666 DEBUG:teuthology.parallel:result is None 2023-12-07T15:55:34.224 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T15:55:34.224 INFO:teuthology.orchestra.run.smithi019.stdout:Installed products updated. 2023-12-07T15:55:34.438 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:55:34.438 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-12-07T15:55:34.438 INFO:teuthology.orchestra.run.smithi019.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:34.438 INFO:teuthology.orchestra.run.smithi019.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T15:55:34.438 INFO:teuthology.orchestra.run.smithi019.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:34.438 INFO:teuthology.orchestra.run.smithi019.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T15:55:34.438 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T15:55:34.438 INFO:teuthology.orchestra.run.smithi019.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T15:55:34.439 INFO:teuthology.orchestra.run.smithi019.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:34.439 INFO:teuthology.orchestra.run.smithi019.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:34.439 INFO:teuthology.orchestra.run.smithi019.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T15:55:34.439 INFO:teuthology.orchestra.run.smithi019.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T15:55:34.439 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:55:34.439 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-07T15:55:34.581 DEBUG:teuthology.parallel:result is None 2023-12-07T15:55:37.289 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T15:55:37.289 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-12-07T15:55:37.487 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:55:37.488 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-12-07T15:55:37.636 DEBUG:teuthology.parallel:result is None 2023-12-07T15:55:37.636 INFO:teuthology.run_tasks:Running task install... 2023-12-07T15:55:37.651 DEBUG:teuthology.task.install:project ceph 2023-12-07T15:55:37.651 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e6605fb8725c25c4838cef6a39f30df73f1ed149'}} 2023-12-07T15:55:37.651 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e6605fb8725c25c4838cef6a39f30df73f1ed149'} 2023-12-07T15:55:37.651 INFO:teuthology.task.install:Using flavor: default 2023-12-07T15:55:37.657 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-07T15:55:37.657 INFO:teuthology.task.install:extra packages: [] 2023-12-07T15:55:37.657 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e6605fb8725c25c4838cef6a39f30df73f1ed149', 'tag': None, 'wait_for_package': False} 2023-12-07T15:55:37.657 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:55:37.659 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e6605fb8725c25c4838cef6a39f30df73f1ed149', 'tag': None, 'wait_for_package': False} 2023-12-07T15:55:37.659 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:55:37.660 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e6605fb8725c25c4838cef6a39f30df73f1ed149', 'tag': None, 'wait_for_package': False} 2023-12-07T15:55:37.660 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e6605fb8725c25c4838cef6a39f30df73f1ed149 2023-12-07T15:55:37.807 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/ 2023-12-07T15:55:37.807 INFO:teuthology.task.install.rpm:Package version is 19.0.0-13.ge6605fb8 2023-12-07T15:55:37.875 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/ 2023-12-07T15:55:37.875 INFO:teuthology.task.install.rpm:Package version is 19.0.0-13.ge6605fb8 2023-12-07T15:55:37.879 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/ 2023-12-07T15:55:37.879 INFO:teuthology.task.install.rpm:Package version is 19.0.0-13.ge6605fb8 2023-12-07T15:55:37.919 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T15:55:37.919 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2023-12-07T15:55:37.919 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T15:55:37.946 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-07T15:55:37.946 DEBUG:teuthology.orchestra.run.smithi133:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e6605fb8725c25c4838cef6a39f30df73f1ed149/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T15:55:37.984 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T15:55:37.985 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2023-12-07T15:55:37.985 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T15:55:38.013 DEBUG:teuthology.orchestra.run.smithi133:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-07T15:55:38.018 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-07T15:55:38.019 DEBUG:teuthology.orchestra.run.smithi046:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e6605fb8725c25c4838cef6a39f30df73f1ed149/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T15:55:38.040 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-guits-testing-2023-12-05-0857/e6605fb8725c25c4838cef6a39f30df73f1ed149/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T15:55:38.040 DEBUG:teuthology.orchestra.run.smithi019:> set -ex 2023-12-07T15:55:38.040 DEBUG:teuthology.orchestra.run.smithi019:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T15:55:38.074 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-07T15:55:38.074 DEBUG:teuthology.orchestra.run.smithi019:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e6605fb8725c25c4838cef6a39f30df73f1ed149/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T15:55:38.089 DEBUG:teuthology.orchestra.run.smithi133:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-07T15:55:38.090 DEBUG:teuthology.orchestra.run.smithi046:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-07T15:55:38.146 DEBUG:teuthology.orchestra.run.smithi019:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-07T15:55:38.156 INFO:teuthology.orchestra.run.smithi133.stdout:check_obsoletes = 1 2023-12-07T15:55:38.157 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum clean all 2023-12-07T15:55:38.173 DEBUG:teuthology.orchestra.run.smithi046:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-07T15:55:38.228 DEBUG:teuthology.orchestra.run.smithi019:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-07T15:55:38.243 INFO:teuthology.orchestra.run.smithi046.stdout:check_obsoletes = 1 2023-12-07T15:55:38.244 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum clean all 2023-12-07T15:55:38.298 INFO:teuthology.orchestra.run.smithi019.stdout:check_obsoletes = 1 2023-12-07T15:55:38.299 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum clean all 2023-12-07T15:55:38.525 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:38.641 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:38.693 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:39.877 INFO:teuthology.orchestra.run.smithi046.stdout:44 files removed 2023-12-07T15:55:39.894 INFO:teuthology.orchestra.run.smithi133.stdout:44 files removed 2023-12-07T15:55:39.931 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-radosgw 2023-12-07T15:55:39.947 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-radosgw 2023-12-07T15:55:39.972 INFO:teuthology.orchestra.run.smithi019.stdout:44 files removed 2023-12-07T15:55:40.026 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-radosgw 2023-12-07T15:55:40.277 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:40.283 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:40.378 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-07T15:55:42.491 INFO:teuthology.orchestra.run.smithi133.stdout:ceph packages for x86_64 98 kB/s | 81 kB 00:00 2023-12-07T15:55:42.578 INFO:teuthology.orchestra.run.smithi046.stdout:ceph packages for x86_64 98 kB/s | 81 kB 00:00 2023-12-07T15:55:42.746 INFO:teuthology.orchestra.run.smithi019.stdout:ceph packages for x86_64 88 kB/s | 81 kB 00:00 2023-12-07T15:55:43.167 INFO:teuthology.orchestra.run.smithi133.stdout:ceph noarch packages 15 kB/s | 9.5 kB 00:00 2023-12-07T15:55:43.371 INFO:teuthology.orchestra.run.smithi046.stdout:ceph noarch packages 13 kB/s | 9.5 kB 00:00 2023-12-07T15:55:43.430 INFO:teuthology.orchestra.run.smithi019.stdout:ceph noarch packages 15 kB/s | 9.5 kB 00:00 2023-12-07T15:55:43.851 INFO:teuthology.orchestra.run.smithi133.stdout:ceph source packages 2.3 kB/s | 1.5 kB 00:00 2023-12-07T15:55:44.009 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-07T15:55:44.046 INFO:teuthology.orchestra.run.smithi046.stdout:ceph source packages 2.3 kB/s | 1.5 kB 00:00 2023-12-07T15:55:44.139 INFO:teuthology.orchestra.run.smithi019.stdout:ceph source packages 2.2 kB/s | 1.5 kB 00:00 2023-12-07T15:55:44.188 INFO:teuthology.orchestra.run.smithi046.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-07T15:55:44.273 INFO:teuthology.orchestra.run.smithi019.stdout:Copr repo for python3-asyncssh owned by ceph 31 kB/s | 3.5 kB 00:00 2023-12-07T15:55:44.485 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 35 MB/s | 16 MB 00:00 2023-12-07T15:55:45.284 INFO:teuthology.orchestra.run.smithi019.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2023-12-07T15:55:46.563 INFO:teuthology.orchestra.run.smithi046.stdout:Extra Packages for Enterprise Linux 6.8 MB/s | 16 MB 00:02 2023-12-07T15:55:48.085 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 420 kB/s | 24 kB 00:00 2023-12-07T15:55:48.998 INFO:teuthology.orchestra.run.smithi019.stdout:lab-extras 550 kB/s | 24 kB 00:00 2023-12-07T15:55:49.162 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 MB/s | 47 MB 00:01 2023-12-07T15:55:50.158 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 MB/s | 53 MB 00:01 2023-12-07T15:55:50.322 INFO:teuthology.orchestra.run.smithi046.stdout:lab-extras 402 kB/s | 24 kB 00:00 2023-12-07T15:55:51.582 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 45 MB/s | 53 MB 00:01 2023-12-07T15:55:57.405 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-12-07T15:55:59.477 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 MB/s | 47 MB 00:01 2023-12-07T15:56:00.342 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 MB/s | 47 MB 00:01 2023-12-07T15:56:08.657 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-12-07T15:56:08.660 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================================== 2023-12-07T15:56:08.660 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-12-07T15:56:08.660 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================================== 2023-12-07T15:56:08.660 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-12-07T15:56:08.660 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 14 M 2023-12-07T15:56:08.660 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrading: 2023-12-07T15:56:08.660 INFO:teuthology.orchestra.run.smithi133.stdout: librados2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.8 M 2023-12-07T15:56:08.660 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.7 M 2023-12-07T15:56:08.660 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 5.4 M 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 23 M 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 24 k 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 839 k 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 517 k 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 6.9 M 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T15:56:08.661 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 45 k 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 128 k 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 197 k 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 371 k 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 365 k 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 107 k 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================================== 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout:Install 21 Packages 2023-12-07T15:56:08.662 INFO:teuthology.orchestra.run.smithi133.stdout:Upgrade 2 Packages 2023-12-07T15:56:08.663 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:56:08.663 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 62 M 2023-12-07T15:56:08.663 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-12-07T15:56:09.437 INFO:teuthology.orchestra.run.smithi133.stdout:(1/23): ceph-base-19.0.0-13.ge6605fb8.el8.x86_6 7.6 MB/s | 5.4 MB 00:00 2023-12-07T15:56:09.487 INFO:teuthology.orchestra.run.smithi133.stdout:(2/23): ceph-selinux-19.0.0-13.ge6605fb8.el8.x8 489 kB/s | 24 kB 00:00 2023-12-07T15:56:09.596 INFO:teuthology.orchestra.run.smithi133.stdout:(3/23): libcephfs2-19.0.0-13.ge6605fb8.el8.x86_ 7.6 MB/s | 839 kB 00:00 2023-12-07T15:56:09.705 INFO:teuthology.orchestra.run.smithi133.stdout:(4/23): libradosstriper1-19.0.0-13.ge6605fb8.el 4.7 MB/s | 517 kB 00:00 2023-12-07T15:56:10.580 INFO:teuthology.orchestra.run.smithi133.stdout:(5/23): librgw2-19.0.0-13.ge6605fb8.el8.x86_64. 7.9 MB/s | 6.9 MB 00:00 2023-12-07T15:56:10.881 INFO:teuthology.orchestra.run.smithi133.stdout:(6/23): ceph-common-19.0.0-13.ge6605fb8.el8.x86 10 MB/s | 23 MB 00:02 2023-12-07T15:56:10.914 INFO:teuthology.orchestra.run.smithi133.stdout:(7/23): python3-ceph-argparse-19.0.0-13.ge6605f 134 kB/s | 45 kB 00:00 2023-12-07T15:56:10.939 INFO:teuthology.orchestra.run.smithi133.stdout:(8/23): python3-ceph-common-19.0.0-13.ge6605fb8 2.2 MB/s | 128 kB 00:00 2023-12-07T15:56:10.981 INFO:teuthology.orchestra.run.smithi133.stdout:(9/23): python3-cephfs-19.0.0-13.ge6605fb8.el8. 2.9 MB/s | 197 kB 00:00 2023-12-07T15:56:11.006 INFO:teuthology.orchestra.run.smithi133.stdout:(10/23): python3-rados-19.0.0-13.ge6605fb8.el8. 5.4 MB/s | 371 kB 00:00 2023-12-07T15:56:11.032 INFO:teuthology.orchestra.run.smithi133.stdout:(11/23): python3-rbd-19.0.0-13.ge6605fb8.el8.x8 7.1 MB/s | 365 kB 00:00 2023-12-07T15:56:11.057 INFO:teuthology.orchestra.run.smithi133.stdout:(12/23): python3-rgw-19.0.0-13.ge6605fb8.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-07T15:56:11.274 INFO:teuthology.orchestra.run.smithi133.stdout:(13/23): ceph-radosgw-19.0.0-13.ge6605fb8.el8.x 5.5 MB/s | 14 MB 00:02 2023-12-07T15:56:11.328 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================================== 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================================== 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-radosgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 14 M 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout:Upgrading: 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout: librados2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.8 M 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout: librbd1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.7 M 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-base x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 5.4 M 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 23 M 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-selinux x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 24 k 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T15:56:11.331 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 839 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: libradosstriper1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 517 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: librgw2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 6.9 M 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-argparse x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 45 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 128 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cephfs x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 197 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rados x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 371 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rbd x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 365 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 107 k 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T15:56:11.332 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:56:11.333 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-12-07T15:56:11.333 INFO:teuthology.orchestra.run.smithi019.stdout:================================================================================================== 2023-12-07T15:56:11.333 INFO:teuthology.orchestra.run.smithi019.stdout:Install 21 Packages 2023-12-07T15:56:11.333 INFO:teuthology.orchestra.run.smithi019.stdout:Upgrade 2 Packages 2023-12-07T15:56:11.333 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:56:11.333 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 62 M 2023-12-07T15:56:11.333 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-12-07T15:56:11.441 INFO:teuthology.orchestra.run.smithi133.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 153 kB/s | 59 kB 00:00 2023-12-07T15:56:11.566 INFO:teuthology.orchestra.run.smithi133.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 573 kB/s | 306 kB 00:00 2023-12-07T15:56:11.591 INFO:teuthology.orchestra.run.smithi133.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 238 kB/s | 75 kB 00:00 2023-12-07T15:56:11.783 INFO:teuthology.orchestra.run.smithi133.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 5.1 MB/s | 1.7 MB 00:00 2023-12-07T15:56:11.834 INFO:teuthology.orchestra.run.smithi133.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 182 kB/s | 44 kB 00:00 2023-12-07T15:56:11.867 INFO:teuthology.orchestra.run.smithi133.stdout:(19/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 862 kB/s | 259 kB 00:00 2023-12-07T15:56:12.009 INFO:teuthology.orchestra.run.smithi133.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 276 kB/s | 47 kB 00:00 2023-12-07T15:56:12.051 INFO:teuthology.orchestra.run.smithi133.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.3 MB/s | 354 kB 00:00 2023-12-07T15:56:12.204 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================================== 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================================== 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-radosgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 14 M 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout:Upgrading: 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout: librados2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.8 M 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout: librbd1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 3.7 M 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 5.4 M 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 23 M 2023-12-07T15:56:12.207 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-selinux x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 24 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 839 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: libradosstriper1 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 517 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: librgw2 x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 6.9 M 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 45 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 128 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cephfs x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 197 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T15:56:12.208 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rados x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 371 k 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rbd x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 365 k 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rgw x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 107 k 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout:================================================================================================== 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout:Install 21 Packages 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout:Upgrade 2 Packages 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:56:12.209 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 62 M 2023-12-07T15:56:12.210 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2023-12-07T15:56:12.393 INFO:teuthology.orchestra.run.smithi133.stdout:(22/23): librados2-19.0.0-13.ge6605fb8.el8.x86_ 7.2 MB/s | 3.8 MB 00:00 2023-12-07T15:56:12.752 INFO:teuthology.orchestra.run.smithi019.stdout:(1/23): ceph-radosgw-19.0.0-13.ge6605fb8.el8.x8 10 MB/s | 14 MB 00:01 2023-12-07T15:56:12.827 INFO:teuthology.orchestra.run.smithi019.stdout:(2/23): ceph-base-19.0.0-13.ge6605fb8.el8.x86_6 3.7 MB/s | 5.4 MB 00:01 2023-12-07T15:56:12.844 INFO:teuthology.orchestra.run.smithi019.stdout:(3/23): ceph-selinux-19.0.0-13.ge6605fb8.el8.x8 265 kB/s | 24 kB 00:00 2023-12-07T15:56:12.893 INFO:teuthology.orchestra.run.smithi133.stdout:(23/23): librbd1-19.0.0-13.ge6605fb8.el8.x86_64 4.2 MB/s | 3.7 MB 00:00 2023-12-07T15:56:12.897 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-12-07T15:56:12.898 INFO:teuthology.orchestra.run.smithi133.stdout:Total 15 MB/s | 62 MB 00:04 2023-12-07T15:56:12.944 INFO:teuthology.orchestra.run.smithi019.stdout:(4/23): libradosstriper1-19.0.0-13.ge6605fb8.el 5.1 MB/s | 517 kB 00:00 2023-12-07T15:56:12.946 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-12-07T15:56:12.991 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-12-07T15:56:12.991 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-12-07T15:56:13.002 INFO:teuthology.orchestra.run.smithi019.stdout:(5/23): libcephfs2-19.0.0-13.ge6605fb8.el8.x86_ 4.7 MB/s | 839 kB 00:00 2023-12-07T15:56:13.111 INFO:teuthology.orchestra.run.smithi019.stdout:(6/23): python3-ceph-argparse-19.0.0-13.ge6605f 413 kB/s | 45 kB 00:00 2023-12-07T15:56:13.337 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-12-07T15:56:13.341 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-12-07T15:56:13.670 INFO:teuthology.orchestra.run.smithi019.stdout:(7/23): librgw2-19.0.0-13.ge6605fb8.el8.x86_64. 9.5 MB/s | 6.9 MB 00:00 2023-12-07T15:56:13.745 INFO:teuthology.orchestra.run.smithi019.stdout:(8/23): python3-cephfs-19.0.0-13.ge6605fb8.el8. 2.6 MB/s | 197 kB 00:00 2023-12-07T15:56:13.845 INFO:teuthology.orchestra.run.smithi019.stdout:(9/23): python3-rados-19.0.0-13.ge6605fb8.el8.x 3.6 MB/s | 371 kB 00:00 2023-12-07T15:56:13.871 INFO:teuthology.orchestra.run.smithi019.stdout:(10/23): python3-ceph-common-19.0.0-13.ge6605fb 169 kB/s | 128 kB 00:00 2023-12-07T15:56:13.929 INFO:teuthology.orchestra.run.smithi019.stdout:(11/23): python3-rbd-19.0.0-13.ge6605fb8.el8.x8 4.3 MB/s | 365 kB 00:00 2023-12-07T15:56:13.988 INFO:teuthology.orchestra.run.smithi019.stdout:(12/23): python3-rgw-19.0.0-13.ge6605fb8.el8.x8 912 kB/s | 107 kB 00:00 2023-12-07T15:56:14.317 INFO:teuthology.orchestra.run.smithi046.stdout:(1/23): ceph-base-19.0.0-13.ge6605fb8.el8.x86_6 2.8 MB/s | 5.4 MB 00:01 2023-12-07T15:56:14.384 INFO:teuthology.orchestra.run.smithi046.stdout:(2/23): ceph-selinux-19.0.0-13.ge6605fb8.el8.x8 366 kB/s | 24 kB 00:00 2023-12-07T15:56:14.396 INFO:teuthology.orchestra.run.smithi019.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 144 kB/s | 59 kB 00:00 2023-12-07T15:56:14.498 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-12-07T15:56:14.572 INFO:teuthology.orchestra.run.smithi019.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 429 kB/s | 75 kB 00:00 2023-12-07T15:56:14.664 INFO:teuthology.orchestra.run.smithi019.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 417 kB/s | 306 kB 00:00 2023-12-07T15:56:14.701 INFO:teuthology.orchestra.run.smithi046.stdout:(3/23): libcephfs2-19.0.0-13.ge6605fb8.el8.x86_ 2.6 MB/s | 839 kB 00:00 2023-12-07T15:56:14.701 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T15:56:14.856 INFO:teuthology.orchestra.run.smithi019.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 244 kB/s | 47 kB 00:00 2023-12-07T15:56:14.899 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T15:56:14.959 INFO:teuthology.orchestra.run.smithi046.stdout:(4/23): libradosstriper1-19.0.0-13.ge6605fb8.el 2.0 MB/s | 517 kB 00:00 2023-12-07T15:56:15.023 INFO:teuthology.orchestra.run.smithi019.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.5 MB/s | 259 kB 00:00 2023-12-07T15:56:15.107 INFO:teuthology.orchestra.run.smithi019.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 3.2 MB/s | 1.7 MB 00:00 2023-12-07T15:56:15.190 INFO:teuthology.orchestra.run.smithi019.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 263 kB/s | 44 kB 00:00 2023-12-07T15:56:15.299 INFO:teuthology.orchestra.run.smithi019.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.8 MB/s | 354 kB 00:00 2023-12-07T15:56:15.311 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T15:56:15.524 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-07T15:56:15.609 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-07T15:56:15.674 INFO:teuthology.orchestra.run.smithi019.stdout:(21/23): ceph-common-19.0.0-13.ge6605fb8.el8.x8 5.2 MB/s | 23 MB 00:04 2023-12-07T15:56:15.796 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-07T15:56:16.101 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T15:56:16.274 INFO:teuthology.orchestra.run.smithi019.stdout:(22/23): librbd1-19.0.0-13.ge6605fb8.el8.x86_64 3.8 MB/s | 3.7 MB 00:00 2023-12-07T15:56:16.276 INFO:teuthology.orchestra.run.smithi046.stdout:(5/23): ceph-common-19.0.0-13.ge6605fb8.el8.x86 5.8 MB/s | 23 MB 00:03 2023-12-07T15:56:16.290 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-07T15:56:16.353 INFO:teuthology.orchestra.run.smithi046.stdout:(6/23): python3-ceph-argparse-19.0.0-13.ge6605f 598 kB/s | 45 kB 00:00 2023-12-07T15:56:16.435 INFO:teuthology.orchestra.run.smithi046.stdout:(7/23): python3-ceph-common-19.0.0-13.ge6605fb8 1.5 MB/s | 128 kB 00:00 2023-12-07T15:56:16.519 INFO:teuthology.orchestra.run.smithi046.stdout:(8/23): python3-cephfs-19.0.0-13.ge6605fb8.el8. 2.3 MB/s | 197 kB 00:00 2023-12-07T15:56:16.660 INFO:teuthology.orchestra.run.smithi046.stdout:(9/23): python3-rados-19.0.0-13.ge6605fb8.el8.x 2.6 MB/s | 371 kB 00:00 2023-12-07T15:56:16.697 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-07T15:56:16.811 INFO:teuthology.orchestra.run.smithi046.stdout:(10/23): python3-rbd-19.0.0-13.ge6605fb8.el8.x8 2.4 MB/s | 365 kB 00:00 2023-12-07T15:56:16.890 INFO:teuthology.orchestra.run.smithi133.stdout: Upgrading : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-07T15:56:16.957 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-07T15:56:17.003 INFO:teuthology.orchestra.run.smithi046.stdout:(11/23): ceph-radosgw-19.0.0-13.ge6605fb8.el8.x 3.0 MB/s | 14 MB 00:04 2023-12-07T15:56:17.028 INFO:teuthology.orchestra.run.smithi046.stdout:(12/23): python3-rgw-19.0.0-13.ge6605fb8.el8.x8 491 kB/s | 107 kB 00:00 2023-12-07T15:56:17.087 INFO:teuthology.orchestra.run.smithi046.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.0 MB/s | 59 kB 00:00 2023-12-07T15:56:17.129 INFO:teuthology.orchestra.run.smithi046.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.4 MB/s | 306 kB 00:00 2023-12-07T15:56:17.154 INFO:teuthology.orchestra.run.smithi046.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-07T15:56:17.188 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T15:56:17.229 INFO:teuthology.orchestra.run.smithi046.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 23 MB/s | 1.7 MB 00:00 2023-12-07T15:56:17.338 INFO:teuthology.orchestra.run.smithi046.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 255 kB/s | 47 kB 00:00 2023-12-07T15:56:17.365 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T15:56:17.372 INFO:teuthology.orchestra.run.smithi046.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.8 MB/s | 259 kB 00:00 2023-12-07T15:56:17.472 INFO:teuthology.orchestra.run.smithi046.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 329 kB/s | 44 kB 00:00 2023-12-07T15:56:17.555 INFO:teuthology.orchestra.run.smithi046.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.9 MB/s | 354 kB 00:00 2023-12-07T15:56:17.708 INFO:teuthology.orchestra.run.smithi019.stdout:(23/23): librados2-19.0.0-13.ge6605fb8.el8.x86_ 1.5 MB/s | 3.8 MB 00:02 2023-12-07T15:56:17.710 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-12-07T15:56:17.711 INFO:teuthology.orchestra.run.smithi019.stdout:Total 9.7 MB/s | 62 MB 00:06 2023-12-07T15:56:17.759 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-12-07T15:56:17.772 INFO:teuthology.orchestra.run.smithi046.stdout:(21/23): librgw2-19.0.0-13.ge6605fb8.el8.x86_64 2.5 MB/s | 6.9 MB 00:02 2023-12-07T15:56:17.809 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-12-07T15:56:17.809 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-12-07T15:56:17.931 INFO:teuthology.orchestra.run.smithi046.stdout:(22/23): librados2-19.0.0-13.ge6605fb8.el8.x86_ 8.2 MB/s | 3.8 MB 00:00 2023-12-07T15:56:18.045 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T15:56:18.160 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-12-07T15:56:18.164 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-12-07T15:56:18.223 INFO:teuthology.orchestra.run.smithi046.stdout:(23/23): librbd1-19.0.0-13.ge6605fb8.el8.x86_64 5.6 MB/s | 3.7 MB 00:00 2023-12-07T15:56:18.225 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2023-12-07T15:56:18.225 INFO:teuthology.orchestra.run.smithi046.stdout:Total 10 MB/s | 62 MB 00:06 2023-12-07T15:56:18.231 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-07T15:56:18.272 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2023-12-07T15:56:18.296 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-07T15:56:18.322 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2023-12-07T15:56:18.322 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2023-12-07T15:56:18.442 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 11/25 2023-12-07T15:56:18.617 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-07T15:56:18.704 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2023-12-07T15:56:18.708 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2023-12-07T15:56:18.817 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-07T15:56:19.026 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 14/25 2023-12-07T15:56:19.206 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-07T15:56:19.275 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-07T15:56:19.365 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-12-07T15:56:19.398 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T15:56:19.566 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T15:56:19.581 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T15:56:19.789 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T15:56:19.806 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T15:56:19.907 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2023-12-07T15:56:19.981 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 19/25 2023-12-07T15:56:20.217 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T15:56:20.220 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T15:56:20.397 INFO:teuthology.orchestra.run.smithi019.stdout: Upgrading : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-07T15:56:20.452 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T15:56:20.501 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-07T15:56:20.686 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-07T15:56:20.889 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T15:56:21.080 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T15:56:21.086 INFO:teuthology.orchestra.run.smithi046.stdout: Upgrading : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-07T15:56:21.182 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-07T15:56:21.280 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-07T15:56:21.367 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-07T15:56:21.601 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T15:56:21.723 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-07T15:56:21.786 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-07T15:56:21.930 INFO:teuthology.orchestra.run.smithi019.stdout: Upgrading : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-07T15:56:22.026 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-07T15:56:22.217 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-07T15:56:22.239 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T15:56:22.328 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T15:56:22.427 INFO:teuthology.orchestra.run.smithi046.stdout: Upgrading : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-07T15:56:22.524 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-07T15:56:22.744 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T15:56:22.798 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T15:56:23.314 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T15:56:23.513 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-07T15:56:23.569 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-07T15:56:23.611 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T15:56:23.726 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 11/25 2023-12-07T15:56:23.760 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-07T15:56:23.810 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-07T15:56:23.892 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-07T15:56:23.965 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-07T15:56:23.972 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 11/25 2023-12-07T15:56:24.128 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-07T15:56:24.130 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-07T15:56:24.189 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-07T15:56:24.315 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-07T15:56:24.321 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 14/25 2023-12-07T15:56:24.480 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-07T15:56:24.541 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-07T15:56:24.542 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 14/25 2023-12-07T15:56:24.694 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-07T15:56:24.710 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T15:56:24.773 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 15/25 2023-12-07T15:56:24.784 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-07T15:56:24.895 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T15:56:24.899 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T15:56:25.038 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-07T15:56:25.123 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-07T15:56:25.131 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T15:56:25.165 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T15:56:25.272 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-07T15:56:25.336 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 19/25 2023-12-07T15:56:25.453 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T15:56:25.644 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 19/25 2023-12-07T15:56:29.330 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-07T15:56:29.546 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-07T15:56:29.625 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-07T15:56:29.827 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-07T15:56:30.211 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-07T15:56:30.443 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 20/25 2023-12-07T15:56:30.465 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-07T15:56:30.547 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-07T15:56:30.692 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-07T15:56:30.805 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 21/25 2023-12-07T15:56:30.812 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-07T15:56:30.951 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /sys 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /proc 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /dev 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /run 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /mnt 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /var/tmp 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /home 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /tmp 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout:skipping the directory /dev 2023-12-07T15:56:43.892 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:56:45.302 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-07T15:56:45.322 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-07T15:56:45.323 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T15:56:45.512 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T15:56:45.512 INFO:teuthology.orchestra.run.smithi133.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T15:56:46.121 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T15:56:46.121 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 1/25 2023-12-07T15:56:46.121 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2/25 2023-12-07T15:56:46.121 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-07T15:56:46.121 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-07T15:56:46.121 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 5/25 2023-12-07T15:56:46.121 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-07T15:56:46.121 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 8/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 9/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 11/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T15:56:46.122 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T15:56:46.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T15:56:46.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-07T15:56:46.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T15:56:46.123 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 24/25 2023-12-07T15:56:50.023 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-07T15:56:50.023 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /sys 2023-12-07T15:56:50.024 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /proc 2023-12-07T15:56:50.024 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /dev 2023-12-07T15:56:50.024 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /run 2023-12-07T15:56:50.024 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /mnt 2023-12-07T15:56:50.024 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /var/tmp 2023-12-07T15:56:50.024 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /home 2023-12-07T15:56:50.024 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /tmp 2023-12-07T15:56:50.024 INFO:teuthology.orchestra.run.smithi019.stdout:skipping the directory /dev 2023-12-07T15:56:50.024 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /sys 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /proc 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /dev 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /run 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /mnt 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /var/tmp 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /home 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /tmp 2023-12-07T15:56:50.495 INFO:teuthology.orchestra.run.smithi046.stdout:skipping the directory /dev 2023-12-07T15:56:50.496 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:56:51.496 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-07T15:56:51.517 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-07T15:56:51.517 INFO:teuthology.orchestra.run.smithi019.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T15:56:51.763 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T15:56:51.763 INFO:teuthology.orchestra.run.smithi019.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T15:56:51.998 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-07T15:56:52.019 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 23/25 2023-12-07T15:56:52.019 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T15:56:52.184 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T15:56:52.184 INFO:teuthology.orchestra.run.smithi046.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 1/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 5/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 8/25 2023-12-07T15:56:52.478 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 9/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 11/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T15:56:52.479 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 24/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 1/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 3/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 4/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 5/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 6/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 7/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x8 8/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_ 9/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 10/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 11/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 12/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 13/25 2023-12-07T15:56:52.780 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 22/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T15:56:52.781 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 24/25 2023-12-07T15:56:56.266 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T15:56:56.266 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-12-07T15:56:56.455 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:56:56.455 INFO:teuthology.orchestra.run.smithi133.stdout:Upgraded: 2023-12-07T15:56:56.455 INFO:teuthology.orchestra.run.smithi133.stdout: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.455 INFO:teuthology.orchestra.run.smithi133.stdout: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T15:56:56.456 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.457 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.457 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.457 INFO:teuthology.orchestra.run.smithi133.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T15:56:56.457 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.457 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.457 INFO:teuthology.orchestra.run.smithi133.stdout: python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:56:56.457 INFO:teuthology.orchestra.run.smithi133.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T15:56:56.457 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:56:56.457 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-12-07T15:56:56.643 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph-test 2023-12-07T15:56:56.991 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-12-07T15:56:58.629 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2023-12-07T15:56:59.006 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 40 kB/s | 4.1 kB 00:00 2023-12-07T15:57:00.551 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2023-12-07T15:57:00.552 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================== 2023-12-07T15:57:00.552 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2023-12-07T15:57:00.552 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================== 2023-12-07T15:57:00.552 INFO:teuthology.orchestra.run.smithi133.stdout:Installing: 2023-12-07T15:57:00.552 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 49 M 2023-12-07T15:57:00.552 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2023-12-07T15:57:00.552 INFO:teuthology.orchestra.run.smithi133.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T15:57:00.553 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 183 k 2023-12-07T15:57:00.553 INFO:teuthology.orchestra.run.smithi133.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T15:57:00.553 INFO:teuthology.orchestra.run.smithi133.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T15:57:00.553 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T15:57:00.553 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:57:00.553 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2023-12-07T15:57:00.553 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================== 2023-12-07T15:57:00.553 INFO:teuthology.orchestra.run.smithi133.stdout:Install 6 Packages 2023-12-07T15:57:00.553 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:57:00.554 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 50 M 2023-12-07T15:57:00.554 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 223 M 2023-12-07T15:57:00.554 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2023-12-07T15:57:00.596 INFO:teuthology.orchestra.run.smithi133.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-07T15:57:00.679 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T15:57:00.679 INFO:teuthology.orchestra.run.smithi046.stdout:Installed products updated. 2023-12-07T15:57:00.780 INFO:teuthology.orchestra.run.smithi133.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.8 MB/s | 323 kB 00:00 2023-12-07T15:57:00.847 INFO:teuthology.orchestra.run.smithi133.stdout:(3/6): libcephsqlite-19.0.0-13.ge6605fb8.el8.x8 626 kB/s | 183 kB 00:00 2023-12-07T15:57:00.883 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:57:00.883 INFO:teuthology.orchestra.run.smithi046.stdout:Upgraded: 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout:Installed: 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T15:57:00.884 INFO:teuthology.orchestra.run.smithi046.stdout: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:57:00.885 INFO:teuthology.orchestra.run.smithi046.stdout:Complete! 2023-12-07T15:57:00.972 INFO:teuthology.orchestra.run.smithi133.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 977 kB/s | 187 kB 00:00 2023-12-07T15:57:01.031 INFO:teuthology.orchestra.run.smithi133.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.1 MB/s | 202 kB 00:00 2023-12-07T15:57:01.056 DEBUG:teuthology.orchestra.run.smithi046:> sudo yum -y install ceph-test 2023-12-07T15:57:01.428 INFO:teuthology.orchestra.run.smithi046.stdout:Updating Subscription Management repositories. 2023-12-07T15:57:02.733 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T15:57:02.733 INFO:teuthology.orchestra.run.smithi019.stdout:Installed products updated. 2023-12-07T15:57:02.889 INFO:teuthology.orchestra.run.smithi133.stdout:(6/6): ceph-test-19.0.0-13.ge6605fb8.el8.x86_64 21 MB/s | 49 MB 00:02 2023-12-07T15:57:02.891 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2023-12-07T15:57:02.891 INFO:teuthology.orchestra.run.smithi133.stdout:Total 22 MB/s | 50 MB 00:02 2023-12-07T15:57:02.928 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2023-12-07T15:57:02.937 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:57:02.937 INFO:teuthology.orchestra.run.smithi019.stdout:Upgraded: 2023-12-07T15:57:02.937 INFO:teuthology.orchestra.run.smithi019.stdout: librados2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.937 INFO:teuthology.orchestra.run.smithi019.stdout: librbd1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-base-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-radosgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-selinux-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: libcephfs2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: libradosstriper1-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: librgw2-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.938 INFO:teuthology.orchestra.run.smithi019.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-argparse-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: python3-ceph-common-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: python3-cephfs-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rados-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rbd-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: python3-rgw-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:57:02.939 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-07T15:57:02.949 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2023-12-07T15:57:02.949 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2023-12-07T15:57:03.120 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph-test 2023-12-07T15:57:03.212 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-07T15:57:03.213 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2023-12-07T15:57:03.217 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2023-12-07T15:57:03.466 INFO:teuthology.orchestra.run.smithi046.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 64 kB/s | 4.5 kB 00:00 2023-12-07T15:57:03.491 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-07T15:57:03.686 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2023-12-07T15:57:03.815 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T15:57:03.900 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T15:57:04.082 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T15:57:04.232 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T15:57:04.397 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T15:57:04.540 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-07T15:57:05.182 INFO:teuthology.orchestra.run.smithi046.stdout:Dependencies resolved. 2023-12-07T15:57:05.183 INFO:teuthology.orchestra.run.smithi046.stdout:========================================================================================== 2023-12-07T15:57:05.183 INFO:teuthology.orchestra.run.smithi046.stdout: Package Arch Version Repository Size 2023-12-07T15:57:05.183 INFO:teuthology.orchestra.run.smithi046.stdout:========================================================================================== 2023-12-07T15:57:05.183 INFO:teuthology.orchestra.run.smithi046.stdout:Installing: 2023-12-07T15:57:05.183 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-test x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 49 M 2023-12-07T15:57:05.183 INFO:teuthology.orchestra.run.smithi046.stdout:Installing dependencies: 2023-12-07T15:57:05.183 INFO:teuthology.orchestra.run.smithi046.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T15:57:05.183 INFO:teuthology.orchestra.run.smithi046.stdout: libcephsqlite x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 183 k 2023-12-07T15:57:05.184 INFO:teuthology.orchestra.run.smithi046.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T15:57:05.184 INFO:teuthology.orchestra.run.smithi046.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T15:57:05.184 INFO:teuthology.orchestra.run.smithi046.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T15:57:05.184 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:57:05.184 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction Summary 2023-12-07T15:57:05.184 INFO:teuthology.orchestra.run.smithi046.stdout:========================================================================================== 2023-12-07T15:57:05.184 INFO:teuthology.orchestra.run.smithi046.stdout:Install 6 Packages 2023-12-07T15:57:05.184 INFO:teuthology.orchestra.run.smithi046.stdout: 2023-12-07T15:57:05.185 INFO:teuthology.orchestra.run.smithi046.stdout:Total download size: 50 M 2023-12-07T15:57:05.185 INFO:teuthology.orchestra.run.smithi046.stdout:Installed size: 223 M 2023-12-07T15:57:05.185 INFO:teuthology.orchestra.run.smithi046.stdout:Downloading Packages: 2023-12-07T15:57:05.229 INFO:teuthology.orchestra.run.smithi046.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-07T15:57:05.319 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-07T15:57:05.412 INFO:teuthology.orchestra.run.smithi046.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.7 MB/s | 323 kB 00:00 2023-12-07T15:57:05.588 INFO:teuthology.orchestra.run.smithi046.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2023-12-07T15:57:05.625 INFO:teuthology.orchestra.run.smithi019.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2023-12-07T15:57:05.696 INFO:teuthology.orchestra.run.smithi046.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.8 MB/s | 202 kB 00:00 2023-12-07T15:57:05.897 INFO:teuthology.orchestra.run.smithi046.stdout:(5/6): libcephsqlite-19.0.0-13.ge6605fb8.el8.x8 257 kB/s | 183 kB 00:00 2023-12-07T15:57:07.375 INFO:teuthology.orchestra.run.smithi019.stdout:Dependencies resolved. 2023-12-07T15:57:07.376 INFO:teuthology.orchestra.run.smithi019.stdout:========================================================================================== 2023-12-07T15:57:07.376 INFO:teuthology.orchestra.run.smithi019.stdout: Package Arch Version Repository Size 2023-12-07T15:57:07.376 INFO:teuthology.orchestra.run.smithi019.stdout:========================================================================================== 2023-12-07T15:57:07.376 INFO:teuthology.orchestra.run.smithi019.stdout:Installing: 2023-12-07T15:57:07.376 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-test x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 49 M 2023-12-07T15:57:07.376 INFO:teuthology.orchestra.run.smithi019.stdout:Installing dependencies: 2023-12-07T15:57:07.376 INFO:teuthology.orchestra.run.smithi019.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T15:57:07.376 INFO:teuthology.orchestra.run.smithi019.stdout: libcephsqlite x86_64 2:19.0.0-13.ge6605fb8.el8 ceph 183 k 2023-12-07T15:57:07.377 INFO:teuthology.orchestra.run.smithi019.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T15:57:07.377 INFO:teuthology.orchestra.run.smithi019.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T15:57:07.377 INFO:teuthology.orchestra.run.smithi019.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T15:57:07.377 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:57:07.377 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction Summary 2023-12-07T15:57:07.377 INFO:teuthology.orchestra.run.smithi019.stdout:========================================================================================== 2023-12-07T15:57:07.377 INFO:teuthology.orchestra.run.smithi019.stdout:Install 6 Packages 2023-12-07T15:57:07.377 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:57:07.378 INFO:teuthology.orchestra.run.smithi019.stdout:Total download size: 50 M 2023-12-07T15:57:07.378 INFO:teuthology.orchestra.run.smithi019.stdout:Installed size: 223 M 2023-12-07T15:57:07.378 INFO:teuthology.orchestra.run.smithi019.stdout:Downloading Packages: 2023-12-07T15:57:07.412 INFO:teuthology.orchestra.run.smithi019.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.0 MB/s | 70 kB 00:00 2023-12-07T15:57:07.579 INFO:teuthology.orchestra.run.smithi019.stdout:(2/6): libcephsqlite-19.0.0-13.ge6605fb8.el8.x8 909 kB/s | 183 kB 00:00 2023-12-07T15:57:07.629 INFO:teuthology.orchestra.run.smithi019.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-07T15:57:07.763 INFO:teuthology.orchestra.run.smithi019.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.6 MB/s | 202 kB 00:00 2023-12-07T15:57:07.788 INFO:teuthology.orchestra.run.smithi019.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 899 kB/s | 187 kB 00:00 2023-12-07T15:57:09.238 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-07T15:57:09.503 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-07T15:57:09.734 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-07T15:57:09.735 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 1/6 2023-12-07T15:57:09.735 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 2/6 2023-12-07T15:57:09.735 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T15:57:09.735 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T15:57:09.735 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T15:57:09.972 INFO:teuthology.orchestra.run.smithi019.stdout:(6/6): ceph-test-19.0.0-13.ge6605fb8.el8.x86_64 19 MB/s | 49 MB 00:02 2023-12-07T15:57:09.974 INFO:teuthology.orchestra.run.smithi019.stdout:-------------------------------------------------------------------------------- 2023-12-07T15:57:09.974 INFO:teuthology.orchestra.run.smithi019.stdout:Total 19 MB/s | 50 MB 00:02 2023-12-07T15:57:10.012 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction check 2023-12-07T15:57:10.036 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction check succeeded. 2023-12-07T15:57:10.036 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction test 2023-12-07T15:57:10.318 INFO:teuthology.orchestra.run.smithi019.stdout:Transaction test succeeded. 2023-12-07T15:57:10.322 INFO:teuthology.orchestra.run.smithi019.stdout:Running transaction 2023-12-07T15:57:10.780 INFO:teuthology.orchestra.run.smithi019.stdout: Preparing : 1/1 2023-12-07T15:57:10.940 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T15:57:11.009 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T15:57:11.183 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T15:57:11.333 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T15:57:11.490 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T15:57:11.674 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-07T15:57:15.885 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T15:57:15.885 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2023-12-07T15:57:16.070 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:57:16.070 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2023-12-07T15:57:16.070 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T15:57:16.070 INFO:teuthology.orchestra.run.smithi133.stdout: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T15:57:16.070 INFO:teuthology.orchestra.run.smithi133.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T15:57:16.070 INFO:teuthology.orchestra.run.smithi133.stdout: 2023-12-07T15:57:16.070 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2023-12-07T15:57:16.204 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum -y install ceph 2023-12-07T15:57:16.538 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2023-12-07T15:57:16.770 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-07T15:57:17.112 INFO:teuthology.orchestra.run.smithi019.stdout: Installing : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-07T15:57:17.352 INFO:teuthology.orchestra.run.smithi019.stdout: Running scriptlet: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-07T15:57:17.352 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 1/6 2023-12-07T15:57:17.353 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 2/6 2023-12-07T15:57:17.353 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T15:57:17.353 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T15:57:17.353 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T15:57:18.268 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2023-12-07T15:57:18.682 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2023-12-07T15:57:18.696 INFO:teuthology.orchestra.run.smithi046.stdout:(6/6): ceph-test-19.0.0-13.ge6605fb8.el8.x86_64 3.7 MB/s | 49 MB 00:13 2023-12-07T15:57:18.698 INFO:teuthology.orchestra.run.smithi046.stdout:-------------------------------------------------------------------------------- 2023-12-07T15:57:18.698 INFO:teuthology.orchestra.run.smithi046.stdout:Total 3.7 MB/s | 50 MB 00:13 2023-12-07T15:57:18.735 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction check 2023-12-07T15:57:18.759 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction check succeeded. 2023-12-07T15:57:18.759 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction test 2023-12-07T15:57:19.038 INFO:teuthology.orchestra.run.smithi046.stdout:Transaction test succeeded. 2023-12-07T15:57:19.042 INFO:teuthology.orchestra.run.smithi046.stdout:Running transaction 2023-12-07T15:57:19.490 INFO:teuthology.orchestra.run.smithi046.stdout: Preparing : 1/1 2023-12-07T15:57:19.620 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T15:57:19.708 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T15:57:19.886 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T15:57:20.038 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T15:57:20.178 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T15:57:20.222 INFO:teuthology.orchestra.run.smithi133.stderr:Error: 2023-12-07T15:57:20.222 INFO:teuthology.orchestra.run.smithi133.stderr: Problem: conflicting requests 2023-12-07T15:57:20.222 INFO:teuthology.orchestra.run.smithi133.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-13.ge6605fb8.el8.x86_64 2023-12-07T15:57:20.222 INFO:teuthology.orchestra.run.smithi133.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T15:57:20.295 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-07T15:57:20.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:57:20.313 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi133 with status 1: 'sudo yum -y install ceph' 2023-12-07T15:57:20.315 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi133 with status 1: 'sudo yum -y install ceph' 2023-12-07T15:57:20.380 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=bb9348a705254ebd90740fe48725883d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi133 with status 1: 'sudo yum -y install ceph' 2023-12-07T15:57:20.383 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T15:57:20.392 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T15:57:20.403 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T15:57:20.403 DEBUG:teuthology.orchestra.run.smithi019:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T15:57:20.414 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T15:57:20.417 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T15:57:20.423 INFO:teuthology.orchestra.run.smithi019.stderr:bash: ntpq: command not found 2023-12-07T15:57:20.426 INFO:teuthology.orchestra.run.smithi019.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T15:57:20.427 INFO:teuthology.orchestra.run.smithi019.stdout:=============================================================================== 2023-12-07T15:57:20.427 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 4 +1386us[+1386us] +/- 85ms 2023-12-07T15:57:20.427 INFO:teuthology.orchestra.run.smithi019.stdout:^* hv02.front.sepia.ceph.com 3 6 77 4 -691us[ -697us] +/- 57ms 2023-12-07T15:57:20.427 INFO:teuthology.orchestra.run.smithi019.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 5 -357us[ -363us] +/- 82ms 2023-12-07T15:57:20.427 INFO:teuthology.orchestra.run.smithi019.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:57:20.431 INFO:teuthology.orchestra.run.smithi046.stderr:bash: ntpq: command not found 2023-12-07T15:57:20.434 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2023-12-07T15:57:20.434 INFO:teuthology.orchestra.run.smithi046.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T15:57:20.434 INFO:teuthology.orchestra.run.smithi046.stdout:=============================================================================== 2023-12-07T15:57:20.435 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 5 +1389us[+1379us] +/- 85ms 2023-12-07T15:57:20.435 INFO:teuthology.orchestra.run.smithi046.stdout:^* hv02.front.sepia.ceph.com 3 6 77 4 -685us[ -694us] +/- 57ms 2023-12-07T15:57:20.435 INFO:teuthology.orchestra.run.smithi046.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 3 -350us[ -350us] +/- 82ms 2023-12-07T15:57:20.435 INFO:teuthology.orchestra.run.smithi046.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:57:20.437 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T15:57:20.438 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2023-12-07T15:57:20.438 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 4 +1371us[+1329us] +/- 85ms 2023-12-07T15:57:20.438 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv02.front.sepia.ceph.com 3 6 77 4 -688us[ -730us] +/- 57ms 2023-12-07T15:57:20.438 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 6 -349us[ -390us] +/- 82ms 2023-12-07T15:57:20.438 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T15:57:20.439 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T15:57:20.447 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T15:57:20.447 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T15:57:20.455 DEBUG:teuthology.orchestra.run.smithi019:> 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-07T15:57:20.565 DEBUG:teuthology.orchestra.run.smithi046:> 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-07T15:57:20.686 DEBUG:teuthology.orchestra.run.smithi133:> 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-07T15:57:20.784 DEBUG:teuthology.orchestra.run.smithi019:> 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-07T15:57:20.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:57:20.817 DEBUG:teuthology.orchestra.run.smithi046:> 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-07T15:57:20.848 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:57:20.849 DEBUG:teuthology.orchestra.run.smithi133:> 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-07T15:57:20.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:57:20.879 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T15:57:20.887 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T15:57:20.894 INFO:teuthology.task.internal:Duration was 789.209784 seconds 2023-12-07T15:57:20.895 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T15:57:20.902 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T15:57:20.902 DEBUG:teuthology.orchestra.run.smithi019:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T15:57:20.904 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T15:57:20.906 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T15:57:20.950 INFO:teuthology.orchestra.run.smithi019.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T15:57:20.954 INFO:teuthology.orchestra.run.smithi046.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T15:57:20.966 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T15:57:21.256 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T15:57:21.256 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi019.front.sepia.ceph.com 2023-12-07T15:57:21.256 DEBUG:teuthology.orchestra.run.smithi019:> 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-07T15:57:21.278 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2023-12-07T15:57:21.279 DEBUG:teuthology.orchestra.run.smithi046:> 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-07T15:57:21.300 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2023-12-07T15:57:21.301 DEBUG:teuthology.orchestra.run.smithi133:> 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-07T15:57:21.322 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T15:57:21.322 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T15:57:21.324 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T15:57:21.342 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T15:57:21.400 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T15:57:21.400 DEBUG:teuthology.orchestra.run.smithi019:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T15:57:21.404 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T15:57:21.421 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T15:57:21.507 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T15:57:21.516 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T15:57:21.516 DEBUG:teuthology.orchestra.run.smithi019:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T15:57:21.549 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T15:57:21.587 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T15:57:21.620 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T15:57:21.629 DEBUG:teuthology.orchestra.run.smithi019:> 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-07T15:57:21.631 DEBUG:teuthology.orchestra.run.smithi046:> 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-07T15:57:21.633 DEBUG:teuthology.orchestra.run.smithi133:> 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-07T15:57:21.655 INFO:teuthology.orchestra.run.smithi019.stdout:kernel.core_pattern = core 2023-12-07T15:57:21.657 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2023-12-07T15:57:21.685 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2023-12-07T15:57:21.700 DEBUG:teuthology.orchestra.run.smithi019:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T15:57:21.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:57:21.747 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T15:57:21.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:57:21.763 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T15:57:21.779 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T15:57:21.779 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T15:57:21.788 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T15:57:21.789 DEBUG:teuthology.misc:Transferring archived files from smithi019:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156/remote/smithi019 2023-12-07T15:57:21.790 DEBUG:teuthology.orchestra.run.smithi019:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T15:57:21.835 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156/remote/smithi046 2023-12-07T15:57:21.836 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T15:57:21.887 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156/remote/smithi133 2023-12-07T15:57:21.888 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T15:57:21.953 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T15:57:21.953 DEBUG:teuthology.orchestra.run.smithi019:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T15:57:21.955 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T15:57:21.957 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T15:57:21.974 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T15:57:21.985 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T15:57:21.985 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T15:57:21.994 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T15:57:21.995 DEBUG:teuthology.orchestra.run.smithi019:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T15:57:22.012 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T15:57:22.014 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T15:57:22.027 INFO:teuthology.orchestra.run.smithi019.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 15:57 /home/ubuntu/cephtest 2023-12-07T15:57:22.029 INFO:teuthology.orchestra.run.smithi046.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 15:57 /home/ubuntu/cephtest 2023-12-07T15:57:22.030 INFO:teuthology.orchestra.run.smithi133.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 15:57 /home/ubuntu/cephtest 2023-12-07T15:57:22.032 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T15:57:22.067 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T15:57:22.085 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T15:57:22.112 DEBUG:teuthology.nuke:shortname: smithi019 2023-12-07T15:57:22.113 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T15:57:22.133 DEBUG:teuthology.nuke:shortname: smithi046 2023-12-07T15:57:22.134 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T15:57:22.138 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi019.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156', '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-07 15:38:40.408037', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T15:57:22.157 DEBUG:teuthology.nuke:shortname: smithi133 2023-12-07T15:57:22.158 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T15:57:22.161 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156', '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-07 15:38:40.411525', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T15:57:22.181 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-07_15:07:54-orch:cephadm-wip-guits-testing-2023-12-05-0857-distro-default-smithi/7482156', '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-07 15:38:40.409960', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T15:57:22.192 INFO:teuthology.orchestra.console.smithi019:Power off 2023-12-07T15:57:22.193 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T15:57:22.219 DEBUG:teuthology.orchestra.console.smithi019:power off output: Chassis Power Control: Down/Off 2023-12-07T15:57:22.219 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:22.233 INFO:teuthology.orchestra.console.smithi046:Power off 2023-12-07T15:57:22.233 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T15:57:22.247 INFO:teuthology.orchestra.console.smithi133:Power off 2023-12-07T15:57:22.248 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T15:57:22.255 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-12-07T15:57:22.255 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2023-12-07T15:57:22.256 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:22.269 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2023-12-07T15:57:22.269 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:22.278 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-12-07T15:57:22.294 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2023-12-07T15:57:23.793 INFO:teuthology.orchestra.run.smithi019.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T15:57:23.793 INFO:teuthology.orchestra.run.smithi019.stdout:Installed products updated. 2023-12-07T15:57:23.995 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:57:23.995 INFO:teuthology.orchestra.run.smithi019.stdout:Installed: 2023-12-07T15:57:23.995 INFO:teuthology.orchestra.run.smithi019.stdout: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T15:57:23.995 INFO:teuthology.orchestra.run.smithi019.stdout: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T15:57:23.995 INFO:teuthology.orchestra.run.smithi019.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T15:57:23.995 INFO:teuthology.orchestra.run.smithi019.stdout: 2023-12-07T15:57:23.995 INFO:teuthology.orchestra.run.smithi019.stdout:Complete! 2023-12-07T15:57:24.127 DEBUG:teuthology.orchestra.run.smithi019:> sudo yum -y install ceph 2023-12-07T15:57:24.480 INFO:teuthology.orchestra.run.smithi019.stdout:Updating Subscription Management repositories. 2023-12-07T15:57:25.376 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T15:57:25.380 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 5/6 2023-12-07T15:57:25.742 INFO:teuthology.orchestra.run.smithi046.stdout: Installing : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-07T15:57:26.001 INFO:teuthology.orchestra.run.smithi046.stdout: Running scriptlet: ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 6/6 2023-12-07T15:57:26.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : ceph-test-2:19.0.0-13.ge6605fb8.el8.x86_64 1/6 2023-12-07T15:57:26.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : libcephsqlite-2:19.0.0-13.ge6605fb8.el8.x86_64 2/6 2023-12-07T15:57:26.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T15:57:26.001 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T15:57:26.002 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T15:57:26.016 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T15:57:26.016 INFO:teuthology.orchestra.run.smithi046.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T15:57:26.257 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:26.279 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:26.295 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:26.367 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is on 2023-12-07T15:57:26.387 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-12-07T15:57:26.405 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2023-12-07T15:57:30.372 DEBUG:teuthology.orchestra.console.smithi019:pexpect command: ipmitool -H smithi019.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:30.388 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:30.406 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:30.483 DEBUG:teuthology.orchestra.console.smithi019:check power output: Chassis Power is off 2023-12-07T15:57:30.497 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2023-12-07T15:57:30.514 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2023-12-07T15:57:30.584 INFO:teuthology.orchestra.console.smithi019:Power off completed 2023-12-07T15:57:34.499 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:34.515 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T15:57:34.608 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2023-12-07T15:57:34.623 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2023-12-07T15:57:34.710 INFO:teuthology.orchestra.console.smithi046:Power off completed 2023-12-07T15:57:34.767 INFO:teuthology.orchestra.console.smithi133:Power off completed 2023-12-07T15:57:35.127 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_rgw_multisite} duration: 789.2097840309143 failure_reason: 'Command failed on smithi133 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=bb9348a705254ebd90740fe48725883d status: fail success: false 2023-12-07T15:57:35.128 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T15:57:35.210 INFO:teuthology.run:FAIL